/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
 
body { 
	background: url(../images/bg.jpg) no-repeat top center;
	margin: auto;
	height:100%;
	width:100%;
	}
	

#container {
	position: relative;
	display:block;
	margin: auto;
	height: 100%;
	width:	1000px;
	
}

#mainPanel{
	position:absolute;
	margin-top: 207px;
	margin-left:63px;
	width:701px;
	top: 151px;
	left: 66px;
}

#menuArea{
	position: relative;
	top:1px;
	height:261px;
	width:220px;
	left: 735px;
}



div span.header{
	font-family:  Arial, Helvetica,  sans-serif;
	font-size:16px;
	color:#000033;
	font-weight:bold;
	line-height : 20px;
}

div span.by{
	font-family:  Arial, Helvetica,  sans-serif;
	font-size:11px;
	color:#666;
	font-weight:normal;
	text-transform:capitalize;
}


a.moreBlog:link {color: #FF0;text-decoration: none; font-family:  Arial, Helvetica,  sans-serif;font-size: 11px;font-weight:bold;}
a.moreBlog:visited {text-decoration: none;color: #FF0; font-family:  Arial, Helvetica,  sans-serif;font-size: 11px;font-weight:bold;}
a.moreBlog:hover {text-decoration: none;color: #FF0; font-family:  Arial, Helvetica,  sans-serif;font-size: 11px;font-weight:bold;}
a.moreBlog:active {text-decoration: none;color: #FF0; font-family:  Arial, Helvetica,  sans-serif;font-size: 11px;font-weight:bold;}

a.stdLink:link {color: #00C;text-decoration: underline; font-family:  Arial, Helvetica,  sans-serif;font-size: 14px;font-weight:bold;}
a.stdLink:visited {text-decoration: underline;color: #00C; font-family:  Arial, Helvetica,  sans-serif;font-size: 14px;font-weight:bold;}
a.stdLink:hover {text-decoration: underline;color: #00C; font-family:  Arial, Helvetica,  sans-serif;font-size: 14px;font-weight:bold;}
a.stdLink:active {text-decoration: underline;color: #00C; font-family:  Arial, Helvetica,  sans-serif;font-size: 14px;font-weight:bold;}


a.readMore:link {color: #008B93;text-decoration: none; font-family:  Arial, Helvetica,  sans-serif;font-size: 11px;font-weight:bold;}
a.readMore:visited {text-decoration: none;color: #008B93; font-family:  Arial, Helvetica,  sans-serif;font-size: 11px;font-weight:bold;}
a.readMore:hover {text-decoration: none;color: #008B93; font-family:  Arial, Helvetica,  sans-serif;font-size: 11px;font-weight:bold;}
a.readMore:active {text-decoration: none;color: #008B93; font-family:  Arial, Helvetica,  sans-serif;font-size: 11px;font-weight:bold;}

a.headerSmall:link {color: #000033;text-decoration: none; font-family:  Arial, Helvetica,  sans-serif;font-size: 12px;font-weight:bold;}
a.headerSmall:visited {text-decoration: none;color: #000033; font-family:  Arial, Helvetica,  sans-serif;font-size: 12px;font-weight:bold;}
a.headerSmall:hover {text-decoration: none;color: #000033; font-family:  Arial, Helvetica,  sans-serif;font-size: 12px;font-weight:bold;}
a.headerSmall:active {text-decoration: none;color: #000033; font-family:  Arial, Helvetica,  sans-serif;font-size: 12px;font-weight:bold;}


div span.more{
	font-family:  Arial, Helvetica,  sans-serif;
	font-size:12px;
	color:#00b4ff;
	font-weight:bold;
}
div span.content{
	font-family:  Arial, Helvetica,  sans-serif;
	font-size:12px;
	color:#000;
	font-weight:normal;
	margin-top:20px;
}

div span.minutes{
	font-family:  Arial, Helvetica,  sans-serif;
	font-size:12px;
	color:#252525;
	font-weight:bold;
}
p {
	font-family:  Arial, Helvetica,  sans-serif;
	font-size: 12px;
	color: #000033;
	vertical-align:text-top;
	margin-top:0px;
	padding-top:0px;
	line-height : 18px;
	margin-bottom:16px;
}
#ticker{
	position:absolute;
	width:450px;
	height:8px;
	margin-top:2px;
	left: 280px;
	top: 245px;
	text-transform:uppercase;
	font-weight: none;
}
#headlines{
	position:absolute;
	width:62px;
	height:16px;
	margin-top:2px;
	left: -50px;
	top: -2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0;
	font-size:11px;
	font-weight:none;
}
#pollTitle{
	position: absolute;
	width:185px;
	height:34px;
	margin-bottom:5px;
	left: 2px;
	top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	font-size:12px;

	vertical-align:middle;
	text-align:center;
}
#pollAgreeTitle{
	position: absolute;
	width:143px;
	height:15px;
	margin-top:0px;
	left: 18px;
	top: 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size:11px;
}
#pollAgree{
	position: absolute;
	width:155px;
	height:19px;
	margin-top:0px;
	left: 18px;
	top: 60px;
	background-color: #CCCCCC;
	border:1px solid #999;

}

table.agreeBar{
    background-image:url(../images/polls/pollBlue.gif);
}
table.disagreeBar{
	background-image:url(../images/polls/pollPink.gif);
}

#pollDisAgreeTitle{
	position: absolute;
	width:143px;
	height:15px;
	margin-top:0px;
	left: 18px;
	top: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size:11px;
}
#pollDisAgree{
	position: absolute;
	width:155px;
	height:19px;
	margin-top:0px;
	left: 18px;
	top: 101px;
	background-color: #CCCCCC;
	border:1px solid #999;
}


#voteTitle{
	position: absolute;
	width:164px;
	height:19px;
	margin-top:0px;
	left: 18px;
	top: 128px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	font-size:12px;
	text-align: left;
}
#agreeButton{
	position: absolute;
	width:51px;
	height:24px;
	margin-top:0px;
	left: 18px;
	top: 146px;

}
#disagreeButton{
	position: absolute;
	width:69px;
	height:24px;
	margin-top:0px;
	left: 75px;
	top: 146px;
}
#minutesDocText{
	position:absolute;
	width:123px;
	height:74px;
	margin-top:2px;
	left: 81px;
	top: 74px;
}

#minutesDocText p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
	font-size:12px;
	line-height:10px;
}
#loginAdmin{
	position: absolute;
	width:138px;
	height:155px;
	margin-top:0px;
	left: 267px;
	top: 78px;
}
