/*####################################### MAIN.CSS #############################################*/

file {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 8px; 
    color: #000000; 
    background-color: #FFFFFF; 
    border: 1px solid #000000;
}

form {
	display:inline;
}

td {
	font-size: 8pt;
	vertical-align:top;
}

ul {
	margin:0px;
}




a:link, a:visited {
	color:#333333;
	text-decoration:none;
}
a:active, a:hover {
	color:#777777;
	text-decoration:none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#nav-left,#content,#bottom {
	float:left;
	margin:auto;
}

#nav-left {
	width:0%;
}
#nav-right {
	float:right;
	width:150px;
}
#content {
	color:#555555;
	text-align:left;
}
#bottom {
	border-width: 3px 7px 0px 7px;
	border:1px solid #555555;
	color:#555555;
	margin-top: 40px;
	padding:4px 0px 0px 0px;
	width:100%;
}
#debug {
	height:150px;
	margin-bottom:20px;
	overflow:auto;
	padding-left:4px;
	width:100%;
	text-align:left;
}
#errors {
	color:#5d2424;
}
#sql {
	color:#444444;
}

      /* Forms ---------------------------------------------------------*/


.voteform {
	
	vertical-align:middle;
	background: transparent;
	border:0px;
	color:#555555;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:18pt;
	margin:5px;
	padding-left:3px;
	}
	
.headb {
	color:#555555;
	font-size:10pt;
	font-weight:bold;
	padding:4px;
	text-align:left;
}

      

      /* Box head ---------------------------------------------------------*/
.navhead,.navhead2 {
  text-align: left;
	border:solid #c8c8c8;
	border-width:0px 0px 0px 0px;
	color:#555555;
	font-weight:bold;
	padding:4px;
}

      /* Box ---------------------------------------------------------*/
.navbodyb,.navbody2b {
	background : ;
	border: 1px solid #c8c8c8;
	color:inherit;
	list-style:none;
	padding:4px 6px 4px 8px;
	text-align:left;
}

