/****************************** weekview **********************************/
.weekview {
	text-align: center;
}
.weekview table{
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 620px;
	table-layout: fixed;
	border-collapse: collapse;
	border: 3px solid #185a78;
}

.weekview a {
	text-decoration: none;
}

.weekview td, .weekview td, .weekview tr{
	vertical-align: top;
	font-size: 10px;
	padding: 0;
	border: 1px solid #185a78;
	background: #ddd;
}

.weekview td{
	
}

.weekview th {
	color: #fff;
	font-size: 16px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: url(../img/kalender_head.jpg) repeat-x;
}

.weekview th a{
	color: #fff;
}

.weekview th a:hover{
	color: #accede;
	text-decoration: underline;
}

.weekview .day {
	font-size: 12px;
	color: #fff;
	padding: 5px 0 2px 0;
	background: #185a78;
}

.weekview .datemonth td {
	color: #fff;
	padding: 0 0 3px 0;
	background: #185a78;
}

.weekview .allday td {
	text-align: left;
	padding: 2px;
	background: #c1cbd0;
}

.weekview .event {
	margin: 2px 0;
	text-align: left;
	display: block;
	border: 1px solid #fff !important;
}

.weekview .event:hover {
	background: #ccc !important;
	border-top: 1px solid #185a78 !important;
	border-bottom: 1px solid #185a78 !important;
}

/***************************************************************** caption **********************************************************/
.calendar_caption
{
	margin: 10px;
	font-size: 10px;
	border: 1px solid #185A78;
	padding: 5px;
}
