/* global styles */

/*body{
    
     font-family:"Times New Roman", Times, serif;
     font-size: 9px;
     color: #47484A;
}*/

/* poll.php */

#tblMain
{
     /* width changed from 500 to 300 by bob*/
	width: 300px;
	padding: 5px;
	/*font-family : Arial, Helvetica, sans-serif ;
    font-size: 9px;
    color: #47484A;*/
}

#tblMain .button{
	text-align: center;
    padding: 30px;
    font-family : Arial, Helvetica, sans-serif ;
	font-size: 10px;
    font-weight: bold ;
    color: #400000;
}

#btnVote{
     vertical-align:middle;
     text-align:center;
	 text-shadow:#FFFFFF ;     
     border: solid 1px Black;
	 font-family : Arial, Helvetica, sans-serif ;
	 font-size: 10px;
     font-weight: bold ;
     /*changed the bg color*/
     background-color: #FFFFFF;
}

#tblMain .header
{
	text-align: center;
}

#tblMain .footer
{
	border: solid 1px #47484A;
	text-align: center;
	padding: 4px;
	background-color: #940F04;
}

.footer a, a:visited
{
	color: Maroon;
	text-decoration: none;
}

.footer a:hover
{
	color: Red;
	text-decoration: none;
	border-bottom: dashed 1px Maroon;
}

/* loadpoll.php */

#tblPoll
{
      /* width changed from 500 to 300 by bob.removed font details,
	  changed border and bg color*/
	width: 300px;
	/*font-family:"Times New Roman", Times, serif;
	font-size: 12px;*/
	border: solid 2px #400000;
	background-color: #400000;
}

#tblPoll .question
{
    /*changed border color and font*/
	border: solid 2px #400000;
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #a0a8b0;
	color: #FFFFFF;

}

#tblPoll .pollitem
{
    /*added font-family,size and color*/
	padding: 10px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
}

#tblPoll .radiobutton
{
	vertical-align: middle;
}

/* savevote.php */

#tblResults
{
	width: 500px;
	/*font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	border: solid 1px #47484A;*/
	/* included the following code*/
    font-family : Arial, Helvetica, sans-serif ;
    font-size  : 10px;
	font-weight: bold;
    color : #FFFFFF;
}

#tblResults .message
{
	border: solid 1px #47484A;
	padding: 10px;
	text-align: center;
	/*changed the bg color*/
	background-color: #697f95;
}

#tblResults .polls
{
	text-align: right;
	padding-right: 5px;
	/*included font family*/
	font-family : Arial, Helvetica, sans-serif ;
	font-size  : 10px;
	font-weight: bold;
	/*changed color to #FFFFFF*/
	color: #FFFFFF;
}

#tblResults .resultbar
{
	padding: 5px;
}

#tblResults .bar
{
	color: #000000;
	text-align: center;
	padding: 2px;
	border: solid 1px #47484A;
}

/* results.php */

#tblResultsMain
{
     /*font-family:"Times New Roman", Times, serif;
     font-size: 9px;
     color: #47484A;*/
	 
	 /*included the following codes*/
	 font-family : Arial, Helvetica, sans-serif ;
  	 font-size  : 10px;
	 font-weight: bold;
     color : #FFFFFF;
}	 
	 
	 

#tblResultsMain .header
{
	text-align: center;
}

#tblResultsMain .footer
{
	text-align: center;
}

#tblResultsMain .total
{
	padding: 12px;
	text-align: center;
	
}




