.calendar
{
	cursor:default;
}
.topheadertext
{
	font-family:Arial Black;
	font-size:15px;
	color:#4A495E;
	line-height:20px;
	text-align: center;
}

.dayheader
{
	font-family:Verdana;
	font-size:11px;
	color:white;
	background-color:#ffc324;
	height:22px;
	width:38px;
	text-align:center;
	cursor:default;
}

.day
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:white;
	height:22px;
	width:28px;
	cursor:pointer;
}

.othermonthday
{
	color:#B2B1CA;
	visibility:hidden;
}

.selectedday
{
	font-family:Verdana;
	font-size:11px;
	text-align:center;
	color:white;
	background-color:#ffc324;
	cursor:default;
}

.dayhover
{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:white;
	height:22px;
	width:28px;
	cursor:pointer;
	text-decoration:underline;
}

.othermonthdayhover
{
	color:#B2B1CA;
}

.selecteddayhover
{
	font-family:Verdana;
	font-size:11px;
	text-align:center;
	color:white;
	background-color:#ffc324;
	cursor:default;
}
.calendarHeader {
	color:white;
	font-family:Arial;
	padding:11px;
}
.calendarHeader A {
	color:white;
	font-family:Arial;
	text-decoration:none;
}
.calendarHeader A:hover {
	text-decoration:underline;
	font-weight:normal;
	font-family:Arial;
}
/*** large month calendar ***/
.large_calendar
{
  border:none;
}

.large_day
{
  width:90px;
  height:70px;
  text-align:right;
  vertical-align:top;
  font-family:Arial;
  font-size:11px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #C6C1AC;
}

.large_othermonthday
{
  background-color:#F5F3E5;
}

.large_month
{
  border-collapse:collapse;
  border:solid 1px black;
}

.large_dayheader
{
  background-color:#E3E0CD;
  color:#504C39;
  font-family:Verdana;
  font-size:11px;
  text-align:center;
  border-top:solid 1px #FFFFFF;
  border-left:solid 1px #FFFFFF;
  border-bottom:solid 1px #ACA899;
  border-right:solid 1px #C6C1AC;
  padding: 4px;
}

.large_title
{
  background-color:black;
  border: 1px solid black;
  border-bottom-width: 0px;
}

.large_title TD
{
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  color:White;
  padding-top:1px;
  padding-bottom:1px;
}

.large_nextprev
{
  cursor:pointer;
}
