.calendar_button
{
	border:none;
	cursor:pointer;
}

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
  width: 80px;
}

.dayheader
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#333333;
	background-color:#E0DFE3;
	background-image:url(../images/dayheader_bg.gif);
	height:24px;
	text-align:center;
	cursor:default;
}

.header
{
	background-color:#757495;
	background-image:url(../images/title_bg.gif);
	color:white;
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana;
	text-align:left;
	padding:4px;
	vertical-align:middle;
	height:22px;
}

.headerbutton
{
	font-size:10pt;
	padding-left:5px;
	padding-right:5px;
}

.footer
{
	background-color:#757495;
	background-image:url(images/title_bg.gif);
	background-position:0px 1px;
	color:white;
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana;
	text-align:right;
	padding-top:4px;
	padding-right:3px;
	padding-bottom:0px;
	height:25px;
}

.footer TD
{
	color:white;
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana;
}

.button
{
	background-color:#E0DFE3;
	background-image:url(images/dayheader_bg.gif);
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#333333;
	vertical-align:middle;
}

.calendar
{
	background-color: white;
	border-width:1px;
	border-style:solid;
	border-color:#57566F;
	cursor:default;
}

.nextprev
{
	padding:0px;
	width:31px;
	height:30px;
	cursor:pointer;
}

.day
{
	font-family:Verdana;
	font-size:8pt;
	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:31px;
	width:31px;
	cursor:pointer;
}

.dayfree
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color: #D2F3C7;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:31px;
	width:31px;
	cursor:pointer;
}

.daybusy
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color: #FEB9A7;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:31px;
	width:31px;
	cursor:pointer;
}

.disabledday
{  
	text-decoration:none;
	color: Red;
	cursor:default;
}

.othermonthday
{
	color:#B2B1CA;
}

.selectedday
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#FFEEC2;
	border:1px solid #57566F;
	cursor:default;
}

.selecteddayhover
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color: Red;
	background-color:green;
	border:1px solid #57566F;
	cursor:default;
}

.dayhover
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color:white;
	border-top:1px dotted red;
	border-left:1px dotted red;
	border-bottom:1px dotted red;
	border-right:1px dotted red;
	height:31px;
	width:31px;
	cursor:pointer;

	text-decoration:underline;
}

.othermonthdayhover
{
	color:#B2B1CA;

	text-decoration:underline;
}

.selecteddayhover
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#FFEEC2;
	border:1px solid #57566F;
}

.title
{
    font-weight:bold;
  background-color:#D7D7E5;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align: center;
  padding:0px 5px 0px 5px;
}
