/* -- BASICs -- */
body {
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
}
h1, h1.top{
	font-size: 22px;
	color: #0186C9;
	font-family: "Trebuchet MS";
	margin: 0.1em 0px;
}
h1.top {
	color: #00CC00;
}
h2 { text-transform: uppercase; color: #666; letter-spacing: 2px; font-size: 12px;}
h3 { color: #00CC00; margin-bottom: 3px; font-size: 12px;}
a { color: #0066FF; text-decoration: none;}
a:hover { color: #00CC00; text-decoration: underline;}
form { margin: 0px; padding: 0px; border: 0px;}

img { border: none;}

a.oldevent { color: #FFFFFF; text-decoration: none;}
a.oldevent:hover { text-decoration: underline;}

/* -- STRUCTURE --*/
#topline {
	background: url("../img/bg_topline.jpg") repeat-x;
	height: 10px;
	margin: 0px;
}
#ctrPanel {
	background-color: #FFFFFF;
	padding: 15px;
}
div.square_banner	{
	width: 154px;
	height: 154px;
	border-style: solid;
	border-width: 3px;
	border-color: #8ed8f8;
	background-color: #cccccc;
	margin-bottom: 5px;
}

/* -- BGs --*/
.bg_head {
	background: url("../img/bg_head.jpg") top repeat-x;
}
.bg_search {
	background: url("../img/bg_search.jpg") #80D2F6 top repeat-x;
	border: 1px solid #9FDAF6;
	height: 30px;
	vertical-align: middle;
	padding-left: 10px;
}
.bg_body {
	background: url("../img/bg_body.gif") top repeat-x;
}
.bg_foot {
	background: url("../img/bg_foot.gif") top repeat-x;
}
.today { 
	padding: 5px;
	color: #FFFFFF;
}
.foot{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #08b51e;
	background-image:url(../img/foot_bg.gif);
	background-attachment:inherit;
	background-position:center bottom;
	background-repeat:repeat-x;
	border-color: #9fdaf6;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
}
img.thumbnail { border: none; float: left; margin: 0px 10px 10px 10px;}

/* -- MAIN MENU -- */

.mm {
	padding: 3px 5px 5px 5px;
}
a.mm {
	display: block;
	color: #000000;
	text-decoration: none;
	background: url("../img/hline140.gif") bottom no-repeat;
}
a.mm:hover {
	text-decoration: underline;
	color: #00CC33;
}
/*-- WINDOW --*/
h3.window_b , h3.window_g {
	font-size: 12px;
	font-weight: bold;
	background-color: #56B7FE;
	color: #FFF;
	text-align: left;
	padding: 10px;
	margin: 0px;
}
h3.window_g {
	background-color: #8ED701;
	}
div.window	{
	padding: 0px;
	margin: 10px;
	background-color: #FFF;
}
div.window_b {
	width: 100%;
	padding: 0px;
	background-color: #0099FF;
	background-attachment:	inherit;
	background-image: url(../img/bg_b.jpg);
	background-repeat: repeat;
	margin-bottom: 5px;
}
div.window_g {
	background-color: #DBF9BF;
	width: 100%;
	padding: 0px;
	background-attachment:	inherit;
	background-image: url(../img/bg_g.jpg);
	background-repeat: repeat;
	margin-bottom: 5px;
}
img.thumbnail {
	padding: 8px;
	background: #0099FF url("../img/bg_b.jpg") repeat;
	float: left;
}
div.greyForm { border: 1px solid #CCCCCC; background-color: #EBEBEB; padding: 5px; margin: 5px 0px;}
div.ImgCont { float: left; height: 200px; margin: 5px;  border: 1px solid #CCCCCC; background-color: #EBEBEB;}

/*-- FONTs -- */
.function { color: #666; font-style: italic; font-weight: lighter; margin-bottom: 6px; margin-top: 0px;}