/*.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
    font-family: Verdana, Calibri;
  padding: 2px;
  cursor: pointer;
}

.calendar_button
{
	border:none;
	cursor:pointer;
}

.calendar td
{
  font-size:11px;
}

.title
{
  font-weight:bold;
  background-color:#D7D7E5;
}

.day
{
  width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
  width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
  width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.selectedday
{
  width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}*/
/*   ---------------  calendar style   -------------------------------------------    */
.cal_day			{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
}

.cal_dayhover			{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	background: #b0c4de;
}

.cal_todayDay			{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:black;
	background-color:#FFEEC2;
	border:1px solid #57566F;
	cursor:default;
}

.cal_todayDayHover			{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:black;
	background-color:#FFEEC2;
	border:1px solid #57566F;
	cursor:default;
	text-decoration:underline;
}

.cal_selectedday			{
	font-family:Verdana;
	font-size:8pt;
	font-weight: normal;
	text-align:center;
	color: Red;
	cursor:pointer;
	background-image:url(../img/rss/selectedday.gif);
 	border-width:1px;
 	border-color:#BB5503;
 	border-style:solid;	
}

.cal_selecteddayhover				{
	font-family:Verdana;
	font-size:8pt;
	font-weight: normal;
	text-align:center;
	color:Red;
	cursor:pointer;
	text-decoration:underline;
 	border-width:1px;
 	border-color:#BB5503;
 	border-style:solid;
}

.cal_othermonthday				{
	color:#B2B1CA;
}

.cal_othermonthdayhover			{
	color:#B2B1CA;
	text-decoration:underline;
}

.cal_dayheader				{
	font-family:Verdana;
	font-size:8pt;
	font-weight: normal;
	color:#333333;
	background-color:#E0DFE3;
	background-image: url(../img/rss/dayheader_bg.gif);
	background-position: left bottom;	
	height:12px;
	text-align:center;
	cursor:default;
}

.cal_title		{
	background-color:#757495;
	background-image: url(../img/top_item_bg.gif);
	height:20px;
	cursor:default;
}

.cal_calendar				{
	border-width:1px;
	border-style:solid;
	border-color:#57566F;
	cursor:default;
	background: #ECF9FF;
	
	
}

.cal_nextprev			{
	padding:0px;
	cursor:pointer;
}

.cal_title 
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:white;
}