@charset "utf-8";
/* CSS Document */
<!--

/*=== SURVEY ====*/

.SurveyTitle
{
	color: #334960; text-align: justify; margin: 5px 10px 10px 10px; line-height: 150%; font-weight: bold; 
}
.PollOption
{
	float: right; margin-top: 4px;
}

.PollRedDiv
{
	background: repeat-x center url('image/r_vote.jpg') ; height:14px;
}
.PollBlueDiv
{
	background: repeat-x center url('image/b_vote.jpg'); height:14px; 
}
.PollGreenDiv
{
	background: repeat-x center url('image/g_vote.jpg'); height:14px;
}
.PollYellowDiv
{
	background: repeat-x center url('image/y_vote.jpg'); height:14px;
}
.PollVioletDiv
{
	background: repeat-x center url('image/v_vote.jpg'); height:14px;
}
.PollPercent
{
 font: 8pt tahoma; color: #000000;
}

/* Begin Current Weather conditions */
.cnnWeatherForecastCurrent
{
float:left; width:125px; height:80px; border:none; padding:15px 12px 0 0;
}
.cnnWeatherTempCurrent
{
font-size:36px; font-weight:bold; color:#949494; padding-bottom:12px;
}
.cnnWeatherConditionCurrent
{
font-size:14px; font-weight:bold; line-height:16px; color:#000000;
}
.cnnWeatherForecastTime 
{
color:#949494;
}
.cnnWeatherTemp
{
font-size:12px; line-height:15px; color:#949494; padding-bottom:6px;
}


