div.calendar {
	position:relative;
	z-index:100000;	
}
.calendar, .calendar table {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #CC0000;
	color:#000000;
	cursor:default;
	font-family:tahoma,verdana,sans-serif;
	font-size:11px;
}
.calendar .button {
	padding:2px;
	text-align:center;
}
.calendar .nav {
	background:#CC0000 url(menuarrow2.gif) no-repeat scroll 100%;
}
.calendar thead .title {
	background:#000000 none repeat scroll 0%;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
	text-align:center;
}
.calendar thead tr {
	background:#CC0000 none repeat scroll 0%;
	color:#FFFFFF;
}
.calendar thead .daynames {
	background:#FFFFFF none repeat scroll 0% 50%;
	color:#000000;
}
.calendar thead .name {
	border-bottom:1px solid #000000;
	color:#000000;
	padding:2px;
	text-align:center;
}
.calendar thead .weekend {
	color:#7F0000;
}
.calendar thead .hilite {
	background-color:#EF0000;
	border:1px solid #8F0000;
	color:#000000;
	padding:1px;
}
.calendar thead .active {
	background-color:#EF0000;
	border:1px solid #8F0000;
	padding:2px 0px 0px 2px;
}
.calendar tbody .day {
	color:#000000;
	padding:2px 4px 2px 2px;
	text-align:right;
	width:2em;
}
.calendar tbody .day.othermonth {
	color:#BBBBBB;
	font-size:80%;
}
.calendar tbody .day.othermonth.oweekend {
	color:#FFBBBB;
}
.calendar table .wn {
	background:#CF5A5A none repeat scroll 0% 50%;
	border-right:1px solid #000000;
	padding:2px 3px 2px 2px;
}
.calendar tbody .rowhilite td {
	background:#FFEFEF none repeat scroll 0% 50%;
}
.calendar tbody .rowhilite td.wn {
	background:#FFEFEF none repeat scroll 0% 50%;
}
.calendar tbody td.hilite {
	background:#FF6F6F none repeat scroll 0%;
	border:1px solid #FF6F6F;
	padding:1px 3px 1px 1px;
}
.calendar tbody td.active {
	background:#CC0000 none repeat scroll 0% 50%;
	border:1px solid #CC0000;
	padding:2px 2px 0px;
}
.calendar tbody td.selected {
	background:#FFFFFF none repeat scroll 0% 50%;
	border:1px solid #000000;
	color:#000000;
	font-weight:bold;
	padding:1px 3px 1px 1px;
}
.calendar tbody td.weekend {
	color:#7F0000;
}
.calendar tbody td.today {
	color:#D50000;
	font-weight:bold;
}
.calendar tbody .disabled {
	color:#999999;
}
.calendar tbody .emptycell {
	visibility:hidden;
}
.calendar tbody .emptyrow {
	display:none;
}
.calendar tfoot .footrow {
	background:#CC0000 none repeat scroll 0% 50%;
	color:#FFFFFF;
	text-align:center;
}
.calendar tfoot .ttip {
	background:#000000 none repeat scroll 0%;
	border-top:1px solid #000;
	color:#FFFFFF;
	padding:1px;
}
.calendar tfoot .hilite {
	background:#CC0000 none repeat scroll 0% 50%;
	border:1px solid #CC0000;
	color:#000000;
	padding:1px;
}
.calendar tfoot .active {
	background:#CC0000 none repeat scroll 0% 50%;
	padding:2px 0px 0px 2px;
}

.calendar .combo {
	background:#F9F9F9 none repeat scroll 0%;
	border:1px solid #665555;
	color:#000000;
	cursor:default;
	display:none;
	font-size:90%;
	left:0px;
	position:absolute;
	top:0px;
	width:4em;
	z-index:100;
}

.calendar .combo .label, .calendar .combo .label-IEfix {
	padding:1px;
	text-align:center;
}
.calendar .combo .label-IEfix {
	width:4em;
}
.calendar .combo .hilite {
	background:#EF0000 none repeat scroll 0% 50%;
	border-bottom:1px solid #4466AA;
	border-top:1px solid #4466AA;
	font-weight:bold;
}
.calendar .combo .active {
	background:#F1F8FC none repeat scroll 0%;
	border-bottom:1px solid #4466AA;
	border-top:1px solid #4466AA;
	font-weight:bold;
}
.calendar td.time {
	background-color:#E3F0F9;
	border-top:1px solid #000000;
	padding:1px 0px;
	text-align:center;
}
.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm {
	background-color:#F1F8FC;
	border:1px solid #888899;
	font-weight:bold;
	padding:0px 3px 0px 4px;
}
.calendar td.time .ampm {
	text-align:center;
}
.calendar td.time .colon {
	font-weight:bold;
	padding:0px 2px 0px 3px;
}
.calendar td.time span.hilite {
	background-color:#267DB7;
	border-color:#000000;
	color:#FFFFFF;
}
.calendar td.time span.active {
	background-color:#000000;
	border-color:red;
	color:#A5FF00;
}