/* 
	times.css
	styles for the recording time page
*/

@import "default.css";

#mainwrap {
	width: 100%;
}

#maincol table {
	font-size: 80%;
	border: 3px #CCCCCC double;
	margin-bottom: 20px;
	clear: right;
}

#maincol table thead tr {
	background: #253A57 url(../images/hdbarbkgnd.jpg) repeat-x left top;
	color: #FFFFFF;
}

#maincol table thead tr th {
	padding: 1px 2px 3px;
	vertical-align: bottom;
	border-bottom: 1px #CCCCCC solid;
}

#maincol table tbody tr th {
	width: 10%;
	border-right: 1px #CCCCCC solid;
}

#maincol table tbody tr.alt {
	background-color: #E7F1FF;
}

#maincol table tbody tr td {
	text-align: center;
	padding: 3px 0;
}

#maincol table tbody tr td.gbperh {
	font-style: italic;
	border-right: 1px #CCCCCC solid;
}

#maincol table tbody tr td.max {
	text-align: left;
	color: #6B0C0A;
	border-left: 1px #CCCCCC solid;
	padding-left: 2px;
}
