#calendar
{
	text-align: center;
	border-color: #666;
	border-width: 0px;
	border-style: solid;
	background-color: #D06F1A;
	color: #FFFFFF;
	padding:3px;
}
#calendar a
{
	color: #FFFFFF;
}
#calendarmsg	
{
width: 250px;
padding: 3px;
border-color: #828CC1;
border-width: 1px;
border-style: solid;
margin: 10px 0 10px 0;
color: #1C124E;
font-family: verdana, arial;
font-size: 10px;
overflow: default;
visibility: hidden;
display: block;
}

.calendarmsgclass
{
background-color: #D5DFED;
}
.calendarmsgclass_hilited { background-color: #FF6; }

#calendartable		
{
background:#f5bc75;
text-align: center;
vertical-align: top;
}
.calendarheader
{
  background:#eca95e;
font-weight: bold;
text-align: center;
border-bottom:3px;
}
.calendarbody
{
vertical-align: top;
text-transform: inherit;
}

.calendarday
{
text-align: center;
border-spacing:3px;
padding: 3px;
}

.calendarday td	
{
border-width: 0px;
border-style: none;
border-color: transparent;
}

.rowactions
{
font-family: verdana;
font-size: 9pt;
text-align: center;
}
.act_unknown
{

}
.act_free
{
	width: 20px;
	height: 5px;
	background: #62B816;
}
.act_notfree
{
	width: 20px;
	height: 5px;
	background: #B81616;
}
.act_option
{
width: 20px;
height: 5px;
background-color: #B89F16;
}
.calendarcell
{
  border:1px solid #FECF8C;
  padding: 3px;
}
.monthselected { text-decoration: underline; }
.firstdaymonth
{
	color: #FC9;
	background-color: #e29548;
}