@import url(plugin_gallery.css);


.event .gallery{
	border: 1px solid grey;
	padding: 2px;
	background-color: #FFDE84;
	margin: 12px 0;
}
.event .gallery h3{
	margin: 0;
}
.event div.back{
	margin-top: 14px;
}
.event table.event_calendar{
	background: url(pictures/event_table_bg.jpg) no-repeat #4D789A;
	font-size: 95%;
	text-align: center;
	width: 167px;
}
.event_menu table.event_calendar{
	background-color: transparent;
	font-size: 80%;
	text-align: center;
	width: 100%;
}
table.event_calendar th{
	text-align:center;
}
table.event_calendar td{
	background-color:#FFE5AF;
	padding:1px;
	text-align:center;
}

table.event_calendar td.current_month{
	background-color: #F9D486;
}
table.event_calendar td.weekend{
	background-color: #FFDE6B;
}
table.event_calendar td.have_event{
	background-color: #FD9939;
}
table.event_calendar td.have_event:hover{
	background-color: #FFC234;
}
table.event_calendar td.today {
	background-color: #E4B44E;
}
table.event_calendar td a{
	display:block;
}
table.event_calendar td em{
	filter:alpha(opacity=33);-moz-opacity:.33;opacity:.33;
} 

.event div.month{
	float: left;
	width: 176px;
	height: 155px;
	margin-bottom: 2px;
	text-align: center;
}


.event .jump_to_year{
	margin: 20px 0;
	text-align: center;
}
.event .jump_to_year form div{
	display:inline;
}
.event .jump_to_year form input, .event .jump_to_year form select{
	margin-left: 6px;
}

/* actual events */
#left a{
	color:black;
	text-decoration:none;
}
.event_actual ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.event_actual li{
	font-size: 80%;
}
.event_actual a em{
	font-weight: normal;
	color:black;
	font-size:90%;
}
.event_actual h2{
	color: #AF3B2B;
}
.event_actual h2.text{
	color:white!important;
	margin-top:3px;
	margin-bottom:2px;
}
.event div.datetime{
	color: #f68e1d;
	font-size:150%;
	margin-bottom:10px;
}

