/* bersfra, 07.08.2006, copied from /PORTAL.DEVELOPMENT.project.CLEARSTREAM/webapp/resources/calendar.css */
div.calendar {
	font-size: 9px;
	font-style: normal;
	background-color: #F1F0F0;
	position:absolute;
	left:0px;
	top:0px;
	width:150px;
	height:auto;
	z-index:1;
	cursor: hand;
	visibility: hidden;
	border: none;
}
table.calendar {
	font-size: 8pt;
	border: 1px solid #DFDFDF;
	width:100%;
}
td.day {
	font-size: 9px;
	border:none;
	width: 14%;
	text-align: center;
	background-color: #dfdfdf;
}
td.day:hover {
	font-size: 9px;
	border: none;
	width: 14%;
	text-align: center;
	background-color: #339999;
}
td.day_out {
	font-size: 9px;
	border: none;
	width: 14%;
	text-align: center;
	color: gray;
	background-color: #f1f0f0;
}
td.day_c {
	font-size: 9px;
	border: none;
	width: 14%;
	text-align: center;
	color: white;
	background-color: #00519E;
}
td.wd {
	font-size: 9px;
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	font-variant: small-caps;
	text-align: center;
	width: 14%;
}
td.closew {

	font-size: 9px;
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	font-variant: small-caps;
	text-align: center;
	width: 14%;
}