div.calendar {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.calendar-popup{
	position: absolute;
	z-index: 1000;
	display: none;
	width: 238px;
	height: 204px;
	background: #94bbd0;
	border: 1px solid #114a69;
}

.calendar-popup table{
	z-index: 6;
}

.calendar-popup td{
	height: 20px;
}

div.calendar_container {
	margin: none;
	position: absolute;
	overflow: hidden;
	width: 286px;
	height: 170px;
	display: block;
	margin-bottom: -170px;
}

div.calendar_small {
	display: block;
	width: 226px;
	height: 152px;
	overflow: hidden;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	background: #94bbd0;
	border: 3px solid #114a69;
	color: #114a69;
	overflow: hidden;
	z-index: 100;
}

div.calendar_small table td{
	height: 13px;
	*height: 11px;
}

.calendartable {
	background: #94bbd0;
}

.calendartable td{
	width: 40px;
	height: 15px;
}

td.daycell {
	background: #94bbd0;
}

td.normalcell{
	background: #fff;
	color: #114a69;
}

.under100 {
	color: #114a69;
	text-align: left;
}

.under90 {
	color: #39627b;
}

.under80 {
	color: #4f758a;
}

.under70 {
	color: #658698;
}

.under60 {
	color: #7896a6;
}

.under50 {
	color: #89a4b2;
}

.under40 {
	color: #a0b5c3;
}

.under30 {
	color: #adc0cb;
}

.under20 {
	color: #c1d0d7;
}

.under10 {
	color: #d8e1e6;
}

.zero, .under0 {
	color: #ff0000;
}

.urescella{
	background-color: #d9e9f1;
}

.unselectable{
	color: #ccc;
	background: #fff;
}

.lastminute {
	color: #f8c208;
}

div.palette {
	width: 255px;
	height: 30px;
	background: url(/images/color_palette.gif) no-repeat;
	border-left: 1px solid #ff0000;
	border-right: 1px solid #114a69;
	display: block;
	margin: 0px auto 0px auto;
}