﻿table.Calendar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #7694bf;
	width:160px; /* redundant, need to have this in the calendar control or it gets overriden */
	background-color:#fff;
	
	
	/* style="border-width:1px;border-style:solid;width:160px;border-collapse:collapse;"> */
}

table.Calendar th {
	color:#7694bf;
}

table.Calendar tr td {
	height:15px;
}

table.Calendar tr td a {
	text-decoration:none;
}

table.Calendar tr td.hover:hover  {
	background-color:#ffdd99;
}

table.Calendar table.calHeader {
	width:100%;
	background-color:#7694bf;
	border-color: #7694bf;
}

table.Calendar table.calHeader tr td {
	font-size:11px;
	font-weight:bold;
	color:white;
	height:20px;
}

