/***************************************************************/
/* The area where the report appears.                          */
TABLE.tblreport
{
	border:1px;
	padding:0, 0, 0, 0;
	margin:0, 0, 0, 0;
}
/***************************************************************/
/* The Refresh Reuslts link that appears below the report.     */

.refreshlink
{
	color: ;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-align: ;
	padding: 0px 5px;
}

A.refreshlink
{
	color: #660000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-align: ;
/*	padding: 2px;
	background: #660000;
	border: 1px solid #999999;*/
}
/***************************************************************/
/* The Refresh Reuslts link as you are clicking on it.         */
A.refreshlink:ACTIVE 
{
	color : ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/***************************************************************/
/* The Refresh Reuslts link after you have clicked on it.      */
A.refreshlink:VISITED 
{
	color: ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}  
/***************************************************************/
/* The header area where the question and number of responses  */
/* appears.                                                    */
.headreport
{
	 PADDING-LEFT: 5;
	 padding-bottom: 5px;
	 margin-bottom: 10px;
	 LINE-HEIGHT: .9;
	 FONT-SIZE: 9pt; 
	 COLOR: #333333; 
	 FONT-FAMILY: verdana; 
	 TEXT-DECORATION: none; 
	 FONT-WEIGHT: bold; 
	 BACKGROUND-COLOR:;
	 TEXT-ALIGN:left;
	 border-bottom: #5a6a98 dotted 1px;
}
/***************************************************************/
/* The table colums where the options and results appear.      */
.tblcol1, .tblcol2
{
	text-align:left;
}
/***************************************************************/
/* The area where options appear.                              */
.optiontextcell
{
	font-size : 10px;
	padding:10px, 0, 0, 0;
	margin:10px, 0, 0, 0;
}
/***************************************************************/
/* The area where the result’s percentage information appears. */
.percentcell
{
	PADDING: 5px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt;
	height:100%;
	vertical-align:bottom;
	width:10%;
}
/***************************************************************/
/* The cell where the bar graph appears.                       */
.barcell
{
	width:250px;
	height:18px;
	TEXT-ALIGN:left;
	padding:0, 0, 0, 0;
	margin:0, 0, 0, 0;
}
/***************************************************************/
/* The result’s bar graph bar.                                 */
.resultbar
{
	height:60%; 
	background-color:#3163BD; 
	border-left:solid 1px #3163BD;
	vertical-align:middle;
	max-width: 130px;
}


.lblsFormTitle
{
    COLOR: navy;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
}

