/* CSS Document */

#day_list{
	float:right;
	margin-right:10px;
	}

	#day_list span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		line-height:0;
	}
	
	#day_list a{
		margin-bottom:5px;
	}
	
	#day_list #monday{
		height: 61px; width: 102px; overflow: hidden; display: block;
		background: url(../img/schedule_monday.gif) top left no-repeat;
	}
	
	#day_list #tuesday{
		height: 61px; width: 102px; overflow: hidden; display: block;
		background: url(../img/schedule_tuesday.gif) top left no-repeat;
	}

	#day_list #wednesday{
		height: 61px; width: 102px; overflow: hidden; display: block;
		background: url(../img/schedule_wednesday.gif) top left no-repeat;
	}
	
	#day_list #thursday{
		height: 61px; width: 102px; overflow: hidden; display: block;
		background: url(../img/schedule_thursday.gif) top left no-repeat;
	}
	
	#day_list #friday{
		height: 61px; width: 102px; overflow: hidden; display: block;
		background: url(../img/schedule_friday.gif) top left no-repeat;
	}
	
	#day_list #saturday{
		height: 61px; width: 102px; overflow: hidden; display: block;
		background: url(../img/schedule_saturday.gif) top left no-repeat;
	}
	
	#day_list #sunday{
		height: 61px; width: 102px; overflow: hidden; display: block;
		background: url(../img/schedule_sunday.gif) top left no-repeat;
	}
 
	#day_list a#monday:hover, #day_list a#tuesday:hover, #day_list a#wednesday:hover, #day_list a#thursday:hover, #day_list a#friday:hover, #day_list a#saturday:hover, #day_list a#sunday:hover{
		background-position: top right;
	}
	
	#day_list a#monday.current, #day_list a#tuesday.current, #day_list a#wednesday.current, #day_list a#thursday.current, #day_list a#friday.current, #day_list a#saturday.current, #day_list a#sunday.current{
		background-position: top right;
	}
	
	#day_list a#monday.current:hover, #day_list a#tuesday.current:hover, #day_list a#wednesday.current:hover, #day_list a#thursday.current:hover, #day_list a#friday.current:hover, #day_list a#saturday.current:hover, #day_list a#sunday.current:hover{
		background-position: top right;
	}

#day_shows{
	float:left;
	width:420px;
	text-align:right;
	}
	#day_shows .schedule_table{
		border-collapse:collapse;
		padding:o;
		direction:rtl;
	}
	#day_shows .schedule_table_top{
		/*background-image:url(../img/schedule_table_top.gif);*/
		background-repeat:no-repeat;
		background-position:bottom;
		width:100px;
		height:5px;
	}
	#day_shows .schedule_table_bottom{
		/*background-image:url(../img/schedule_table_bottom.gif);*/
		background-repeat:no-repeat;
		background-position:top;
		height:5px;
	}
	#day_shows .schedule_td{
		/*background-color:#b3b3b3;*/
		text-align:center;
		padding:10px 0 10px 0;
		font-size:11px;
		font-weight:bold;
	}
	#day_shows .schedule_show_td{
		padding-left: 5px;
	}
	#day_shows .schedule_td_now{
		color:#000099;
		background-color:#b3b3b3;
		text-align:center;
		padding:10px 0 10px 0;
		font-size:11px;
		font-weight:bold;
	}

	#day_shows .schedule_show_td a{
		color:#333333;
		font-weight:bold;
		text-decoration:none;
		}
		#day_shows .schedule_show_td a:hover{
			text-decoration:underline;
		}	
		#day_shows .schedule_show_td_now a{
			padding-left: 5px;
			color:#000099;
			font-weight:bold;
			text-decoration:none;
		}