/* CSS Document */


div.icon{
float:right;
font-size:14px;
font-weight:bold;
padding-right:5px;
padding-top:5px;
margin:0px;
}

div.title{
	font-size:16px;
	font-weight:bold;
	padding:5px 10px;
	margin:0px;
	width:auto;
	float:left;
}

/*MAIN STORY MODULE*/
div.contentMSMod{
margin-bottom:10px;
float:left;
padding:0px;
border:2px solid #deebf4;
font-size:12px;
background:url(../assets/images/mainStoryBG.gif) no-repeat;
}

div.contentMSModHeader{
width:100%;
min-height:30px;
}

div.contentMSModHeader div.title{
color:#0056a6;
font-size:18px;
float:none;
}


/*Use The following 2 classes (.imageCaption tags inside .homeImage tags) to float a caption over a 400px wide image*/
div.imageCaption{
	background-color:#FFFFFF;
	opacity:0.8;
	z-index:2;
	width:380px;
	float:left;
	top:130px;
	left:10px;
	position:absolute;
}

div.homeImage{
margin:0 0 0 8px;
width:400px;
height:250px;
background-position:center;
background-repeat:no-repeat;
border:solid #0057ae 1px;
}



/*LIGHT BLUE MODULE*/
div.contentLBMod{


margin-bottom:10px;
float:left;
padding:0px;
border:2px solid #deebf4;
font-size:12px;
position:relative;
}

div.contentLBModHeader{
width:100%;
height:30px;
background:#eff4f8 url(../assets/images/lbCrc.jpg) no-repeat;
}

div.contentLBModHeader div.title{
color:#0056a6;
padding-left:20px;
}


/*DARK BLUE MODULE*/
div.contentDBMod{


margin-bottom:10px;
float:left;
padding:0px;
background-color:#eff4f8;
border:2px solid #0054a5;
font-size:12px;
position:relative;
}

div.contentDBModHeader{
width:100%;
height:30px;
background:#71a5d7 url(../assets/images/dbCrc.jpg) no-repeat;
}

div.contentDBModHeader div.title{
color:#edf4fa;
padding-left:20px;
}


/*LIGHT GREEN MODULE*/
div.contentLGMod{


margin-bottom:10px;
float:left;
padding:0px;
border:2px solid #abc7b9;
font-size:12px;
position:relative;
}

div.contentLGModHeader{
width:100%;
height:30px; 
background:#dee9e3 url(../assets/images/lgCrc.jpg) no-repeat;
}

div.contentLGModHeader div.title{
color:#016644;
padding-left:20px;
}




/*LIGHT RED MODULE*/
div.contentLRMod{


margin-bottom:10px;
float:left;
padding:0px;
border:2px solid #d3b6bb;
font-size:12px;
position:relative;
}

div.contentLRModHeader{
width:100%;
height:30px;
background:#e7d7da url(../assets/images/lrCrc.jpg) no-repeat;
}

div.contentLRModHeader div.title{
color:#853047;
padding-left:20px;
}

.poll_no {
background: #0054A5 none repeat scroll 0 0;
color:#FFFFFF;
display:block;
height:15px;
}

.pollresults {
	padding-left:10px;
	padding-bottom: 10px;
}
