

/************************************************************/
/*															*/
/*	Weimar Jena Akademie calendar-styles					*/
/*															*/
/*	lombego systems 2008 => www.lombego.de					*/
/*															*/
/*	| #F4F7FA 	| light blue								*/
/*	| #80AACA 	| medium blue								*/
/*	| #0028C8 	| dark blue									*/
/*	| #B3CCDF 	| nav-font blue								*/
/*															*/
/************************************************************/

.cal_left_col{
	float: right;
	width:165px;
}

.cal_wrap{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 365px;
}


.mini_cal_wrap{	/* overwritten by ie.css.php */
	float: left;
	width:150px;
	font-size: 12px;
	line-height:18px;
	padding: 0px 0px 0px 35px;
}

.mini_cal_table_padding{
	float: left;
	padding: 10px;
	margin: 0px;
}

.mini_cal_wrap table{
	border: 0px;
	margin: 0px;
}

.mini_cal_table{
	padding: 0px;
	width:100%;
}

.mini_cal_table td.has_events {
	background-color: #B3CCDF;
}

.mini_cal_wrap a:link, .mini_cal_wrap a:visited{
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-family: 'Droid Sans', Verdana, Arial, Sans;
	font-size: 15px;
	font-weight: bold;
	
	line-height: 20px;
	padding: 0px 0px 10px 0px;
}

.mini_cal_wrap table td{
	padding: 4px;
	text-align: center;
}

.mini_cal_wrap table td.mini_cal_day{
	text-align: center;
	color: #0028C8;
	font-weight: normal;
}

.mini_cal_wrap table td.mini_cal_day_we{
	text-align: center;
	color: #0050AA;
	font-weight: bold;
}

.mini_cal_head{
	padding: 2px 6px 2px 6px !important;
	background-color: #0028C8;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.mini_cal_wrap table td.today{
	background-color: #0028C8;
	color:#FFF;
}
.mini_cal_wrap table td.today a:link{color:#FFF;}
.mini_cal_wrap table td.today a:visited{color:#FFF;}
.mini_cal_wrap table td.today a:hover{color:#FFF;}

.mini_cal_wrap table td.weekend{
	font-weight: bold;
}

.mini_cal_wrap table td.not_current{
	color: #BFD3EB;
}

.item_counter{
	font-weight: bold;
	color: #0028C8;
	margin: 10px 0px 20px 0px;
	float: left;
	width: 499px;
	text-align: left;
}

#cal_nav{
	float: left;
	text-align: center;
	font-weight: bold;
	display: table;
	padding: 8px 0px 18px 0px;
	width: 195px;
}

#cal_nav a:link, #cal_nav a:visited{background-color: #FFF;color: #0028C8;border: 1px solid #0028C8;line-height: 20px;}
#cal_nav a:hover{background-color: #0028C8;color: #FFF;border: 1px solid #0028C8;line-height: 20px;}

#cal_nav_pre{
	display: block;
	float: left;
	color:#FFF;
	margin-right: 10px;
	padding: 2px 6px;
}

#cal_nav_today{
	display: block;
	float: left;
	color:#FFF;
	margin-right: 10px;
	padding: 2px 6px;
	width: 83px;
	background-color: #0028C8;
	border: 1px solid #0028C8;
}

#cal_nav_next{
	display: block;
	float: left;
	color:#FFF;
	margin-right: 0px;
	padding: 2px 6px;
}

table.person_list_table{
	
}

table.person_list_table tr{
	padding-bottom: 20px;
	display: block;
}

table.person_list_table td p{
	padding: 0px;
	margin: 0px;
}

table.person_list_table a:link{}
table.person_list_table a:visited{}
table.person_list_table a:hover{}

table.person_list_table td{}

.cal_list_headline{
	float: left;
	width: 100%;
}

.cal_list_details{
	float: left;
	width: 100%;
}


/* Details */

.record_menu{
	float: left;
	width: 560px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	background-color: #E6EAFA;
	margin: 8px 0px 20px 0px;
}

.record_menu .record_menu_link a:link, .record_menu .record_menu_link a:visited{
	background-color: #0028C8;
	display: block;
	float: left;
	color:#FFF!important;
	margin-right: 10px;
	padding: 2px 6px;
	border: 1px solid #0028C8;
}

.record_menu .record_menu_link a:hover{
	background-color: #FFF;
	display: block;
	float: left;
	color:#0028C8!important;
	margin-right: 10px;
	padding: 2px 6px;
	border: 1px solid #0028C8;
}

.record_menu_nolink{
	background-color: #E5EEF7;
	display: block;
	float: left;
	color:#BFD3EB;
	margin-right: 10px;
	padding: 2px 6px;
	border: 1px solid #BFD3EB;
}

.date_description{
	
}

.date_contact{
	margin: 20px 0px 30px 0px;
}

.date_contact_label{
	color:#0050AA;
	font-weight: bold;
	padding-right: 20px;
}

table.registration_table{
	padding: 0px !important;
}

table.registration_table td{
	vertical-align: middle;
	padding: 10px 10px 10px 0px;
}

table.registration_table textarea{
	border: 1px solid #0028C8;
	overflow: auto;
	width: 10.5em;	
	height: 4.375em;
	color: #0028C8;
	font-family: Arial, Helvetica,Verdana;
	line-height: 1.5em;
	font-size: 1em;
	padding: 1px 1px 1px 6px;
}

table.registration_table input{
	border: 1px solid #0028C8;
	color: #0028C8;
	padding: 1px 1px 1px 6px;	
}

table.registration_table input.send_button{
	border: 1px solid #0028C8;
	color: #0028C8;
	font-weight: bold;
	background-color: #FFF;
	padding: 0px;		
	float: left;
	display: block;	
	cursor: pointer;
	padding: 2px 6px;
}

table.registration_table input.send_button:hover{
	border: 1px solid #0028C8;
	color: #FFF;
	font-weight: bold;
	background-color: #0028C8;
	padding: 0px;		
	float: left;
	display: block;	
	cursor: pointer;
	padding: 2px 6px;
}

table.registration_table label{
	color: #0050AA;
	font-weight: bold;
}

.download{
	float: right;
}

.download a:link{margin:0em!important;}
.download a:visited{margin:0em!important;}

.error{
	padding: 0px 0px 20px 0px;
	color: #ff0000;
	font-weight: bold;
}
.error a:link{color:#ff0000;text-decoration: underline;}
.error a:visited{color:#ff0000;text-decoration: underline;}
.error a:hover{color:#ff0000;text-decoration: none;}

.success{
	padding: 10px;
	background-color: #3CB700;
	color: #FFF;
	font-weight: bold;
}
.success a:link{color:#FFF;text-decoration: underline;}
.success a:visited{color:#FFF;text-decoration: underline;}
.success a:hover{color:#FFF;text-decoration: none;}

.field_error{
	color: #ff0000;
}

.cal_detail_date_place{
	float: left;
	width: 100%;
	padding: 0px 0px 30px 0px;
}

.cal_detail_headline{
	font-weight: bold;
	color: #0028C8;
	width: 100%;
	line-height: 1.5em;	
}

.no_event{
	line-height: 30px;
	text-decoration: none;
	font-family: 'Droid Sans', Verdana, Arial, Sans;
	font-size: 15px;
	font-weight: bold;	
	line-height: 20px;
	padding: 0px 0px 10px 0px;
	color: #999999;
}


