﻿
#time_table {

	margin-left: 16px;
	margin-bottom: 14px;
	padding: 0px;
	width: 340px;
	height: 96px;
	background-color: #000000;
}

#timetable_header {
	display: block;
	width: 340px;
	height: 26px;
	
	position:relative;
	top:1px;
	background-color:#000000;
	border-top:1px solid #000000;
	border-bottom:1px dashed #ffff00;
	margin: 0px;
	text-align:left;
	/* filter:alpha(opacity=70); */
	/* opacity:0.70; */
	/* z-index:20;	*/

}

div.time {
	float:left;
	padding: 2px;
	display: inline-block;
	color: #FFFFFF;
	height: 20px;
	border-right: 1px dashed #ffff00;
	text-align: center;
	line-height: 19px;
	width: 80px;
	background-color: #000000;

}

div.incident {
	float: left;
	height: 20px;
	width: 190px;
	padding: 2px;
	display: inline-block;
	color: #FFFFFF;
	line-height: 19px;
	padding-left: 15px;
	background-color: #000000;
}


#timetable_container {

	display: block;
	width: 340px;
	height: 70px;
	background-color:#000000;
	margin: 0px;
	
	/* filter:alpha(opacity=70); */
	/* opacity:0.70; */
	/* z-index:10; */	
		
	position: relative;
	top:1px;
	overflow:hidden;

}
#timetable_list {
	float: left;
	display: block;
	width: 340px;
	color: #FFFF00;
	margin: 0px;
	position: relative;
	top: 0px;
	

}

#timetable_list ul{	
	list-style-type: none;
	background: none;
	padding: 0px;
	text-align: left;
	margin: 0px;
	
}

#timetable_list ul li{
	border-top: 1px dashed #ffff00;
	list-style-type: none;
	background: none;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	text-align: left;	
}

#timetable_list ul li div.first{
	float: left;
	padding: 2px;
	display: inline-block;
	border-right: 1px dashed #ffff00;
	text-align: center;
	width: 80px;
}

#timetable_list ul li div.second{
	padding: 2px;
	display: inline-block;
	padding-left: 15px;
}