﻿/*********************************************************
/*********************************************************
/* SURVEYS STYLE
   These styles support the framework Surveys module.   */
   
.Survey							{font-size:92%;}
.SurveyItem						{margin-bottom:15px;}
.SurveyItem h2					{background-color:#CCCCCC; font-size:100%; margin-bottom:5px; padding:5px;}
.SurveyItem .ItemContent		{padding:4px 10px;}
table.SurveyItemTable			{border-collapse:collapse; width:100%;}
table.SurveyItemTable th		{background-color:#E6E6E6; border-bottom:solid 1px #CCCCCC; font-weight:bold; padding:4px; text-align:center;}
table.SurveyItemTable td		{border-bottom:solid 1px #CCCCCC; text-align:center; padding:6px 4px;}
table.SurveyItemTable td.Option	{font-weight:bold; text-align:left; width:20%;}

.SurveyItem .MaxResponseCount	{font-weight:bold;}
.SurveyItem .ResponseBar		{background:#99CCFF url(../Graphics/BarGraphHorizontalBG.gif) repeat-x; border:solid 1px #003366; height:15px; width:0;}


/* Survey View */
.SurveyItem .Answer				{margin-bottom:2px;}
.SurveyItem .SelectedAnswer		{font-weight:bold;}

/* Survey Response */
.TextSurveyItemResponse					{}
.TextSurveyItemResponse .ViewLink		{float:right;}
.TextSurveyItemResponse .ResponseMeta	{font-size:85%; margin:4px 0 6px;}
.TextSurveyItemResponse .Ordinal		{}
.TextSurveyItemResponse .Contact		{font-weight:bold;}
.TextSurveyItemResponse .ResponseDate	{color:#666666;}
.TextSurveyItemResponse .Response		{background-color:#EEEEEE; border-top:solid 1px #CCCCCC; padding:5px;}

/* Survey Results */
.SurveyResultStats						{font-style:italic; font-weight:bold; margin-top:5px;}
table.SurveyItemTable .ResponseTotalCell		{width:70px;}
table.SurveyItemTable td.ResponseTotalBarCell	{text-align:left; width:40%;}
table.SurveyItemTable td.ResponseLabel			{text-align:right;}