/* CSS Document */
/*-----------Start section colors*/
.head-line{
	background:#0085CE;
	margin-bottom:10px;
}
.head-title{
	color:#0085CE;
	font-size:14px;
	font-weight:bold;
}
/*-----------End  section colors*/

.grid-days td{
	text-align:center;
	
}

.grid-days a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background:#A7A9AC;
	font-weight:bold;
	border-top:4px solid #A7A9AC;
	border-bottom:1px solid #FFFFFF;
	padding-bottom:5px;
	padding-top:5px;
	font-size:11px;
}
.grid-days span.daydate{
	font-weight:normal;
	font-size:10px;
	line-height:18px;
}
.grid-days a:hover, a.on{
	color:#666666;
	background:#DCDDDE;
	border-top:4px solid #0085CE;
	border-bottom:#DCDDDE;
}

.grid .header{
	background-color:#DCDDDE;
	color:#6D6E71;
	font-weight:bold;
	font-size:13px;
}
.grid .item{
	width:277px;
	
}
.grid .altitem{
	width:292px;
}

.prog-time, .prog-time-ar{
	background-color:#F1F1F2;
	color:#F78F1E;
	text-align:center;
	width:35px;
	border-bottom:1px solid #DCDDDE;
	border-right:1px solid #DCDDDE;
	padding:8px;
}
.prog-time-ar{
	border-left:1px solid #DCDDDE;
	border-right:0px;
}
.prog-title{
	color:#666666;
	border-bottom:1px solid #DCDDDE;
	padding:8px;
}
.sort-link{
	color:#F78F1E;

}

