/* calendar */
table.calendar {
	border-left: 1px solid #999;
}
tr.calendar-row {
}
td.calendar-day {
	height: 80px;
	font-size: 11px;
	position: relative;
	/*background-color: #FFFFFF;*/
}
* html div.calendar-day {
	height: 40px;
}
td.calendar-day:hover {
	color: #00FF00;
}
td.calendar-day-np {
	background: #eeeeee;
	min-height: 40px;
}
* html div.calendar-day-np {
	height: 40px;
}
td.calendar-day-head {
	background: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 125px;
	padding: 5px;/*border: 1px solid #999999;*/
}
div.day-number {
	background: #999999;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	margin-top: 0px;
	margin: -5px -5px 0 0;
	width:100%;
	height:10px;
	text-align:left;
	/*z-index:-1;*/
	/*border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;*/
}
/* shared */
td.calendar-day, td.calendar-day-np {
	width:125px;
	padding:5px;
	border-bottom:1px solid  #666666;
	/*border-right:1px solid #666666;*/
}
td.calendar-current-day {
	width:125px;
	padding:5px;
	border-bottom:1px solid #666666;
	/*border-right:1px solid #666666;*/
	background-color: #FEF89A;
}
td.calendar-day-end {
	width:125px;
	padding:5px;
	font-size: 11px;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	background-color: #CCCCCC;
	height:40px;
}
