@import "/css/framework.css";
@import "/css/colors.css";
@import "/css/top.css";
@import "/css/topmenu.css";
@import "/css/left.css";
@import "/css/main.css";
@import "/css/right.css";
@import "/css/article.css";
@import "/css/footer.css";
@import "/css/event.css";
@import "/css/folder.css";
@import "/css/frontpage.css";

html
{
}

body
{
  margin: 0px;
  padding: 0px;
  font-family: arial, verdana ,helvetica,trebuchet ms,  sans-serif;
  font-size: 11px;
}

a img
{
  border: 0px;
}
.contentpane
{
	background: url(images/contentpane_bg_mid.png);
	width: 600px;
}

.contentpane_botbglayer
{
	background: url(images/contentpane_bg_bot.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 100%;
}

.contentpane_topbglayer
{
	background: url(images/contentpane_bg_top.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 100px;
	padding: 20px;
	height: 100%;
}

.centercontainer
{
	position: absolute;
	width: 600px;
    left: 179px;
	top: 0px;
	padding-bottom: 40px;
}

.event_ad_pane
{
	margin-bottom: 10px;
}

.contentpane
{
	background: url(images/contentpane_bg_mid.png);
	color: #003468;
}

.contentpane a
{
	color: #0093C0;
}

.contentitem
{

	padding-bottom: 20px;
        clear: both;
}

.itemheader
{
	font-size: 18px;
        margin-bottom:5px;
}

.itemdate
{
	margin-top: 1em;
	color: #0093C0;
}

.itemillustration
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.itemfooter
{
	height: 10px;
	margin-bottom: 10px;
	clear: both;
	border-bottom: 1px dashed #0093C0;		
}

.container
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.footer
{
        width: 100%;
	padding: 20px 0;
	clear: both;
        background: white;
	text-align: center;
	font-size: 10px;
}

.leftcontainer
{
	width: 168px;
	left: 0px;
	top: 0px;
	padding-bottom: 40px	
	position: absolute;
}

.rightcontainer
{
	width: 168px;
	right: 0px;
	top: 0px;
	position: absolute;
	padding-bottom: 40px
}
h3 {
}
.pollBarVotesOn{
 background: #00803E;
}
.pollResultEntry{
 padding-top: 10px;
} 
.pollResultText{
 padding-top: 5px;
}
.pollContainerInner{
 padding-left: 5px;
 padding-right: 5px;
}
.article .article_left .image
{
  float:left;
}