/*    ---------  SCHEDULE PAGE CSS -------------*/
img {
	border: 0px;
}

#schedule {
	margin: 10px 4px 10px 6px;
	padding: 4px;
	width: 590px;
	float: left;
	text-align: left;
	background-color: #ffffff;
}
.other    { margin: 0px; padding: 0px; }
.other tr {
	padding-left: 5px; 
	padding-top: 4px;
	padding-bottom: 4px;  
}
.other td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color:#666666;
}

.evtRow1 {
	background-color:  #EBEBEB; 
}
.evtRow2 {
	background-color: #FFFFFF;
}
.overColor {
	background-color: #D5E9BC; 
}

/* for link and text */
.evtInfo  {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #65A153;                  
	text-decoration: none;
}

a.evtInfo:link, a.evtInfo:active, a.evtInfo:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1E6B95;
	text-decoration: none;
}

a.evtInfo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1E6B95;
	text-decoration: none;  
}


