@charset "utf-8";

/* Time table */
#timebox1 {	
	font-size: 115%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #82A6CE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #82A6CE;
	background-image: url(../images/content_box1_bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding-right: 10px;
	padding-left: 15px;
	width: 665px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
}
#time table {
	width: 665px;
}
#time td {
	border: 1px solid #0C6F98;
	padding: 2px;
	text-align: center;
	font-size: 100%;
}
#time .col1 {
	width: 90px;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
}
#time .col2 {
	width: 140px;
	background-color: #0D8DA4;
	color: #FFFFFF;
}
#time .col3 {
	background-color: #FFFFCC;
	color: #0C6F98;
}
