/******** padding: top right bottom left ********/

body {
	margin: 0px;
	padding: 0px;
	font-family: small verdana, arial, helvetica, sans-serif;
	min-width: 1000px; 
	height: 100%;
	behavior: url("/pathema/csshover.htc");
    	font-size: 12px;
}

html{
	height: 100%;	
}

a.title_link {
    	text-decoration: none;
}

input{
	font-family: small verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

select{
	font-family: small verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

form {
	margin: 0px; 
	padding: 0px;
}

font.breadcrumbs {
    	display: block;
    	text-decoration: none;
    	font-size: 12px;
}

a.org_drop_down {
    	text-decoration: none;
    	font-size: 12px !important;
	font-weight: normal !important;
   	padding: 0px 2px 0px 0px !important;
}

div#header_container {
  	float: left;
     	width: 100%;
	margin: 0px;
	min-width: 700px;
}

div#header_container a {
	display: block;
	text-decoration: none;
	font-size: 12px;	
	padding: 5px 8px 4px 2px;
}

div#search_container {
	margin: 0;
	padding: 2px 2px 0px 0px;
	font-size: 11px; 
	font-weight: bold;
	position: absolute; 
	top: 0px; 
	right: 0px;
}

body.search li#nav_searches a,
body.home li#nav_home a,
body.genomes li#nav_genomes a,
body.list li#nav_genes a,
body.carts li#nav_carts a,
body.download li#nav_downloads a,
body.comparative li#nav_compana a
{
	padding: 6px 13px 5px 2px !important;  /* padding of text in the tabs for selected page */	
}  

div#subtitle{
 	font-size: 15px;
        font-weight: bold;
     	padding: 0px;
	margin: 5px 0px 0px 5px;
	float: left;
	clear: left;
}

div#sub_nav_container{
	float: left;
	width: 100%;
        background-color: #FFFFFF;	
    	padding: 2px 0px 2px 0px;	

	/* links don't work on IE7 in floating divs */
	/* if another div covers it */
	/* this hack (position + zindex) makes it clickable */
	position: relative;
	z-index: 100;

}

ul#sub_nav_elements {
	margin: 0px;
	padding: 0px;
 	float: left;
}

ul#sub_nav_elements li {
    	float: left;
    	margin: 0px;
   	display: block;
    	padding: 0px 5px 0px 5px;
 }

ul#sub_nav_elements a {
    	text-decoration: none;
    	font-size: 12px;
}

span#genome_name{
    	font-weight: bold;
    	font-size: 11px;
    	float: right;
    	padding: 5px 5px 0px 5px;	
    	padding /* */: 3px 5px 0px 5px;
}

span.cat_div_title{
	font-weight: bold;
}

div.cat_title{
	font-weight: bold;
	font-size: 14px;
        padding: 19px 3px 8px 3px;
}

span.org_name{
	text-decoration: none;
 	font-style: italic;
}


