/* App schedule table */
#schedule_wrap {
        margin-top:8px;
}
.tablehead {
	color: #413732;
	font-size:10px;
	font-style: normal;
 	vertical-align:top;
	width: 310px;
	margin:5px 0 5px 0;
	border:1px solid #e0e0e0;
	
	
}

.tablehead td, .tableheadFixWidth td {
	padding: 1px 2px;
	margin: 0px 0px;
	border:1px solid #e0e0e0;
}

.tableheadFixWidth {
	color: #413732;
	font-style: normal;
	background:#000;
	margin:5px 0 5px 0;
}

.tablehead a:link, .tablehead a:visited {
	color: #413732; 
}

.tablehead a:hover {
	color: #a27835;
}			

.colhead {
	background:#c1c1c1;
	color: #000;
	font-weight: bold;
	font-size: .9em;
	border-right:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
}

.colhead a:link, .colhead a:visited {
	color: #000;
}

.colhead a:hover {
	color: #FF0000;
}	

.stathead {
	color: #FFFF00;
	font-weight: bold;
	background: #000;
	
}



.oddrow {
	background-color: #FFF;
}

.evenrow {
	background-color: #ececec;
}




.colhead td {
	background:#c1c1c1;
	
}


.stathead td {
	color: #FFFF00;
	font-weight: bold;
	background: #000;
}



.oddrow td {
	background-color: #FFF;
}

.evenrow td {
	background-color: #ececec;
}

