/***************************************************************/
/* The area where the report appears.                          */
TABLE.tblreport
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 100%;
}


TABLE.tblreport td
{
	height:10px;
	vertical-align:top;
	text-align:left;
	padding:0px 5px 0px 0px;
}

/***************************************************************/
/* The Refresh Reuslts link that appears below the report.     */

.refreshlink
{	color : #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size : 9px;
	padding-left:0px;
}


A.refreshlink
{	color : #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size : 9px;
	padding-left:0px;
	text-decoration:none;
}


A:hover.refreshlink
{	color : Navy;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size : 9px;
	padding-left:0px;
	text-decoration:none;
}
/***************************************************************/
/* The Refresh Reuslts link as you are clicking on it.         */
A.refreshlink:ACTIVE 
{
	color : Red;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size : 9px;
}
/***************************************************************/
/* The Refresh Reuslts link after you have clicked on it.      */
A.refreshlink:VISITED 
{
	color : Navy;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
}  
/***************************************************************/
/* The header area where the question and number of responses  */
/* appears.                                                    */
.headreport
{
	 FONT-SIZE: 12px; 
	 FONT-FAMILY: Arial, Helvetica, sans-serif; 
	 TEXT-DECORATION: none;
	 color:#333333;
	 FONT-WEIGHT: bold; 
	 TEXT-ALIGN:left;
	 padding-left:0px;
}
/***************************************************************/
/* The table colums where the options and results appear.      */
.tblcol1, .tblcol2
{
	text-align:left;
}
/***************************************************************/
/* The area where options appear.                              */
.optiontextcell
{	font-size : 10px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:10px;
	line-height:10px;
}
/***************************************************************/
/* The area where the result’s percentage information appears. */
.percentcell
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt;
	height:10px;
	width:10%;

}
/***************************************************************/
/* The cell where the bar graph appears.                       */
.barcell
{
	height:10px;
	TEXT-ALIGN:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.barcell img
{
	height:8px;
	TEXT-ALIGN:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#3163BD;
	}
/***************************************************************/
/* The result’s bar graph bar.                                 */
.resultbar
{
	height:10px; 
	background-color:#3163BD; 
	padding-left:1px;
	width:auto;
}


.lblsFormTitle
{
    COLOR: navy;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
}

.spacercell 
{
	display: none;
}

