.odd{
	background-color: #fff;
	border: 1px solid #fff;
}
.even{
	background-color: #d3e5f2;	
	border: 1px solid #d3e5f2;
}

div.pv_content{
	padding-top: 0;
	padding-left: 0;
}
.vcal_cal td{
	padding: 3px;
}
.vcal_cal td.calendar a{
	text-decoration: underline;
}

.vcal_cal td.offset, .vcal_cal td.offset a{
	color: #257cbe;
}

.vcal_cal .calendar{
	text-align:center;	
}

.vcal_cal .calendar.offset{
	 background-color:#E7E7E7;
}

/* Die Infobox mit den Erklärungen zu den Rahmen */
div.description{
	margin-top: 15px;
}

div.description a.today{
	font-size: smaller;
	margin-left: 10px;
}

span.box.selected{
	border-style:solid;
	border-color:#003399;
	border-width:1px;
}

span.box.today{
	border: 1px solid red;
}
.vcal_cal .calendar.selected{
	font-weight: bold;
}
.vcal_cal .calendar.selected a{
	text-decoration: none;
}
.vcal_cal .calendar.today{
	border-style:solid;
	border-color: #114188;
	border-width:1px;
	background-color:#FFFFFF;
}

.vcal_cal .calendar.default{

}

.vcal_cal th, .vcal_cal tr.calendar.header {
	font-weight: bold;
	text-align:center;
	color: #257cbe;
}

.vcal_cal{
	background-color:#F2F2F2;
	width: 100%;
}

li.vcal-cat{
	float: left;
	width: 33%;
	font-size: small;
	padding-bottom: 10px;
	list-style-position: inside;
	list-style-image: url('./arrow_blue_normal.gif');
	margin: 0;
}

ul.vcal-cats{
	clear: both;
	padding: 0;
	margin: 0;
}

.event.label{
	float:left;
	width:125px;
}
.event.data{
	float:left;
	margin-top: 10px;
}

.pv_content{
	clear: both;
}

fieldset.event{
	padding: 10px;
}

fieldset.event label{
	display: block;
	float: left;
	clear: left;
	width: 125px;
}

fieldset.event .input{
	float: left;
	display: block;
	clear: right;
}

br.clear-all{
	clear: both;
}

.event.msg{
	width: 400px;
	padding: 25px;
	margin: 25px;
	text-align: center;
	font-weight: bold;
	display: none;
}
.event.msg p{
	padding-bottom: 0;
}

.event.msg.error{
	border: 1px solid red;
	display: block;
}

.event.msg.success{
	border: 1px solid green;
	display: block;
}

fieldset.event input, fieldset.event label, fieldset.event select, fieldset.event textarea{
	margin-bottom: 3px;
}

fieldset.event input.text{
	width: 300px;
}

img.event.image{
	clear: both;
	margin-left: 125px;
	margin-top: 15px;
	margin-bottom: 15px;
}
a.event-link{
	padding: 0 5px 0 25px;
	margin-top: 5px;
	border: 1px solid #999999;
	background-color: #E6E6E6;
	background-image: url('btn_pfeil.gif');
	background-repeat: no-repeat;
	background-position: center left; 
	line-height: 17pt;
	text-decoration: none;
	color: #666666
}
input.date{
	width: 100px;
}

input.dp-applied {
	width: 100px;
	float: left;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 1px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(js/jquery/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
#calendar-me {
	margin: 20px;
}


#CP_hourcont {
padding: 0px;
position:absolute;
border:1px dashed #999999;
background-color:#f2f2f2;
}

#CP_minutecont {
padding: 1px;
position:absolute;
background-color:#dddddd;
width:45px;
}

.floatleft {
float:left;
}

.CP_hour {
padding:3px;
font-size:10px;
white-space:nowrap;
cursor:pointer;
width:35px;
}

.CP_minute {
padding:2px;
background-color:#dddddd;
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
white-space:nowrap;
cursor:pointer;
width:auto;
}

.CP_over {
background-color:#FFFFFF;
}
.time-pick{
	height: 16px;
}

.time-pick-text{
	width: 75px;
}

#date-table{
	width: 100%;
	margin-bottom: 8px;
}

.eventtypeform{
	margin-top: 8px;
}

.submit.button{
	margin-bottom: 95px;
}

ul.catlist li{
	list-style: none;
	display: block;
	clear: both;
}

ul.catlist li ul{
	clear: both;
	display: block;
}

ul.catlist li label.cat-lable{
	float: left;
	clear: none;
	width: auto;
	padding-left: 5px;	
}

ul.catlist li input.cat-checkbox{
	float: left;
	clear: none;
	margin-top: 1px;
	border: 0;
}

#side-right{
	width: 190px;
	margin:0;
	padding: 0 10px 0 0;
	display: block;
	float: right;
}

* html .sidebox, * html #side-right{
	width: 170px;
}

.sidebox{
	padding: 5px;
	margin: 10px 0 0 0;
	background-color: #fff;
	float: right;
	width: 180px;
}
.sidebox.vcal_calendar{
	margin-top: 0;
}

.sidebox h3{
	font-size: small;
	font-weight: bold;
}
a.cal-link{
	background-image: url('./arrow_blue_normal.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 8px;
	font-size: smaller;
	font-weight: bold;
}
#search-form .form-item label{
	width: 75px;
	display: block;
	float: left;
}
#search-form .form-item select{
	width: 135px;
}

#search-form .form-item{
	padding-top: 3px;
}

#search-form .form-item input{
	margin-bottom: 0px;
}
.event.categories{
	margin-bottom: 7px;
}

.event.categories a{
	margin-right: 5px;
}
.event.categories span.category.active{
	margin-right: 5px;
}
.searchparams{
	clear: both;
	padding: 15px 15px 5px 0;
	background-color: #fff;
}
.vcal_data{
	width: 450px;
	float: left;
}
* html .provider{
	width: 698px;
}
.vcal_data .top {
	margin-top: 0;
	background-color: #fff;
}
.vcal-catoverview{
	padding-top: 5px;
}
.vcal-catoverview ul{
	padding: 0;
	margin: 0;
}
.provider .vcal_data .vcal_front h2{
	background-image: none !important;
	margin-left: -15px;
	font-size: 80%;
}
ul.submenu li{
	list-style: none;
	float: left;
	padding-right: 5px;
	margin: 0;
}
ul.submenu li.active{
	font-weight: bold;
}

ul.submenu, ul.submenu ul{
	clear: both;
	margin: 0;
	padding: 0;
}

ul.editmenu li{
	font-weight: normal;
}
ul.editmenu li.active{
	font-weight: bold;
}
div.menu{

}
div.edit-form{
	clear: both;
}
table.event-table{
	width: 100%;
}
table.event-table tr.odd{
	background-color: #fff;
}

table.event-table tr.even{
	background-color: #ccc;
}

table.event-table td.event-title{
	width: 75%;
}

.event.cattext{
	margin-top: 8px;
}

.pv_content h2, #search-form h2, .sidebox.vcal_add h2, .event-list .event-title{
	padding: 10px; 
	background-image: url('./vcal_right_bg.gif'); 
	background-color: #114188;
	background-repeat: repeat-y;
	background-position: top right;
	font-weight: bold;
	color: #fff;
	letter-spacing: normal;
}

.sidebox.vcal_add h2{
	margin-top: -10px;
}

.currentmonth{
	background-image: url('./vcal_right_bg.gif'); 
	background-color: #114188;
	background-repeat: repeat-y;
	background-position: top right;
	font-weight: bold;
	color: #fff;
}

.pv_content h2 a, .currentmonth a, .event-list .event-title a{
	color: #fff;
}

.othermonth{
	background-color: #fff;
	color: #257cbe;
	font-size: smaller;
	font-weight: bold;
}

.othermonth a{
	color: #257cbe;
	font-size: smaller;
	font-weight: bold;	
}

input, select,fieldset.event input.text, textarea, #event-image{
	border: 1px solid #114188;
	color: #257cbe;
}

#side-right form{
	padding: 10px;
}
#sendreminder{
	padding-top: 10px;
	clear: both;
}
#sendreminder .form-item, #event-form .form-item{
	display: block;
	clear: both;
}
.provider .event-link{
	width: 300px;
	float: left;
}
.event-title .place{
	clear: none;
	color: #fff;
	font-weight: bold;	
	width: 120px;
	float: right;
}

.pv_content.eventdetail{
	margin-top: 10px;
}

.event-list .pv_content{
	padding: 20px 10px;
}
