/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/


/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	
	float: left;
	position: relative;
	z-index: 1;
	
	bottom: -1px;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; margin-left: 0!important; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #77d5f7;
	border-bottom:none;
	margin-right: -1px;
	border-collapse:collapse;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 12px;
	list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	color:#666;
	background: #0078ae;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.ui-tabs-nav li a:hover {
	background: #79c9ec;
	color: #026890;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #6eac2c;
}


.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #6eac2c;
	color: #ffffff;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	clear:left;
	border: 1px solid #77d5f7;
	margin-top:-1px;
	border-collapse:collapse;
	background: #fcfdfd;
	
	
	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

/*Drupal navigation*/

#primary { z-index: 10; float:left; height:43px; width:100%; background-image:url(http://www.novusbio.com/sites/all/themes/novus/img/navbar.gif); }

#primary li { list-style: none !important; background-image: none !important; margin: 0 !important; padding: 0 !important; float: left; }
#primary ul { padding: 0; margin: 0; }
#primary ul ul { background-color: #2f759b; border-top: solid 1px #5991af; margin-top: -4px; padding: 11px 0; z-index: 101; }
#primary a:hover { text-decoration: none; }
#primary ul ul a:hover { color: #b2bfff; }
#primary a { color: #FFF; display: inline-block; display: -moz-inline-block; font-weight: bold; text-transform: uppercase; }

#primary ul ul ul { display: none; }
#primary ul ul a { color: #fff; font-weight: normal; padding: 5px 18px; text-transform: none; *display: block; *line-height: auto; }

#primary ul ul li { float: none; }
#primary li ul { position: absolute; left: -999em; }
#primary li:hover ul, #primary li.sfhover ul { left: auto; }

a.primary-nav { height: 45px; background-position: left top; background-repeat: no-repeat; zoom: 1; }
#primary li:hover a.primary-nav, #primary li.sfhover a.primary-nav { background-position: 0 -43px !important; }
a.primary-nav span { display: none; }
#primary-nav-0 { width: 104px; background-image: url(http://www.novusbio.com/sites/all/themes/novus/img/primary-nav-0.gif); }
#primary-nav-1 { width: 142px; background-image: url(http://www.novusbio.com/sites/all/themes/novus/img/primary-nav-1.gif); }
#primary-nav-2 { width: 91px; background-image: url(http://www.novusbio.com/sites/all/themes/novus/img/primary-nav-2.gif); }
#primary-nav-3 { width: 123px; background-image: url(http://www.novusbio.com/sites/all/themes/novus/img/primary-nav-3.gif); }
#primary-nav-4 { width: 97px; background-image: url(http://www.novusbio.com/sites/all/themes/novus/img/primary-nav-4.gif); }

#page #sidebar { margin-top:65px; }

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */



