/* CSS Document */

#listings_sections .listing_section1 { 
	float: left; 
	width: 479px;  
}

#listings_sections .listing_section2 { 
	float: left; 
	padding-left: 20px;
	width: 177px; 
}

#title_line {
	background: url(../images/titles/schedule.gif) 10px center no-repeat;
	height: 42px;
}

#title_line img {
	display: none;
}

#control_bar {
	background: url(../images/backgrounds/schedule_bar.jpg) top left repeat;
	clear: both;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#control_bar,
#control_bar li {
	height: 28px;
	line-height: 28px;
}

#control_bar ul {
	margin: 0;
	padding: 0;
}

#control_bar ul li {
	clear: none;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#control_bar ul li a {
	color: white;
}

#control_bar ul li.prev a,
#control_bar ul li.next a {
	background-position: top left;
	display: block;
	height: 28px;
	width: 32px;
}

#control_bar ul li.prev a {
	background-image: url(../images/buttons/schedule_prev.gif);
}

#control_bar ul li.next a {
	background-image: url(../images/buttons/schedule_next.gif);
}

#control_bar ul li.prev a span,
#control_bar ul li.next a span {
	display: none;
}

#control_bar ul li.current {
	text-align: center;
	width: 225px;
}

#control_bar ul li.day a, 
#control_bar ul li.week a, 
#control_bar ul li.month a {
	border-right: 1px solid white;
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: 57px;
}

#control_bar ul li.day {
	border-left: 3px solid white;
}

#control_bar ul li.timezone {
	float: right;
	padding-right: 5px;
	text-transform: uppercase;
}

#control_bar ul li.timezone select {
	margin-left: 5px;
}

#listing_container {
	float: left; 
	margin-top: 11px;
	margin-bottom: 11px; 
	overflow: auto;
	width: 479px;
}

#listing_container h2 {
	background-position: 11px 8px;
	background-repeat: no-repeat;
	height: 32px;
	margin: 0;
	overflow: hidden;
}

#listing_container ul.listing {
	margin: 0;
	padding: 0;
}

#listing_container ul.listing li {
	background-image: url(../images/backgrounds/schedulebg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	_height: 49px;
	list-style: none;
	margin: 0 0 0 10px;
	min-height: 49px;
	overflow: hidden;
	padding: 8px 0 0 0;
}

#listing_container ul.listing li.first {	
}

#listing_container ul.listing li div.listing_time {
	clear: left; 
	color: 6e6e6e; 
	float: left;
	font-family: Arial;
	font_size: 12px;
	padding-left: 1px;
	width: 58px;
}

#listing_container ul.listing li div.listing_desc {
	clear: none;
	float: left;
	width: 400px;
}

#listing_container ul.listing li div.listing_desc h3 {
	color: black; 
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
}

#listing_container ul.listing li div.listing_desc p {
	color: #666666; 
	font-family: Arial; 
	font-size: 12px; 
	margin: 0;
}

#listing_sections .calendar_top h3 { 
	background-image: url(../images/cal_top.jpg);
	background-position: top center;
	background-repeat: no-repeat; 
	height: 29px;  
	width: 177px;
}

#calendar { 
	background: black; 
	float: left;   
	width: 177px; 
}

#calendar table { 
	width: 100%;
}

#calendar tfoot {
	display: none;
}

#calendar th { 
	background: #990000; 
	color: #FFFFFF; 
	font-family: Arial; 
	font-size: 11px;  
	font-weight: bold;  
	text-align: center; 
}

#calendar td { 
	background: #FFFFFF;
	text-align: center; 
}

#calendar td a { 
	color: #6F6F6F;
	font-family: Arial; 
	font-size: 11px; 
	text-decoration: none; 
}

#calendar td a:hover { 
	color: #DD6B1D;
	font-family: Arial; 
	font-size: 11px; 
	text-decoration: underline; 
}

#calendar .calendar_top { 
	background-image: url(../images/cal_top.jpg);
	background-position: top left;
	background-repeat: repeat-x; 
	color: white;
	height: 29px; 
	width: 177px; 
}

#calendar .calendar_top h4 { 
	color: #eee; 
	font-family: Arial;
	font-size: 12px; 
	font-weight: bold; 
	margin: 0; 
	padding-left: 8px; 
	padding-top: 12px; 
}
#calendar td.dayofweek{
	background:#A81100;
	color:#eee;
}
#calendar .calendar_bottom { 
	height: 9px; 
	margin: 0; 
	overflow: hidden;
	padding: 0; 
	width: 177px; 
	background:url(../images/cal_bottom.jpg);
}

