.calendar
{
  border:none;
}

.title
{
	background-image: url(../images/calBkgd.jpg);
	border-top-style: none;
	background-repeat: repeat-x;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.title TD
{
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 4px;
	text-transform: uppercase;
	color: black;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nextprev
{
	cursor: default;
}

.month
{
  border-collapse:collapse;
}

.dayheader
{
  background-color:#7e7e6c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:8pt;
  color:White;
  text-align:center;
  border-top:solid 1px #7e7e6c;
  border-left:solid 1px #FFFFFF;
  border-bottom:solid 1px #ACA899;
  border-right:solid 1px #ACA899;
}

.day
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	vertical-align: top;
	border-left: black 1px solid;
	width: 30px;
	cursor: default;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 10px;
	background-color: #e9e9df;
	text-align: center;
}

.dayhover
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	vertical-align: top;
	border-left: black 1px solid;
	width: 30px;
	color: white;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 10px;
	background-color: gray;
	text-align: center;
	cursor: default;
	text-decoration: underline;
}

.selectedday
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	vertical-align: top;
	border-left: black 1px solid;
	width: 30px;
	cursor: default;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
}

.othermonthday
{
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.disabledday
{
	background-position: center center;
	cursor: default;
	background-repeat: no-repeat;
	background-color: maroon;
	text-decoration: none;
}

.today
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	vertical-align: top;
	border-left: black 1px solid;
	width: 30px;
	color: white;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 10px;
	background-color: gray;
	text-align: center;
	cursor: default;
	text-decoration: underline;	
}




