

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border-style: none;
	background-color: white;
	text-align: center;
}

.month td {
	width:69px;
	margin:0px;
}

.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #eeedf2;
	color: #4b4c50;
	font-family:"Trebuchet MS", tahoma;
	border-right:1px solid #4a98c9;
	border-left:1px solid #4a98c9;
	border-bottom:1px solid #4a98c9;
	border-top:3px solid #4a98c9;
	height:30px;
}
.dayname {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	background-color: #f0eff4;
	color: #4a494e;
	border:1px solid #d0cfd5;
	font-family:"Trebuchet MS", tahoma;
	height:25px;
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
border:1px solid black;
	text-align: center;
	font-size: 10px;

	color: #000099;
	background-color: #e9e9e9;
}
.week {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {


  display:none;
	background-color: white;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	background-color:#e9eaef;
	font-family:"Trebuchet MS", tahoma;
	border-right:1px solid #4a98c9;
	border-left:1px solid #4a98c9;
	border-bottom:1px solid #4a98c9;
	border-top:3px solid #4a98c9;
	font-size:10px;
	color:#4d4d4f;
	height:30px;
	verical-align:middle;
}

.monthnavigation a {
	color:#4d4d4f;
}

.monthpicker {
	font-size: 11px;
	background-color: white;
}
.yearpicker {
	font-size: 11px;
	background-color: white;
}
.pickerbutton {
	font-size: 11px;
	background-color: white;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {

	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	height:54px;
	color: #aaaaaa;
	background-color: #ffffff;
}
.monthday {

	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	font-family:"Trebuchet MS", tahoma;
	background-color: #e3f3ff;
	color: #00507b;
	height:54px;
	border:1px solid #b1cde3;
}
.today {

	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(../img/red.jpg);
	height:54px;
	font-family:"Trebuchet MS", tahoma;
	border:1px solid #891300;
}
.selectedday {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	background-color: #66ff66;
	font-family:"Trebuchet MS", tahoma;
	height:54px;
}
.sunday {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	background-color: #e3f3ff;
	height:54px;
	border:1px solid #b1cde3;
	color:#d23000;
	font-family:"Trebuchet MS", tahoma;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	background-color: #e3f3ff;
	height:54px;
	color: #00507b;
	border:1px solid #b1cde3;
	font-family:"Trebuchet MS", tahoma;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(../img/aktiv.jpg);

	font-family:"Trebuchet MS", tahoma;
	border:1px solid #0374b7;
	height:54px;
	
}
.event a {
	color: #ffffff;
	font-size:10px;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #0084ff;

}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #dd3601;
	height:54px;
	font-family:"Trebuchet MS", tahoma;

}
.todayevent a {
	color: #ffffff;
}
.eventcontent {
	font-size: 10px;
	border:1px;
	width: 100%;
}

