.details_calendar
{
  border:none;
}

.detailsContent_day
{
  width:90px;
  padding: 2 2 2 2;
  margin: 0 0 0 0;
  height:30px;
  text-align:left;
  vertical-align:top;
  font-family:Arial;
  font-size:12px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #C6C1AC;
}

.details_day
{
  text-align:right;
  padding: 2 2 2 2;
  vertical-align:top;
  font-family:Arial;
  font-size:12px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #C6C1AC;
  height: 75px;
  width: 80px;
}

.details_othermonthday
{
  background-color: #ECE5D0;
}

.details_weekendday
{
  background-color: Yellow;
}

details_outofrange
{
}

.details_dayOff
{
	color: Green;
	font-style: italic;
	font-weight: bold;
}

.details_month
{
  border-collapse:collapse;
  border:solid 1px black;
}

.details_dayheader
{
  background-color:#E3E0CD;
  background-image:url(images/calendar/header_bg.gif);
  color:#504C39;
  font-family:Verdana;
  font-size:11px;
  text-align:center;
  border-top:solid 1px #FFFFFF;
  border-left:solid 1px #FFFFFF;
  border-bottom:solid 1px #ACA899;
  border-right:solid 1px #C6C1AC;
  padding: 2px;
}

.details_title
{
  background-color:#7D9459;
  background-image:url(images/calendar/title_bg.gif);
  border: 1px solid black;
  border-bottom-width: 0px;
}

.details_title TD
{
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  color:White;
  padding-top:1px;
  padding-bottom:1px;
}

.details_nextprev
{
  cursor:pointer;
}
