/* For Science Topics page layout */

#usgscolorband {
	background: url("/images/bjohnson_banner.jpg") 178px 0px repeat;
	}

#usgstitle {
	background-color: #4785B6;
	color: #ffffff;
	}

body {
	font-size: 100%;
	}

th, td {
	font-size: 100%;
	}

hr {
	background-color: #4785B6;
	height: 3px;
	width: 100%;
	}

h1 {
	color: #4785B6;
	font-size: large;
	}

h2 {
	color: #4785B6;
	font-size: medium;
	}

h3 {
	clear: both;
	}

a:link, a:visited {
	text-decoration: none;
	}

a:active, a:hover {
	text-decoration: underline;
	}

.left {
	float: left;
	width: 23.5%;
	margin: 12px 0;
	padding: 0;
	overflow: hidden;
	}

.right {
	float: right;
	width: 72%;
	padding: 0 2%;
	margin: 16px 0;
	font-size: medium;
	}

.left2 {
	float: left;
	width: 54%;
	text-align: center;
	font-size: medium;
	overflow: hidden;
	}

.right2 {
	float: right;
	width: 45.5%;
	text-align: center;
	font-size: medium;
	overflow: hidden;
	}

.left3 {
	float: left;
	width: 42%;
	text-align: left;
	font-size: medium;
	overflow: hidden;
	}

.right3 {
	float: right;
	width: 55.5%;
	text-align: center;
	font-size: medium;
	overflow: hidden;
	}

.detail {
	margin-left: 1em;
	}

.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	}

ul.compact {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 4px 0;
	border: solid 2px #4785B6;
	background-color: #ffffe0;
	}

ul.compact li {
	font-size: medium;
	padding-bottom: 6pt;
	padding-top: 6pt;
	padding-left: 12pt;
	margin-right: 6pt;
	margin-left: 6pt;
	text-indent: -12pt;
	color: #ff0000;
	border-bottom: solid 1px #4785B6;
	}

/*----------------------------------------------------------------------*/
/* Mineral Resources footer shows links to other program sites          */

.footerMR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	padding: 4px;
	padding-right: 25px
	}
td.footerMR {
	background-color: #4785B6;
	}
a.footerMR:link {
	color: #FFFFFF;
	}
a.footerMR:visited {
	color: #FFFFFF;
	}
a.footerMR:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.footerMR:active {
	color: #FF0000;
	text-decoration: none;
	}

/*----------------------------------------------------------------------*/

.error {
	color: #990000;
	}

.record-count {
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 1em;
	}

.function {
	font-style: italic;
	color: #442200;
	font-size: 125%;
	margin-top: 8px;
	}

.h {
	background-color: #bbffdd;
	}

/* Science Topics browse page elements */

.bt {
	float: left;
	margin: 8px 2px;
	}

.help {
	float: right;
	margin: 8px 2px;
	padding-right: 1em;
	}

.term {
	clear: both;
	padding: 4px 1em;
	background-color: #fcf3b2;
	}

.descriptor {
	font-size: x-large;
	font-weight: bold;
	}

.scope-note {
	clear: both;
	font-size: medium;
	margin-left: 2em;
	}

.use-for {
	margin-left: 2em;
	margin-top: 1em;
	}

.thesaurus-reference {
	font-size: small;
	font-style: italic;
	}

.nt {
	width: 35%;
	float: left;
	margin-top: 1em;
	margin-left: 1em;
	}

.rt {
	float: right;
	margin-right: 2em;
	border-left: 1px solid gray;
	padding-left: 1em;
	margin-top: 1em;
	}
	
.rt-list {
	margin: 0px;
	padding: 0px 1em;
	list-style-type: circle;
	}

.nobr {
	white-space: nowrap;
	}

.uf {
	color: #006600;
	}

/* headings on database pages, like on SGMC */

.a {
	font-weight: bold;
	font-size: medium;
	font-style: italic;
	background-color: #fcf3b2;
	padding: 4px;
	}

.b {
	color: #004422;
	}

/* MRDS XSL classes */

.section {
	font-weight: bold;
	font-size: large;
	background-color: #ffbbdd;
	padding: 8px;
	margin: 1em 0;
	}

.h {
	background-color: #bbffdd;
	text-align: right;
	font-weight: normal;
	}

.hh {
	background-color: #bbffdd;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	}

.v {
	font-weight: bold;
	}

.t {
	border-style: none;
	padding: 2px;
	outline: 1px #006633 solid;
	}

.tt {
	margin: 1em 1em 0 0;
	padding: 4px 4px 4px 8px;
	background-color: #bbddff;
	font-style: italic;
	border-top: 1px dotted black;
	}

.ttt {
	margin: 1em 1em 0 0;
	padding: 4px 4px 4px 8px;
	background-color: #ddbbff;
	font-style: italic;
	border-top: 1px dotted black;
	}

.hide {
	display: none;
	visibility: hidden;
	}
.show {
	display: inline;
	visibility: visible;
	}

table {
	border-collapse: collapse;
	}
th {
	padding: 4px;
	}
td {
	padding: 4px;
	}
td#map {
	padding: 0;
	}
table#periodic-table td {
	padding: 8px;
	}
table.packed td {
	padding: 0;
	}
tr {
	vertical-align: top;
	}
#bread-crumbs {
	margin: 1em 1em 1em 0;
	}
