/* need to specify borders for older versions of IE: 6.0.26 */
/* in fieldsets, also need to give legends specific colour(black) */

/* look at html.css for firefox defaults, maybe "2px inset gray" */

/* global type elements */

label.tooltip {
	cursor:help;

}

span.tooltip {
	cursor:help;
}

body {
        padding: 0;
        font-family: arial, helvetica, sans-serif;
        margin: 0px;
	background: #ffffff;
	color: #000000;
}

a:visited {
        color: #750038;
}

a:hover {
        text-decoration: underline;
}

h1 {
        clear: both;
        margin: 0 0 0 0px;
        font-family: "times new roman",times,serif;
        font-size: 21px;
        line-height: 24px;
        font-weight: bold;  
        color: #000;
        text-align: center;
        padding: 1%;
}

h2 {
        clear: both;
        margin: 0 0 0 0px;
        font-family: "times new roman",times,serif;
        font-size: 17px;
        line-height: 20px;
        font-weight: bold;  
        font-style: italic;
        color: #000;
}

h3 {
        clear: both;
        margin: 0 0 0 0px;
        font-family: "times new roman",times,serif;
        font-size: 14px;
        line-height: 17px;
        font-weight: bold;  
        font-style: italic;
        color: #000;
}


/* layout of page in general sense */


#headercontainer {
	margin-left: 7%;
	margin-right: 7%;
        font-family: arial, helvetica, sans-serif;
	padding-top: 5px;
}

#maincontainer {
	clear: both;
        margin-left: 7%;
        margin-right: 7%;
	padding: 0;
}

#footercontainer {
	clear: both;
        margin-left: 7%;
        margin-right: 7%;
	padding-top: 10px;
}

/* header layout */

#headernav {
        float: right;
        width: 45%;
	text-align: right;
	padding-top: 10pt;
	padding-bottom: 10px;
        font-family: "times new roman",times,serif;
}

#headerlogo {
	color: #0000c0;
        float: left;
        width: 45%;
	padding-bottom: 10px;
        font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

#headerlogo:first-line {
	font-size: 300%;
}

#headerlogo a {
	text-decoration: none;
        color: #0000c0;
}

hr.adaslogo {
	color: #0000ff;
	background-color: #0000ff;
	height: 3px;
	border: 0px;
}

/* footer layout */

#footercontact {
        float: left;
        text-align: left;
	padding-top: 5px;
        width: 50%;
        padding-bottom: 10px;
}

#footercopy {
	float: right;
        text-align: right;
	padding-top: 5px;
        width: 50%;
        padding-bottom: 10px;
}

/* holder for main part of page including side navigation */

#sidenav {
        float: left;
	position: relative; 
        background: #ffffff;	/* really want #fff6e6; */
        width: 20%;
	padding: 0%;
}

#contentholder {
	float: left;
        position: relative;
        width: 80%;
        background: #ffffff;
}

/* side navigation details */

#sidenav ul {
	margin: 3px;
        padding: 3pt;
        list-style: none;
}

#sidenav li {
        font-family: "times new roman",times,serif;
        margin: 3px;
        padding: 3pt;
	border-left: solid #ffffff 5px;
	text-decoration:none;
	font-weight:bold;
	color: #000000;
}

#sidenav li.in {
        font-family: "times new roman",times,serif;
        margin: 1px;
        padding-top: 0;
	padding-bottom: 0;
	padding-left: 15pt;
	list-style: disc inside;
	border-left: solid #ffffff 5px;
}

#sidenav #currentside {
	border-left: solid #0000c0 5px;
	color: #0000c0;
}

#sidenav a {
	text-decoration:none;
	font-weight:bold;
	color: #000000;
}

#sidenav a:hover {
	text-decoration: underline;
	color: #000000;
}

#sidenav #currentside a {
	color: #0000c0;
}

#sidenav #currentside a:hover {
	text-decoration: none;
	color: #0000c0;
}


/* display of data classes tab navigation */

#tabnav {
	position: relative;
	width: 100%;
        z-index: 2;
}

#tabholder {
        clear: both;
	position: relative; 
        background: #cccccc;	/* really want #fff6e6; */
	top: -1px;
        padding: 1%;
        border-top: solid #000000 1px;
	border-right: solid #000000 1px;
	border-left: solid #000000 1px;
	border-bottom: solid #000000 1px;
	z-index: 1;
}

/* details for data classes tabs */

#tabnav ul {
	margin: 0;
        padding: 0;
        list-style: none;
}

#tabnav li {
	float: left;
        font-family: "times new roman",times,serif;
        margin: 0px -1px 0px 0px;
        padding: 3pt;
	border-top: solid #000000 1px;
	border-left: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-right: solid #000000 1px;
}

#tabnav #currentdata {
	border-bottom: solid #cccccc 1px;
	background: #cccccc;
}

#tabnav a {
	text-decoration:none;
	font-weight:bold;
	color: #000000;
}

#tabnav a:hover {
	text-decoration: underline;
	color: #000000;
}

#tabnav #currentdata a {
	color: #0000c0;
}

#tabnav #currentdata a:hover {
	text-decoration: none;
	color: #0000c0;
}

/* table to show search results */

table.searchresults {   
        margin: 15px 0;
        width: 100%;
}

table.searchresults th {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        width: 120px;
        padding: 5px 10px 5px 0;
        border-bottom: 1px dashed #bbb;
}

table.searchresults td {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        padding: 5px 10px 5px 0;
}

/* file details layout details */

#generalinfo {
	background: #fff6e6;
        position: relative;
        float: left;
        width: 53%;
	padding: 1%;
        font-family: "times new roman",times,serif;
}

#downloadinfo {
	background: #aaaaff;
        width: 35%;
        position: relative;
        float: right;
	padding: 1%;
        border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
        font-family: "times new roman",times,serif;
}

#predonoff {
	background: #cccccc;
        width: 35%;
        position: relative;
        float: right;
	padding: 1%;
        margin-top: 5px;
        font-family: "times new roman",times,serif;
        text-align: center;
}

#translist {
	margin-top: 10px;
        background: #fff6e6;
	padding: 1%;
}

div.adfwide {
	margin-top: 10px;
        background: #fff6e6;
	padding: 1%;
	position: relative; 
	clear: both;
}

div.ncol4r {
	position: relative;
	float: left;
        width: 23%;
	text-align: right;
}

div.ncol4 {
	position: relative;
	float: left;
        width: 23%;
}

div.ncol2r {
	position: relative;
	float: left;
        width: 45%;
	text-align: right;
}

div.ncol2 {
	position: relative;
	float: left;
        width: 45%;
}

div.ncol3r {
	position: relative;
	float: left;
        width: 30%;
	text-align: right;
}

div.ncol3 {
	position: relative;
	float: left;
        width: 30%;
}

div.ncol {
	position: relative;
	float: left;
        padding-left: 10%;
	width: auto;
}

fieldset.searchfields {
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-top: 10px;
        border-style: none;
}

fieldset.searchfields legend {
	font-family: "times new roman",times,serif;
        color: #000000;
	font-size: 125%;
}

fieldset.searchfields fieldset.search_column{
	position: relative;
        float: left;
        width: 46%;
        padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 2px;
	border: 2px groove #ffffff;
}

fieldset.searchfields div.search_column{
	position: relative;
        float: left;
        width: 46%;
        padding-left: 1%;
	padding-right: 1%;
}

fieldset.searchfields fieldset.search_column label{
	clear: both;
        width: auto;
  	float: left;
}

fieldset.searchfields fieldset.search_column input{
        width: auto;
  	float: right;
}

div.radiospan {
	position: relative;
        float: left;
        width: auto;
}

div.radiospan label.radiolabel{
        float: left;
        width: auto;
}

div.radiospan div.radiooptions{
	float: right;
        width: auto;
}

div.input_button {
	text-align: center;
}

/* CSS table-less signup form */

#newaccount fieldset {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 2px groove #ffffff;
}

#newaccount fieldset div.form_entry {
  	clear: left;
  	display: block;
  	width: 60%;
}

#newaccount fieldset div.form_notes {
  	float: right;
  	width: 35%;
  	height: auto;
	padding: 5px;
  	border: 1px solid #000000;
  	background-color: #ffffff;
        color: #000000;
}

#newaccount fieldset div.form_entry label {
  	display: block;
  	width: 40%;
  	float: left;
  
}

#newaccount fieldset div.form_entry label.nowidth {
  	width: auto;
  	float: left;
}


#newaccount fieldset div.form_terms {
	float: left;
        width: 65%;
}

#newaccount fieldset div.form_submit {
	float: right;
        width: 35%;
	text-align: center;
}


#newaccount fieldset div.form_notes h4 {
  	font-weight: bold;
	font-family: "times new roman",times,serif;
	margin: 0;
        clear: none;
}

#newaccount fieldset legend {
	font-family: "times new roman",times,serif;
	font-size: 125%;
        color: #000000;
}


/* layout awaiting documentation */

table.signuptable {   
        padding: 1%;
        width: 100%;
}



table.signuptable th {
        text-align: left;
        vertical-align: top;
	width: 30%;
}

table.signuptable td {
        text-align: left;
        vertical-align: top;
}

table.logintable {   
        padding: 1%;
        width: 40%;
        margin-left: 30%;
}

table.logintable th {
        text-align: left;
        vertical-align: top;
	width: 30%;
}

table.logintable td {
        text-align: left;
        vertical-align: top;
	width: 70%;
}


#generalcontent {
        clear: both;
	position: relative; 
        background: #F5F6A7;	/* really want #fff6e6; */
        padding: 1%;
        border-top: solid #000000 1px;
	border-right: solid #000000 1px;
	border-left: solid #000000 1px;
	border-bottom: solid #000000 1px;
        font-family: arial, helvetica, sans-serif;
}

#generalcontent a {
	text-decoration:none;
	font-weight:bold;
	color: #0000ff;
}

#generalcontent a:hover {
	text-decoration: underline;
	color: #0000ff;
}

#generalcontent a:visited {
	color: #750038;
}

#generalcontent ol.errors {
	color: #ff0000;
}


/*
#generalcontent li {
        list-style: circle;
}

#generalcontent li:hover {
        list-style: disc;
}
*/

#generalcontent #dataclasslist a {
	color: #0000c0;
}


fieldset.ionsearch {
	width: 47%;
        position: relative;
        float: left;
	margin: 2px;
        padding: 4px;
}

fieldset.ionsearch legend {
	font-family: "times new roman",times,serif;
	font-size: 125%;
        color: #000000;
}

div#freesearch {
	width: 100%;
	text-align: center;

}

div#freeexamples {
	clear: both;
        position: relative;
        margin-top: 30px;
        margin-left: 10%;
	width: 80%;
	text-align: center;
        background-color: #ffffff;

}

div#freesearch input#searchstring{
	width: 60%;

}

/* all rest below are probably unused but perhaps useful */


table.statetable {
        width: auto;
	margin-left: auto;
	margin-right: auto;
        text-align: center;
}

table.statetable td {
        text-align: left;
	padding-right: 20px;
}

table.statetable td.e {
        text-align: right;
	padding-left: 20px;
}



table.adastable {   
        margin: 15px 0;
        width: 100%;
}



table.adastable th {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        width: 120px;
        padding: 5px 10px 5px 0;
        border-bottom: 1px dashed #bbb;
}

table.adastable td {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        padding: 5px 10px 5px 0;
}


table.members {   
        margin: 15px 0;
        width: 100%;
}



table.members th {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        padding: 5px 10px 5px 0;
        border-bottom: 1px dashed #bbb;
}

table.members td {
        text-align: left;
        vertical-align: top;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #333;
        padding: 5px 10px 5px 0;
}



div.clear {
	clear: both;
}

div.clear_heading {
	clear: both;
	text-align: center;
        font-size: 125%;
}

table#periodic {
	width: 100%;
	background-color: #ffffff;
        border: solid 1px #000000;
}

table#periodic td {
	width: 5%;
        background-color: #ffffff;
        border: solid 1px #000000;
        text-align: center;
}

table#periodic td.empty {
	background-color: #ffffff;
        border: none;
}

table#periodic td#lanthium {
	background-color: #00ff00;
}

table#periodic td#lanthium_start {
	border-right: solid 10px #00ff00;
}

table#periodic td#lanthium_end {
	border-left: solid 10px #00ff00;
}

table#periodic td#actinium {
	background-color: #ff0000;
}

table#periodic td#actinium_start {
	border-right: solid 10px #ff0000;
}

table#periodic td#actinium_end {
	border-left: solid 10px #ff0000;
}

div.srnav {
	float: right;
        width: 45%;
        text-align: right;
	font-family: "times new roman",times,serif;
}


div.srpdf {
	float: left;
        width: 45%;
        text-align: left;
	font-family: "times new roman",times,serif;
}

#srlist li {
	margin-top: 10px;
}


fieldset.report {
}

fieldset.report label {
	clear: both;
}

div.form_entry {
  	clear: left;
  	display: block;
}

div.form_entry label {
  	float: left;
        clear: both;
  	width: 30%;
  	text-align: top;
        font-weight: bold;
}

div.form_submit {
	text-align: center;
}
