.picker__
{
  background-color: #FFFFFF;
  border: 1px black solid;
  font-size: 12px;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
  height: 20px;
}

.calendar_button__
{
	border:0px;
	cursor:pointer;
	width:19px;
	height:15px;
}

.calendar__ td
{
  font-size:11px;
}

.title__
{
	font-weight:bold;
  background-color:#9191C3;
}

.day__
{
	width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#FFFFFF;
  border-style:solid;
}

.dayhover__
{
	width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#6735D0;
  border-style:solid;
  Color:#6735D0;
}

.dayheader__
{
	width:25px;
  text-align:center;
  border-width:1px;
  border-color:#F3F2F9;
  border-style:solid;
  font-weight:bold;
  background-color:#F3F2F9;
}

.othermonthday__
{
  color:#999999;
}

.outofrangeday__
{
  visibility:hidden;
}

.selectedday__
{
	width:25px;
  background-color:#A586E3;
  color:#FFFFFF;
  border-width:1px;
  border-color:#6735D0 !important;
  border-style:solid;
  font-weight:bold;
}

.calendar__
{
  border-style:solid;
  border-width:1px;
  border-color:#6735D0;
  border-collapse:collapse;
  background-color:#F3F2F9;
  cursor:default;
}

.month__
{
  background-color:#D1CFE9;
  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;
}

.selector__
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:center;
  background-color:#FFFFFF;
}

.PickerFont__	
{
	font-size:12px;
	vertical-align: middle;
	padding-top: 2px;
}

.DisabledDay__
{
  color:#999999;
  text-decoration:none;
  background-image:url(../Images/DatePicker/Disabled.Date.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}

.SelectedDate__
{
  background-color: #EEEEEE;
  font-size: 12px;
  font-family: "Verdana",monospace;
  cursor:hand;
}
.SelectedDateAlternate__
{
  background-color: lightBlue;
  font-size: 12px;
  font-family: "Verdana",monospace;
  cursor:hand;
}
.SelectedDateHover__
{
  background-color: red;
  font-size: 12px;
  font-family: "Verdana",monospace;
  cursor:hand;
}
.DateSetContinar__
{
  border:0px solid gray
}
.DateSetDescription__
{
  font-size: 12px;
  font-family: "Verdana",monospace;
}
.ScrollPanel__
{
	BORDER-TOP: #aBBDD6 1px solid;
	border-bottom: 1px solid #aBBDD6;
	border-left: 1px solid #aBBDD6;
	border-right: 1px solid #aBBDD6;
	OVERFLOW-Y:scroll;
	OVERFLOW-X:auto;
	height: 93%;
	width: 100%;
	background-color: #D2E3FD;
	margin: 2px;
	padding: 1px;
}
.DateSetDataListTable__	
{
  border : 0px solid red;
  font-size: 12px;
  font-family: "Verdana",monospace;
}
.DateSetDataListTR__
{
	border-bottom : 1px solid #aBBDD6;
	border-top : 0px solid #aBBDD6;
	border-left : 0px solid #aBBDD6;
	border-right : 0px solid #aBBDD6;

}
