/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
list-style:none;
margin:0 0 5px 0;
padding:0;
clear:both;
border-bottom:1px solid #ccc;
height:20px;
clear:both;
/*width: 500px;*/
}

ul.subsection_tabs li.tab {
float:left;
margin-right:7px;
text-align:center;
}

ul.subsection_tabs li.tab a {
display:block;
height:20px;
padding:0 10px;
background-color:#eef;
color:#666;
width:80px;
}

ul.subsection_tabs li.tab a:hover {
color:#666;
}

ul.subsection_tabs li.tab a.active {
background-color:#ddd;
}

.tabcontent {
	border: 1px solid #EEEEEE;
	clear: both;
	padding: 10px;
}

.result {
	text-align: center; font-weight: bold;
}

/* Autocomplete */
div.autocomplete{background-color: #fff; border: 1px solid #999; overflow: auto;}
div.autocomplete ul{list-style-type:none; margin:0px; padding:0px;}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li{list-style-type:none; display:block; margin:0; padding:2px; cursor:pointer;}
 
