@charset "utf-8";
/* CSS Document */

#RSwrapper {
  padding: 10px;
}


body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  /*    background-color:#FF6600;*/
  color: #000000;
  width: 100%;
}

a {
  text-decoration: none;
  color: maroon;
  font-weight: bold;
}

a:hover {
	color: #0066CC;
}

h1, h2 {
  font-size: 12pt;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: #FF9966;
  margin-top: 2px;
}
h2 {
    font-size: 10pt;
    color: #333333;
}
h3 {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}

#frame {
  width: 930px;        /*  KEY PAGE WIDTH */
  text-align: left;
  background-color:#FFFFFF;
  border: 1px solid black;

}

#header {
}

#breadcrumb {
  padding: 5px;
  /*    border-bottom: 1px solid black;*/
  font-size: smaller;
  font-weight: normal;
  background-color:#99FF33;
}

#breadcrumb p {
  margin: 0px;
  padding-left: 20px;

}
#breadcrumb span.heading {
  font-style: italic;
}
#breadcrumb a {

}
#maintext {
  width: 910px;           /* KEY PAGE WIDTH - (2 * PADDING) */
  padding: 10px;          /* PADDING */
	border: 1px solid #CCCCCC;
}

#resspecies {
  float: left;
  padding: 10px;          /* PADDING */
}

#developedby {
  float: right;
  padding: 10px;          /* PADDING */
}

#login {
  clear: both;
}

#hostedAtHeader {
  clear: both;
  text-align: center;
  height: 2em;
  padding: .3em;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  padding: 10px;
}

#titleHeader {
  clear: both;
  position: relative;
  padding: 5px;
  height: 1em;
  background-color: #33CCFF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

#login {
  text-align:right;
  padding: 5px;
  background-color:#99FF33;
  font-size: 10px;
}
#footer {
  clear: both;
  position: relative;
  padding: 10px;
  height: 1em;
  background-color: #33CCFF;
  font-size: 9px;
}

#contact {
  float: left;
}

#copyright {
  float: right;
}



div.menuoptionlist {
  font-size: small;
  margin-bottom: 10px;
}

div.menuoptionlist h1 {
  font-size: small;
}

div.menuoptionlist dl {
  font-size: smaller;
}

div.menuoptionlist dt {
  font-weight: bold;
  color: blue;
}


/*
styles for displaying the top-level species list and blurb
page
*/
#speciesPanel {
}
#resspeciesBlurb {
  width: 500px;
  float: left;
  padding: 10px;
}
#resspeciesBlurb p {
  margin-top: 0px;
}
#speciesLayout {
  width: 370px;
  float: right;
}
.speciesPanelRight {
  width: 370px;
  float: right;
}
div.speciesBlob {
  border: 1px solid black;
  width: 160px;
  height: 40px;
  float: left;
  margin: 10px;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: large;
  background-color: #EEEEEE;
  text-align: center;
}

div.speciesBlob img {
  border: none;
  padding-right: 10px;
  vertical-align: middle;
}

#speciesLayout div.Demo {
    background-color: #FFCCCC;
}
div.endFloat {
  clear: both;
}

.gappedAbove {
	margin-top: 20px;
}

.outlined {
	border: 1px solid black;
        padding: 10px;
}

.dropShadow {
	-moz-box-shadow: #888888 5px 5px 5px;
	-webkit-box-shadow: #888888 5px 5px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}




div.pickstuffoptions {
	border: 1px solid #CCCCCC;
	background: #EEFFEE;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 20px;
}

div.pickstuffoptions div {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	vertical-align: text-top;
}

div.pickstuffoptions div.indented {
	padding-left: 40px;
}




div.introtext, div.familyResult {
  width: 88%;
  margin-left: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1%;
  background: #EEEEEE;
  color: #003366;
  border: 1px solid #CCCCCC;
}


div.familyResult {
  background: #EEEFFF;
}

div.familyResult table {
  width: 100%;
}

div.familyResult table th {
  text-align: right;
  padding-right: 3px;
  width: 30%;
}


div.familyTitle {
  font-size: 120%;
  margin-bottom: 10px;
}

div.familyMembers table th {
  width: auto;
  text-align: left;
}

.withnext {
  margin-bottom: 0px;
}
.withprevious {
	margin-top: 0px;
}

.italic {
  font-style: italic;
}

.testing {
  background-color: #99FF99;
}




/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #C7DCFF;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/up-down-arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/down-arrow.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/up-arrow.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

table.tablesorter tbody tr.odd td {
	background-color: #FFCCAA;
}

table.tablesorter tbody tr.even td {
	background-color: #EEEEEE;
}




fieldset {
	width: 96%;
	margin: 1.5em 2% 0 2%;
	padding: 0;
	background-color: #EEFFEE;
	border: none;
/*	float: left; */
/*	clear: left; */
}

legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
	float: left;
	clear: left;
	width: 100%;
}

fieldset input, fieldset select {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

fieldset label {
	width: 100px;
	float: left;
	margin-right: 0.5em;
	text-align: right;
}

fieldset input.checkbox {
	width: 20px;
	float: left;
}

fieldset table {
	border: none;
}
fieldset table td {
	vertical-align: top;
}

fieldset label.checkbox {
	float: none;
	text-align: left;
	width: auto;
}

fieldset.buttons {
	float: none;
	width: auto;
	margin-bottom: 1.5em;
}
/*
	applied to an enclosing item to force labels to be with the flow rather than
	floated to the left with a fixed width as they will be without this specifier
*/
.labelRight label {
	float: none;
}

/*
 used to emphasise notes added to items in submission forms.
 Specifically used in the genotype submission file upload form
*/
.note {
    font-size: 75%;
    font-style: italic;
	font-weight: bold;
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/*
 used to indicate error messages as spat out by struts2 validation
*/
.errorMessage {
    font-weight: bold;
    color: #FF3333;
}


