﻿.calendar
{
  cursor:default;
  width:630px;
  padding-left:5px;
  background-color:#F6F6F6;
}
.calendar td
{
  font-family:tahoma; 
  
  font-size:11px;
}

.title
{
    font-weight:bold;
  background-color:#D7D7E5;
}

.day
{
  width:15px;
  cursor:none;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
  font-weight:bold;
  color:#336600;
}

.dayhover
{
  width:15px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}
.disabledday
{
  text-decoration:none;
  background-image:none;
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}
.DisabledDayHoverCssClass
{
 text-decoration:none;
  background-image:url(images/baddate.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
  }
.dayheader
{
  width:17px;
  text-align:center;
  font-weight:bold;
}

.othermonthday
{
  color:#f6f6f6;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
    width:15px;
  /*background-color:#bed0de;
    border-style:dotted;
    border-width:1px;
    border-color:#55898e !important;
    border-collapse:inherit;*/
    font-weight:bold;
    color:#FF6600;
}

.month
{
 /* background-color:#cdcccb;*/
 border:1px solid #ffffff;
 border-top:none;
 border-left:none;
  margin-left:0px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
  width:205px;
}

.nextprev
{
  cursor:pointer;
  height:18px;
  vertical-align:middle;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:middle;
}

.monthtitle
{
	background-color:#d7d5d5;
	font-weight:bold;
}