body {
	margin:0;
	padding:0;
}

table, th, td {
	border:0;
}

dt {
	font-weight:normal;
}

#yui-history-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}

.border th, .border td {
	border: 1px solid #68777A;
	background-color:#9BC2A6;
}

.border td{
	background-color:#fff;
}

.pad5 th, .pad5 td{
	padding:5px;
}

.bold {
	font-weight:bold;
}

.ital {
	font-style:italic;
}

.center, .yui-dt tbody td.center {
	text-align:center;
}

#header {
	width:100%;
	height:98px;
	position:relative;
	margin-bottom: 2em;
}

#header .logo {
	position:absolute;
	left:0;
	top:0;
}

#header .title {
	font-size:22px;
	white-space:nowrap;
}

.menu {	
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	white-space:nowrap;
	font-size: 14px;
	background-color:#9BC2A6;
	border-bottom: 1px solid #68777A;
}

.menu ul {
	margin-left:120px;
	font-weight:bold;
	text-decoration: none;
	list-style-type: none;
}

.menu li {
	margin: 0;
	height: 22px;
	width: 8em;
	white-space:nowrap;
	text-decoration: none;
	list-style-type: none;
	float: left;
}

.menu a {
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.menu a:hover {
	background: #B2CBD1 none;
	color:#000; 
	text-decoration: none;
}


#footer {
	border:0;
	height:7em;
	position:relative;
	text-align:center;
	font-size:10px;
	padding:5px;
}

#footer .hosting {
	float:left;	
	text-align:left;
	margin-right:2em;
}

#footer .hostInfo {
	font-size:12px;
	margin-top:1em;		
}

#footer .hostLogo {
	margin-top:-1em;		
}

#footer .center {
	font-size:12px;
	padding-top:1em;
	text-align:center;
	width: 90%;
	margin-left: -2em;
}
	
#footer .contact {
	float:right;
	width:100px;
	padding-top:1em;
	margin-left:2em;
}

#footer .dbInfo {
	font-size:10px;
	margin-top:1em;		
}

img.footerJaxSmall {
    width: 115px;
}

img.footerMgiSmall {
    width: 85px;
}


/* data table styling */
.yui-skin-sam tr.yui-dt-even { background-color:#FFF; } /* white */
.yui-skin-sam tr.yui-dt-odd { background-color:#e4f2f1; } /* light blue */
.yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color:#FFF; } /* white sorted */
.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color:#e4f2f1; } /* light blue sorted */
.yui-skin-sam .yui-dt th {
    background:#9BC2A6;
}
.yui-skin-sam .yui-dt th,
.yui-skin-sam .yui-dt th a {
    font-weight:bold;
    text-decoration:none;
    color:#000; /* header text */
    vertical-align:top;
    text-align:left;
}
.yui-skin-sam th.yui-dt-sortable .yui-dt-liner{
  background:url(../images/sortable_arrow.png) no-repeat right;
}
.yui-skin-sam th.yui-dt-asc .yui-dt-liner{
  background:url(../images/down_arrow.png)
  no-repeat right;
}
.yui-skin-sam th.yui-dt-desc .yui-dt-liner{
  background:url(../images/up_arrow.png)
  no-repeat right;
}

#outer{
	border: 1px solid #68777A;
	background-color:#9BC2A6;
	overflow:hidden;
	padding:2px;
}

#inner {
	padding:5px;
	text-align: left;
	line-height:2em;
	height:35px;
}

#inner .input {
	width: 218px;
}

.qf {
	margin-top:2px;
	margin-bottom:2px;	
}

.qf .checkbox {
	margin: 5px;
}

.qf .mutations span {
	white-space:nowrap;
	width:240px;
	float:left;
}

.qButtons {
	margin:1.5em;
}

.qButtons input {
	margin:0;
	padding:0;
}

.covid-19 a:link {
	font-weight:normal;
	font-size: large;
	margin-left:3em;
	color:crimson;
	text-decoration:underline;
}

.covid-19 a:visited {
	font-weight:normal;
	font-size: large;
	margin-left:3em;
	color:crimson;
	text-decoration:underline;
}

.covid-19 a:hover {
	font-weight:600;
	font-size: large;
	margin-left:3em;
	color:crimson;
	text-decoration:underline;
}


#outer .bold {
	font-weight:bold;
}

#outer select, #outer input {
	margin-left:2em;
}

.qf .qfState, .qf .type, .qf .repository {
	white-space:nowrap;
	line-height:2em;
	margin-right:2em;
}

.qf .mutations {
	white-space:normal;
	min-width: 500px;
}

.qf .content .buttons {
	padding-top:1em;
}

.qf .globe {
	margin:1em;
}

.qfOdd .title{
	font-weight:bold;
	text-align: right;
	background:#CFF0F0;
}

.qfEven .title{
	font-weight:bold;
	text-align: right;
	background:#CFfFFF;
}

.qfOdd .content{
	background:#F0F0F0;
}

.qf .content{
	text-align: left;
	background:#ffffff;
}

/* Summary element styling */

#breadbox {
	float: left;
	width: 100%;
}

#breadbox .filterItem  {
	cursor:pointer;
	white-space: nowrap;
	font-size: 10px;
	color: #002255;
	border: 1px solid #68777A;
	padding:2px 1.5em 2px 2px;
	margin:1em .2em;
	background-color: #eeeeee;
	background:url(../images/remove.gif) no-repeat right;	
}

#fCount{
	padding: 2em;
	white-space: nowrap;
}

#contentcolumn{
	white-space: normal;
	margin: 0 335px 0 500px; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
}

#rightcolumn{
	float: left;
	text-align:right;
	width: 335px; /*Width of right column in pixels*/
	margin-left: -335px; /*Set margin to -(RightColumnWidth)*/
}


.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#summary {
	width:100%;
	line-height: 1.5em;
	display: block;
}

#querySummary {
	float: left;
	width: 500px; /*Width of left column in percentage*/
	margin-left: -100%;
	text-align:left;
	line-height: 1.5em;
}

#querySummary .title {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	line-height:2em;
}

.label {
	font-size:12px;
	text-align:right;
	font-weight:bold;
}

#querySummary .count {	
	white-space: nowrap;
}

#toolbar {
	clear: both;
	height: 19px;
	min-width:800px;
	padding: 8px;
	border-bottom: 0px;
}

#filterDiv {
	float: left;
	width: 400px;

}

#otherDiv {
	text-align: right;
}

#downloadDiv {
	float: left;
	width: 200px;
	text-align: left;
}

.filterButton{
	cursor:pointer;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	border: 1px solid #68777A;
	padding:2px;
	background-color: #E9F1F4;
}

.emailButton{
	cursor:pointer;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border: 1px solid #68777A;
	padding:2px;
	background-color: #E9F1F4;
}

#toggleQF {
	cursor:pointer;
	margin-left: 15px;
}

.greenbar {
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	color: #000000;	
	white-space: nowrap;
	border: 1px solid #68777A;
	background-color:#9BC2A6;
}

.emailWrapper .yui-panel th, .registrationWrapper .yui-panel th {
	text-align: right;
}

.facetFilter .yui-panel .hd, .emailWrapper .yui-panel .hd, .registrationWrapper .yui-panel .hd {
    text-align: left;
    background:#9BC2A6;
}

.facetFilter .yui-panel .bd {
    text-align: left;
    max-height:30em;
    background:#F5F8FA;
    width:200px;
    overflow:auto;
    overflow-x:hidden; /* set scrolling */
    _height:30em; /* ie6 */
}

.facetFilter .yui-panel .ft, .emailWrapper .yui-panel .ft, .registrationWrapper .yui-panel .ft {
    background:#F5F8FA;
}

.emailWrapper .yui-panel .bd {
    background:#F5F8FA;
    width:400px;
    overflow:auto;
    _height:30em; /* ie6 */
}

.registrationWrapper .yui-panel .bd {
	text-align: left;
    background:#F5F8FA;
    width:400px;
    overflow:auto;
    _height:30em; /* ie6 */
}

#dynamicdata {
	clear:both;
	width:90px;
}

.state {
	border: 1px solid #68777A;
	text-align:center;
	width:56px;
	margin: -1px;
}

.live {
	background-color:#ffccff;
}

.archived {
	background-color:#00ff7f;
}

.embryo {
	background-color:#ccffff;
}

.ovaries {
	background-color:#ffff99;
}

.sperm {
	background-color:#cccc99;
}

.es {
	background-color:#ffcc00;
}

.type {
	white-space: nowrap;
}

.morelessButton {
	cursor:pointer;
	border: 1px solid #b8b8b8;
	text-align:center;
	width:56px;
	margin: 1px;
	background-color:#ffe3e3;
}

.email {
	border: 0;
	height:18px;
	width:25px;
	cursor: pointer;
	vertical-align:text-top;
}

.yui-skin-sam .yui-dt .association {
	border: 0;
	margin:  0;
	padding: 0;
}

.yui-skin-sam .yui-dt .association td {
	border: 0;
}

.yui-skin-sam .yui-dt .association dl {
	margin:  0;
	padding: 0;
}

.association, .association .symbol, .association .symbol a {
	font-weight: normal;
	margin-bottom: 2px;
}

.association .name {
	font-size: 10px;
	white-space: nowrap;
	padding-left: 1em;
}

.mut dd {
	font-size: 10px;
	margin-left: 0;
	padding-left: 0;
}

.mut .obey {
	white-space: nowrap;
}

.mutations {
	min-width:600px;
}

.text_block {
	border: 1px solid #68777A;
}

.heading {
	text-align: left;
	color: #000;
	font-size: 16px;
	font-weight:bold;
	border-top: 1px solid #68777A;
	background-color: #9BC2A6;
	padding: 1px 5px 1px 5px;
	margin-left:2em;
}

.headingTitle{
	text-align: left;
	white-space:nowrap;
	border-bottom: 1px solid #68777A;
	padding:0;
	margin: 1em 0em;
}

.textBlock {
	text-align: left;
	margin: 1em 0em;
	padding: 5px;
}

.chart {
	width: 350px;
	height: 175px;
	float:right;
	text-align: right;
	margin: 10px 0 0 10px;
}

.pagePad {
	margin: 2em;	
}

.statList dt {
	float: left;
	text-align: right;
	margin-right: 1em;
	width: 7em;
}

.statList dd {
	text-align: right;
	margin-left: 7em;
	width: 5em;
}

.toc {
	font-size: 14px;
	font-weight:bold;
	height:1.2em;
	padding: 3px;
	background-color:#9BC2A6;
	border-bottom: 1px solid #68777A;
	white-space:nowrap;
}

.toc a, .toc span {
	padding: 3px;
	margin-right:5px;
	text-decoration: none;
}

.toc a:hover {
	background: #B2CBD1 none;
	color:#000; 
	text-decoration: none;
}

dl.glossary {
	margin: 2em 0;
	padding: 0;
}

.glossary dt {
	text-align: right;
	position: relative;
	left: 0;
	top: 1.1em;
	width: 17em;
	font-weight: bold;
}

.glossary dd {
	text-align: left;
	margin: 0 0 0 19em;
	padding: 0 0 .5em .5em;
}

a.extUrl {
	text-decoration: none;
	background-color: transparent;
	background-image: url("../images/external.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right center;
	padding-right: 13px;
}

.example {
	font-size: 11px;
	white-space:nowrap;
}

.nowrap {
	white-space:nowrap;
}

.orderLink{
	cursor:pointer;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #68777A;
	padding:2px;
	background-color: #E9F1F4;
	margin-top: -2px;
	margin-left: 5px;
}

.depositList {
	margin-top: 0;
	margin-bottom: 0;
}
