﻿<style type="text/css">
.calendar-dow {
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}
.calendar-prev {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;cursor:hand;
	font-weight: bold;
	background-color:#253F59;
}
.calendar-next {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;cursor:hand;
	font-weight: bold;
	background-color:#253F59;
}
.calendar {
	font-size: 11px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}
.calendar-month {
	font-size: 12px;
	color: #FFFFFF;
	height:22px;
	padding:10px 0px 0px 1px;
	background-color:#253F59;
	border-width:1px;
	border-style:solid;
	border-color:#253F59;
	text-decoration: none;
	font-weight: bold;
}
.unlinked-day {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#990000;
	text-align: center;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}
.linked-day {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color:#66CCCC;
	text-align: center;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}
.linked-day a:link { 
	text-decoration: none;
	color: #000000;
}
.linked-day a:visited { 
	text-decoration: none;
	color: #000000;
}
.linked-day a:hover { 
	text-decoration: none;
	color: #000000;
}
.linked-day a:active { 
	text-decoration: none;
	color: #000000;
}
.some-day {
	font-size: 12;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color:#CCFF33;
	text-align: center;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}
.some-day a:link { color: #000000;text-decoration: none;}
.some-day a:visited { color: #000000;text-decoration: none;}
.some-day a:hove { color: #000000;text-decoration: none;}
.some-day a:active { color: #000000;text-decoration: none;}
</style>