/* Basic Widget Styles */
.w				{ width: 140px; margin: 6px 6px 0px 4px; background-color: #E1D7CE; }
.w h5			{ color: #FFF; font-size: 80%; width: 100%; }


/* Switcher Widget Styles */
ul#w_switcher			{ width: 100%; clear: both; }
ul#w_switcher li		{ width: 24.92%; height: 43px; float: left; }
ul#w_switcher li a		{ width: 100%; height: 43px; display: block; border-left: 1px solid #FFFCF2; }
	li#switch_energy a			{ background: url(../images/switch_energy.gif) no-repeat center top; }
	li#switch_rainwater a		{ background: url(../images/switch_rainwater.gif) no-repeat center top; }
	li#switch_wastewater a		{ background: url(../images/switch_wastewater.gif) no-repeat center top; }
	li#switch_drinkingwater a	{ background: url(../images/switch_drinkingwater.gif) no-repeat center top; }
ul#w_switcher:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.pageTop h3 {
	font-size: 100%;
	font-weight: bold;
	background: #f5e190;
	padding: 2px 5px 2px 5px;
	margin: 0;
	float: left;
}

.c_content {
	float: left;
	margin: 0;
	padding: 0;
}

div.pageTop {
float: left;
width: 150px;
padding: 0;
margin: 0;
background: #f5e190;
}

div.imgTop {
background: #ffffff;
width:148px;
border:1px solid #f5e190;
border-bottom:0px;
}

div.pageTop img {
margin-left:1px;
}

div.pageBottom {
border-left: 1px solid #C1E581;
width: 150px;
}


div.pageTop h3 a img {
	margin-bottom: 0;
}

.pageContent {
	padding: 5px 5px 0 5px;
	width: 140px;
	float: left;
	border-left: 1px solid #f5e190;
}
div.pageContent p{
	margin-top: 10px;
}

div.pageContent a {
	color: #000;
}

div.pageTop h3 a {
	text-decoration: none;
	color: #000;
	padding-left: 3px;
}

div.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px;
	padding: 0;
	float: left;
	width: 150px;
	background: url(../images/widgets/widget_bottom_back.gif) bottom right no-repeat;

}

#cal1Container {
	float:left;
	clear:both;
	margin-left: 4px;
}

.calendar {
	width: 110px;
	font-size: 11px;
}

.calheader {
	margin-bottom: 10px;
	text-align: center;
}



