/* web site design by Rebecca Fagan, fagandesign, www.fagandesign.com */

@charset "UTF-8";

c-anno {
	display: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	background-color: #e0e0a3;
}
#wrapper p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
#wrapper a {
	color: #993300;
	text-decoration: none;
}
#wrapper a:hover {
	color: #CC6600;
	text-decoration: underline;
}
#wrapper a:active {
	color: #990000;
	text-decoration: underline;
}


/* global page wrapper */
#wrapper {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

/* site title banner */
#top_band {
	background-color: #e0e0a3;
	height: 99px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #990000;
	background-image: url(images/title_art.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
}

/* login and search in title banner */
#top_band #login {
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	vertical-align: top;
}


/* level 1 navigation */
#nav1 {
	 background-color: #990000; 
	/* background: url(images/red.gif) repeat-x; */
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
#nav1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#nav1 ul li {
	position: relative;
	/* min-height: 1px; */
	float:left;
	/* keep the menus on one line */
	display: inline;
	white-space: nowrap;
	height: 21px;
}
#nav1 ul li a {
	color: #FFFFFF;
	height: 100%;
	font-size: 11px;
	line-height: 18px;
	padding-right: 31px;
	padding-left: 31px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7c0b00;
	xxxxbackground-color: #990000;
	text-decoration: none;
	xxxxvertical-align: text-top;
	white-space: nowrap;
	}
#nav1 ul li a.activated {
	text-decoration: none;
	background-color: #FF0000;
}


#nav1 ul li a.on {
	color: #990000;
	background-color: #f5f6eb;
	background-image: url(images/nav1-on-bkg.gif);
	background-repeat: repeat-x;
	
}

#nav1 ul li.on {
	color: #990000;
	background-color: #f5f6eb;
	background-image: url(images/nav1-on-bkg.gif);
	background-repeat: repeat-x;
}	


/* level 2 navigation */
#nav2 {
	background-color: #f5f6eb;
	height: 27px;
	line-height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
}
#nav2 ul {
	list-style: none;
	margin:0;
	padding:0;
	white-space: nowrap;
}
#nav2 ul li {
	min-height: 1px;
	/* keep the menus on one line */
	white-space: nowrap;
	display: inline;
	
}

#nav2 ul li {
border-left: 1px dotted black;
padding-right: 12px;
}

#nav2 ul li:first-child {
border-left: none;
}


#nav2 ul li a {
	font-size: 10px;
	line-height: 11px;
	color: #646461;
	margin: 0;
	padding-right: 0px;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 5px;
	
}
#nav2 ul li a.on {
	color: #ae1400}
#nav2 ul li a:hover {
	color: #FF0000;
	text-decoration: none;
}
#nav2 ul li a:active {
	color: #ae1400;
	text-decoration: none;
}
#nav2 ul li a:hover.on {
	color: #FF0000;
	text-decoration: none;
}
#nav2 ul li a:active.on {
	color: #ae1400;
	text-decoration: none;
}


/* home page image band */
#image_band {
	background-color: #cccc99;
	height: 154px;
	background-image: url(images/imageband.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

/* left sidebar */
div#content > table { padding: 0 }
#sidebar_left, #content #sidebar_left {
	background-color: #f6f6eb;
	width: 237px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cdcdcd;
	margin: 0px;
	padding-top: 20px;
	padding-right: 9px;
	padding-left: 9px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#sidebar_left h2, #content #sidebar_left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
	border: 1px solid #dfdda3;
	padding-left: 5px;
	margin-bottom: 12px;
	background-color: #f6f6eb;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content {
	vertical-align: top;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 29px;
	padding-left: 29px;
	font-size: 11px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	line-height: 13px;
}

/* heads */
#content_band h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding-top: 16px;
	padding-right: 45px;
	padding-bottom: 8px;
	padding-left: 45px;
	background-color: #e0e0a3;
}
#content h1 {
/* this is used for home page only */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 6px 0px 18px;
}
#content h2 {
	color: #660000;
	background-color: #d6d4a8;
	text-align: left;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 13px;
	line-height: 13px;
	margin-left: -8px;
}
#content h2 a {
	color: #660000;
	text-decoration: none;
}
#content h2 a:hover {
	color: #660000;
	text-decoration: underline;
}
#content h2.3col {
	color: #660000;
	background-color: #d6d4a8;
	text-align: left;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 13px;
	line-height: 13px;
	margin-left: 0px;
	margin-right: 0px;
}


#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #999966;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #D8DB93;
	padding-top: 1px;
	padding-bottom: 2px;
}
#content h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
#content h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}


/* home page news item text */
#content p.homenews {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e5b1;
	margin: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
/* class for image used inline with home page news items */
#content img.homenews {
	background-color: #e1e19e;
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}

/* bulleted and numbered lists */
#content_band ul {
	padding-top: 0px;
	padding-bottom: 6px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 3px;
}
#content_band ul li {
	background: url(images/bullet.gif) no-repeat 0px 0.7em;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 13px;
	float: none;
	margin: 0px 0px 0px 8px;
}
#content_band ul li ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 3px;
}
#content_band ul li ul li {
	background: url(images/bullet.gif) no-repeat 0px 0.7em;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 13px;
	float: none;
	margin: 0px;
}

#content_band ol {
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 20px;
}
#content_band ol li {
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 0px;
	float: none;
	margin: 0px;
	line-height: 13px;
}

/* tables */
/* default table style */
#wrapper #content table {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e4b1;
	margin-bottom: 12px;
}

/* tables with normal type size */
#wrapper #content table.normal 
{
	font-size: 11px;
	line-height: 18px;
}


/* tables with small type size: this is used for most lists and other tables where there is a lot of data */
#content table.small 
{
	font-size: 10px;
	line-height: 12px;
}
#content tr {
	
}
#wrapper #content th {
	background-color: #d6d4a8;
	text-align: left;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
	font-size: 11px;
	line-height: 13px;
	vertical-align: top;

}

#wrapper #content th a {
	color: #660000;
	text-decoration: none;
}
#wrapper #content th a:hover {
	color: #660000;
	text-decoration: underline;
}
#wrapper #content td {
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e4b1;
	vertical-align: top;
}
/*  */
#wrapper #content th span.roman {
	font-weight: normal;
	line-height: 14px;
}
/*  */
#wrapper #content th.header {
	color: #FFFFFF;
	background-color: #660000;
}
/*  */
#wrapper #content th.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B85C;
	
}
/* tables with vertical dividers */
#wrapper #content table.table2{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ebe8bd;
}
#wrapper #content table.table2 td {
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e4b1;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ebe8bd;
}
#wrapper #content table.table2 th {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ebe8bd;
}


/* tables with vertical dividers and small type: clinical lists, prints lists*/
#content table.table2small{
	font-size: 10px;
	line-height: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ebe8bd;
}
#content table.table2small td {
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e4b1;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ebe8bd;
}
#content table.table2small th {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ebe8bd;
}


/*  */
#content table.widetext td {
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	
}
/* use for "view details" pages */
#content table.table3 {
	font-size: 10px;
	line-height: 12px;
}
#content table.table3 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0AF;
}


#content table.nolines {
/* use this class if you don't want to have any borders on your table */
	border-bottom-width: 0px;
	}
#content table.nolines td {
	border-bottom-width: 0px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


#content table.pageindex {
	/* use this class for the microarray repository page index and any other page that uses numbering and links to additional pages */
	border-bottom-width: 0px;
	width: 100%;
	margin-bottom: 12px;
	}
#content table.pageindex td {
	border-bottom-width: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#content .pageindex td.pages {
	text-align: right;
	color: #999999;
}
#content .pageindex .pages .on {
	font-weight: bold;
}
#content .note {
	font-weight: bold;
	color: #878787;
}


/* right sidebar (on home page)  */
#sidebar_right {
	background-color: #f6f6eb;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cdcdcd;
	width: 237px;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 9px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;

}
#sidebar_right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
	border: 1px solid #dfdda3;
	padding-left: 5px;
	margin-bottom: 12px;
	background-color: #f6f6eb;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#sidebar_right p {
	font-size: 9px;
	line-height: 15px;
	margin-left: 6px;
}

/* footer */
#footer {
	background-color: #e0e0a3;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 18px;
	font-size: 9px;
	line-height: 15px;
	color: #000000;
	clear: both;
}

/* FORMS */
#wrapper input {
	border: 1px solid #999; 
	margin-right: 2px; 
	color: #000000; 
	vertical-align: top;
	/* font-size: 85%; */
	padding: 2px;
	background-color: #f6f6eb;
}


input.button:hover, input[type="submit"]:hover {
	background-color: #D6D67D;
	color: #000000;
}

input.button:active, input[type="submit"]:active {
	background-color: #B3B462;
	color: #000000;
}


input.searchbutton:hover {
	background-color: #7F7642;
	color: #FFFFFF;
}

input.searchbutton:active {
	background-color: #9D9252;
	color: #FFFFFF;
}

input.button:hover {
	background-color: #BCEB97;
	color: #000000;
}

input.button:active {
	background-color: #6699CC;
	color: #000000;
}

input.searchbutton:hover {
	background-color: #006666;
	color: #FFFFFF;
}

input.searchbutton:active {
	background-color: #6699CC;
	color: #FFFFFF;
}

#wrapper select {
	/*border: 1px solid #999; */
	color: #000;
	vertical-align: middle;
	/* font-size: 85%; */
	background-color: #f6f6eb;
}

input.search {
	background-color: #efefef;
}

#wrapper input.text {
	background-color: #F8EDCC;
}
input.button {
/*** put this class inside the Input tag for buttons on white bkg ***/
	background-color: #d6d4a9;
}
input.searchbutton {
	/*** put this class inside the Input tag for the top left hand search button in the title header on the tan bkg ***/
	background-color: #B3A65F;
	color: #FFFFFF;
}

#wrapper input.radio {
/*** put this class inside the Input tag for radio buttons ***/
	border: 0px solid #fff;
	margin-right: 0px;
	color: #000;
	vertical-align: middle;
	/* font-size: 85%; */
	padding: 2px;
	background-color: #FFFFFF;
}
#wrapper input.checkbox {
/*** put this class inside the Input tag for checkboxes ***/
	border: 0px solid #fff;
	margin-right: 0px;
	color: #000;
	vertical-align: middle;
	/* font-size: 85%; */
	padding: 2px;
	background-color: #FFFFFF;
}


/* other miscel tags */
#wrapper hr {
	width: 100%;
	color: #f00;
	background-color: #f00;
	height: 1px;
	border: 0;
}
hr.thicktan {
	width: 100%;
	color: #d6d4a8;
	background-color: #d6d4a8;
	height: 3px;
	border: 0;
}
.red {
	color: #FF0000;
}
.boldred, .boldlabel {
	color: #FF0000;
	font-weight: bold;
}
img.border{
	background-color: #FFFFCC;
	padding: 4px;
	border: 1px solid #CCCC99;
}


/* Login  - from tb */


/* not logged in  */

div#login.showlogin span#userdisplay,
div#login.showlogin span#signout
{
display: none;
}

div#login.hidelogin span#signin
{
display: block;
}

/* Logged in */
div#login.hidelogin span#userdisplay,
div#login.hidelogin span#signout
{
display: block;
}

div#login.hidelogin form#loginform,
div#login.hidelogin span#signin
{
display: none;
}

div#login {
	font-size: 11px;
}


/* General rule to hide stuff (used for menus) */
.hidden {
	display: none;
}

#helpbutton {
	float: right;
	font-size: 10px;
	
}

#pgtitle {
	float: left;
}

#content table.nolines td.andor {
	vertical-align: middle;
}

#wrapper button.iconbutton {
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
}

#wrapper #sidebar_left, #wrapper #sidebar_right, #wrapper #content {
	padding-bottom: 20px;
}

