table {
	margin: 15px 0px;
	border: 0px;
}

th, td	{
	padding: 10px 10px 10px 10px;
}
th {
	background: #ffffff;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
}
td {
	border: 1px solid #000;
	background-color: #ffffff;
	color: #000;
}

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
	width: 50%;
	border-collapse: separate;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background: #EC1D23 url(../../img/bl/bl_streifen.jpg) repeat-x top;
	color: #fff;
	border-style: outset;
	border-width:1px;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: #EC1D23 url(../../img/bl/bl_streifen.jpg) repeat-x top;
	color: #fff;
	width: 50px;
	border-style: outset;
	border-width:1px;
	border-top: 0px;
}

.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px;
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}

.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {
	font-size: 11px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000;
	height:20px;
	width:20px;
}

.monthday a {
	color: #000;
}

.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	border:1px dotted   #EC1D23;
	color: #000;
	height:20px;
	width:20px;
}

.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ccc;
	height:20px;
	width:20px;
	color:#000;
}

.selectedday a {
	color:#000;
}

.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	height:20px;
	width:20px;
	background: #eee;
}
.sunday a {
	color: #000;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	height:20px;
	width:20px;
	background: #eee;
}
.saturday a {
	color: #000;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #EC1D23;
	height:20px;
	width:20px;
}
.event a {
	color: #fff;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #ccc;
	text-decoration: underline;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ccc;
	color: #000;
	text-decoration: underline;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #EC1D23;
	height:20px;
	width:20px;
}
.todayevent a, .todayevent a:visited {
	background-color: #EC1D23;
	color: #fff;
}

.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

.today a {
	color: #000;
}