/* POPUP allgemein *******************************************/
#PopUpCalendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #cccccc;
	text-decoration: none;
	border: 3px outset;
	position:absolute;
	left:0px;
	top:0px;
	z-index:7;
	width:200px;
	height:205px;
	overflow: visible;
	visibility: hidden;
	padding: 0px;
	text-align:center;
}

a.calendar{
	width:16px;
	height:16px;
	overflow:hidden;
	cursor: pointer;
	background:url(../img/calendar.gif) no-repeat 0px 0px;
	visibility:hidden;
}

/* Headline ****************************************************/
#headlineCal table{
	border-bottom: 1px outset;
	background-color:#84262C;
	width:100%;
}
#headlineCal td{
	font-weight:bold;
	font-size: 11px;
	color:white;
}
#headlineCal td.close{
	font-weight:bold;
	font-size: 11px;
	color:white;
	text-align:center;
	/*border-left:1px solid white;*/
	cursor:pointer;
	width:18px;
}

/* Jahres, Monats Dropdown ***********************************/
select.monthSelector {
	font-size: 11px;
	width: 100px;
}
input.yearSelector {
	font-size: 11px;
	width: 32px;
}
form.MonthListForm{
	padding:5px 0px 5px 0px;
	margin:0px;
}

div.xpButtonUp{
	width:15px;
	height:10px;
	overflow:hidden;
	background:url(../img/xp_button_up_11.gif) no-repeat 0px 0px;
}
div.xpButtonDown{
	width:15px;
	height:9px;
	overflow:hidden;
	background:url(../img/xp_button_down_11.gif) no-repeat 0px 0px;
}


/* Kalender Tabelle ******************************************/
div.monthDays {
	z-index:8; 
}

#monthDays table{
	font-size: 11px;
	border-collapse:collapse;
	margin:0px 0px 0px 0px;
	background-color:#666666;
}

#monthDays th.weekDay {
	color:white;
	padding:2px;
	text-align:center;
	background-color:#84262C;
}
#monthDays th.weekendDay {
	color:white;
	padding:2px;
	text-align:center;
	background-color:#84262C;
}

#monthDays td {
	font-weight: normal;
	color: black;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
    text-align:right;
    width:20px;
}
#monthDays td.weekendDay {
	background-color:#999999;
	cursor:pointer;
}
#monthDays td.weekDay {
	background-color:#ffffff;
	cursor:pointer;
}
#monthDays td.today{
	background-color:#ff0000;
	font-weight:bold;
    color:white;
	cursor:pointer;
}
#monthDays td.inputDay{
	background-color:#00ff00;
	font-weight:bold;
	cursor:pointer;
}
#monthDays td.weekendDayEmpty{
	background-color:#dddddd;
}
#monthDays td.weekDayEmpty{
	background-color:#dddddd;
}