/* maincontent */
.idcscheds {
	border:1px solid #9B9B9B;
	background-color:#257FBD;
	padding:0px;
	margin:0px 0px 10px 0px;
	position:relative;
}
.idcscheds H2 {
	margin-left:50px;
	font-size:18px;
	margin-bottom:10px;
}
.idcscheds table {
	clear:both;
	width:100%;
	border-collapse:collapse;
	text-align:center;
}
.idcscheds table tr td {
	padding:5px 3px;
	border-left:1px solid #9B9B9B;
}
.idcscheds table tr td.prep {
	text-align:left;
	padding-left:10px;
	border-left:0px;
}
.idcscheds table thead tr td,
.idcscheds table thead tr td.prep {
	background-color:#036;
	font-weight:bold;
	text-align:center;
}
.idcscheds table tfoot tr td.prep {
	background-color:#808080;
	padding:8px 3px;
	text-align:center;
}
.idcscheds table tr td a:hover {
	color:#FF0;
}
.idcscheds table tr.odd {
	background-color:#2170A7;
}
