@charset "UTF-8";
/* CSS Document */



.column_times {
	width:300px;
	float:inherit;
	margin:0;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-weight: normal;
}

.tabletimes {
	background:#001E4A;
	padding-left: 0px;
	margin-left: 0px;
	font-family: GillSans, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 20px;
}
.tabletimes ul {
	float:left;
	margin:0 0 0 0px;
	padding:0;
}
.tabletimes ul li {
	list-style: none;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
}
.tabletimes ul li.unit {
	font-weight: bold;
	color: #163C47;
	width: 100px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tabletimes ul li.title {
	font-weight: bold;
	color: #163C47;
	width: 75px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tabletimes ul li.even {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
	font-weight: normal;
	width: 75px;
}
.tabletimes ul li.odd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
	font-weight: bold;
}
.tabletimes ul li.evenunit {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	font-weight: normal;
}
.tabletimes ul li.oddunit {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	font-weight: bold;
}
