/* SMALL TYPE SIZE for subheads, body text, nav items, etc */
/* use keywords to set some default sizes (approx 13px), then base other sizes off this as a percentage */
body, h2, h3, h4, p, li, td, th, div, blockquote, #leftnav, #footer, select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* more specific to override imported rule */
    font-size:    medium;			/* false value for WinIE4/5 */
    voice-family: "\"}\"";			/* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;			/* recover from trick */
    font-size:    small;			/* intended value for better browsers */
	}
	html>body, html>h3 {
    font-size:    small; 			/* be nice to Opera */
}

p, #content li, h2, h4, h5, td, th, #subnav {
	font-size:85%;
	line-height:1.5em;
	margin-right:20px;
	padding-left:5px;
}

body {
margin: 0;
padding: 0;
background-color: #ffffff;
}

a 			{ text-decoration: none; color: #039; }
a:link 		{ text-decoration: none; color: #039; }
a:visited 	{ text-decoration: none; color: #039; }
a:hover 	{ text-decoration: underline; }

h1 {

	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* more specific to override imported rule */
    font-size:    large;			/* false value for WinIE4/5 */
    voice-family: "\"}\"";			/* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;			/* recover from trick */
    font-size:    x-large;			/* intended value for better browsers */
	}
	html>h1 {
    font-size:    x-large; 			/* be nice to Opera */
}

h1 {
	margin-top: 0;
	padding-left: 5px;
	line-height: 1em;
	color: #777;
}

#content h2 {
	font-weight: bold;
	color: #333;
	padding: 0 5px;
	background-color: #E6EDF5;
}

#content h2.lg {
	font-weight: bold;
	font-size: 100%;
	color: #333;
	padding: 0 5px;
	background-color: #E6EDF5;
}

h2.nobg {
	background-color: #ffffff;
}


.homepage h2 {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	background: transparent;
	
}

#content h3 {
	line-height: 1.3em;
}

h3, strong, b {
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
}

hr { 	
	color: #fff;
	background-color: #fff;
	padding-left: 5px; 
	padding-right: 5px; 
	margin-right: 10px;
	border: none;
	border-top: 1px dashed #aaa;
	}



.hide {
position: absolute;
left: -999px;
width: 990px;
}


#mainwrapper {
/* border-right: 10px solid #efefef; */
width: 1000px;
/*background: #fff url(../images/logobg.gif) no-repeat top right;*/
}


/*TOP AREA PAGE STYLES */

 #toplogo {
height: 65px;
}


.toplogo img {
border: none;
position: absolute;
top: auto;
left: auto;
}



/*FORMS */
input {
	border: 1px solid #999; 
	margin-right: 2px; 
	color: #000; 
	font-size: 85%;
	padding: 2px;
	z-index: 1;
}

button {
	border: 1px solid #999; 
	margin-right: 2px; 
	color: #000; 
	vertical-align: top;
	font-size: 85%;
	padding: 2px;
}

select {
	/*border: 1px solid #999; */
	color: #000;
	vertical-align: top;
	font-size: 85%;
	background-color: #F8EDCC;
	margin-bottom: 8px;
	z-index: 1;
}

input.search {
	background-color: #efefef;
}

input.text {
	background-color: #F8EDCC;
}


/*LEFT NAVIGATION STYLES - see also leftnav.css */

#nav {
position: absolute;
top: 67px;
left: 0px;
width: 169px;
margin: 0;
padding: 0;
}

/*CONTENT AREA */

#contentwrapper {
	padding-left: 190px;
	height: auto;
}

#content {
	padding: 20px 0 20px 10px;
	height: auto;
}

/*FGI narrow width body text - use this for "text only" pages */
#contentFGI {
	padding: 0px 0 20px 0px;
	width: 550px;
	height: auto;
}

/*FGI full width body text - use this for pages with charts and tables */
#contentFGI2 {
	padding: 0px 0 20px 0px;
	width: 725px;
	height: auto;
}


h1 {
padding-bottom: 1em;
margin-bottom: 0;
}


#content ul {
	margin-left: 0;
	margin-top: 1em;
	padding-left: 0;
}

#content ol {
	margin-left: 0;
	margin-top: 1em;
	padding-left: 25px;

}

#content ul li {
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 5px 0.5em;
	padding-left: 20px;
	/*margin: 0;*/
}


#content ol li {
	list-style-type: decimal; 
}


#content ul li ul li {
	list-style: circle;
	background: none;
	padding-left: 10px;
	/*margin: 0;*/
}

.noborder, table.fancy td.noborder {
	border: none;
}


/* for things that have a border but shouldnt. */
.noborder, table.noborder, tr.noborder { 	
    border: 0px;
}

#quicklinks {
	border-top: 3px solid #CED6E7;
	background-color: #427BB5;
	margin: 0 10px 0 5px;
	clear: both;
}

#footer {
	clear: both;
	border-top: 1px solid #ddd;
	margin: 0 10px 10px 5px;
	padding: 5px 0;
	color: #999;
	height: 30px;
	
}

#copyright {
float: right;
text-align:right;
}


#toolLinks {
float: left;
}

#mainwrapper #contentwrapper #content #dotplot-container #dotplot-control-panel_c #dotplot-control-panel #dotplot-control-panel_h {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#mainwrapper #contentwrapper #content #dotplot-container #dotplot-control-panel_c #dotplot-control-panel #dotplot-control #yui-gen0 td {
	font-size: 80%;
	line-height: 1.1em;
}
#mainwrapper #contentwrapper #content #dotplot-container #dotplot-control-panel_c #dotplot-control-panel #dotplot-control-panel_h td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.searchForm div {
	width: 100%;
	vertical-align: top;

}

.searchForm .label {
	width: 250px;
	padding-top: 4px;
}

.searchForm .field {
	padding-top: 4px;
}

.searchForm p input #Submit {
	color: #00FF00;
	clear: both;
}

.alignment-text {
        font-size: 11px
}

#names.alignment-text  {
    float: left;
    vertical-align: top;
    line-height:1.5em;
    padding-right: 20px;
    padding-left: 5px;
    width: 50px;
}

#sequences.alignment-text  {
    vertical-align:top;
    line-height:1.5em;
    position: absolute;
    top: 10px;
    left: 70px;
    margin: 0;
    padding: 0;
    width: 575px;
    white-space: nowrap;
}

#alignment-tabs pre {
  width: 99%;
  overflow: auto;
  border: none;
  padding: 10px 0px 0px 0px;
  margin: 0;
  vertical-align: top;
  position: relative;
}

div.seq-image {
	overflow:hidden;
	width:100%;
}


div.seq-scroll {
	overflow:auto;
	width:100%;
	height: 20px;
}
/*
#container  {
	width: 100%;
}
*/

.translucent {
	opacity: .9;
}

#genesImage {
	position: absolute; 
	z-index: 0;
	border: none;
}


div.usemap {
    cursor: pointer;
	z-index: 130;
}

div.usemap i { 
	visibility: hidden; 
    text-decoration: none;
    display: none;
}

#genesImageSelector {
	cursor: crosshair;
}

#ep-help {
	font-size: x-small;
	font-style: italic;
}

#sliderbg {
	/* background: #fff url(../images/slider_bg.gif) repeat-x top right; */
	width: 725px;
}


.outputtable {
    background-color: #bbb;
}

.outputtable TD {
    background-color: #fff;
}

.inputtable, .outputtable {
    width: 700px;
    border: solid 1px lightgray;
}

.outputtable td,th {
	border-style: none;
}

/*Search table paging*/
#searchTablePaging table {
	width: 100%;
	background-color: none;
	border-style: none;
	}
	
#searchTablePaging td {
	background-color: none;
	border-style: none;
	border-color:none;
	}
	

/*FGI tables - use this in a div tag around tables and chart */
#FGItable table {
	background-color: #FFFFFF;
	border-top-color: #80ABD7;
	border-top-style: solid;
	border-top-width: 0px;
	border-bottom-color: #80ABD7;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left: 1px;
	border-left-color: #DFDFDF;
	border-left-style: solid;
	margin-left: 5px;
	empty-cells: show;
}
#FGItable table.contenttable {
font-size: 100%;
}
#FGItable table.contenttable td.td-0 {
font-weight: bold;
}

#FGItable searchTablePaging tr {
	background-color: none;
	width:100%;
	border-style: none;
	}
#FGItable td{
	border-top-color: #80ABD7;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #DFDFDF;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 5px;
}
#FGItable th {
	border-top-color: #80ABD7;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color:#80ABD7;
	border-right-style: solid;
	border-right-width: 0px;
	font-weight: bold;
	background-color: #80ABD7;
	text-align: left;
	color: #FFFFFF;
	padding-right: 5px;
	vertical-align: bottom;
}


#FGItable th a {
	font-weight: bold;
	text-align: left;
        color: #FFFFFF;
        font-size: 11px;
}

/* Added for nested tables in headers generated by Tapestry. */
#FGItable th table {
        border:0px;
        padding:0px;
        border-spacing:0px;
        margin-right:0px;
        border-right-width:0px;
        border-right-style:none;
        border-right-color:#80ABD7;
        border-left: 0px;
	border-left-color: #80ABD7;
	border-left-style: solid; 
        border-bottom-color: #80ABD7;
	border-bottom-style: solid;
	border-bottom-width: 0px;

	font-weight: bold;
	text-align: left;
        outline-width: 0px;
        background-color: #80ABD7;
	margin-left: 0px;
}

#FGItable th table td {
 border-top-color: #80ABD7;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 0px;
        margin-left:0px;
        margin-right:0px;
}



/*FGI tables - use this in a div tag around perameter information */
#FGItable2 table{
	border-top-color: #80ABD7;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #80ABD7;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-left: 5px;
	}

#FGItable2 td{
	padding: 5px 2px 10px;
	}

#FGItable2  th{
	border-top-color: #80ABD7;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 5px 2px;
	font-weight: bold;
	}



/*FGI tables - for things like "gene details" */
#FGItable3 table{
	background-color: #FFFFFF;
	border-top-color: #80ABD7;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #80ABD7;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left: 1px;
	border-left-color: #DFDFDF;
	border-left-style: solid;
	margin-left: 5px;
}
#FGItable3 td{
	border-top-color: #80ABD7;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #DFDFDF;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 5px;
	}

#FGItable3 th{
	border-top-color: #80ABD7;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #DFDFDF;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 5px;
	font-weight: bold;
	}

#FGItable3 table td table{
	background-color: #FFFFFF;
	border-top-color: #80ABD7;
	border-top-style: solid;
	border-top-width: 0px;
	border-bottom-color: #80ABD7;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left: 0px;
	border-left-color: #DFDFDF;
	border-left-style: solid;
	margin-left: 0px;
}
#FGItable3 td table tr td{
	border-top-color: #80ABD7;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-color: #DFDFDF;
	border-right-style: solid;
	border-right-width: 0px;
	padding-right: 0px;
	font-size: 100%;
	}

#FGItable3 td li{
	font-size: 100%;
	}



/*FGI tables - new revised "gene details" 013107 with lighter lines and grouped category divider heads */
#FGItable5 table{
	background-color: #FFFFFF;
	border-top-color: #80ABD7;
	border-top-style: solid;
	border-top-width: 0px;
	border-bottom-color: #80ABD7;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left: 1px;
	border-left-color: #DFDFDF;
	border-left-style: solid;
	margin-left: 5px;
}
#FGItable5 td{
	border-top-color: #d1e6fc;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #DFDFDF;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 5px;
	}

#FGItable5 th{
	border-top-color: #d1e6fc;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #DFDFDF;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 5px;
	font-weight: bold;
	}

#FGItable5 table td table{
	background-color: #FFFFFF;
	border-top-color: #d1e6fc;
	border-top-style: solid;
	border-top-width: 0px;
	border-bottom-color: #d1e6fc;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left: 0px;
	border-left-color: #DFDFDF;
	border-left-style: solid;
	margin-left: 0px;
}
#FGItable5 td table tr td{
	border-top-color: #d1e6fc;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-color: #DFDFDF;
	border-right-style: solid;
	border-right-width: 0px;
	padding-right: 0px;
	font-size: 100%;
	}

#FGItable5 td li{
	font-size: 100%;
	}

/* No borders around search results header. */
table#searchTablePaging , #searchTablePaging td
{
    border-width: 0px
}

#homeImage {
	border: 1px solid #AAAAAA;
	padding: 4px;
}

/******** Help pages *********/
table.contenttable {
cellpadding: 0;
}


