.calendar
{
  border:none;
  float:left;
  margin-top:0;
  
}

.day,
.dayhover,
.weekenddayhover
{
  width:90px;
  height:70px;
  text-align:left;
  vertical-align:top;
  font-family:Arial;
  font-size:11px;
  color:Black;
  font-weight:bold;
  background-color:#F9F1C9;
  border:solid 3px #fff;
  line-height:1.4em;
  padding:3px;
}

.othermonthday
{
  background-color:#FFFFFF;
  border:#FFFFFF;
}

.month
{
  border-collapse:collapse;
  border:none;
  width:680px;
 
}

.dayheader
{
  background:none;
  color:#000;
  font-family:Verdana;
  font-size:13px;
  text-align:left;
  font-weight:bold;
  border:none;
  padding: 4px;
  border-top:solid 1px #999;
  padding-top:10px;
}

.title
{
  background:none;
  border: none;
}

.title TD
{
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  color:red;
  padding-top:1px;
  padding-bottom:1px;
}

.nextprev
{
  cursor:pointer;
}


.calendartitle {
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.Calendar1_DayRender {
	background:#edede9;
	
}
.weekendday 
{
	background-color:#edede9;
}
.dayselected 
{
	background-color:#dcc4e8;
}
.dayhover { 
	background-color:#ccc;
}
.weekenddayhover
{
  background-color:#ddd3a4;
}
#prev-next 
{
	float:left;
	position:relative;
	width:100%;
	margin-top:10px;
}
#ImageButton1
{
	position:absolute;
	left:0;
	top:0;
	}
#ImageButton2
{
	position:absolute;
	right:0;
	top:0;
	}
#Calendar1_CalendarTitleTd td
{
	text-align:center;
	font-weight:bold;
	padding-bottom:17px;
	font-size:1.1em;
	}