
.picker
{
  background-color: #FFFFFF;
  border: 1px #cfcfcf solid; /*gray*/
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  width: 140px;
  cursor: pointer;
}

.dayheader
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#333333;
	background-color:#E0DFE3;
	background-image:url(images/dayheader_bg.gif);
	background-position: left bottom;	
	height:20px;
	text-align:center;
	cursor:default;
}

.caltitle
{
	background-color:#757495;
	background-image:url(images/title_bg.gif);
	height:30px;
	cursor:default;
}

.caltitle TD
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:white;
}

.calendar
{
	border-width:1px;
	border-style:solid;
	border-color:#57566F;
	cursor:default;
	direction: rtl; 
}

.nextprev
{
	padding:0px;
	width:31px;
	height:30px;
	cursor:pointer;
}

.monthselector
{
	font-family:Verdana;
	font-size:18pt;
	font-weight:normal;
	text-align:center;
	color:#087e5c;/*#333333*/
	width:31px;
	background-color:#f4f4f4;/*#E0DFE3;*/
	background-image:url(images/dayheader_bg.gif);
	background-position: left bottom;
	cursor:pointer;
}

.weekselector
{
	font-family:Verdana;
	font-size:8pt;
	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:31px;
	width:31px;
	cursor:pointer;
}

.day
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#087e5c;/*#57566F;*/
	background-color:white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #FFFFFF;/*#F6F6F6;*/
	border-right:1px solid #FFFFFF;/*#F6F6F6*/
	height:31px;
	width:31px;
	cursor:pointer;
}

.othermonthday
{
	color:#B2B1CA;
}

.selectedday
{
	font-family:Verdana;
	font-size:11px;/*8pt*/
	font-weight:bold;
	text-align:center;
	color:#087e5c;/*black;*/
	background-color:#eaeaea; /*#FFEEC2*/
	border:1px solid #ffffff/*#57566F;*/;
	cursor:default;
}

.dayhover
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color:#eaeaea;/*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;

	/*text-decoration:underline;*/
}

.othermonthdayhover
{
	color:#B2B1CA;

	text-decoration:underline;
}

.selecteddayhover
{
	font-family:Verdana;
	font-size:11px;/*8pt*/
	font-weight:bold;
	text-align:center;
	color:#087e5c;/*black;*/
	background-color:#FFEEC2;
	border:1px solid #57566F;
}

.selector
{
	font-family:Verdana;
	font-size:18pt;
	font-weight:normal;
	text-align:center;
	color:#087e5c;/*#333333*/
	width:31px;
	background-color:#ffffff;/*#E0DFE3;*/
	background-image:url(images/dayheader_bg.gif);
	background-position: left bottom;
	cursor:pointer;
}

.month
{
	background-color:#ffffff;
	/*font-family:Verdana;
	font-size:18pt;
	font-weight:normal;
	text-align:center;
	color:#087e5c;
	width:31px;
	
	background-image:url(images/dayheader_bg.gif);
	background-position: left bottom;
	cursor:pointer;*/
}

/* Calendar */
.cal_today_link
{
	background-image: url(images/loginCalendar/today.gif);
	background-repeat: no-repeat;
    width: 123px;	
    height: 13px;
    color: White;
}

.cal_close_link
{
	background-image: url(images/loginCalendar/close.gif);
	background-repeat: no-repeat;
    width: 23px;	
    height: 13px;
    color: White;
}

.cal_clear_and_close_link
{
	background-image: url(images/loginCalendar/cleanAndClose.gif);
	background-repeat: no-repeat;
    width: 23px;	
    height: 13px;
    color: White;
}