.mainTable {
	border: 1px solid #999999;
}

.monthRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(link-bg.gif);
	background-repeat: repeat;
	background-position: center center;
	height: 25px;
}

.monthRow a:link, .monthRow a:visited {
	text-decoration: none;
	color: #FF9900;
}

.monthRow a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.dayNamesText {
	background-image: url(monthBg.gif);
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: Bold; 
	color: #333333;
	height: 25px;
	width: 25px;
}

.rows {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #433D27;
    line-height: 15pt;
	text-align: left;
	vertical-align: top;
}
.monthdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height:25px;
	text-decoration:none;
}
.MatchEventDay {
	background-color: #CCFF00;
	color: #333333;
/*	cursor:pointer; */
}
.MatchToday {
	background-color: #FFC18A;
	color: #CF0000;
}
.MatchWeekend {
	background-color: #EEEEEE;
	color: #666666;
}
.MatchWeekday {
	background-color: #CCCCCC;
	color: #333333;
}