/***************************************************************/
/* The area where the report appears.                          */
TABLE.tblreport
{
	border:0px;
	padding:0;
	margin:20px;
	
	

}
/***************************************************************/
/* The Refresh Reuslts link that appears below the report.     */
.refreshlink {margin-left: 20px; color:#FFF;}
A.refreshlink
{
	color : #FFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}
/***************************************************************/
/* The Refresh Reuslts link as you are clicking on it.         */
A.refreshlink:ACTIVE 
{
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}
/***************************************************************/
/* The Refresh Reuslts link after you have clicked on it.      */
A.refreshlink:VISITED 
{
	color : #FFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}  
/***************************************************************/
/* The header area where the question and number of responses  */
/* appears.                                                    */
.headreport
{
color: #fff;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
	 
}
/***************************************************************/
/* The table colums where the options and results appear.      */
.tblcol1, .tblcol2
{
	text-align:left;

}
/***************************************************************/
/* The area where options appear.                              */
.optiontextcell
{
	font-size : 11px;
	color: #fff;
	font-weight: bold;
	padding:0, 0, 0, 0;
	margin:0, 0, 0, 0;
}
/***************************************************************/
/* The area where the result’s percentage information appears. */
.percentcell
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt;
	height:100%;
	vertical-align:bottom;
	width:10%;
}
/***************************************************************/
/* The cell where the bar graph appears.                       */
.barcell
{
	width:250px;
	height:12px;
	TEXT-ALIGN:left;
	padding:0, 0, 0, 0;
	margin:0, 0, 0, 0;
}
/***************************************************************/
/* The result’s bar graph bar.                                 */
.resultbar
{
	height:60%; 
	background-color:#f4911e; 
	border-left:solid 1px #f4911e;
	vertical-align:middle;
}


.lblsFormTitle
{
    COLOR: #FFF;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
}

