/* ========================================================= */
/* spe_mtg_cal.css
/* SPE.org styles for meeting calendar
/* ========================================================= */

/* General styles */
img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/* Alternate row color */
.tr_alt {
	background-color: #F3FFFF;
}

/* Top and bottom divs */
.div_tabs {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	clear: right;
}
#div_ftr_sm {
	background: url(/web/images/tables/bg_bar_btm18.gif);
	height: 18px;
	margin: 0px;
	padding: 0px;
}

/* Generic header styles same as data tables */
th {
	padding: 0px 2px;
	background: url(/web/images/tables/bg_bar_top.gif) no-repeat center;
	height: 25px;
	color: #000000;
	border-left: 1px solid #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
th img{
	padding-left: 5px;
	vertical-align: middle;
}
th.th_left {
	background: url(/web/images/tables/bg_bar_top.gif) no-repeat left;
	border-left-style: none;	
}
th.th_right {
	background: url(/web/images/tables/bg_bar_top.gif) no-repeat right;
}

/* Meeting specific ============================================================== */
#tbl_mcal {
	font-size: 95%;
	clear: left;
	width: 100%;
}
#tbl_mcal td {
	padding: 1px 3px;
	border-bottom: 1px solid #A6A6A6;
}

/* Data column TDs left to right */
.td_date_rng {
	border-left: 1px solid #A6A6A6;
}
.td_title {
	height: 30px;
}
.td_type {
	text-align: center;
}
#tbl_mcal td.td_status {
	text-align: center;
	width: 43px;
	padding: 1px 0px 0px 3px;
}
.td_loc { 

}
.td_regn {
	border-right: 1px solid #A6A6A6;
}

/* Key */
p.icon_key {
	font-size: 95%;
	margin: 5px 0px 0px 5px;
}
p.icon_key img {
	vertical-align: text-top;
}
