table {
	border-collapse: collapse;
	margin: 0px;	
}
.calendar {
float:left;
	padding: 0;
	color: #969AAD;
	text-align: center;
	background-color: #cccccc;
	font: normal 12px/30px Verdana, Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.calendarDays {
	height: 30px;
	width: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #CCCCCC;
}
.calendarToday {
	color: #99CC00;
	font-weight: bold;
	width: 50px;
	background-color: #99CCFF;
}
.calendarNextPrev {

	background-color: #999999;
	text-align: center;
	height: 40px;
	width: 526px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.calendarNav {
	font-weight: bold;
	font-size:30px;
	color: #FFFFFF;	
	text-align: center;
	text-decoration: none;
	border:none;
	}
	
th {
	text-decoration:none;
	background: #FFFFFF;
	color:#999999;
	height: 50px;
	width: 50px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
th a {
	text-decoration:none;
	font-weight:bold;
	color:#626A8E;
	height:50px;
	width:50px;
	text-align:center;
	display:block;
	background-color:#003366;
}
th a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#626A8E;
	height:50px;
	width:50px;
	text-align:center;
	display:block;
	background-color:#003366;
}
th a:active {
	text-decoration:none;
	font-weight:bold;
	color:#626A8E;
	height:50px;
	width:50px;
	text-align:center;
	display:block;
	background-color:#003366;
}
th a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#000066;
}
.whiteBold {
    	COLOR: #FFFFFF;
    	FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana, Geneva;
    	FONT-SIZE: 18px;
	FONT-WEIGHT: bold;
    	TEXT-DECORATION: none
}

tr {

}