.text_next_datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}
.text_next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}
.text_next_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color:#999999;
}
.calendor_event_div_container {
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
}
.calendor_event_div_day {
	width: 100%;
	height:18px;
	padding:0px;
	margin:0px;
}
.calendor_event_div_blue {
	width: 100%;
	background-color:#add6ff;
	padding:2px;
	margin:0px;
	height:9px;
	overflow:hidden;
	white-space:nowrap;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: #ffffff 0px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:2px;
}
.calendor_event_div_green {
	width: 100%;
	background-color:#00CC00;
	padding:2px;
	margin:0px;
	height:9px;
	overflow:hidden;
	white-space:nowrap;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: #ffffff 0px solid; 	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:2px;
}
.calendor_event_div_yellow {
	width: 100%;
	background-color:#FFFF00;
	padding:2px;
	margin:0px;
	height:9px;
	overflow:hidden;
	white-space:nowrap;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: #ffffff 0px solid; 	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:2px;
}
.calendor_event_div_red {
	width: 100%;
	background-color:#F00;
	padding:2px;
	margin:0px;
	height:9px;
	overflow:hidden;
	white-space:nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	border: #ffffff 0px solid; 	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:2px;
}
.calendor_event_div_olive {
	width: 100%;
	background-color:#CC3;
	padding:2px;
	margin:0px;
	height:9px;
	overflow:hidden;
	white-space:nowrap;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: #ffffff 0px solid; 	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:2px;
}
.calendor_event_div_orange {
	width: 100%;
	background-color:#FF9900;
	padding:2px;
	margin:0px;
	height:9px;
	overflow:hidden;
	white-space:nowrap;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: #ffffff 0px solid; 	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:2px;
}
.calendor_event_div_gray {
	width: 100%;
	background-color:#CCCCCC;
	padding:2px;
	margin:0px;
	height:9px;
	overflow:hidden;
	white-space:nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: #ffffff 0px solid; 	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:2px;
}

.calendor_event_div_more {
	background-color:#000000;
	width: 100%;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:0px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
.calendor_tooltip {
	position:absolute;
	width:300px;
	background-color:#e9e9e9;
	color:#000000;
	padding:10px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border: #ffffff solid 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:5px 5px 8px #666666;
}
.calendor_overlay {
	position:fixed;
	width:500px;
	height:500px;
	top:50%;
	left:50%;
	margin: -270px;
	z-index:9999;
  	background-color:#ffffff;
	padding:20px;
	text-align:left;
	overflow:auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.calendor_next_events {
	background:#efefef;
	padding:10px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.calendor_next_events_gadget {
	padding:0px;	
}
.calendor_next_events_gadget_title {
	white-space:nowrap;
	height:20px; 
	width:246px;
	overflow:hidden;
}
.calendor_next_events_gadget2 {
}
.calendor_next_events_gadget_title2 {
	white-space:nowrap;
	height:20px; 
	width:210px;
	overflow:hidden;
}
.calendor_controls {
	background:#e9e9e9;
	border: 1px solid #cccccc;
	border-bottom:0px;
	padding:10px;	
}
#nextprev a:link {
	color:#999999;
	text-decoration: none;
	outline:hidden;
	outline:none;
}
#nextprev a:visited {
	color:#999999;
	text-decoration: none;
	outline:hidden;
	outline:none;
}
#nextprev a:hover {
	color:#333333;
	text-decoration: none;
	outline:hidden;
	outline:none;
}
#nextprev a:active {
	color:#999999;
	text-decoration: none;
	outline:hidden;
	outline:none;
}

/*	TEXT STYLES 
	********************************************************************************************************************************************/
.calendor_dayname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
.calendor_monthname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	height:20px;
}
.calendor_next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

.calendor_field_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	cursor:pointer;
	overflow:hidden;
	background-image:url(../Images/Calendor/calendor_bg_field_normal.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.calendor_field_weekend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	cursor:pointer;
	overflow:hidden;
	background-image:url(../Images/Calendor/calendor_bg_field_sa.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.calendor_field_today {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	cursor:pointer;
	overflow:hidden;
	background-image:url(../Images/Calendor/calendor_bg_field_today.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.calendor_field_custom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	cursor:pointer;
	overflow:hidden;
	background-image:url(../Images/Calendor/calendor_bg_field_custom.jpg);
	background-position:top;
	background-repeat:repeat-x;
}


.calendor_event_div_container:hover, .calendor_field_normal:hover, .calendor_field_today:hover, .calendor_field_custom:hover, .calendor_field_weekend:hover {
	background-image:url(../Images/Calendor/calendor_bg_field_over.jpg);
	background-repeat: repeat-x;
}

.calendor_field_inactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	overflow:hidden;
}

/*	TABLES AND BORDERS 
	********************************************************************************************************************************************/
.calendor_gridder {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse:collapse;
	border-color:#cccccc;
	background-color: #ffffff;
}
.calendor_gridder th {
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: #cccccc;
	background-color: white;
	-moz-border-radius: ;
}
.calendor_gridder td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #ffffff;
	overflow:hidden;
}