*{
margin: 0;
padding: 0;
}

img{ border: 0; }
html,body{
background: #FFFFFF;
color: #000000;
text-align: center;
font:small/1.2em arial,helvetica,clean,sans-serif;font:x-small;line-height:1.22em;margin:0;
height: 100%;
background: #FFFFFF url(http://v01.labs.yoozila.com/images/botgrad1.jpg) repeat-x bottom;
min-height: 500px;
}
input{
border: none;
width: 405px;
color: #333333;
background: none;
padding: 6px 8px 6px 8px;
font-size: 18px;
}
#header{
height: 50px;
width: 100%;
top:0;
left:0;
background: #FFFFFF url(http://v01.labs.yoozila.com/images/topgrad1.jpg) repeat-x top left;
}

#wrap{
top: 50px;
width: 550px;
height: 300px;
position: relative;
margin: 0 auto;
}
#search_box{
width: 550px;
height: 235px;
text-align: left;
margin: 0;
padding: 0;
display: block;
clear: both;

}


#search_input{
background:  url(http://v01.labs.yoozila.com/images/textfield.gif) no-repeat center;
height: 43px;
width: 426px;
float: left;
}

#search_submit{
background:  url(http://v01.labs.yoozila.com/images/search.gif) no-repeat center;
height: 35px;
width: 67px;
float: left;
margin: -1px 0 0 0;
}

input.search_button{
height: 35px;
width: 67px;
background: none;
border: none;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
margin: 0;
padding: 0;
}
#search_box img{
text-align: center;
margin: 0 0 0 75px;
clear: left;
overflow: hidden;
}

a{
	color:#133891;
}

#footer{
height: 100px;
width: 100%;
text-align: center;
display: block;
margin-top: -100px;
font-size:13px;
position: relative;
clear: both;
}
.tabs{line-height: 33px; list-style:none;margin:0 0 7px;padding:0; margin-bottom:5px;}
* html .tabs{height:1%;}
.tabs:after{clear:both;content:'.';display:block;height:0;visibility:hidden;}
.tabs li{
	float:left;
	padding: 0;
	width: 60px;
	position:relative;
	white-space:nowrap;
	text-align: center;
	font-size: 14px;
	height: 33px;
}
.tabs li.on{
	background-image: url(images/ballot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tabs li.last{border:0; padding: 0 8px 0 0;	width: 60px; text-align: center; background-image: url(http://v01.labs.yoozila.com/images/dropdown.gif); background-position: right; background-repeat: no-repeat;}
.tabs li a{color:#2222d3; text-decoration: none;}
.tabs li strong{color:#000000;font-weight:bold;}
.tabs li.bar{width: 5px;
			height: 16px; margin: 8px 0 0 5px; border-left: 1px solid #d9d9d9;background-image: none; line-height: 15px;}
#feedback img{
	padding: 5px;
	vertical-align: middle;	
}
#feedback{
	height: 35px;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	font-size:18px;
	text-align: left;
}

#feedback a{
	text-decoration: none;
	color: #000000;
}

#feedback a:hover{
	text-decoration: underline;
	color: #000000;
}
#footer_content{
	margin: 0 auto;
	width: 604px;
	text-align: left;
}
#footer_text{
	border-top: 1px solid #d9d9d9; 
	color: #d9d9d9;
	padding: 2px;
	font-weight:bold;
	text-align: center;
}
.black_text{
	color: #000000;
}
#footer_text a{
	color: #979595;
	font-weight: normal;
}
#footer_text a:hover{
	color: #000000;
	font-weight: normal;
}

#content{
width: 100%;
margin: 0 auto;
text-align: center;
height: 100%;
}

#links_below{
	width: 105px;
	float: right;
	margin: 5px 15px 0 0;
	font-size: 13px;
	text-align: left;
}
#links_below a, #links_next a{
	color:#2222d3; 
	text-decoration: underline;
}

#links_next{
	width: 110px;
	float: left;
	margin: 0 0 0 10px;
	font-size: 13px;
}


#other_yoozila{
	float: right;
	display: block;
	width: 150px;
	margin: 15px 3px 0 0;
	padding: 0;
	font-size:13px;
	text-align: right;
}

#other_yoozila a{
	color:#2222d3; 
	text-decoration: underline;
}

ul{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li{ /* all list items */
	float: left;
	position: relative;
}

#nav{
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
	background: #FFFFFF;
	border: 1px solid #158CE6;
	z-index: 30;
	position: absolute;
	top: 35px;
	left: 0;
}
ul#nav{
	border: 1px solid #158CE6;
}
#nav li{
	background: #FFFFFF;
	padding: 0 6px 0 6px;
	width: 100px;
	text-align: left;
	z-index: 30;
	color: #2222d3;
	height: 20px;
	margin: 0;
	line-height: 20px;
}

#nav li:hover{
	background: #158CE6;
	color: #FFFFFF;
}

#nav li:hover a{
	color: #FFFFFF;
}
/*li ul{ /* second-level lists */
	/*display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background: #FFFFFF;
	border: 1px #CCCCCC solid;
	width: 88px;
	list-style: none;
	text-align: left;
}

li>ul{ 
	top: auto;
	left: 0;
}
*/
/*li ul li{
	padding: 10px 0;	
	text-align: left;
}

li ul li a:hover{
	background: #158CE6;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}*/
#search_box li .last_img{
	border: 0;
	margin: 0;
	padding: 0;
	float: none;
	width: 14px;
}

#quota{
	font-weight: normal;
}


#assist{
display: block;
background: url("http://v01.labs.yoozila.com/images/suggest_body.gif") repeat-y;
height: 120px;
width: 420px;
margin: 42px 0 0 0; /* 42px */
z-index: 100;
position: relative;
}
#assist_content{
margin: -5px 5px 0 5px;
height: 100px;
width: 400px;
color: #333333;
padding: 6px 8px 6px 4px;
font-size: 18px;
line-height: 18px;
color: #8a939b;
}
#assist_footer{
margin: 0 auto;
width: 408px;
background: url("http://v01.labs.yoozila.com/images/suggest_bottom.gif") repeat-x;
padding: 2px;
}
.assist_footer_left{
background: url("http://v01.labs.yoozila.com/images/suggest_left_bottom.gif") no-repeat bottom left;
width: 6px;
height: 14px;
position: absolute;
left: 0;
bottom: 0;overflow: hidden;
}
.assist_footer_right{
background: url("http://v01.labs.yoozila.com/images/suggest_right_bottom.gif") no-repeat bottom right;
width: 9px;
height: 14px;
position: absolute;
right: -1px;
bottom: 0;overflow: hidden;
}
#assist_header{
margin: 0 auto;
width: 408px;
background: url("http://v01.labs.yoozila.com/images/suggest_top.gif") repeat-x;
padding: 2px;
}
.assist_header_left{
background: url("http://v01.labs.yoozila.com/images/suggest_left_top.gif") no-repeat top left;
width: 2px;
height: 2px;
position: absolute;
left: 3px;
top: 0;overflow: hidden;
}
.assist_header_right{
background: url("http://v01.labs.yoozila.com/images/suggest_right_top.gif") no-repeat top right;
width: 2px;
height: 2px;
position: absolute;
right: 4px;
top: 0;overflow: hidden;
}
#assist_button{
margin: -2px 0 0 -55px;
position: relative;
padding: 0;
width: 32px;
height: 10px;
}

#assist_button_closed{
margin: -1px 0 0 -55px;
position: relative;
padding: 0;
width: 32px;
height: 10px;
}
#assist_button_closed a,#assist_button a,#assist_content a{
cursor: pointer;color: #8a939b;
}
#assist_content a:hover{
padding: 0;
padding-right: 20px;
background: url("http://v01.labs.yoozila.com/images/plus.gif") no-repeat right;
}

.assist_close{
margin: 0 0 0 17px; 
font-size: 9px;
line-height: 9px;
color: #8a939b;
text-align: left;
position: absolute;
bottom: 10px;
}

.assist_title{
position: absolute;
right: 8px;
top: 0;
text-align: right;
font-size: 12px;
}

.assist_up{
position: absolute;
right: 150px;
top: 10px;
text-align: right;
font-size: 12px;
}
.assist_down{
position: absolute;
right: 150px;
bottom: 20px;
text-align: right;
font-size: 12px;
}

#assist_content strong{
	font-weight: normal;
	color: #000000;

}


#firefox_search_bar{
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 20px;
z-index: 50;
background-color: #FFFFE1;
border-bottom: 1px solid #838896;
color: #262625;
text-align: left;
float: left;
}

#firefox_search_bar a{
cursor: pointer;
}
#firefox_search_bar_left{
margin-top: 2px;
margin-left: 10px;
text-align: left;
float: left;
}

#firefox_search_bar_right{
margin-right: 10px;
margin-top: 3px;
padding: 0;
line-height: 10px;
width: 12px; height: 12px;
text-align: center;
float: right;
border: 1px solid #838896;
}