.cssDatePickerBase
{
	padding: 0;
	font-size: 10px;
	color: #fff;
	/*border: 0px solid #fff;*/
	width: 670px;
}
.cssDatePickerBase a{
color:#FFFFFF;
font-weight:bold;
}
.cssDatePickerTitle
{
	padding: 0;
	font-weight: bold;
	margin: 0px;
	width: 100%;
	color: white;
	height: 100%;
	background-color: #d1e7f7;
	font-size: 11px;
}

.cssDatePickerDayHeader
{
	/*border: 0px solid #fff;*/
	color: #407fc1;
	font-size: 11px;
	/*height: 1px;*/
	/*background-color: #faf1fa;*/
	/*background-color: #9FADD1;*/
	background-color: #d1e7f7;
	border-style: none;
}
.cssDatePickerDay 
{
	padding: 1px;
	border: 1px solid #666666;
	height: 125px;
	color: #fff;
	background-color: #d1e7f7;
	/*background-color: #b35ab7;*/
	vertical-align: top;
	text-align: left;
}
.cssDatePickerDay a{
color:#407fc1;
font-weight:bold;
}

.cssDataPickerToday 
{
	padding: 1px;
	border: 1px solid #666666;
	height: 125px;
	color: #fff;
	/*background-color: #d1e7f7;*/
	/*background-color: #b35ab7;*/
	vertical-align: top;
	text-align: left;
	background: #407fc1;
	line-height: 1em;
}
.cssDataPickerToday  a{
color:#407fc1;
font-weight:bold;
}
.cssDatePickerDay div.day
{
  color: #666666;
  /*text-align: left;*/
  /*padding: 1px 0.33em;*/
	line-height: 1em;
  width: 15px;
  border-left: 1px solid #666666;
  border-bottom: 1px solid #666666;
	float: right;
	padding-bottom: 3px;
	text-align: center;
	padding-right: 2px;
	padding-top: 3px;
	margin: 0;
}
.cssDatePickerOtherMonth div.day,
.cssDataPickerToday div.day
{
  color: #fff;
  /*text-align: left;*/
  /*padding: 1px 0.33em;*/
	line-height: 1em;
  width: 15px;
  border-left: 1px solid #666666;
  border-bottom: 1px solid #666666;
	float: right;
	padding-bottom: 3px;
	text-align: center;
	padding-right: 2px;
	padding-top: 3px;
	margin: 0;
}
.cssDatePickerDay div.event
{
	line-height: 1em;
	text-align: left;
	border: 0px solid #fff;
	width: 95px;
	padding: 0 0 10px;
	margin-bottom: 10px;
	font-size: 11px;
}
.cssDatePickerOtherMonth
{
	font-size: 11px;
	line-height: 1em;
	padding: 1px;
	border: 1px solid #666666;
	/*height: 50px;*/
	height: 125px;
	color: #000;
	vertical-align: top;
	text-align: left;
	background-color: #90caee;
}
.calendarTable {
  	margin: 0;
	padding: 0;
	font-size: 100px;
	width: 670px;
	border: 1px solid #666666;
	/*border-collapse: collapse;*/

}
.calendarTable tbody tr
{
	color: #ccc;
}
.calendarTable .header th {
  color: #686d67;
  font-weight: bold;
  text-align: center;
  /*border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background: #407fc1 url( "../../default/images/th_bg_gradient.gif" ) repeat-x bottom left;*/
}
.calendarTable td {
  width: 59px;
  height: 50px;
  vertical-align: top;
  margin: 0;
  padding: 0px;
  /*border: 1px solid #c9c9c9;*/
}
.calendarTable td.inCurrentMonth div.date {
  color: #747d72;
  background-color: #DBDFD9;
}

.calendarTable td.inCurrentMonth-selected div.date {
  color: #fff;
  background-color: #747d72;
}

.calendarTable td.inCurrentMonth:hover div.date {
  color: #fff;
  background-color: pink;
}
/* got these from visual studio */

.TitleStyle {
	background-color: #c9c9c9;
  	color: #407fc1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 70%;
}

.NextPrevStyle {
	background-color: #c9c9c9;
  	color: #407fc1;
	font-size: 12px;
	font-weight: bold;
	width:15%;	
}
.stepCal {
	margin: 0;
	padding: 0;
	font-size: 10px;
	width: 514px;
	/*border: 1px solid #c9c9c9;*/
	border-collapse: collapse;
	/*background-color: #009900;*/
}
.stepCal tr.top td {
	padding-left: 4px;
	font-size: 11px;
	color: #407fc1;
	background-color: #407fc1;
	border-right: none;
}
.step tr.top, .stepCal tr.top {
	height: 23px;
}
