/* Appearance of the Calendar-Modul */

.headline {

background-color: #FBDCA3;
margin-left: 9px;
width: 197px;
}

.headline td {
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:13px;
	border: 0px;
	padding-left: 9px;
	border-bottom: 1px solid black;
	
}

.headline A:link {
	color: #FFFFFF;
	text-decoration: none;
}

.headline A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.headline A:hover {
	color: #FF0000;
	text-decoration: none;
}

.headline .today_select  {
	
	border-top: 1pt solid Black; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align : center;
	text-decoration: underline;	
   	font-size: 65%;

	display: none;
	
}


.overview {
	text-align : center;
	border-left : 0pt solid #C4AE7C;
	border-right: 0pt solid #C4AE7C;
	border-bottom : 0pt solid #C4AE7C;
	margin-left: 9px;
	height: 100%;
	width: 197px;
	font-size: 100%;
	/*background-color: #fbdda2;*/
	background-image: url(../../images/news_bg.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
	

}
.overview td {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	
	
}
.overview A:link {
	text-decoration: none;
	color: black;
}

.overview A:visited {
	text-decoration: none;
	color: black;
}

.overview A:hover{
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

.overview .last_month {
	color: #d1ae6b;
	
}

.overview .next_month {
	color: #d1ae6b;
}

.overview #today {
	color: #FFFFFF;
	background-color: #C3963B;
}

.overview #selected {
	color: #FFFFFF;
	background-color: #588E4F;
	margin-top: auto;
	margin-bottom: auto;
	
}

.overview .dayname {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
	
}

.overview .reserved {
	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;
}

/* Appearance of the Eventlist */

.event_list_title   {
	display: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
	background-color: #FFFFFF;	
}

.event_list {
	width: 100%;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 100%;
	border : 0pt solid Black;
	

}

.event_list .headings {
	font-family: verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 9px;
	padding: 2px;
	background-color: #8cb660;	
	text-transform:uppercase;
}

.event_list .col_status {
	border-bottom: 1px solid #5f865a;
}

.event_list .col_date {

	border-bottom: 1px solid #5f865a;
}

.event_list .col_event {

	border-bottom: 1px solid #5f865a;
}

.event_list .status {
	font-size: 90%;
	color: black;
	font-weight: bold;   
	vertical-align : top;
	padding-left: 3pt;
	background-color: #ffffff;
}

.event_list .date {
    font-size: 100%;
	color: black;
	background-color: #ffffff;
}

.event_list .event {
	font-size: 100%;
	vertical-align : top;
	background-color: #ffffff;
}

.event_list A  {
  text-decoration: underline;
}

.event_list A:hover  {
  text-decoration: underline;
}

.event_list .error_message {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	background-color: #ffffff;
	}
	
.cal_view_select {
margin: 0px;
}
	

/* Appearance for Event-Infos */

.event_info {
	
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    border-bottom : 1pt solid;
			background-image: url(/kuvat/sitebox_bg.jpg);
	background-repeat: repeat-x;	
		}

.event_info .headings {
	font-family: verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	font-size: 100%;
    padding: 5pt 5pt 5pt 5pt;
}

.event_info .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom : 1pt solid #000000;
}

.event_info .date {
	
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 100pt;
	border-bottom : 1pt solid #000000;
}

.event_info .description {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10pt 10pt 10pt 10pt;
	font-size: 80%;
}

.line_color0, .line_color1 {

	padding-top:1pt;
	padding-bottom:1pt;
}
.line_color0 {
background-color: #efefef;
}
.author_info {
	font-family: Arial;
	font-size: xx-small;
	color: #CCCCCC;
}

.author_info A {
	color: #CCCCCC;
}

.next_event_select  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	text-align : left;
}

.next_event_select A {
	font-size: 100%;
	color: #82C4F4;
	background-color: #FFFFFF;
	text-align : center;
	text-decoration: underline;
}


.qs_months, .qs_prev_years, .qs_next_years {
	zindex : 1000;
	position : absolute;
	width:50px;
	background-color: #77AADD;
	border: 1pt solid Black; 
	padding-left: 5px;
	padding-right: 5px;
	visibility: hidden;
}

.qs_months table, .qs_prev_years table, .qs_next_years table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

.qs_months table A, .qs_prev_years table A, .qs_next_years table A {
	display:block; width: 30px;
	text-decoration : none;
	color: black;
}

.qs_months table A:hover, .qs_prev_years table A:hover, .qs_next_years table A:hover {
	display:block; width: 30px;
	background-color: red;
	color: white;
}

