body{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clearboth { clear: both; }

.table_center{
	border-collapse:collapse;
	border:none;
}

#container{
	width:700px;
	margin:10px auto;
	/*font*/
	color:#000000;
}

.ef_header{
	background-image:url(http://www.ecofallout.info/images/bg/header.png);
	text-align:center;
	width:inherit;
	height:105px;
	border:1px solid gray;
}

.ef_header_row{
	text-align:center;
	width:inherit;
}

.ef_header_link{
	float:left;
	padding:8px 0px 8px 15px;
}

.ef_link_left{
	float:left;
	padding:5px 0px 5px 15px;
}

.ef_link_right{
	float:right;
	padding:15px 15px 10px 0px;
}

.ef_link{
	float:left;
	padding:5px 0px 5px 20px;
}

#ef_content{
	background-image:url(http://www.ecofallout.info/images/bg/content.png);
	float:left;
	width:inherit;
	min-height:400px;
	height:auto;
	border:1px solid gray;
}

.ef_text{
	text-align:center;
	padding:0px 20px 0px 20px;
}

#ef_footer{
	text-align:center;
	width:inherit;
}

/* -----recaptcha------ */
 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFFFFF !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #666666 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #CCCCCC !important; //Text input field border color
   background-color:#FFFFFF !important; //Text input field background color
 }
/* -----recaptcha END------ */

/* colors */
.quality1{color:#FF0000;}
.quality2{color:#39B54A;}
.quality3{color:#00AEEF;}
.quality4{color:#D5CA00;}
.quality5{color:#A100DD;}

.eco{color:#35D538;}
.fallout{color:#EA0000;}

.male{color:#00AEEF;}
.female{color:#F71AD0;}
/* colors END */

/* link styles */
img { 
	border: none; 
}
a:link {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:underline;
	color:#00CCFF;
}
a:active{
	text-decoration:none;
}
/* no outline on click */
:focus{-moz-outline-style:none;}
/* force vertical scrollbar */
html {overflow-y:scroll;}
