/***************************************************************/
/* The area where the report appears.                          */
TABLE.tblreport
{
	width: 340px;
}
/***************************************************************/
/* The number of responses.     */
span.refreshlink {
	display: block;
	font-style: italic;
	color: #630712;
}

/***************************************************************/
/* The Refresh Results link that appears below the report.     */
a.refreshlink {
	display: block;
	float: left;
	font-size: 140%;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	border: 2px solid #4D6990;
	background-color: #5D769E;
	padding: 0 10px;
	text-decoration: none;
}/* This button styling should mirror the form button styling in /css/forms.css. */
a.refreshlink:hover {
	border-color: #002863;
	background-color: #002863;
}
 
/***************************************************************/
/* The header area where the question and number of responses  */
/* appears.                                                    */
.headreport {
	font-size: 175%;
	color: #345483;
	line-height: 120%;
}/* This should mirror the h1 styling in /css/typrgraphy.css. */

/***************************************************************/
/* The table colums where the options and results appear.      */
.tblcol1, .tblcol2
{
	text-align:left;
}
/***************************************************************/
/* The area where options appear.                              */
.optiontextcell
{
	padding-top: 5px;
}
/***************************************************************/
/* The area where the result's percentage information appears. */
.percentcell
{
	height:100%;
	vertical-align:bottom;
	width:10%;
	margin-left: .05%;
}
/***************************************************************/
/* The cell where the bar graph appears.                       */
.barcell
{
	height:20px;
	TEXT-ALIGN:left;
}
/***************************************************************/
/* The result's bar graph bar.                                 */
.resultbar
{
	height:60%; 
	background-color:#9AAAC1; 
	padding-left:1px;
	vertical-align:middle;
}


.lblsFormTitle
{
}

.spacercell 
{
	display: none;
}


