/* search plugins */

#search_plugin_list, #search_plugin_list_details, #search_result {
	margin-top:2px;
        vertical-align:middle;
}

#search_plugin_list_details {
        margin: 0;
}

#plugin_list_add_form {
	font-size:14px;
	line-height: 0.9em;
	padding: 10px 0 0 0;
	margin: 0;
	width: 700px;
}

#plugin_list_add_form ul {
	list-style-type:none;
	list-style:none;
	margin:0 0 0 -10px;
	padding:0;
}

#plugin_list_add_form li {
	float:left;
	margin:0;
	padding:0 0 15px 0;
}


/* tab*/

#tabbed_search {
	margin: -10px -10px -10px -10px;
	padding: 0;
	font-weight:bolder;
}

#tabbed_search ul {
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0;
}

#tabbed_search li {
	float:left;
	height: 25px;
	line-height: 25px;
	margin:0;
	padding: 0;
	border-right: 2px solid #F6F6F6;
	background-color: #BBBBBB;
	border-bottom: 2px solid #F6F6F6;
	color: #cccccc;
}

#tabbed_search p {
	position: relative;
        left:5px;
}

#tabbed_search li.unselected  {
	background-color: #BBBBBB;
	border-bottom: 2px solid #F6F6F6;
}

#tabbed_search li.disabled  {
	font-style: normal;
	background-color: #BBBBBB;
	border-bottom: 2px solid #F6F6F6;
	color: #CCCCCC;
}

#tabbed_search li:hover {
	background-color: #DDDDDD;
	border-bottom: 2px solid #F6F6F6;
}

#tabbed_search li.selected  {
	background-color: #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
}

#tabbed_search a  {
	font-style: normal;
	color: white;
}

#tabbed_search a.selected  {
	color: black;	
}

#tabbed_search a.disabled  {
	color: #CCCCCC;	
}

.taxtree_tax {
}

.taxtree_tax_node {
        height:25px;
        line-height:25px;
}

.taxtree_tax_node img{
        vertical-align: middle;
}

.taxtree_tax_name {
}

.taxtree_species {
        height: 17px;
        line-height: 17px;
}

.taxtree_species img{
        vertical-align: middle;
}

.taxtree_tax_icon {
        padding: 5px 0 0 2px;
        margin: 0 5px;
}

.taxtree_tax_check {
	position: relative;
	left: 0;	
	z-index: 18;
}

.taxtree_species_icon {
	position: relative;
	left: 2px;
	top: -2px;	
}

.taxtree_tax_name_name {
	padding: 0 0 0 3px;
}

/* taxtree */

.tax_cell_check {
	position: relative;
	top: -2px;
}

td.tax_icon{
	text-align: center;
	width: 27px;
	height: 20px;
}

.tax_cell_name {
	font-size:12px;
}

td.tax_cell {
	vertical-align: top;
	width: 105px;
	height: 20px;
}

.tax_table_title{
	font-size: 14px;
	font-weight: bold;
}

td.tax_table {
	width:177px;
}

td.species_table {
	width:220px;
}

td.species_icon_cell {
	width: 28px;
}

td.species_cell {
	vertical-align: top;
	width: 167px;
}

/* autocompletion */
.informal {
}

.subinformal {	
	font-size:10px;
	color:#666;	
}

div.auto_complete {
        z-index: 50;
	width: 450px !important;
	background: #fff;
}

div.auto_complete ul {
	border:1px solid #666;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}

div.auto_complete ul li {
	margin:0 0 0 0 !important;
	border-bottom: 1px dotted #888;
	padding: 3px;
}

div.auto_complete ul li.selected { 
	background-color: #ffb; 
}

div.auto_complete ul strong.highlight { 
	color: #800; 
	margin:0;
	padding:0;
}


/*prot_select */

.prot_select_checks {
	padding-right: 5px;
}

.protein_version {
	font-size: 10px;
	color: #a91313;
}

.rep_seq_name {
	position: relative;
	font-size: 10px;
	top: -5px;
	color: #7e7e7e;
}