
 .headeryear
{
	background-color: lightgrey;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma;
} 
 .navigate
{
	background-color: whitesmoke;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
} 
.today
{
	background-color: yellow;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 11px;
	font-family: tahoma;
} 
.footertoday
{
	background-color: aliceblue;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 11px;
	font-family: tahoma;
	color: #ff0000;
} 
.free
{
	background-color: #ff00ff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 11px;
	font-family: tahoma;
	color: red;
} 
.register
{
	background-color: honeydew;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 11px;
	font-family: tahoma;
} 
 .empty
{
	background-color: White;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 11px;
	font-family: tahoma;
} 
.selecteddate
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 11px;
	font-family: tahoma;
	background-repeat: no-repeat;
	background-color: aliceblue;
} 
 .weekday
{
	background-color: lightgrey;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 11px;
	font-family: tahoma;
	color: Blue;
} 
 .day
{
	background-color: White;
	border-left-color: maroon;
	border-bottom-color: maroon;
	border-top-style: none;
	border-top-color: maroon;
	border-right-style: none;
	border-left-style: none;
	border-right-color: maroon;
	border-bottom-style: none;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	color: navy;
}
.footer
{
	background-image: url(images\gradient_DkBlue.jpg); 
	color: white;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size: 12px;
	font-family: tahoma;
}