/*
body
{
    font-family: Script Mt Bold;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    color: #00FFFF;
    background-color: #AAAAAA;
}
*/

.surveyEntireTable {
    
	width=550;
	align: right;
	
	border-style:solid;
	border-width:1px;
	border-color:#0000FF;
	
	
	
	
}

.surveyTable
{
    background-color: FFFFFF;
    width: 550;
	align: right;
	border-width: 2px;
	border-color:#FF0000;
	
	

}

.surveyTable TD
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
	
}

.surveyPageTable
{
    border-width: 0px;
    background-color: FFFFFF;
    width: 550;
}

.surveyPageTable TD
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.surveyName
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding: 5px;
}

.surveyPageTitle
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	padding: 5px;
}

.surveyQuestionTable
{
    width: 654;
}

.surveyQuestionTable TD
{
    border-width: 0px;
    padding: 5px;
}

.surveyQuestion
{
    font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #1757c2;
	background-color: #efefef;
	padding: 5px;
}

.surveyQuestionError
{
    color: #ff0000;
    background-color: #efefef;
}

.surveyQuestionL
{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-color: #efefef;
	padding: 5px;
}

.surveyAnswer
{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	padding: 5px;
}

.surveyAnswer INPUT, .surveyAnswer SELECT
{
	font-size: 12px;
	font-weight: normal;
}

/*****************************************************************
surveyRankingTable
*****************************************************************/
.surveyRankingTable
{
    width: 550;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: #888888;
}

.surveyRankingTable .Header
{
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
}

.surveyRankingTable .Header TD
{
	padding: 2px;
}

.surveyRankingTable .Label
{
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

.surveyRankingTable .shortLabel
{
    white-space: nowrap;
}

.surveyRankingTable .Label TD
{
	width: 550
}

.surveyRankingTable .Answer
{
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
}

.surveyRankingTable .Answer TD
{
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 1%;
}

.surveyRankingTable .EvenCol
{
}

.surveyRankingTable .OddCol
{
    background-color: #f0f0f0;
}

/*****************************************************************
surveyRatingScaleTable
*****************************************************************/
.surveyRatingScaleTable
{
    width: 550;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: #888888;
}

.surveyRatingScaleTable .Header
{
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
}

.surveyRatingScaleTable .Header TD
{
	padding: 2px;
}

.surveyRatingScaleTable .Label
{
	font-size: 12px;
	text-align: left;
	/*font-weight: bold;*/
}

.surveyRatingScaleTable .shortLabel
{
    white-space:nowrap;
}

.surveyRatingScaleTable .Label TD
{
	width: 550
}

.surveyRatingScaleTable .Answer
{
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
}

.surveyRatingScaleTable .Answer TD
{
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 1%;
}

.surveyRatingScaleTable .EvenCol
{
}

.surveyRatingScaleTable .OddCol
{
    background-color: #f0f0f0;
}


/*****************************************************************

*****************************************************************/

.surveyButtonRow TD
{
    text-align: center;
    padding-top: 2px;
    padding-left: 15px;
    padding-bottom: 5px;
}

.surveyButton
{
background-image: url('http://www.bcbsil.com/emails/images/ballgame_bg_red.jpg');
	font-size: 14px;
	font-weight: bold;
    color: #FFFFFF;
}

.surveyReqSym
{
	color: #FF0000;
}

.surveyReqDesc
{
    text-align: center;
	font-size: 10px;
	color: #000000;
}

.surveyQuestionErrorMsg
{
    text-align: left;
	font-size: 10px;
	color: #FF0000;
}
