/***************************************************************/
/* The area where the report appears.                          */
TABLE.tblreport
{
	border:0px;
	border-collapse: collapse;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 100%;
}

TABLE.tblreport td {
    border: none !important;
}


TABLE.tblreport.tr.td.input {
    color: Red;
}


/***************************************************************/
/* The Refresh Reuslts link that appears below the report.     */
A.refreshlink
{
	color : black;
	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 : #525552;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}  
/***************************************************************/
/* The header area where the question and number of responses  */
/* appears.                                                    */
.headreport
{
	 LINE-HEIGHT: .9;
	 COLOR: #525552; 
	 FONT-FAMILY: verdana; 
	 TEXT-DECORATION: none; 
	 FONT-WEIGHT: bold; 
	 TEXT-ALIGN:left;
	 padding-bottom: 8px;
}
/***************************************************************/
/* 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 5px 0px;
	margin:0px 0px 0px 0px;
}
/***************************************************************/
/* The area where the result’s percentage information appears. */
.percentcell
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8px;
	height:100%;
	vertical-align:bottom;
	width:10%;
	margin-left: .05%;
}
/***************************************************************/
/* The cell where the bar graph appears.                       */
.barcell
{
	height:18px;
	TEXT-ALIGN:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/***************************************************************/
/* The result’s bar graph bar.                                 */
.resultbar
{
	height:60%; 
	background-color:#c5003b; 
	padding-left:1px;
	vertical-align:middle;
}


.lblsFormTitle {
    COLOR: #525552;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
}

.spacercell 
{
	display: none;
}

