/* Appearance of the Calendar-Modul */

.calendar
{
	width : 180px;
    text-align: center;
}

.calendar .headline {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000085;
    
/*	background : url(ice.jpg);*/
}

.caledar .headline A{
 font-size: 99%;
}
.calendar .headline A:link {
	color: #FFFFFF;
	text-decoration: none;
}

.calendar .headline A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.calendar .headline A:hover {
	color: #FF0000;
	text-decoration: none;
}

.calendar .headline .today_select  {
	background-color: #000085;
	/*border-top: 1pt solid Black; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align : center;
	text-decoration: underline;	
    	font-size: 98%;
}


.calendar .overview {
	background-color: transparent;
	font-size: 98%;
	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
	border-top : 1pt solid #FFBF00;
	border-left : 1px solid #FFBF00;
	border-right: 1pt solid #FFBF00;
	border-bottom : 1pt solid #FFBF00;
	/*height: 100%;*/
	width: 100%;
}

.calendar .overview A:link {
	text-decoration: none;
}

.calendar .overview A:visited {
	text-decoration: none;
}

.calendar .overview A:hover{
	background-color: #004080;
	color: #FFFFFF;
	text-decoration: none;
}

.calendar .overview .last_month {
	visibility: hidden;
}

.calendar .overview .next_month {
	visibility: hidden;
}

.calendar .overview #today {
	background-color: #004080;

}



.calendar .overview .dayname {
	background-color: #8AA7FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #FFBF00;
}

.calendar .overview .reserved {
	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;
	color: #FF6633;
}
