.calendar_button
{
	border:none;
	cursor:pointer;
}

.test
{
	color:Red;
}

.title
{
	font-weight:bold;
	 background-color:#D7D7D7;
}

.25percent
{
	background-color:#ffcc00;
}

.50percent
{
	background-color:#ff9900;
}

.75percent
{
	background-color:#ff6600;
}
.100percent
{
	background-color:#ff3300;
}

.title TD
{
	font-weight:bold;
}

.calendar TD
{
  font-size:8pt;
  font-family:Verdana;
}

.day
{ 
  width:40px;
  height:30px;
  text-align:right;
  vertical-align:top;
  border-width:1px;
  border-color:#999999;
  border-style:solid;
  font-size:8pt;
  cursor:hand;
}

.BigDay
{ 
  width:85px;
  height:100px;
  text-align:right;
  vertical-align:top;
  border-width:1px;
  border-color:#999999;
  border-style:solid;
  font-size:6pt;
  cursor:hand;
}

.weekend
{
  
}

.selected
{
  border-color:Black;
  border-width:2px;
  
}

.dayheader
{
	width:35px;
  text-align:right;
  border-width:1px;
  border-color:white;
  border-style:solid;
  background-color:#FFFFFF;
  font-size:8pt;
  color:#333333;
}

.BigDayHeader
{
	width:75px;
  text-align:right;
  border-width:1px;
  border-color:white;
  border-style:solid;
  background-color:#FFFFFF;
  font-size:8pt;
  color:#333333;
}

.othermonthday
{
  visibility:hidden;
}

.calendar2
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:white;
  margin-bottom:2px;
  margin-top:2px;
  margin-left:2px;
  margin-right:2px;
}

.nextprev
{
  cursor:hand;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}
