/* CSS Document */

.normal{
font-family:Verdana;
font-size:10px;
}

	.poller{	/* The poller box */
	
		float:left;		
		width:100px;
		height:220px;		
		padding:0px;	
		border:0px double #317082;
		background-image:url('images/question.gif');
		background-repeat:no-repeat;
		background-position:  center;
		margin:10px
	}
	/* Poller title above radio buttons */
	.pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px;
		font-size:0.8em;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
		font-size:0.9em;
	}
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:left;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		float:left;
		height:16px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:0.9em;
		line-height:16px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:16px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
	.poller_waitMessage{
		display:none;	
	}	
	
	.result_totalVotes{
		clear:both;
		font-size:0.8em;
		margin-top:10px;
		font-style:italic;
	}
.textbox{
font-family:Verdana;
font-size:11px;
font-weight:normal;
color:#000000;
background-color:#F3F3F5;
border:#FFFFFF thin;
border-right : 1px solid #999999; 
border-top : 1px solid #999999; 
border-left : 1px solid #999999; 
border-bottom : 1px solid #999999;
height:12px;
}
.button{
font-family:Verdana;
font-size:11px;
font-weight:normal;
color:#000000;
background-color:#F3F3F5;
border:#FFFFFF thin;
border-right : 1px solid #999999; 
border-top : 1px solid #999999; 
border-left : 1px solid #999999; 
border-bottom : 1px solid #999999;
}
#banner{
background-image:url('../images/image24.jpg');
background-repeat:no-repeat;
width:496;
height:156px;
vertical-align:baseline
}
#tableLogin{
margin-left:0px;
margin-top:80px;
font-family:Verdana;
font-size:11px;
}
#tabletop{
margin-top:5px;
font-family:Verdana;
font-size:11px;
}
.Head{
font-family:Verdana;
font-size:11px;
font-weight:bold;
}
.Head2{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color:#999999;
}
.highliting{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color:#660033;
cursor:pointer;
}
img {
border: none;
}

/*- Menu Tabs 1--------------------------- */


#tabs1 {
	float:left;
	width:100%;
	background:#FFFFFF;
	font-size:93%;
	line-height:normal;
	border-bottom:0px solid #BCD2E6;
		 
}

    #tabs1 ul {
          margin:0;
          list-style:none;
		 
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
    #tabs1 a {
      float:left;
      background:url('../images/tableft1.gif') no-repeat left top;
      margin:0;
	  font-weight:bold;
      text-decoration:none; padding-left:4px; padding-right:0; padding-top:0; padding-bottom:0
      }
	  
    #tabs1 a span {
      float:left;
      display:block;
      color:#627EB7; padding-left:6px; padding-right:15px; padding-top:5px; padding-bottom:4px
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {
	float:none;
	}
    /* End IE5-Mac hack */
    #tabs a:hover span 
	{
      color:#627EB7;
      }
    #tabs1 a:hover 
	{
      background-position:0% -42px;
      }
    #tabs1 a:hover span 
	{
      background-position:100% -42px;
      }

      #tabs1 #current a 
	  {
              background-position:0% -42px;
      }
     
	  #tabs1 #current a span {
              background-position:100% -42px;
      }
