﻿.clsBody
{
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	vertical-align:top;
	top:0;
	margin-top:0;
	padding:0;
}
.clsMainTable
{
	background-color: #ffffff;
	background-repeat: repeat-x;
}

.clsOpinionChoiceLabels
{
	font-size: 12px;
	font-family: Arial;
	color: Black;
}

.clsOpinionQuestionLabels
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: Black;
}

.clsOpinionVoteButton
{
	width: 100px;
}
.clsPollHeadings
{
	font-family: Arial;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}

.clsAddPollFields
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	width: 200px;
}
.clsDisplayMessage
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
}
.clsFieldsize
{
	width: 400px;
}
.clsNoofChoiceFieldsize
{
	width: 100px;
}

.clsOpinionPoll
{
	background-color: #f0f8ff;
}

.clsGridQuestionText
{
	font-weight: bold;
	color: Black;
	font-size: 12px;
	font-family: Arial;
}

.clsCurrentPoll
{
	padding-left: 100px;
}
.clsCurrentPollbutton
{
	padding-left: 100px;
}
.clstepheader
{
	height: 24px;
	color: #ffffff;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #b0c4de; /*background-color: #d3d3d3;*/
}

.clsGridPollResult
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

.clsGridPollCurrentResult
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

.clsGridPollPreviousResult
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

.clsLabelMessage
{
	font-size: 12px;
	color: red;
	background-color: #ffffcc;
	font-variant: normal;
}

.clsHeader
{
	background-color: #022161;
	vertical-align: middle;
	font-family: Arial;
	color: White;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.errordiv
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	color: red;
	background-color: #ffffcc;
}
