.calendar
{
	border:1px solid #57566F;
	cursor:default;
}

.topheadertext
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	line-height:20px;
	text-align: center;
}

.dayheader
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	background-color:#C3AB61;
	background-image:url(/images/vcalender/dayheader_bg.gif);
	background-position: left bottom;	
	height:16px;
	text-align:center;
	cursor:default;
}

.monthselector
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#333333;
	width:25px;
	background-color:#E0DFE3;
	background-image:url(/images/vcalender/dayheader_bg.gif);
	background-position: left bottom;
	cursor:pointer;
}

.weekselector
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#333333;
	background-color:#F6F6F6;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	height:21px;
	width:0px;
	cursor:pointer;
}

.day
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#000000;
	background-color:white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:14px;
	width:35px;
	cursor:pointer;
}

.othermonthday
{
	color:#C3AB61;
}

.selectedday
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#DBCDA2;
	border:1px solid #000000;
	cursor:default;
}

.dayhover
{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color:white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:14px;
	width:35px;
	cursor:pointer;

	text-decoration:underline;
}

.othermonthdayhover
{
	color:#B2B1CA;
	text-decoration:underline;
}

.selecteddayhover
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#DBCDA2;
	border:1px solid #8A4130;
}

