/* TAG style */
html {
	font-size: 16px;
	line-height: 1.2;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0 0 0 0;
    font-size: 16px;
	line-height: 1.2;
}
h3 {
	display: block;
	font-size: 1.17em;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}
.px-4 {
	padding: 0 1.1rem;
}
p {
    padding: .25em 0;
}
.ac_odd {
	background-color: #eee;
}
.narrowselect {
    width: 200px;
}
.helpLink {
	cursor: pointer;
	color: blue;
	text-align: right;
}
.helpLink:hover {
	color: #CC0000;
	text-decoration: underline;
}
.text-danger { 
	color: #dc3545 !important;	
}
label {
    margin-top:5px;
}
.srch label {
	font-weight: 600;
}
.innerDetailLabel {
	color: #000000;
	font-weight: normal;
}
.detailData {
	margin-left: -10px;
}
.detailLabel {
	margin: 1px 0 1px -11px;
	position: relative;
	color: #6a6a6a;
	font-size: 1em;
}
table#SD {
	border-collapse: collapse;
}
td#SDCellLeft {
	text-align: right;
	row-span: 1;
}
.detailElements {
	font-size: 1em;
}
.headerCollectionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.266rem;
	/* WARNING: headerCollectionText MUST NOT set the color, this is set in a server specific variable from Application.cfc */
}
.headerCollectionTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	/* WARNING: headerCollectionTextSmall MUST NOT set the color, this is set in a server specific variable from Application.cfc */
}
.specResultPartCell {
	font-size: small;
	border: none;
}
div.code {
	font-size: smaller;
	color: #2F4F4F;
}
.browseLink {
	cursor: pointer;
	color: blue;
	color: #114bc7;
}
.browseLink:hover {
	text-decoration: underline;
	color: #CC0000;
}
.pageHelp, .pagehelp a:visited {
	font-size: .75em;
	font-weight: bold;
	color: #2B547E;
	float: right;
}
.status {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 998;
	background-color: green;
	color: white;
	font-size: large;
	font-weight: bold;
	padding: 15px;
}
a.info {
	position: relative; /*this is the key*/
	z-index: 24;
	color: #000;
	text-decoration: none;
}
a.info:hover {
	z-index: 20;
	background-color: transparent;
	font-size: small;
}
a.info span {
	display: none
}
h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
table.sortable a.sortheader {
	background-color: #eee;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
table.sortable span.sortarrow {
	color: black;
	text-decoration: none;
}
label.h {
	display: inline;
	font-size: 12px;
	font-weight: 800;
	padding-right: .5em;
}
label {
	display: block;
	font-size: 12px;
	font-weight: 600;
}
fieldset {
	padding: 0;
}
div.content {
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
}
.smaller {
	font-size: .8em;
}
div.infoBox {
	background-color: #999999;
	color: #333333;
	font-size: smaller;
	padding: 3px;
}
.likeLink {
	cursor: pointer;
	color: blue;
}
.likeLink:hover {
	text-decoration: underline;
	color: #CC0000;
}
div.group {
	background-color: #EFEFEF;
	padding: 5px;
	border: 3px solid #EFEFEF;
}
.redButton {
	background-color: red;
}
.removeRed {
	border: 1px solid red;
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #660099;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a.novisit {
	color: blue;
}
.indent {
	text-indent: -2em;
	padding-left: 2em;
}
.notFound {
	color: red;
	font-style: italic;
	padding: 1em 0 0 0;
    font-size: 18px;
}
.newRec {
	background-color: #D6F5F2;
}
table.newRec {
	background-color: #D6F5F2;
	padding: 0;
	border-spacing: 0;
}
input.insBtn {
	color: #666666;
	font-weight: bold;
	background-color: #99CCCC;
	border: 1px solid #336666;
}
input.reqdClr, select.reqdClr, textarea.reqdClr {
	background-color: #E4E476;
}
input.badPick, select.badPick, textarea.badPick {
	background-color: #FF3366;
}
input.goodPick, select.goodPick, textarea.goodPick {
	background-color: #8BFEB9;
}
input.seleClr, select.seleClr, textarea.seleClr {
	background-color: #FF0000;
}
input.readClr, select.readClr {
	background-color: #CCCCCC;
}
.external:after {
	text-decoration: none !important;
	content: url(/images/linkOut.gif);
	margin-left: 3px;
}
a.external:link:after {
	text-decoration: none !important;
	content: url(/images/linkOut.gif);
	margin-left: 3px;
}
a.external:hover:after {
	text-decoration: none !important;
	content: url(/images/linkOutHover.gif);
	margin-left: 3px;
}
a.external:visited:after {
	text-decoration: none !important;
	content: url(/images/linkOutVisited.gif);
	margin-left: 3px;
}
a.external:hover:visited:after {
	text-decoration: none !important;
	content: url(/images/linkOutHover.gif);
	margin-left: 3px;
}
/************************ dropdown taxonomy results *****************************/
/*div.submenu {
	width: 100%;
	float: left;
}
div.submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
div.submenu a, div.submenu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}
div.submenu h2 {
	color: #0000FF;
	color: #114bc7;
	background: url(/images/small-black-down-arrow.gif) no-repeat 100% 100%;
	cursor: pointer;
}
div.submenu a {
	color: #0000FF;
	background: #E7E7E7;
	text-decoration: none;
}
div.submenu a:hover {
	color: red;
}
div.submenu li {
	position: relative;
}
div.submenu ul ul {
	position: absolute;
	z-index: 500;
}
div.submenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
div.submenu ul ul, div.submenu ul li:hover ul ul, div.submenu ul ul li:hover ul ul {
	display: none;
}
div.submenu ul li:hover ul, div.submenu ul ul li:hover ul, div.submenu ul ul ul li:hover ul {
	display: block;
}
div.submenu h2:hover {
	background: #E7E7E7 url(/images/small-black-down-arrow.gif) no-repeat 100% 100%;
	color: #0000FF;
}*/
/*************************** jquery ui calendar ***************************/
/* stop relative (=huge) sizing */
div.ui-datepicker {
	font-size: 10px;
}
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute;
	left: -99999999px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
	height: 1%;
}
.ui-helper-clearfix {
	display: block;
}
/* end clearfix */
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-widget {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(/images/css/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(/images/css/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(/images/css/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
	outline: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
	outline: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(/images/css/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
	outline: none;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #c77405;
	text-decoration: none;
	outline: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(/images/css/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
	outline: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #eb8f00;
	outline: none;
	text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(/images/css/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(/images/css/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a, .ui-widget-content .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text {
	color: #ffffff;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}
.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(/images/css/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
	background-image: url(/images/css/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/images/css/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/images/css/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(/images/css/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/images/css/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/images/css/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(/images/css/ui-icons_ffd27a_256x240.png);
}
.ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
}
.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-right {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-left {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
	background: #666666 url(/images/css/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .50;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(/images/css/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .20;
	filter: Alpha(Opacity=20);
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	float: left;
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	float: right;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker-cover {
	display: none; /*sorry for IE5*/
	display/**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
}
.ui-datepicker-trigger {position:relative;top:0px;right:0px;height:20px}

/*Bug form styles*/

#bug_text {
	left: 600px;
	width: 650px;
	text-align: left;
	margin-left: 0em;
	padding: 5px;
    margin-top: 1.5em;
}
#bug_text ul {
	margin-left: 1em;
}
#bug_text li {
	padding-bottom: 1em;
	line-height: 1.2em;
	margin-left: 1em;
	padding-left: 2px;
}
#bug_form {
	width: 700px;
	margin-bottom: 3em;
    padding-bottom: 4em;
}
/*end bug form styles*/
/****************** delete before this ? *************/
/*************************************************/
/*********************************************/
.mediaTableRes ul {
    margin-left: 1.5em;
}
ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
p {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
.soft404 {
	opacity: .8;
}
.fourohfour {
	opacity: .2;
}
.bgDiv {
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 2000;
	opacity: 0.5;
	background: #024;
	top: 0;
}
.editAppBox {
	border: 1px solid gray;
	z-index: 9998;
	position: fixed;
	top: 1%;
	left: 2%;
	width: 95%;
	height: 96%;
	background-color: lightgray;
	overflow: auto;
}
.centeredImage {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -100px;
	border: 1px solid white;
}
.editFrame {
	border-top: 1px solid gray;
	position: fixed;
	top: 40px;
	left: 2%;
	width: 95%;
	height: 90%;
	z-index: 9998;
}
.fancybox-close {
	background: url("/images/fancybox.png") repeat scroll -40px 0 transparent;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	z-index: 10999;
}
.borderBox {
	display: inline-block;
	margin: 1em 1em 1em 1em;
	padding: .5em 1em 1em 1em;
	border: 1px dashed green;
}
#browseArctos {
	font-size: small;
	border: 1px solid green;
	margin: 1em;
	padding: 1em;
	max-width: 400px;
	position: fixed;
	top: 7em;
	left: 65em;
	max-height: 65%;
	overflow: auto;
}
#browseArctos ul {
	list-style-type: none;
	margin-left: -3em;
	vertical-align: middle;
}
#browseArctos ul li {
	margin: .5em;
	border-bottom: 1px solid green;
}
#browseArctos .title {
	text-align: center;
	font-weight: bold;
	font-size: large;
	color: black;
}
#browseArctos ul li {
	text-indent: -1em;
	padding-left: 1em;
}
/* GMaps selector */
.divlayer {
	border: 2px solid #ff0000;
	background-color: #ffe4e1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	z-index: 10000;
	height: 100px;
	width: 100px;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	line-height: 0;
	cursor: move;
}
.Bar {
	position: absolute;
	overflow: hidden;
	height: 0px;
	width: 0px;
}
.ResBtn {
	background-image: url(/images/resize.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: se-resize;
}
.ZoomBtn {
	background-image: url(/images/magnify.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: hand;
	cursor: pointer;
}
/* / GMaps selector */

div.bigThumbDiv {
	float: left;
	width: 300px;
	padding: 1px;
	border: 1px solid green;
	height: 300px;
	overflow: hidden;
	text-align: center;
}
div.imgCaptionDiv {
	font-size: smaller;
	margin-top: 0px;
}
.bigImgPrev {
	max-height: 180px;
	max-width: 180px;
}
div.smallPaddedIndent {
	text-align: left;
	text-indent: -1em;
	padding-left: 2em;
	padding-right: 1em;
}
div.thumb_spcr {
	clear: both;
	line-height: 1px;
}
div.shortThumb {
	overflow: scroll;
	height: 200px;
}
div.one_thumb {
	float: left;
	width: 170px;
	padding: 5px;
	height: auto;
	overflow: hidden;
	text-align: center;
	border-top: 6px solid transparent;
}
div.one_thumb p {
	font-size: .75em;
	margin-top: 0px;
}
.theThumb {
	max-width: 120px;
	max-height: 120px;
}
.theThumbSmall {
	max-width: 80px;
	max-height: 80px;
}
div.one_thumb_small {
	float: left;
	width: 170px;
	padding: 1px;
	text-align: center;
}
div.one_thumb_small p {
	font-size: .6em;
	font-weight: normal;
	color: #444444;
	margin-top: 0px;
}
.theThumbSmall {
	max-width: 60px;
	max-height: 60px;
}
.constyle {
	background-color: #ebebeb;
	border: 1px dotted #666;
	margin-right: 1px;
	float: left;
	display: block;
	width: 125px;
}
.constyle:nth-child(1n) {
	background-color: #ebebeb;
	border: 1px dotted #666;
	margin: 2px;
	clear: none;
}
.constyle:nth-child(2n) {
	background-color: #ebebeb;
	border: 1px dotted #666;
	margin: 2px;
	clear: left;
}
.constyle:nth-child(3n) {
	background-color: #ebebeb;
	border: 1px dotted #666;
	margin: 2px;
	clear: none;
}
.constyle:nth-child(4n) {
	background-color: #ebebeb;
	border: 1px dotted #666;
	margin: 2px;
	clear: none;
}
.constyle:nth-child(5n) {
	background-color: #ebebeb;
	border: 1px dotted #666;
	margin: 2px;
	clear: none;
}
.constyle:nth-child(6n) {
	background-color: #ebebeb;
	border: 1px dotted #666;
	margin: 2px;
	clear: none;
}
.constyle:nth-child(7n) {
	background-color: #ebebeb;
	border: 1px dotted #666;
	margin: 2px;
	clear: none;
}
.constyle:nth-child(8n) {
	background-color: #ebebeb;
	border: 1px dotted #666;
	margin: 2px;
	clear: none;
}
/* TAG style */

.editing {
	border: 1px solid red;
	z-index: 300;
}
.refDiv {
	border: 1px solid blue;
	z-index: 299;
}
#imgDiv {
	position: absolute;
	border: 1px solid black;
	float: left;
	max-width: 60%;
}
#navDiv {
	float: right;
	border: 1px solid green;
	width: 35%;
	height: 400px;
	overflow: auto;
	margin: 5px;
	padding: 5px;
	position: fixed;
	right: 0px;
	top: 20%;
}
.refPane_cataloged_item {
	background-color: #A7B3BC;
	padding: 3px;
	border: 1px solid black;
}
.refPane_collecting_event {
	background-color: #A0C4DF;
	padding: 3px;
	border: 1px solid black;
}
.refPane_locality {
	background-color: yellow;
	padding: 3px;
	border: 1px solid black;
}
.refPane_agent {
	background-color: orange;
	padding: 3px;
	border: 1px solid black;
}
.refPane_comment {
	background-color: #76A5D4;
	padding: 3px;
	border: 1px solid black;
}
.refPane_editing {
	border: 3px solid red;
}
#theImage {
	max-width: 100%;
}
.highlight {
	border: 2px solid yellow;
	z-index: 300;
}
.refPane_highlight {
	border: 3px solid yellow;
}
/* end TAG style */

.annotateBox {
	border: 3px solid green;
	z-index: 9999;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 85%;
	height: 85%;
	background-color: white;
	overflow: auto;
}
.imgDiv {
	float: left;
	margin: .1em;
	max-width: 200px;
	max-height: 200px;
}
.imgCaption {
	text-align: center;
	margin: .0em;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}
.imgStyle {
	max-width: 200px;
	max-height: 200px;
}
.greenBorder {
	border: 1px solid green;
}
.redBorder {
	border: 1px solid red;
}
.blackBorder {
	border: 1px solid black;
}
.cellDiv {
	margin: 10px 10px 10px 0;
	padding: 20px;
	border: 1px dotted #ccc;
	margin-bottom: 1em;
	background-color: #f8f8f8;
}
.cellDiv label {
	margin-top: .5em;
}
label.badPickLbl {
	color: red;
	width: 18em;
	height: 2em;
	background-repeat: no-repeat;
	background-position: right;
	display: table-cell;
	vertical-align: bottom;
}
.doShow {
	display: block;
}

.col01 {visibility: visible;}
.col02 {visibility: visible;}
.col3 {visibility: visible;}
.col4 {visibility: visible;}
.col5 {visibility: visible;}
.col6 {visibility: visible;}
.col7 {visibility: visible;}
.col8 {visibility: visible;}
.col9 {visibility: visible;}
.col10 {visibility: visible;}
.col11 {visibility: visible;}
.col12 {visibility: visible;}
.col15 {visibility: visible;}
.col14 {visibility: visible;}
.col19 {visibility: visible;}
.col18 {visibility: visible;}
.col20 {visibility: visible;}
.col21 {visibility: visible;}
.col22 {visibility: visible;}
.col23 {visibility: visible;}
.col24 {visibility: visible;}
.col25 {visibility: visible;}
.col26 {visibility: visible;}


table.show01 .col01 { display: none;}
table.show02 .col02 { display: none;}
table.show3 .col3 { display: none;}
table.show4 .col4 { display: none;}
table.show5 .col5{ display: none;}
table.show6 .col6{ display: none;}
table.show7 .col7{ display: none;}
table.show8 .col8{ display: none;}
table.show9 .col9{ display: none;}
table.show10 .col10{ display: none;}
table.show11 .col11{ display: none;}
table.show12 .col12{ display: none;}
table.show13 .col13{ display: none;}
table.show14 .col14{ display: none;}
table.show15 .col15{ display: none;}
table.show16 .col16{ display: none;}
table.show17 .col17{ display: none;}
table.show18 .col18{ display: none;}
table.show19 .col19{ display: none;}
table.show20 .col20{ display: none;}
table.show21 .col21{ display: none;}
table.show22 .col22{ display: none;}
table.show23 .col23{ display: none;}
table.show24 .col24{ display: none;}
table.show25 .col25{ display: none;}
table.show26 .col26{ display: none;}
table.show27 .col27{ display: none;}



.browserCheck {
	text-align: left;
	font-size: smaller;
}
table#tre {
    border-collapse: separate;
    empty-cells: hide;
}
.goodPW {
	font-size: smaller;
	background-color: green;
	margin-left: .1em;
	padding: .2em;
}
.badPW {
	font-size: smaller;
	background-color: red;
	margin-left: .1em;
	padding: .2em;
}
.pickBox {
	border: 2px solid green;
	z-index: 2001;
	background-color: gray;
	position: absolute;
	width: 50%;
	top: 20%;
	padding: 12px;
	left: 20%;
}
.mediaLink {
	padding-left: 5px;
	color: #2B547E;
	font-size: small;
	display: block;
}
.mediaLink:hover {
	color: #FF0000;
	text-decoration: underline;
}
.mediaLink:visited {
	color: #2B547E;
}
.ajaxStatus {
	background-color: yellow;
	position: absolute;
	top: 5em;
	right: 0%;
	font-size: small;
	padding: 5px;
}
.hdrCredit {
	font-size: small;
}
/************************************** jquery suggest plugin ************************/

.ac_loading {
	background: white url('/images/indicator.gif') right center no-repeat;
}
.ac_over {
	background-color: #0A246A;
	color: white;
}
.helpLink {
	cursor: pointer;
	color: blue;
	text-align: right;
}
.helpLink:hover {
	color: #CC0000;
	text-decoration: underline;
}
.docDef {
	font-size: smaller;
	padding-left: 5px;
}
.docTitle {
	font-weight: bold;
	padding-right: 20px;
	font-size: smaller;
}
.helpBox {
	border: 1px solid green;
	background-color: #99C68E;
	max-width: 20em;
	padding: .1em;
	z-index: 2001;
}

.secControl{
	float: right;
	padding-right: 1em;
	cursor: pointer;
	color: #2B547E;
	font-size: .75em;
}
.secControl:hover {
	color: #FF0000;
	text-decoration: underline;
}
td.lbl {
	width: 15em;
	text-align: right;
	padding-right: 5px;
}
.specResultPartCell {
	font-size: small;
	border: none;
}
.popDivControl {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	color: #2B547E;
	font-size: .85em;
	padding: 3px;
	border: 1px solid red;
}
.customBox {
	border: 3px solid green;
	z-index: 9999;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 65%;
	max-height: auto;
	background-color: white;
	overflow: auto;
}
/** This may be obsolete, invoked only from js get_AgentName() **/
.pickDiv {
	border: 3px solid green;
	z-index: 9999;
	position: relative;
	top: 5%;
	left: 5%;
	width: 65%;
	height: 450px;
	background-color: white;
	overflow: auto;
}
.popDiv {
	border: 3px solid green;
	z-index: 9999;
	position: absolute;
	background-color: white;
	overflow: auto;
}
div.code {
	font-size: smaller;
	color: #2F4F4F;
}
.browseLink {
	cursor: pointer;
	color: blue;
	color: #114bc7;
}
.browseLink:hover {
	text-decoration: underline;
	color: #CC0000;
}
.pageHelp, .pagehelp a:visited {
	font-size: .75em;
	font-weight: bold;
	color: #2B547E;
	float: right;
}
.status {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 998;
	background-color: green;
	color: white;
	font-size: large;
	font-weight: bold;
	padding: 15px;
}
a.info {
	position: relative; /*this is the key*/
	z-index: 24;
	color: #000;
	text-decoration: none;
}
a.info:hover {
	z-index: 20;
	background-color: transparent;
	font-size: small;
}
a.info span {
	display: none
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
table.sortable a.sortheader {
	background-color: #eee;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
table.sortable span.sortarrow {
	color: black;
	text-decoration: none;
}
label.h {
	display: inline;
	font-size: 12px;
	font-weight: 800;
	padding-right: .5em;
}
fieldset {
	padding: 0;
}
div.content {
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
}
.smaller {
	font-size: .8em;
}
div.infoBox {
	background-color: #999999;
	color: #333333;
	font-size: smaller;
	padding: 3px;
}
.infoPop {
		border:3px solid green;
		padding:.5em;
		z-index:9999;
		position:absolute;
		top:5%;
		left:5%;
		background-color:white;
		width:80%;
		height:60%;
		overflow:auto;
}
.likeLink {
	cursor: pointer;
	color: blue;
}
.likeLink:hover {
	text-decoration: underline;
	color: #CC0000;
}
div.group {
	background-color: #EFEFEF;
	padding: 5px;
	border: 3px solid #EFEFEF;
}
.redButton {
	background-color: red;
}
.removeRed {
	border: 1px solid red;
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #660099;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a.novisit {
	color: blue;
}
.indent {
	text-indent: -2em;
	padding-left: 2em;
}
.newRec {
	background-color: #D6F5F2;
}
table.newRec {
	background-color: #D6F5F2;
	padding: 0;
	border-spacing: 0;
}
input.savBtn {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FBD29B;
	border: 1px solid #336666;
	border-radius: 5px;
}
.controlButton:hover, input.qutBtn:hover, input.delBtn:hover, input.picBtn:hover, input.clrBtn:hover, input.lnkBtn:hover, input.schBtn:hover, input.insBtn:hover, input.savBtn:hover {
	border-color: #FF6633;
	cursor: pointer;
}
/* Disabled button */
input.disBtn {
	color: #A0A0A0;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px solid #686868;
	border-radius: 5px;
}
input.insBtn {
	color: #666666;
	font-weight: bold;
	background-color: #99CCCC;
	border: 1px solid #336666;
	border-radius: 5px;
}
input.picBtn {
	color: #666666;
	font-size: 10pt;
	 font-weight: bold;
	background-color: #CCCC99;
	border-color: #336666;
	border: 1px solid;
	border-radius: 5px;
}
input.qutBtn {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFF00;
	border-color: #336666;
	border: 1px solid;
	border-radius: 5px;
    padding: 2px 15px;
}
input.reqdClr, select.reqdClr, textarea.reqdClr {
	background-color: #E4E476;
}
input.badPick, select.badPick, textarea.badPick {
	background-color: #FF3366;
}
input.goodPick, select.goodPick, textarea.goodPick {
	background-color: #8BFEB9;
}
input.seleClr, select.seleClr, textarea.seleClr {
	background-color: #FF0000;
}
input.readClr, select.readClr {
	background-color: #CCCCCC;
}
.external:after {
	text-decoration: none !important;
	content: url(/images/linkOut.gif);
	margin-left: 3px;
}
a.external:link:after {
	text-decoration: none !important;
	content: url(/images/linkOut.gif);
	margin-left: 3px;
}
a.external:hover:after {
	text-decoration: none !important;
	content: url(/images/linkOutHover.gif);
	margin-left: 3px;
}
a.external:visited:after {
	text-decoration: none !important;
	content: url(/images/linkOutVisited.gif);
	margin-left: 3px;
}
a.external:hover:visited:after {
	text-decoration: none !important;
	content: url(/images/linkOutHover.gif);
	margin-left: 3px;
}
p.loginText {
	font-size: 14px;
	margin: 1em 0;
}

/*************************************************** Superfish ********************************************************/
.sf-menu, .sf-menu * {
	margin:			0;
/*	padding:		0;*/
	list-style:		none;

}
.sf-menu {
	line-height:	1.0;

}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	.1em;
}
.sf-menu a {
/*	border-top:		1px solid #CFDEFF;*/
	padding: 		.45rem 1.2rem;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#0000FF;
	color: #114bc7;
}
.sf-menu li {
/*	background:		#E7E7E7;
	background:		#dddddd;*/
	padding-right: 2px;
    z-index: 3000;
}
.sf-menu li li {
/*	background:		#E7E7E7;*/
}
.sf-menu li li li {
	/*background:		#E7E7E7;*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
/*	background:		#D0D0D0;*/
	outline:		0;
	color:red;
}
.sf-menu a.sf-with-ul {
	padding-right: 	1.18em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.25em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/css/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.6em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
-webkit-box-shadow: 6px 10px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 10px 20px 0px rgba(0,0,0,0.75);
box-shadow: 6px 10px 20px 0px rgba(0,0,0,0.75);
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sf-mainMenuWrapper {
	clear:left;
	width:90%;
    margin:0 auto;
	font-weight:400;
	background-color:#D5D5DB;
	background-color: white;
  /*  border-bottom: 1px solid #d5d5db;*/
    position:relative;
    font-size: 15px;
    height:31px;
    box-sizing: content-box;
    box-sizing: border-box;
}
.sf-mainMenuWrapper {padding-top:1px;}
/************************ dropdown taxonomy results *****************************/
div.submenu {
	width: 100%;
	float: left;
    vertical-align: middle;
}
div.submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
    margin-top:-2px;

}
div.submenu a, div.submenu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 20px 2px 3px;
}
div.submenu h2 {
	color: #0000FF;
	color: #114bc7;
	background: url(/images/small-black-down-arrow.gif) no-repeat 100% 100%;
	cursor: pointer;
}
div.submenu a {
	color: #0000FF;
/*	background: #E7E7E7;*/
	text-decoration: none;
}
div.submenu a:hover {
	color: red;
}
div.submenu li {
	position: relative;
}
div.submenu ul ul {
	position: absolute;
	z-index: 500;
}
div.submenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
div.submenu ul ul, div.submenu ul li:hover ul ul, div.submenu ul ul li:hover ul ul {
	display: none;
}
div.submenu ul li:hover ul, div.submenu ul ul li:hover ul, div.submenu ul ul ul li:hover ul {
	display: block;
}
div.submenu h2:hover {
	background: #E7E7E7 url(/images/small-black-down-arrow.gif) no-repeat 100% 100%;
	background: #ffffff url(/images/small-black-down-arrow.gif) no-repeat 100% 100%;
	color: #0000FF;
}
.card-columns {
	column-count: 2;
	column-gap: .5rem;
	orphans: 1;
	widows: 1;
	column-span: all;
}
.nav-item {
	flex:  1 1 auto;
	text-align:center;
}
.dropdown {
	position: relative;
	box-sizing: border-box;
}
.nav-link {
	display: block;
	padding: .25rem 1rem;
	color: rgba(0,0,0,.7)!important;
}
.h5 {
	font-size: .875rem;
	line-height:1.3;
	padding-bottom: .25em;
}
.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-menu {
	top:100%;
	left: 0;
	z-index: 1000;
	display:none;
	min-width: 25rem;
	padding: .5rem 0;
	margin: -.125rem 0 0 0;
	background-clip: padding-box;
	font-size: 1rem;
	color: #212529;
	text-align:left;
	list-style: none;
	background-color: white;
}
.dropdown-item {
	font-size: .875rem;
	display:block;
	width:100%;
	padding:.25rem 1.5rem;
	clear: both;
	font-weight: 400;
}
.d.md-flex {
	display: flex !important;
}
.justify-content-start {
	justify-content:flex-start !important;
}
.align-items-start {
	align-items: flex-start !important;
}
/*************************** jquery ui calendar ***************************/
/* stop relative (=huge) sizing */
div.ui-datepicker {
	font-size: 10px;
}
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute;
	left: -99999999px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
	height: 1%;
}
.ui-helper-clearfix {
	display: block;
}
/* end clearfix */
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-widget {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(/images/css/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(/images/css/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(/images/css/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
	outline: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
	outline: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(/images/css/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
	outline: none;
}
.ui-state-hover a, .ui-state-hover a:hover {
	color: #c77405;
	text-decoration: none;
	outline: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(/images/css/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
	outline: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #eb8f00;
	outline: none;
	text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(/images/css/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(/images/css/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a, .ui-widget-content .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text {
	color: #ffffff;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}
.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url(/images/css/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
	background-image: url(/images/css/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/images/css/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/images/css/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(/images/css/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/images/css/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/images/css/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(/images/css/ui-icons_ffd27a_256x240.png);
}
.ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
}
.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-right {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-left {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
	background: #666666 url(/images/css/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .50;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(/images/css/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .20;
	filter: Alpha(Opacity=20);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	float: left;
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	float: right;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker-cover {
	display: none; /*sorry for IE5*/
	display/**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 200px; /*must have*/
	height: 200px; /*must have*/
}
/*Bug form styles*/
#bug_text {
	left: 600px;
	width: 650px;
	text-align: left;
	margin-left: 0em;
	padding: 5px;
}
#bug_text ul {
	margin-left: 1em;
}
#bug_text li {
	padding-bottom: 1em;
	line-height: 1.2em;
	margin-left: 1em;
	padding-left: 2px;
}
#bug_form {
	width: 700px;
	margin-bottom: 3em;
}
#bug_form table {
	width: 655px;
	border: 2px solid #09C;
	padding: 2em;
}
#bug_form table textarea {
	font-style: italic;
}
#bug_form table h4 {
	margin: 0em 0em 1em 0em;
}
#bug_form textarea {
	width: 400px;
}
#bug_form table td {
	vertical-align: middle;
	height: 28px;
	padding-right: 5px;
}
div.subnote {
	text-align: right;
	color: #930;
	margin-top: 0;
	padding-top: 0;
	line-height: none;
	font-size: 14px;
}
/*end bug form styles*/

.ac_results {
	overflow: hidden;
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	font-size: smaller;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	cursor: default;
	display: block;
	margin: 0;
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}
.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}
.ac_match {
	text-decoration: underline;
	color: black;
}
select {
	border-radius: 3px;
	border: 1px solid #ccc;
}
.smallBtn {
	color: #666666;
	font-size: .9em;
	font-weight: bold;
	background-color: #99CCFF;
	border: 1px solid #336666;
}
span#theNewButton input.insBtn {
	padding: 1px 4px 1px 4px;
	font-size: 11px;
}
.smallBtn:hover {
	color: red;
	cursor: pointer;
}
.helpLink {
	cursor: pointer;
	text-align: right;
	color: #114bc7;
}
.helpLink:hover {
	color: #CC0000;
	text-decoration: underline;
}
.docSrchTip {
	font-size: smaller;
	padding-left: 5px;
	padding-top: 5px;
}
.docDef {
	font-size: smaller;
	padding-left: 5px;
}
.docMoreInfo {
	font-size: smaller;
}
.docControl {
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid red;
	background-color: gray;
	z-index: 101;
	cursor: pointer;
	padding: 1px;
	font-size: .7em;
}
.docTitle {
	font-weight: bold;
	padding-right: 20px;
	font-size: smaller;
}
.helpBox {
	border: 1px solid green;
	padding: 5px;
	background-color: #99C68E;
	max-width: 20em;
	padding: .1em;
}
.sscustomBox {
	padding: .5em;
	border: 3px solid green;
	z-index: 9999;
	position: absolute;
	top: 5%;
	left: 5%;
	background-color: white;
	max-width: 80em;
}
div.secDiv input {
	border-radius: 4px;
	border: 1px solid #ccc;
}
.secDiv {
	border: 1px dotted #ccc;
	width: 50em;
	margin-left: 0;
	border-top: none;
}
div.secDiv {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 3px;
	width: 100%;
}
td.checkboxS {
	padding-left: 0;
	padding-bottom: 7px;
}
.tenSearch {
	font-size: 14px;
}
.secLabel {
	float: left;
	font-weight: bold;
}
.secControl:hover {
	color: #FF0000;
	text-decoration: underline;
}
.gmaps {
	width: 260px;
	font-size: 13px;
}
table.ssrch {
	width: 100%;
}
table.ssrch tr:first-child {
	line-height: 1.5em;
}
td.lbl2 {
	width: 9em;
	text-align: right;
	padding-right: 5px;
    background-color: aliceblue;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}
td.lblval {padding: .15em .5em;}
td.lblextra {padding: 5px .5em;}
p.topspace {margin: 0; padding: 1px 0 0 0; line-height: 5px;}
.detailBlock {
	display: block;
	padding: 0;
	/*font-size: .95em;*/
	margin: .7em .5em .7em 1em;
}
.innerDetailLabel {
	color: #000000;
	font-weight: normal;
}
.one_thumb_box {
	float: left;
	width: 140px;
	padding: 10px 5px 2px 5px;
	height: 160px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #dedede;
	background-color: #ebebeb;
	margin-right: 10px;
	margin-top: 10px;
	font-size: .8em;
}
.extra {
	margin-top: 15px;
}
#resultsGoHere {
	min-width: 1px;
    padding-bottom: 130px;

}
#resultsGoHere{margin-right: 100px;}
.resultsGoHere {
    min-width: 1px;
	/*font-size: 12px;*/
    padding-bottom: 100px;
}
.detailCellSmall {
	font-size: .72em;
	font-weight: normal;
	color: #444444;
}
.detailCell {
	border: 1px dotted #666;
	text-align: left;
	padding: 2px 3px 7px 15px;
	position: relative;
	margin: 1px 6px 8px 6px;
	border-radius: 5px;
/*	font-size: .98em;*/
	background: white;
}
.detailLabel {
	margin: 5px 0 1px -5px;
	position: relative;
	color: #6a6a6a;
	font-size: .85em;
}
.detailEditCell {
	float: right;
	right: 5px;
	top: 0;
	position: absolute;
	cursor: pointer;
	color: #2B547E;
	font-size: .78em;
}
.detailEditCell:hover {
	color: #FF0000;
	text-decoration: underline;
}
table#SD {
	border-collapse: collapse;
}
td#SDCellLeft {
	text-align: right;
	row-span: 1;
	/*font-size: smaller;*/
}
.SDCellLeft {
	text-align: right;
	row-span: 1;
	font-size: smaller;
}
td#SDCellRight {
	text-align: left;
	row-span: 1;
	padding-left: 1.2em;
	/*font-size: 14px;*/
	padding-bottom: .25em;
}
.SDCellRight {
	text-align: left;
	row-span: 1;
	margin-left: 1.2em;
}
.detailElements {
	font-size: 1em;
}
td.inside_sub {
	font-size: 0.76rem;
	padding: 0 2px 0 0.5rem;
}
td.inside_sub:first-child {
	display:list-item;
	list-style-type: circle;
	list-style-position: inside;
}
.mediaPager {
    font-size: 13px;
    width: 400px;
    float:right;
    display:inline;
    text-align: right;
}

.sessionTimer {
	background-color: green;
	color: white;
	position: absolute;
	top: 2em;
	right: 0px;
	font-size: x-small;
	margin-right: 3px;
	padding-right: 3px;
	padding-left: 3px;
}
.sessionExpiring {
	background-color: red;
	color: white;
	position: absolute;
	top: 2em;
	right: 0px;
}
.annotateSpace, .annotateSpace a:visited .annotateSpace a {
	font-size: .75em;
	font-weight: bold;
	color: #2B547E;
	float: right;
	cursor: pointer;
}
.annotateSpace:hover {
	color: #FF0000;
	text-decoration: underline;
}
.specResultPartCell {
/*	font-size: small;*/
	border: none;
}
.windowCloser {
	float: right;
	clear: left;
	position: relative;
	top: 0px;
	cursor: pointer;
	color: #2B547E;
	font-size: .85em;
}
.windowCloser:hover {
	color: #FF0000;
	text-decoration: underline;
}
.uploadMediaDiv {
	border: 3px solid red;
	z-index: 9999;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 65%;
	height: 100px;
	background-color: white;
	overflow: hidden;
}
.customBox {
	border: 3px solid green;
	z-index: 9999;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 65%;
	height: 450px;
	background-color: white;
	overflow: hidden;
}
table.specResultTab {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px outset gray;
	background-color: white;
}
table.specResultTab th {
	padding: 0px 1px 0px 1px;
	border: 1px solid gray;
	color: white;
	-moz-border-radius: 0px;
	font-weight: 600;
	background: #2176cc;
	line-height: 14px;
	padding: 4px;
    font-size: 14px;
}
table.specResultTab td {
	border: 1px solid gray;
	padding: 4px;
    font-size: 13px;
}
table.specResultTab td:nth-child(2) {
	font-style: italic
}
.wrapLong {
	font-size: small;
	width: 250px;
}
div.code {
	font-size: smaller;
	color: #2F4F4F;
}
span.helpDiv {
	position: relative; /*this is the key*/
	z-index: 99;
	color: #0000FF;
	text-decoration: none;
}
.red {
	background-color: #FF0000;
}
.redCheck {
	border: 5px solid red;
}
.helpers {
	display: block;
}
.infolink, .infolink a:visited {
	cursor: pointer;
	color: #2B547E;
	font-size: .8em;
    padding-left: 2em;
}
.infolink:hover {
	color: #FF0000;
	text-decoration: underline;
}
.infoLink {
    color: #2b547e;
    cursor: pointer;
    font-size: 13px;
}
.copylink, .copylink a:visited, span.copylink:visited {cursor: pointer;color: #2b547e;font-size: .8em;padding-left:.5em;}
.hints {
    cursor: pointer;
	color: #000;
	font-size: .8em;
    padding-bottom: .25em;
    display: inline-block;
}
.pageHelp, .pagehelp a:visited {
	font-size: .75em;
	font-weight: bold;
	color: #2B547E;
	float: right;
}
.error {
	padding: .5em;
	margin: 10px;
	text-align: center;
	background-color: white;
	z-index: 20;
	font-size: 2em;
	color: red;
	border: 2px solid red;
	padding: 10px;
	margin: 60px 0;
}
.media_paging {align-content: center}
#navbar .activeButton, #navbar .activeButton:hover {
	border: 1px solid gray;
	color: gray;
	background-color: lightgray;
	cursor: default;
}
#navbar {
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	color: green;
	margin: 0;
	padding: 2px 0px;
	z-index: 400;
	text-align: center;
}
#navbar li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
}
#navbar a, a.active {
	color: green;
	background-color: #E7E7E7;
	text-decoration: none;
	border: 1px solid black;
	padding: 0 5px 0 5px;
	margin: 0;
	font-weight: bolder;
	font-size: small;
}
#navbar span, span.active {
	color: green;
	background-color: #E7E7E7;
	text-decoration: none;
	border: 1px solid black;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	font-weight: bolder;
	font-size: small;
}
#navbar a.active {
	background-color: #000000;
	color: green;
}
#navbar span.active {
	background-color: #000000;
	color: green;
}
#navbar a:hover {
	color: red;
	background: #E7E7E7;
	border-bottom: 1px solid black;
}
#navbar span:hover {
	color: red;
	background: #E7E7E7;
	border-bottom: 1px solid black;
}
#navbar a:visited {
	color: #0000FF;
}
#navbar span:visited {
	color: #0000FF;
}
#navbar a.active:hover {
	background: #FFFFFF;
	color: #FF0000;
}
#navbar span.active:hover {
	background: #FFFFFF;
	color: #FF0000;
}
div.fldDef {
	float: right;
	clear: both;
	border: 1px solid green;
	font-size: x-small;
	color: #999999;
	padding: 3px;
	margin-left: 5px;
	margin-right: 2px;
	width: 200px;
	z-index: 1;
}
a.info {
	position: relative;
	z-index: 24;
	color: #000;
	text-decoration: none;
}
a.info:hover {
	z-index: 20;
	background-color: transparent;
	font-size: small;
}
a.info span {
	display: none
}
a.info:hover span {
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	border: 1px solid #0cf;
	background-color: #FFFFFF;
	color: #000;
	text-align: center;
	text-decoration: none;
}
span.helpLink {
	background-color: transparent;
	padding: 2px;
}
div.breadcrumbs {
	font-size: .6em;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}
h2.wikilink {
	width: 70%;
	margin-bottom: .15em;
	margin-top: 1em;
	line-height: 1em;
}
h2.wikilink span {
	font-style: normal;
	font-size: 16px;
}
h2.wikilink img {
	vertical-align: top;
	margin-top: -7px
}
h2.wikilink_Narrow {
	float: left;
	margin-bottom: .15em;
	margin-top: 1.5em;
	line-height: 1em;
}
h2.wikilink_Narrow span {
	font-style: italic;
	font-size: smaller;
}
h2.wikilink_Narrow img {
	vertical-align: top;
	margin-top: -7px
}
table.sortable a.sortheader {
	background-color: #eee;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
table.sortable span.sortarrow {
	color: black;
	text-decoration: none;
}
body.helpPages {
	background-color: #FFFF99;
	margin: 10px;
}

input.hBtn {
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	background-color: #CCCC99;
	border-color: #336666;
	border: 1px solid;
}
span.lblFont {
	font-size: 9px;
	font-weight: 600;
	color: #333333;
}
fieldset {
	padding: 0;
}
div.content {
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
}
.smaller {
	font-size: .8em;
}
div.infoBox {
	background-color: #999999;
	color: #333333;
	font-size: smaller;
	padding: 3px;
}
.likeLink {
	cursor: pointer;
	color: blue;
}
.likeLink:hover {
	text-decoration: underline;
	color: #CC0000;
}
span.helpPopupLink {
	cursor: pointer;
	color: blue;
}
span.helpPopupLink:hover {
	color: red;
	border-bottom: 1px solid red;
}
div.helpPopup {
	font-weight: normal;
	background-color: #FFFF99;
	position: absolute;
	border: solid blue 1px;
	color: black;
	text-align: left;
	width: 250px;
	padding: 2px;
	z-index: 100;
	font-size: .7em;
	text-decoration: none;
	cursor: default;
}
div.helpPopupHidden {
	display: none;
}
.selectedLink {
	color: #FF0000;
}
div.group {
	background-color: #EFEFEF;
	padding: 5px;
	border: 3px solid #EFEFEF;
}
.controlButton {
	color: #666666;
	font-size: 10pt;
	font-weight: 500;
	background-color: #add6ff;
	border: 1px solid #336666;
	padding: 2px 3px;
	text-align: center;
	cursor: hand;
	text-decoration: none;
}
.linkButton {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	background-color: #99CCFF;
	border-color: #336666;
	border: 1px solid;
	padding: 2px;
	text-align: center;
}
div.isAButton {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	background-color: #F5F5F5;
	border-color: #336666;
	border: 1px solid;
	padding: 2px;
	width: 80%;
	text-align: left;
	text-indent: 10px;
}
div.HalfAButton {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	background-color: #F5F5F5;
	border-color: #336666;
	border: 1px solid;
	padding: 2px;
	width: 40%;
	text-align: left;
	text-indent: 10px;
	float: left;
}
A:link {
	text-decoration: none;
	color: #3e5aa8;
	color: #114bc7;
}
A:visited:hover {
	text-decoration: none;
	color: #CC0000;
}
A:visited {
	text-decoration: none;
	color: #660099;
}
A:hover {
	text-decoration: none;
	color: #CC0000;
}
a:link.underline {text-decoration: underline;
color: #114bc7;}
A.novisit {
	color: blue;
}
div.pagewidth {
	margin-left: 5%;
	margin-right: 5%;
}
div.leftHome {
	text-align: left;
	width: 400px;
	float: left;
	padding: 2px;
}
div.rightHome {
	text-align: left;
	width: 192px;
	float: right;
	border-color: #000066;
	border-style: solid;
	border-width: 2px;
}
tr.evenRow, td.evenRow {
	background-color: #FFFFFF;
}
tr.oddRow, td.oddRow {
	background-color: #F5F5F5;
}
tr.typeRow, td.typeRow {
	background-color: #ffe1e1;
}
tr.secTypeRow, td.secTypeRow {
	background-color: #e1edff;
}
.newRec {
	background-color: #D6F5F2;
}
table.newRec {
	background-color: #D6F5F2;
	padding: 0;
	border-spacing: 0;
    width: 280px;
}
input.savBtn {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 40px;
	background-color: #FBD29B;
	border: 1px solid;
	border-color: #336666;
}
a.schBtn {
	background-color: #99CCCC;
	margin-top: 1em;
	margin-left: 1em;
	display: inline-block;
	width: auto;
	color: #333;
	border: 1px solid #336666;
	padding: 2px 20px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 600;
    cursor: pointer;
}
a.schBtn:hover {border:1px solid #ff6633;}
table#metadata td {
	padding-top: 1em;
	padding-left: .5em;
}
table#metadata ul {
	font-size: 14px;
}
table#metadata ul li {
	padding: .25em 0;
}
input.lnkBtn {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 5px;
	background-color: #99CCFF;
	border: 1px solid #336666;
	border-radius: 5px;
}

input.schBtn {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 40px;
	background-color: #CCCC99;
	border: 1px solid #336666;
	border-radius: 5px;
}
input.clrBtn {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 5px;
	background-color: #FFCC00;
	border: 1px solid #336666;
	border-radius: 5px;
}
input.insBtn {
	color: #666666;
	font-weight: bold;
	background-color: #99CCCC;
	border: 1px solid #336666;
	border-radius: 5px;
	padding: 2px 20px;
}
input.insBtn:hover {
	border-top-color: #FF6633;
	border-left-color: #FF6633;
	border-right-color: #FF6666;
	border-bottom-color: #FF6666;
	cursor: pointer;
}
input.savBtn:hover {
	border-top-color: #FF6633;
	border-left-color: #FF6633;
	border-right-color: #FF6666;
	border-bottom-color: #FF6666;
	cursor: pointer;
}
input.picBtn {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	background-color: #CCCC99;
	border: 1px solid #336666;
	border-radius: 5px;
}
span.picBtn {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	background-color: #CCCC99;
	border: 1px solid #336666;
	border-radius: 5px;
}
input.delBtn {
	color: #666666;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 5px;
	background-color: #FF9966;
	border: 1px solid #336666;
	border-radius: 5px;
}
input.reqdClr, select.reqdClr, textarea.reqdClr {
	background-color: #E4E476;
}
input.badPick, select.badPick, textarea.badPick {
	background-color: #FF3366;
}
input.goodPick, select.goodPick, textarea.goodPick {
	background-color: #8BFEB9;
}
input.seleClr, select.seleClr, textarea.seleClr {
	background-color: #FF0000;
}
input.readClr, select.readClr {
	background-color: #CCCCCC;
}
.btnhov {
	border-top-color: #FF6633;
	border-left-color: #FF6633;
	border-right-color: #FF6666;
	border-bottom-color: #FF6666;
	cursor: pointer;
}
pre {
	text-indent: 30px
}
#tabmenu {
	color: blue;
	border-bottom: 2px solid black;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
	font-weight: bolder;
	font-size: small;
}
#tabmenu li {
	display: inline;
	overflow: scroll;
	list-style-type: none;
}
#tabmenu a, a.active {
	color: blue;
	background-color: #E7E7E7;
	border-right: 1px solid black;
	text-decoration: none;
	border-left: 1px solid black;
	border-top: 1px solid black;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
#tabmenu a.active {
	background: #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	font-weight: bolder;
	font-size: small;
}
#tabmenu a:hover {
	color: red;
	background: #E7E7E7;
}
#tabmenu a:visited {
	color: #0000FF;
}
#tabmenu a.active:hover {
	background: #FFFFFF;
	color: #FF0000;
	border-bottom: 3px solid #FFFFFF;
}
.style2 {
	font-size: small;
}
.style3 {
	font-size: xx-large;
}
.style4 {
	font-size: x-large;
}
.style5 {
	font-size: large;
}
.style8 {
	font-size: small;
}
/* \a0 is the iso8859-1 encoding for nbsp */
.external:after {
	text-decoration: none !important;
	content: "\a0" url(/images/linkOut.gif);
}
a.external:link:after {
	text-decoration: none !important;
	content: "\a0" url(/images/linkOut.gif);
}
a.external:hover:after {
	text-decoration: none !important;
	content: "\a0" url(/images/linkOutHover.gif);
}
a.external:visited:after {
	text-decoration: none !important;
	content: "\a0" url(/images/linkOutVisited.gif);
}
a.external:hover:visited:after {
	text-decoration: none !important;
	content: "\a0" url(/images/linkOutHover.gif);
}
#header_color {
	margin: 0;
	margin-top: .5em;
	width: 100%;
}
.observations_included {
	margin-left: 2em;
	margin-bottom: .85em;
}
.access_l {
	margin-left: 1em;
}
li.last {
	border-right: 1px solid white;
	padding-right: 10px;
}
#divContainer {
	width: 500px;
	padding: 2px 4px;
	font-size: 10px;
}
table.bottom_band {
	margin: 2px;
	margin-top: -2px;
	padding: 5px 5px 0 5px;
	background-color: #339999;
    background-color:#fff;
}
.recordcount {
	height: 16px;
	margin-left: 800px;
	margin-top: -58px;
	padding-bottom: 58px;
	color: #fff;
	font-size: 13px;
	position: absolute;
	width: 180px;
}
.gCount {
	color: #fff;
	font-size: 15px;
	font-family: "Courier New", Courier, monospace
}
.pubs_style {
	font-size: 11.2px;
	width: 680px;
	float: left;
	position: relative;
	margin-top: 5px;
}
.pubS {
	float: left;
	position: relative;
	width: 140px;
}
#newID {width: 100%;}
.pubSpace {
	margin: .25em 0em;
}
.redMessage {background-color:red;color:white; font-size: 14px;font-weight: bold;padding: 2px 5px;
}
div.topBlock {
	border: 2px solid #0066cc;
	margin-top: 10px;
	padding: 0px 0px 2px 2px;
	background-color: #7faad4;
	background-color: white;
}
.topsearch {
	margin: 15px 0 12px 20px;
}
.searchsection {
	display: none;
	border: 1px solid green;
	padding: .5em;
}
.leftspace {
	padding-left: 10px;
	padding-right: 10px;
}
.barofpromise {
	position: absolute;
	top: 15%;
	right: 50%;
	z-index: 999;
	background-color: green;
	color: white;
	font-size: large;
	font-weight: normal;
	padding: 15px;
}
.shell {
	background-color: #E6ebe0;
	-webkit-box-shadow: 15px 15px 32px -18px rgba(102,102,102,1);
	-moz-box-shadow: 15px 15px 32px -18px rgba(102,102,102,1);
	box-shadow: 15px 15px 32px -18px rgba(102,102,102,1.1);
	padding: 1em;
	margin: 1em 0;
    margin-top:5em;
	width: 500px;
	float: left;
	/*position: relative;*/
	font-family: Arial, sans-serif;
}
.shell h2 {
	color: #968768;
	text-transform: capitalize;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	padding: 0 1em 0 0;
	width: 450px;
	text-indent: -25px;
	margin-left: 50px;
}
.shell h2 a {
	color: #968768;
}
.shell h2 a:hover {
	color: #666666;
}
.feedAtom {
	background-color: #f4f1bb;
	border: 1px solid #ed6a5a;
	position: relative;
	margin: 1.5em;
	padding: 1em;
	min-height: 40px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.feedAtom a {
	color: #5ca4a9;
}
.feedAtom a:hover {
	color: #456F7A;
}
.feedAtom h3 {
	padding-left: 6.7em;
}
.pr_count {font-size: 16px;font-style: normal;}
.changePW {
	width: 50em;
	margin: 0 auto;
	padding: 2em 0 3em 0;
}
.changePW li {
	margin-left: 1.5em;
}
.updatedAtom {
	position: absolute;
	z-index: 500;
	margin-left: -10px;
	margin-top: -5px;
	background-color: #ffffff;
	color: #118ac8;
	font-size: 12px;
	border: 1px solid #ecf5f7;
	width: auto;
	height: 30px;
	text-align: center;
	background: #ffffff;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	-webkit-box-shadow: 10px 10px 29px -14px rgba(102,102,102,1);
	-moz-box-shadow: 10px 10px 29px -14px rgba(102,102,102,1);
	box-shadow: 10px 10px 29px -14px rgba(102,102,102,1);
}
div.updatedAtom p {
	margin: 4px 10px 8px;
}
.authorAtom {
	position: absolute;
	margin-left: 10px;
	margin-top: 28px;
	z-index: 1000;
	font-size: 13px;
	color: #666;
	width: 8em;
	float: left;
}
/* added styles for loans */
#loan {
	width: 700px;
	padding-right: 33px;
	margin-top: 7px;
}
.page_title {
	float: left;
}
.page_title h1 {
	font-size: 25px;
	margin-left: 67px;
	height: 28px;
	text-align: bottom;
}
.page_title h1 img.likebox {
	vertical-align: top;
	width: 16px;
}
#loan .lnum input {
	width: 120px;
}
.open_loans {
	float: right;
	display: inline;
	margin: 3em 50px 1.5em 0px;
}
.partLoan {
	margin-top: 2em;
}
.parts1 {
	text-align: right;
	vertical-align: top;
	padding-top: 1em;
}
#loan td .schBtn {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #666;
	padding: 2px 5px;
	cursor: pointer;
}
#loan td .schBtn:hover {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #FF0000;
	padding: 2px 5px;
	cursor: pointer;
}
#loan .open_loans input.schBtn {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #666;
	padding: 3px 5px;
	cursor: pointer;
}
#loan .open_loans input.schBtn:hover {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #FF0000;
	padding: 3px 5px;
	cursor: pointer;
}
#loan td .qutBtn {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #666;
	padding: 1px 5px;
	cursor: pointer;
}
#loan td .qutBtn:hover {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #444;
	padding: 1px 5px;
	cursor: pointer;
}
header {
	font-weight: bold;
	margin-left: 10px;
}
.loan_results {
	width: 100%;
}
.loan_results:nth-child(even) {
	background-color: #f3f2f2;
	padding: 8px 0 2px 0;
}
.loan_results:nth-child(odd) {
	background-color: #ffffff;
	padding: 8px 0 2px 0;
}
.loan_results p {
	margin: 0 0 0 -100px;
	padding: 0;
	font-size: .85em;
	border-bottom: 3px solid #E4E476;
	width: 8em;
	text-align: center;
}
header .download {
	background-color: #99cc99;
	text-decoration: none;
	font-size: 94%;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	width: auto;
	margin: 4px 5px 4px 10px;
	border: 1px solid #ccc;
	padding: 3px 6px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-sizing: border-box;
	border-radius: 5px 5px 5px 5px;
}
header .download a:hover {
	color: #666;
}
#listloans {
	width: 70%;
	margin: 0 auto;
}
#listloans dl {
	width: 100%;
	padding: 1em 0;
	margin: 0 auto;
	font-size: .85em;
}
#listloans dt {
	width: 20%;
	min-width: 200px;
	float: left;
	padding: 1px 10px 0px 3px;
	text-align: right;
	height: 1.1em;
	height: auto;
	display: inline;
	cursor: pointer;
	margin: 1px 0;
}
#listloans dd {
	float: left;
	-webkit-margin-start: 0;
	height: auto;
	width: 65%;
	min-width: 510px;
	display: inline;
	text-align: left;
	margin: 2px 5px 2px 0;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1px 5px;
	font-weight: 500;
}
#listloans dd.mandcolr {
	background-color: #E4E476;
}
#listloans dd.mandcolrstatus {
	background-color: #E4E476;
	color: transparent;
}
#listloans dd.large {
	height: auto;
	min-height: 18px;
	padding: 1px 8px;
}
#listloans dd.emptystatus {
	color: transparent;
	background-color: #ccc;
}
ul.loan_buttons {
	width: 75.5%;
	font-size: 94%;
	margin-bottom: 1em;
	text-align: right;
}
ul.loan_buttons li {
	background-color: #99cc99;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	display: inline-block;
	width: auto;
	margin: 4px 5px 4px 0;
	border: 1px solid #ccc;
	padding: 3px 6px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.loan_buttons li:hover {
	border: 1px solid #666;
}
ul.loan_buttons li a:hover {
	color: #666;
}
ul.loan_buttons li a:visited {
	color: #114BC7;
}
ul.loan_buttons li.add {
	background-color: #D3B90F;
	background-color: #ffcc44;
}
ul.loan_buttons li.barcode {
	background-color: #D4E842;
	background-color: #FBD29B;
}
ul.loan_buttons li.edit {
	background-color: #9cf;
}
ul.loan_buttons li.edit:hover, ul.loan_buttons li.add:hover, ul.loan_buttons li.barcode:hover {
	border: 1px solid #666;
}
ul.lisc {
	-webkit-padding-start: 5px;
	-moz-padding-start: 5px;
	color: #666;
	font-size: 13px;
}
ul.lisc li {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	font-size: 12px;
	margin: 0 0 0 1.2em;
	padding: .5em 4px;
	text-indent: -.12em;
	list-style: disc;
}
#pg_container {
	width: 100%;
	margin: 0;
}
.lblone {font-size: 13px; display: inline-block;float:right;}
.lbltwo {font-size: 13px; display: inline-block;float:left;}

.centeredImage {
   position:absolute;
   top:50%;
   left:50%;
   margin-top:-25px;
   margin-left:-100px;
	border:1px solid white;
			 }
.editFrame {
	border-top:1px solid gray;
	z-index:1000;
	position:fixed;
	top:40px;
	left:2%;
	width:95%;
	height:90%;
	z-index:9998;
}
.content_box {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 1em;
	padding-top: 1em;
	background-color: #fff;
	-webkit-box-shadow: -2px 15px 40px -5px rgba(204,204,204,1);
	-moz-box-shadow: -2px 15px 40px -5px rgba(204,204,204,1);
	box-shadow: -2px 15px 40px -5px rgba(204,204,204,1);
	-webkit-box-shadow: -1px 11px 40px -5px rgba(204,204,204,1);
	-moz-box-shadow: -1px 8px 40px -3px rgba(204,204,204,1);
	box-shadow: -1px 8px 40px -3px rgba(204,204,204,1);
 /*   ::-webkit-scrollbar
    display: none;*/
}
.noResults ul{margin-left: 1.5em;}
.noResults ul li {line-height: 1.25em;padding: 0 0 .15em 0;margin: .5em 0 0 0;}
.noResults p {line-height: 1.25em;padding: 0 0 .15em 0;margin: .75em 0 0 0;}
.noResults h1 {margin-top:0;padding-top:0;}
.noResults h2 {padding-bottom:0;margin-bottom: .5em;}
.noResults h3 {line-height: .9em;margin: 1em 0 0 0; padding: 0;font-size: 16px; font-weight: bold;}
.noResults td {margin-top: .75em;font-size: 15px; width: 210px;line-height: 1.5em;}
.projPubSearchResults p {
	font-size: 14px;
	margin-top: 1em;
}
.projPubSearchResults ul {
	font-size: 14px;
	margin-left: 0;
	margin-top: .25em;
}
.projPubSearchResults li {
	margin-left: 4em;
	padding: .25em 0;
}
.projPubSearchResults .evenRow {
	background-color: #f8f8f8;
	padding: .5em;
	border: 1px dotted #ccc;
}
.projPubSearchResults .oddRow {
	background-color: #fff;
	padding: .5em;
	border: 1px solid #ccc;
}
.projPubSearchResults div.thumbs {
	margin-top: 0;
}
h2.proj_title {font-size: 1.6em; margin:0;}
.proj_agent {font-size:18px;margin:0;}
.content_box_detail {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 1em;
	min-height: 500px;
	padding: .25em 0 0 0;
	-webkit-box-shadow: -2px 15px 40px -5px rgba(204,204,204,1);
	-moz-box-shadow: -2px 15px 40px -5px rgba(204,204,204,1);
	box-shadow: -2px 15px 40px -5px rgba(204,204,204,1);
	border-top: 1px double #ccc;
	-webkit-box-shadow: -1px 11px 40px -5px rgba(204,204,204,1);
	-moz-box-shadow: -1px 8px 40px -3px rgba(204,204,204,1);
	box-shadow: -1px 8px 40px -3px rgba(204,204,204,1);
}
.eighty {
	width: 80%;
}
.mediaToggle {
	font-size: 15px;
	margin-bottom: 1em;
	display: block;
	margin-left: 2.2em;
}
.content_box table select.journalfix {
	width: 90%;
}
.content_box_pub {
	width: 56em;
	margin: 0 auto;
    padding: 2em 0 5em 0;
}
.content_box_pub table {margin-bottom: 3em;}
.content_box_narrow {width:43em;margin:0 auto;padding: 2em 0 3em 0;}

.content_box_pub select, .content_box_pub input {
	width: 395px;padding: 2px;
}
.content_box_pub input.schBtn {width: auto;}

.pub_title_box label {font-weight: 400;}
.projPubSearchResults {width: 80em;margin:0 auto;padding-bottom: 2em;padding-top: 1em;}
.projPubSearchResults table {width: 80em;}
.projPubSearchResults td.main {width: 50%;vertical-align: top;padding: 0 1em 1em 0;}
.projPubSearchResults td.main h3 {padding-top: .75em;}
.content_box_pub h4 {
	margin-left: 0;
	margin: 1em 0 0 0;
	padding: 0;
}
.content_box_proj label {
	margin: 0.5em 0 0 0
}
.content_box_pub a {
	width: 134px;
	display: inline;
	display: block;
	float: left;
}
.content_box_pub label {
	margin: .5em 0 0 0;
}
.content_box_pub select {
	margin-bottom: .25em;
}
.content_box_pub .clrBtn {

	width: 100px;
}
.content_box_pub .schBtn {
    padding: 2px 40px;
}
ul.pubLinks {
	margin-top: 1.5em;
	padding-left: 1.25em;
}
.content_box h3.linkPubDetail {
	margin: .5em 0 0 0;
	padding: 0;
}
.license_box {border:1px solid red;padding: 10px 0 0 10px;width: 525px; margin: 1em 0 1em 2px;}
.detailsLink {
	margin: 1.5em 0 .5em 0;
}
.pubLinks li {
	margin-top: .5em;
	list-style: none;
}

.thirteen {
	font-size: 13px;
}
.editPub {width: 54.5em;margin:0 auto;padding: 2em 0 3em 0;}
.basic_search_box {
    width: 56em;
	margin: 0 auto;
	margin-bottom: 1em;
    padding: 1.5em 0 5em 0;
}
.basic_search_box label {padding-top:.15em}
.basic_search_box li.entry {
    margin-left: 2em;
    padding: 5px 0;
}
.basic_box {
	width: 56em;
	margin: 0 auto;
    padding: 2em 0 3em 0;

}
.basic_wide_box {
    width: 65em;
    margin: 0 auto;
    padding: 1em 0 3em 0;

}
.basic_narrow_box {
    width: 48em;
    margin: 0 auto;
    padding: 1em 0 3em 0;

}

/*.basic_box::after, .basic_narrow_box::after, .basic_wide_box::after {
    content: '\00a0';
    display: block;
    margin-top: 100px;
    height: 170px;
    visibility: hidden;
}*/
.basic_search_box a.toplinks {display:inline-block; float: left; width:auto; padding-right: 1em;}
.basic_box_media
.basic_box_media table {width:100%;}
.basic_box_media td {border: 1px dotted #ccc;width:50%;}
.basic_box_media ul li {vertical-align: middle;margin-left: 2em;}
.basic_box form {margin: 1em 0;}
.basic_box form label{margin-top: .5em;}
.basic_box form input{margin-bottom: .5em;}
.relationship_dd {
    border: 1px dotted #ccc;
    padding: 10px 3px 3px 10px;
    background-color: white;
}
.graydot {border: 1px dotted #ccc;padding:10px 5px 5px 5px;}

/******************/
/*  start NEW  header content */
/******************/
#headerContent {
	width: 90%;
	background-color: #000;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.image_headerWrap {
	width: 100%;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.headerText {
	width: 100%;
	display: inline;
	float: left;
	overflow: hidden;
}
.headerText img {
	margin-left: 5%;
	float: left;
	padding: 1% .5% 1% .5em;
	width: auto;
	max-height: 56px;
}
.headerText h1 {
	font-size: 100%;
	color: #A51C30;
	color: #ff0000;
	margin-bottom: 0;
}
.headerText h1 a {color: #a51c30;color: #ff0000;}
.headerText h1 a:hover {color: #a51c30; color: #ff0000;}
.headerText h2 {
	color: #F4EFEF;
	margin-top: 0;
	font-size: 110%;
}
.headerText a:hover {
	text-decoration: none;
	color: #cc0000;
}
#headerLinks {
    display: inline;
    overflow: hidden;
    width: auto;

}
#headerLinks form {
    width: auto;
    display: inline;
    overflow: hidden;
    vertical-align: top;
}
#headerLinks ul {
    color: #114bc7;
    float: right;
    vertical-align: top;
    margin-top: 3px;
    padding-right: 3px;
}
#headerLinks li {
    width: 250px;
    list-style: none;
    display: inline;
    vertical-align: middle;
}
#headerLinks span, #headerLinks a {
    font-size: 12px;
}
#headerLinks input {padding: 1px;}
#headerLinks .smallBtn {font-size: 10px;}
/*  end header content -- excludes menu */
.secHead {
	background-color: lightgrey;
	padding: 1px 5px;
	margin-bottom: 1em;
}
.horiz_padding {padding: 0 5px;}

.content_box_loc {
	width: 57em;
	margin: 0 auto;
	margin-bottom: 1em;
}
.content_box_loc table {
	width: 100%;
	margin-left: 0;
}
span#locDetailCtl.infoLink {
	margin-left: 675px;
	margin-top: 10px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
span#geogDetailCtl.infoLink {
	margin-left: 675px;
	margin-top: 10px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
span#eventDetailCtl.infoLink {
	margin-left: 675px;
	margin-top: 10px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
span#geogrefDetailCtl.infoLink {
	margin-left: 675px;
	margin-top: 10px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
select#GeorefMethod {
	width: 600px;
}
.rdoCtl {
	font-size: small;
	font-weight: bold;
	border: 1px dotted green;
	padding: 2px 4px 2px 3px;
	float: left;
}
.rdoCtl input {
	float: left;
	margin: 0;
	margin: 1px 2px;
}
.redbox {
	border: 1px dashed red;
	padding: 5px;
}
.greenbox {
	padding: 1em 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	border: 1px dotted #ccc;
	background-color: #f8f8f8;
}

.grayishbox {
	padding: .5em .5em;
	margin-bottom: .5em;
	margin-top: 0em;
	border: 1px dotted #ccc;
	background-color: #f8f8f8;
}
p.spacer {height: 3px;}
.noShow {
	display: none;
}
.locGroup {
	border: 1px dotted #ccc;
	background-color: #f8f8f8;
	padding: 10px 10px 20px 10px;
	margin: 10px 0 20px 0;
    width: 800px;
}
.graydottedbox {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	width: 98%;
	padding: 10px;
	margin-bottom: 2em;
	margin-top: .5em;
	float: left;
}
.extLoc {padding-left: 0em;border: 2px solid green;margin: 2px 5px 2px 2px; padding: 0 3px;text-align: right;}
.graydottedbox table {
	background-color: white;
}
.graydottedbox input {
	border: 1px dotted #ccc;
}
.graydottedbox select {
	border: 1px dotted #ccc;
	background-color: #fff;
}
.content_box table.pubtitle {
	border: 1px solid #ebebeb;
	background-color: #fff;
	padding: .15em;
	margin-bottom: .5em;
}

#attTab {padding-bottom: 1em;font-size: smaller;}
#attTab select {
	width: 600px !important;
}
#attTab td {
	border: 1px dotted #ccc;
    padding: 1px 5px;
}

#relationships input, #labels input {
	/*width: 73%;*/
}
input#keyword {
	width: 60%;
}
.defaultType {
	width: 100%;
	padding: .15em 0 0 0;
	margin: 0 auto;
	font-weight: bold;
	z-index: -1;
	overflow: hidden;
	background-color: white;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.18+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e000000', endColorstr='#00000000', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: -2px -1px -4px -5px rgba(204,204,204,1);
	-moz-box-shadow: -2px -1px -4px -5px rgba(204,204,204,1);
	box-shadow: -2px -1px -4px -2px rgba(204,204,204,1);
	border-bottom: 1px double #ccc;
}

.primaryType {
	background-color: white;
	width: 100%;
	padding: .5em 0 0 0;
	margin: 0 auto;
	font-weight: bold;
	z-index: -1;
	overflow: hidden;
	-webkit-box-shadow: -2px -3px 40px -5px rgba(204,204,204,1);
	-moz-box-shadow: -2px -3px 40px -5px rgba(204,204,204,1);
	box-shadow: -2px -3px 40px -5px rgba(204,204,204,1);
	border-bottom: 1px double #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b0213+0,a8455a+99&0.53+0,0+100 */
	background: -moz-linear-gradient(top, rgba(107,2,19,0.53) 0%, rgba(168,69,90,0.01) 100%, rgba(168,69,90,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(107,2,19,0.53) 0%, rgba(168,69,90,0.01) 100%, rgba(168,69,90,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(107,2,19,0.53) 0%, rgba(168,69,90,0.01) 100%, rgba(168,69,90,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876b0213', endColorstr='#00a8455a', GradientType=0 ); /* IE6-9 */
}
.secondaryType {
	background-color: white;
	width: 100%;
	padding: .5em 0 0 0;
	margin: 0 auto;
	font-weight: bold;
	z-index: -1;
	overflow: hidden;
	-webkit-box-shadow: -2px -3px 40px -5px rgba(204,204,204,1);
	-moz-box-shadow: -2px -3px 40px -5px rgba(204,204,204,1);
	box-shadow: -2px -3px 40px -5px rgba(204,204,204,1);
	border-bottom: 1px double #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#066dab+0,8abbd7+69,c5deea+100&0.43+0,0+100 */
	background: -moz-linear-gradient(top, rgba(6,109,171,0.43) 0%, rgba(138,187,215,0.13) 100%, rgba(197,222,234,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(6,109,171,0.43) 0%, rgba(138,187,215,0.13) 100%, rgba(197,222,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(6,109,171,0.43) 0%, rgba(138,187,215,0.13) 100%, rgba(197,222,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e066dab', endColorstr='#00c5deea', GradientType=0 ); /* IE6-9 */
}
.typename {
	font-weight: bold;
}
ul.headercol1 {
	float: left;
	list-style: none;
	background: none;
	width: auto;
	padding: .5em;
	margin-left: 1em;
}
ul.headercol1 li {
	margin: .15em 0;
}
ul.headercol1 li.sciname {
	font-size: 19px;
	margin-top: 0;
	font-style: italic;
}
ul.headercol1 li.partstring {
	font-size: 14px;
	margin-top: .5em;
}
ul.headercol2 {
	float: left;
	list-style: none;
	background: none;
	width: auto;
	display: inline;
}
ul.headercol2 li {
	margin: .25em 0;
	margin-top: 1.5em;
}
ul.headercol4 {
	float: right;
	list-style: none;
	background: none;
	width: 40%;
	text-align: right;
	padding: .5em;
	margin-top: 0;
	font-size: 15px;
}
ul.headercol4 li {
	margin: .25em 0;
	padding: 0;
}
ul.headercol3 {
	float: right;
	list-style: none;
	background: none;
	width: auto;
	margin-right: .5em;
	display: block;
	text-align: left;
	padding: .5em;
}
ul.headercol3 li {
	margin: .25em 0;
}
.spec_details {
	padding: 0;
	margin-bottom: .25em 0 2em 0;
	background-color: white
}
.acceptedIdDiv {
	border: thin solid green;
	padding: .5em;
	margin-bottom: 3px;
	border-radius: 5px;
}
.unAcceptedIdDiv {
	border: 1px dotted gray;
	background-color: #F8F8F8;
	color: gray;
	font-size: .88em;
	padding: .5em;
	border-radius: 5px;
}
span.picBtn {
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
    padding: 2px 5px;
	background-color: #CCCC99;
	border: 1px solid #336666;
	border-radius: 5px;
    margin-right: 5px;
}
.taxDetDiv {
	padding: .25em;
}
.citedTaxaPrimaryType {
	background-color: #CD9091;
}
.fullTaxaName {
	font-size: .85em;
	color: gray;
}
form.userdataForm label {
	margin-top: .5em;
}

.taxaDetailsbox {
	width: 54em;
	margin: 0 auto;
	padding-bottom: 2em;
}
.taxaDetailsbox li {
	margin-left: 1.5em;
}
.taxaDetailsbox p {
	margin-top: .5em;
}
.taxaEdit input.tInput {
	width: 300px;
}
.taxaEdit td {
	padding-right: 1em;
}
.commonName {
	margin: .25em;
	padding: 0;
	font-size: .8em;
}
ul.return_links {
	float: left;
	width: auto;
	display: inline;
	margin-left: 0;
	padding: 0;
}
ul.return_links li {
	display: inline;
	width: auto;
	float: left;
	font-size: 10px;
	margin: .25em 0 .25em 0;
	font-size: 12px;
}
ul.id_meta {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .85em;
}
table.navtabs {
	margin: 0 7%;
	width: 86%
}
.defaultCont {
	width: 100%;
	background-color: #ffffff;
	z-index: 1;
	margin: -1em .1% 0 0;
}
.secondaryCont {
	float: left;
	width: 100%;
	background-color: #ffffff;
	z-index: 1;
	margin: -1em .5% 0 0;
}
.primaryCont {
	float: left;
	width: 100%;
	background-color: #ffffff;
	z-index: 1;
	margin: -1em .5% 0 0;
}
.content_box_footer {
	width: 90%;
	margin: 0 auto;
}
.footer2 {
	width: 100%;
	padding: .5em 0;
	background-color: #ccc;
	border: none;
	box-shadow: none;
	border-top: 2px solid black;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
.footer {
	width: 100%;
	margin-bottom: 2em;
	margin-top: 1em;
}
.footer a {
	font-size: 13px;
	width: 33%;
	display: block;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
.databases {
	font-size: 12px;
	color: #000;
	width: 646px;
	float: right;
	margin-top: .5em;
	padding-bottom: 2em;
}
.databases p.tagline {
	margin-bottom: .25em;
	float:right;
	position: absolute;
	margin-top: 3.55em;
	text-align: right;
	width: 400px;
}
.databases a {
	width: auto;
	float: left;
	display: inline-block;
}
.databases img.eol_logo {
	width: 80px;
	margin-right: 1.2em;
}
.databases img.arctos_logo {
	width: 108px;
}
.databases img.gbif_logo {
	width: 90px;
	margin-right: 1.5em;
}
.databases img.idigbio_logo {
	width: 135px;
	margin-right: 1.5em;
}
.databases img.vertnet_logo {
	width: 100px;
	margin-right: 1.5em;
}
.copyright {
	width: 440px;
	font-size: 14px;
	color: #000;
	float: left;
	margin-left: 5em;
	margin-top: .5em;
}
.copyright .harvard_logo {
	float: left;
	width: 55px;
	margin-right: 5px;
}
.copyright p {
	margin: 1px 0 7px 0;
}
.copyright a {
	color: #000;
	font-weight: normal;
	font-size: 13px;
}
.copyright span {
	color: #000;
}
.copyright a:hover {
	color: #114bc7;
	text-decoration:underline;
}
.copyright a:visited {
	color: #000;
	font-weight: normal;
}
#authTab {
	display: table-row;
	vertical-align: inherit;
}
#authTab {
    font-size: smaller;
}
.welcomeback {
	margin-left: .5em;
	margin-bottom: 2em;
}
.welcomeback ul {
	margin-bottom: 1em;
}
.welcomeback label {
	margin-top: .25em;
}
.welcomeback li {
	margin-left: 1.5em;
    padding: .25em 0;
}
.specSearchContent {
	width: 56.4em;
	margin: 0 auto;
	padding-bottom: 2em;
	padding-top: 0em;
}
.bulletlist li {margin-left: 1.5em;}
.stats {
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-right: 2em;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

.editLoanbox {
	width: 76em;
	margin: 0 auto;
}
.newLoanWidth {
	width: 68em;
	margin: 0 auto;
	padding-bottom: 3em;
}
.searchLoanWidth {
	width: 40em;
	margin: 0 auto;
	padding-bottom: 1em;
}
/** Position nextnum blocks using jquery-ui.position(). */
.nextnum {
	width: 34%;
	border: 2px solid green;
	margin-right: 0;
    	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.nextnum p {
	margin: 20px 10px;
}
.nextnum span {
	padding: 0 30px;
	display: block;
}
.newLoanWidth table {
	margin-top: .5em;
}
.loanSearchResults {
	width: 70em;
	margin: 0 auto;
}
.leftCell {
	width: auto;
}
.editLoanTable {
	width: 100%;
	margin: 0 auto;
}
.editLoanTable label {
	padding-top: 5px;
}
.rightCell {
	padding: 0;
	width: auto
}
.rightCell li {
	list-style: none;
	margin-left: 1em;
}
.shippingBlock {
	width: 76em;
	margin: 1em auto;
	padding-bottom: 1em;
	padding-top: 2em;
	border-top: 2px solid #555;
}
.shippingBlock label {
	padding-top: 5px;
}
.loanNum {
	font-size: 18px;
	padding-right: 1em;
	font-style: normal;
}
#project {
	border: 1px solid #ccc;
	padding: 15px;
	width: 24em;
	float: right;
}
.editLoanTable {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 2em;
}
#loanAgents {
	border: 1px double #ccc;
	margin-top: 5px;
	padding: 5px;
}
#loanAgents td {
	padding-top: 3px;
}
.IDloan td {
	padding-right: 3em;
}
.BulkSpec {
    width: 45em;
    margin: 0 auto;
    padding: 3em 0 5em 0;
}
.BulkSpec ul {margin-top:1em;}
.BulkSpec li {
    margin-left: 2em;
    padding: .25em 0;
}
.BulkSpec p {margin: .5em 0;
line-height: 1.2em;}
.mediaEdit {margin-top:-.5em;padding-bottom: .5em;margin-left:3.5em;}

.arctosSet {margin-bottom: .5em; margin-top:1.5em;padding-bottom: 0;}
.editMedia2 label {margin-top: .65em;}

table.attributes {font-size: 10px;}
table.pubtable td { border-bottom: 1px solid gray;padding: 2px 1px;border-right: 1px dotted #ccc;}
#encumbranceBox1 {
    width: 60em;
    margin: 0 auto;
    padding: 1em 0 3em 0;
}

.groupAgent {margin-left: 14px;margin-bottom:0;padding-bottom: 0;}
/*
.basic_box::after,.basic_narrow_box::after, .basic_wide_box::after {
  content: '\00a0';
 display: block;
  margin-top: 100px;
  height:170px;
  visibility: hidden;
}

.basic_box--full::before,.basic_narrow_box--full::before, .basic_wide_box--full::before{
  padding: 0;
}
.basic_box--full::after,.basic_narrow_box--full::after, .basic_wide_box--full::after {
  content: none;
}
*/


@media only screen and (max-width: 1800px) {
#headerContent {
	width: 90%;
	background-color: #000;
	position: relative;
	margin: 0 auto;
}
.content_box_footer {
	width: 90%;
	margin: 0 auto;
}
.sf-mainMenuWrapper {
	margin: 0 auto;
	width: 90%;
}
.content_box {
	width: 90%;
}
.content_box_footer {
	width: 90%;
	margin: 0 auto;
}
}

@media only screen and (max-width: 1600px) {
#headerContent {
	width: 90%;
	background-color: #000;
	position: relative;
	margin: 0 auto;
}
.content_box_footer {
	width: 90%;
	margin: 0 auto;
}
.sf-mainMenuWrapper {
	margin: 0 auto;
	width: 90%;
}
.content_box {
	width: 90%;
}
}

@media only screen and (max-width: 1400px) {
#headerContent {
	width: 95%;
	background-color: #000;
	position: relative;
	margin: 0 auto;
}
.content_box {
	width: 95%;
}
.content_box_footer {
	width: 95%;
	margin: 0 auto;
}
.sf-mainMenuWrapper {
	margin: 0 auto;
	width: 95%;
}

}

@media only screen and (max-width: 1200px) {
#headerContent {
	width: 98%;
	background-color: #000;
	position: relative;
	margin: 0 auto;
}
.content_box_footer {
	width: 98%;
	margin: 0 auto;
}
.headerText h1 {
	font-size: 1.266rem;
}
.headerText h2 {
	font-size: 90%;
}
.headerText img {
	margin-left: 2%;
	padding: 1% .5% 1% .5em;
	width: 130px;
}
.sf-mainMenuWrapper {
	margin: 0 auto;
	width: 98%;
      position: relative;
}
.content_box {
	width: 98%;
	margin: 0 auto;
}
#headerLinks {
	width: 100%;
	float: right;
	z-index: 2;
}
.sf-menu {
	width: 100%;
	z-index: 1;

}
#theFrame {width: 98%;}
.ipad_scrolling {background-color: #F1F1F1;width: 100%;height: 98%;}
.edit_part {width:80%;overflow:scroll;box-sizing: content-box;}
div.ipad {display:none;}

}
@media only screen and (max-width: 940px) {
.sf-menu li {
	width: auto;
    font-size: 12px;
	z-index: 1;
    padding: 3px 4px 2px 3px;
}
.sf-menu a.sf-with-ul {padding-right: 2px;}

.sf-sub-indicator {
	display:none;
}
}
@media only screen and (max-width: 800px) {
#listloans dt {
	width: 200px;
	text-align: left;
}
#listloans dd {
	width: 510px;
}
#headerLinks {
	width: 100%;
	float: right;
	z-index: 2;
}
.sf-menu {
	width: 100%;
	z-index: 1;

}
}
/*end bug form styles*/

/***** TYPE STYLES begin *****/
.graydottedbox {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	width: 98%;
	padding: 10px;
	margin-bottom: 2em;
	margin-top: .5em;
	float: left;
}
.graydottedbox table {background-color: white;}

.graydottedbox input {border: 1px dotted #ccc;}
.graydottedbox select {border: 1px dotted #ccc; background-color: #fff;}
.content_box table.pubtitle {
	border: 1px solid #ebebeb;
	background-color: #fff;
	padding: .15em;
	margin-bottom: .5em;
}
#attTab select {
	width: 600px !important;
}
#attTab td {border: 1px dotted #ccc;}
#relationships input, #labels input {
	/*width: 73%;*/
}
input#keyword {
	width: 60%;
}
.defaultType {
	width: 100%;
	padding: .15em 0 0 0;
	margin: 0 auto;
	font-weight: bold;
	z-index: -1;
	overflow: hidden;
	background-color: white;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.18+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e000000', endColorstr='#00000000', GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: -2px -1px -4px -5px rgba(204,204,204,1);
	-moz-box-shadow: -2px -1px -4px -5px rgba(204,204,204,1);
	box-shadow: -2px -1px -4px -2px rgba(204,204,204,1);
	border-bottom: 1px double #ccc;
}
.primaryType {
	background-color: white;
	width: 100%;
	padding: .5em 0 0 0;
	margin: 0 auto;
	font-weight: bold;
	z-index: -1;
	overflow: hidden;
	-webkit-box-shadow: -2px -3px 40px -5px rgba(204,204,204,1);
	-moz-box-shadow: -2px -3px 40px -5px rgba(204,204,204,1);
	box-shadow: -2px -3px 40px -5px rgba(204,204,204,1);
	border-bottom: 1px double #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b0213+0,a8455a+99&0.53+0,0+100 */
	background: -moz-linear-gradient(top, rgba(107,2,19,0.53) 0%, rgba(168,69,90,0.01) 100%, rgba(168,69,90,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(107,2,19,0.53) 0%, rgba(168,69,90,0.01) 100%, rgba(168,69,90,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(107,2,19,0.53) 0%, rgba(168,69,90,0.01) 100%, rgba(168,69,90,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876b0213', endColorstr='#00a8455a', GradientType=0 ); /* IE6-9 */
}
.secondaryType {
	background-color: white;
	width: 100%;
	padding: .5em 0 0 0;
	margin: 0 auto;
	font-weight: bold;
	z-index: -1;
	overflow: hidden;
	-webkit-box-shadow: -2px -3px 40px -5px rgba(204,204,204,1);
	-moz-box-shadow: -2px -3px 40px -5px rgba(204,204,204,1);
	box-shadow: -2px -3px 40px -5px rgba(204,204,204,1);
	border-bottom: 1px double #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#066dab+0,8abbd7+69,c5deea+100&0.43+0,0+100 */
	background: -moz-linear-gradient(top, rgba(6,109,171,0.43) 0%, rgba(138,187,215,0.13) 100%, rgba(197,222,234,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(6,109,171,0.43) 0%, rgba(138,187,215,0.13) 100%, rgba(197,222,234,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(6,109,171,0.43) 0%, rgba(138,187,215,0.13) 100%, rgba(197,222,234,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e066dab', endColorstr='#00c5deea', GradientType=0 ); /* IE6-9 */
}
/*.typename {
	font-weight: bold;
}*/
ul.headercol1 {
	float: left;
	list-style: none;
	background: none;
	width:auto;
	padding: .5em;
	margin-left: 1em;
}
ul.headercol1 li {
	margin: .15em 0;
}
ul.headercol1 li.sciname {
	font-size: 19px;
	margin-top: 0;
	font-style: italic;
}
ul.headercol1 li.partstring {
	font-size: 14px;
	margin-top: .5em;
}
ul.headercol2 {
	float: left;
	list-style: none;
	background: none;
	width: auto;
	display: inline;
}
ul.headercol2 li {
	margin: .25em 0;
	margin-top: 1.5em;
}
ul.headercol4 {
	float: right;
	list-style: none;
	background: none;
	width: 40%;
	text-align: right;
	padding: .5em;
	margin-top: 0;
	font-size: 15px;
}
ul.headercol4 li {
	margin: .25em 0;
	padding: 0;
}
ul.headercol3 {
	float: right;
	list-style: none;
	background: none;
	width: auto;
	margin-right: .5em;
	display: block;
	text-align: left;
	padding: .5em;
}
ul.headercol3 li {
	margin: .25em 0;
}
.spec_details {
	padding: 0;
	margin-bottom: .25em 0 2em 0;
	background-color: white
}
.acceptedIdDiv {
	border: thin solid green;
	padding: .5em;
	margin-bottom: 3px;
	border-radius: 5px;
}
.unAcceptedIdDiv {
	border: 1px dotted gray;
	background-color: #F8F8F8;
	color: gray;
	font-size: .88em;
	padding: .5em;
	border-radius: 5px;
}
.taxDetDiv {
	padding: .25em;
}
.citedTaxaPrimaryType {
	background-color: #CD9091;
}
.fullTaxaName {
	font-size: .85em;
	color: gray;
}
.commonName {
	margin: .25em;
	padding: 0;
	font-size: .8em;
}
ul.return_links {
	float: left;
	width: auto;
	display: inline;
	margin-left: 0;
	padding: 0;
}
ul.return_links li {
	display: inline;
	width: auto;
	float: left;
	font-size: 10px;
	margin: .25em 1em .25em 0;
	font-size: 12px;
}
ul.id_meta {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .85em;
}
table.navtabs {
	margin: 0 7%;
	width: 86%
}
.defaultCont {
	width: 100%;
	background-color: #ffffff;
	z-index: 1;
	margin: .1em .1% 0 0;
}
.secondaryCont {
	float: left;
	width: 100%;
	background-color: #ffffff;
	z-index: 1;
	margin: .1em .5% 0 0;
}
.primaryCont {
	float: left;
	width: 100%;
	background-color: #ffffff;
	z-index: 1;
	margin: .1em .5% 0 0;
}
/***** TYPE STYLES end *****/


#dataentry_form {
    width: auto;
    margin: 0 auto;
      font-size: 11px;
}
#dataentry_form table{width:100%;}

#dataentry_form #theTable.rightColumn input{
    font-size: 10px;
    padding: 0px;
}
#dataentry_form #theTable.rightColumn select{
    font-size: 10px;
    padding: 0px;
}
#dataentry_form select{
    font-size: 11px;
    padding: 2px;
}
#theTable h3.wikilink {width: auto;}

#theTable td, #theTable tr, theTable input{padding:0px;
    margin:0;
}
#theTable table.parts input {padding: 0;width: 99.8%;}
#theTable table.attributes input {padding: 0;}
#theTable table.parts select
{padding: 0;width: 99.8%;}
#theTable table.attributes select {padding: 0;width: 99.8%;min-width:20px;}
.leftColumn {
}
.middleColumn {
}
.rightColumn{
}
.mammtab td {width: 30px;}
#AttTable td {width: 50px;}
#AttTable input {width:80px;}
#AttTable span {width:70px;}
select.selectatt {width:35px;padding:0;}
.munits {width: 36px;}
.SpecAtts td, .SpecAtts th {width:40px;}
.bottomDEtable {
    padding-top: 1em;
    width:100%;
    clear:both;
    border: none;
}
.bottomDEtable input {width: 98%;}
.bottomDEtable select {width: 98%;}
.destatus {font-size: 14px;color: red;}
.status2 {font-size: 13px;}
td.geometh select {
    width: 280px;
    white-space:pre-wrap;
}
h3 {
	font-size: 1.24em;
	font-weight: 540
}
h3.wikilink {
	width: auto;
	margin-bottom: .15em;
	margin-top: .9em;
	line-height: 1em;
}
h3.wikilink span {
	font-style: italic;
	font-size: smaller;
}
h3.wikilink img {
	vertical-align: top;
	margin-top: -7px
}
table.noborder {border: none;}
#msg {
	position:fixed;
	z-index:10000;
	text-align:right;
	background-color:white;
    font-weight: bold;
    bottom: 7px;
    font-size: 16px;
    right:15px;
    padding: 0 5px;
    text-transform: uppercase;

}
#loadedMsgDiv{display:none;}
.isGoodEdit {
	background-color:#00CCCC;
}
.isBadEdit, isBadEdit tr:nth-child(even) {
        background: #b58aa5;
}
.geol_hier {width: 56em;margin: 0 auto;padding: 1em 0 3em 0;}

.geol_hier li {margin-left: 1.5em;}
.geol_hier label {padding-top: .25em;}
.geol_hier ul {list-style: circle;margin-left: 1.5em;}
.geol_hier table {padding: 2px 16px;margin-bottom: 1em;}
.geol_hier p {padding-bottom: .5em;}

ul.agent_act {margin-left:1.5em; padding: .5em 0 1em 0;}
ul.agent_act ul {list-style: circle;margin-left: 1.5em;}


#loadedMsgDiv{display:none;}
.isGoodEdit {
	background-color:#00CCCC;
}
.isBadEdit, isBadEdit tr:nth-child(even) {
        background: #b58aa5;
}
.isBadEdit, isBadEdit tr:nth-child(odd) {;
        background: #b58aa5;
        background: -moz-linear-gradient(top, #b58aa5 58%, #d5b9ca 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #b58aa5), color-stop(100%, #d5b9ca));
        background: -webkit-linear-gradient(top, #b58aa5 58%, #d5b9ca 100%);
        background: -o-linear-gradient(top, #b58aa5 58%, #d5b9ca 100%);
        background: -ms-linear-gradient(top, #b58aa5 58%, #d5b9ca 100%);
        background: linear-gradient(to bottom, #b58aa5 58%, #d5b9ca 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58aa5', endColorstr='#d5b9ca', GradientType=0 );
}
.isEnter {
	border:none;
	background-color:#bed88f;
    padding: 0em;
}
.hasProbs {
	background-color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#theTable .infoLink {
    color:blue;
    font-size: 11px;
    cursor: pointer;
}
div.processMessage{
    font-size: 20px;
}
div#modeDisplayDiv {
    color: gray;
    font-size: 15px;
    background-color: white;
    padding: 3px 1%;
    margin-bottom: 5px;
}
div#loadedMsgDiv {
    color:red;
    font-size: 15px;
    background-color: white;
    padding: 3px 2px;
   width:80%;
}
.DE_far_right {width: 18%;}
.barcodes p {padding: .25em 0;}
.barcodes label, .barcodes select {font-size: 12px;margin-top: .25em;}

ul.labels {width: 550px;list-style: disc;margin-bottom: 1em;margin-top: 1em;}
ul.labels li {margin-left: 1.5em;padding: .25em 0;}
ul.labels ul {list-style: circle;}
#labels2 label {padding-top: .32em;}


input.part_at {
        width: 83px;
        float: left;
        display: inline;
}
.f11a {
	font-size:11px;
	padding-left:2px;
}
.mainAtts th {text-align: left;margin-left:0;padding-left:0;}

.div1 ul {
        width: 560px;
        margin: 0;
        padding: 0;
        overflow: hidden;
}
.div1 ul li {
        display: inline;
        font-size: 10px;
        float: left;
        width: 84px;
        margin: 2px 9px 5px 0px;
}
a.part_att_btn {
        font-size: 10px;
        font-weight: bold;
        color: #666;
        background-color:#a9c9fd;
        display: block;
        padding:1px 5px;
        border: 1px solid #666;
        cursor:pointer;
        text-align:center;
        width: auto;
        margin-left: 1px;
}
table.bottom_band {
    padding-bottom: 3px;
    width:100%;
    margin-left:-.02em;
    border: 2px solid green;
    background-color: beige;
}
table.botton_band a {font-size: 15px;}

/*input {
        width: auto;
}*/
input.reqdClr {
        width: auto;
}
#loadingAnimation{
	position:fixed;
	top:50%;
	left:40%;
	padding:5px;
	z-index:2001;
}
#theTable label {
	display:inline;
	font-size:11px;
	font-weight:400;
	padding-right:.01em;
}
#loadedMsgDiv{display:none;}
.isGoodEdit {
	background-color:#00CCCC;
}
.isBadEdit, isBadEdit tr:nth-child(even) {
        background-color: #FF6EC7;
        background-color: #B58AA5;
        background: #b58aa5; /* Old browsers */
	background-color:#c192ae;
/*	background-color:#c9B3C0;*/
}
.isBadEdit, isBadEdit tr:nth-child(odd) {
        background: #b8d1f3;
        background: #cecece;
        background: #d5b9ca;
        background: #b58aa5; /* Old browsers */
        background: -moz-linear-gradient(top, #b58aa5 58%, #d5b9ca 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #b58aa5), color-stop(100%, #d5b9ca)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #b58aa5 58%, #d5b9ca 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b58aa5 58%, #d5b9ca 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b58aa5 58%, #d5b9ca 100%); /* IE10+ */
        background: linear-gradient(to bottom, #b58aa5 58%, #d5b9ca 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b58aa5', endColorstr='#d5b9ca', GradientType=0 ); /* IE6-9 */
}
.isEnter {
	border:none;
	background-color:#bed88f;
}

#msg {
	position:fixed;
	bottom:0;
	z-index:10000;
    margin: 0 auto;
	text-align:center;
	font-size:20px;
	width:8%;
	border:2px solid black;
	background-color:white;
}
.bad{
    color:red;
}
.good{
    color:green;
}
#theTable input, #theTable select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
}
.firstOfRow {
    float: left;
    width: 100px;
}

.noShow {
	display:none;
}
.doShow {
	/* normal */
}
.f11a {font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right:2px;
}
.hasProbs {
	background-color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
/*  input:focus, textarea:focus, select:focus {
	border: 1px solid #FFFF00;
}*/
#theTable .fs {
	border: 1px ridge #669999;
	width:100%;
	padding:.01em;
	margin:.02em;
}
.err {
	width:100%;
	text-align:center;
	border:1px solid red;
	font-size:small;
}
#theTable .f11b {
        float: left;
        padding-right: 1em;
        padding-left: 1em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        padding-right: 2px;
        padding-top: 1em;
}

table.collector input.reqdClr {
        width: 142px;
}
table.collector select.reqdClr {
        width: 80px;
}
table.geotable select {
        width: 110px;
}
#theTable textarea {
        margin: 0 4px;
}
/*** Below: Used for Part Attribute button and popup  ***/
input.part_at {
        width: 83px;
        float: left;
        display: inline;
}
.div1 ul {
        width: 560px;
        margin: 0;
        padding: 0;
        overflow: hidden;
}
.div1 ul li {
        display: inline;
        font-size: 10px;
        float: left;
        width: 84px;
        margin: 2px 9px 5px 0px;
}
a.part_att_btn {
        font-size: 12px;
        font-weight: bold;
        color: #666;
        background-color:#a9c9fd;
        display: block;
        padding: 0px 3px;
        border: 1px solid #666;
        cursor:pointer;
        text-align:center;
        width: auto;
}
table.bottom_band {
        padding-bottom: 5px;
}
.browsingBulk select, .browsingBulk label {font-size: 16px;}
.nobull {list-style:none;font-size: 15px;}
.nobull input {margin-top:0; padding-top:0;font-size: 14px;}

/*** Above: Used for Part Attribute button and popup  ***/

table.partname {border-radius: 5px;font-size: 14px;background: #ddd;margin-bottom: 1em;}
table.partname tr:nth-child(even)  {border: none;background-color: #fff;}
table.partname tr:nth-child(odd) {background-color: #f2f2f2; border: none;}
table.partname th {height: 20px;background-color: #bbd6e7;font-size: 15px;}
table.partname th.inside, table.partname td.inside {padding: 2px 8px;text-align: left;margin:0;vertical-align: middle;min-height: 20px;font-size: 15px;}
table.partname td.partnameatts {padding-bottom: 3px;}
.shippingBlock {border: 1px solid #ccc;overflow: hidden;padding:10px;width:74.5em;}
.shippingBlock h3 {margin: 0 auto;}
div#shipments {
	/*width: 74.5em;*/
	margin: 0 auto;
}

div#shipments input {margin-top: 1em;}
div.shipment {width: 74.5em;margin: 0 auto;margin-top: 1em; border-bottom: 1px solid black;margin-bottom: 1em;padding-bottom: 1em;float:left;}
div.shipment ul.shipheaders {width: 74.5em;float:left;display:inline;list-style-type:none; margin: 0 auto; margin-bottom: 0.5em; }
div.shipment ul.shipheaders li {width: 150px;font-weight: bold; float:left;display:inline;list-style-type:none;color: black; margin: 0 auto;}
div.shipment ul.shipdata {width: 74.5em;float:left;display:inline;list-style-type:none;margin-top:0; margin-bottom: 0.25em; }
div.shipment ul.shipdata li {width: 150px;font-weight: normal; float:left;display:inline;list-style-type:none;color: black;}
div.shipment ul.shipaddresseshead li {width: 575px;font-weight:bold; float:left;display:inline;list-style-type:none;color: black;margin-top:.5em;}
div.shipment ul.shipformhead li {width: 575px;font-weight:bold; float:left;display:inline;list-style-type:none;color: black;margin-top:.5em;}
div.shipment ul.shipaddressesdata li {width: 575px;font-weight:normal; float:left;display:inline;list-style-type:none;color: black;margin-top:0em;padding-top:0;}
div.permitship { margin-left: 2em;border-top: 1px dashed green;padding-top: .5em;width: 70em;overflow: hidden;}
div#shipments div.permitship input {margin-top: 0px;}
div.shippermitstyle { margin-top: 1em;padding-top:1em;float: left;width: 76em;margin-bottom: .25em; padding-bottom: .5em; }
div.shippermitstyle h4 {font-size: 16px;margin:0 auto;padding-bottom:.5em; margin-left: 2em;}

div.shippermitstyle ul.permitshipul {width: 70%;font-weight:normal; float:left;display:inline;list-style-type:none;color: black;padding: .25em 0; margin: 0 auto; }
div.shippermitstyle ul.permitshipul li {width: auto;margin-right: 1em;font-weight:normal; float:left;display:inline;list-style-type:none;color: black;}
div.shippermitstyle ul.permitshipul li input {margin-top:0;}
div.shippermitstyle ul.permitshipul2 {width: 30%; font-weight:normal; float:left;display:inline;list-style-type:none;color: black;padding: .25em 0; margin: 0 auto; }
div.shippermitstyle ul.permitshipul2 li {width: auto;margin-left: 1em;font-weight:normal; float:left;display:inline;list-style-type:none;color: black;}
div.shippermitstyle ul.permitshipul2 li input {margin-top:0;}
div.changeship {width: 74.5em; float:left;  }
div.shipbuttons {margin-right: .5em; float: left;display:inline;}
div.addstyle {float:left;display: inline;width:75em; margin: 0 auto;}
div.addstyle .shipmentnote {width: auto;font-size: 14px; font-weight: bold; float: left;  display: inline; color: #333;margin-top: 3px}
div.addstyle .lnkBtn{width: auto;margin-right: 2em;font-size: 14px; font-weight: bold; float: left;  display: inline; color: #333;}
div#accsection {width: 75em;margin: 0 auto;padding: 3px 0;clear:both;}
div#accsection h3 {margin-bottom: .5em;margin-top: 1.5em;}
div#accsection ul.accn li.accn2 {margin: .5em 0 .5em 0;list-style:none;border-bottom: 1px dashed black;padding: .5em 0;}
div#accsection ul.accn li.accn2:last-child {margin: .5em 0 .5em 0;list-style:none;margin-bottom: 1em;border-bottom:none;}
div#accsection ul.accn li span, div#accsection ul.accnpermit li span  {font-weight: 580;}
div#accsection ul.accnpermit li {margin: .25em 0 .25em 0;list-style:none;}
div#permitmedia {width: 75em;margin: 0 auto;padding:10px;padding-bottom: 2em;}
div#permitmedia h3 {width: 75em;margin: 0 auto;margin-bottom: .5em;padding-top: .5em;}
div#permitmedia ul li {margin: .25em 0;list-style:none;margin-bottom: .5em;}

div.deletestyle { margin: 0 auto;float:left;height: 33px;}

/**************Used on Transaction Pages*****************/
/**************Used on Transaction Pages*****************/
/**************Used on Transaction Pages*****************/
.pageContainer {
	overflow: hidden;
	padding: 10px 20px 1em 20px;
	width: 75em;
	margin: 1em auto;
	background-color: #ffffff /*{a-body-background-color}*/;
	border: 1px solid #8c8c8c; /*{a-body-border}*/
	;
	color: #000000 /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #eeeeee /*{a-body-shadow-color}*/;/*Goes around each block on page (e.g., shipment, permit) to include gray border*/
	-webkit-border-radius: .3125em /*{global-radii-buttons}*/;
	border-radius: .3125em /*{global-radii-buttons}*/;
}
.pageContainer h2 {
	font-size: 20px;
	margin: .5em 0;/*Header for each block*/
}
.tableGrid {
	float: left;
	width: 100%;
	border: 1px solid red;
	margin-top: 1em;
}
.tableGrid h3 {
	font-size: 18px;
	margin-bottom: .5em;
}
.gridRow {
	float: left;
	width: 100%;
}
.gridColumn {
	float: left;
	width: 50%;
}
.gridColumn select {
	background-color: #e6e6e6 /*{a-bhover-background-color}*/;
	border: 1px solid #7e7e7e /*{a-bhover-border}*/;
	color: #000000 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #eeeeee /*{a-bhover-shadow-color}*/;
	-webkit-border-radius: .3125em /*{global-radii-buttons}*/;
	border-radius: .3125em /*{global-radii-buttons}*/;
	font-size: 16px;
	margin: .5em 0;
	padding: .7em 1em;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	float: left;
}
.gridColumn h4 {
	font-size: 16px;
	float: left;
	margin: 0;
	width: 100%;
}
.gridColumn input {
	background-color: #ffffff /*{a-bhover-background-color}*/;
	border: 1px solid #7e7e7e /*{a-bhover-border}*/;
	color: #000000 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #eeeeee /*{a-bhover-shadow-color}*/;
	-webkit-border-radius: .3125em /*{global-radii-buttons}*/;
	border-radius: .3125em /*{global-radii-buttons}*/;
	font-size: 16px;
	margin: .5em 0;
	padding: .7em 0;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
.gridColumn input.reqdclr {
	background-color: rgb(250, 255, 189);
}
.gridColumn textarea {
	background-color: #ffffff /*{a-bhover-background-color}*/;
	border: 1px solid #7e7e7e /*{a-bhover-border}*/;
	color: #000000 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #eeeeee /*{a-bhover-shadow-color}*/;
	-webkit-border-radius: .3125em /*{global-radii-buttons}*/;
	border-radius: .3125em /*{global-radii-buttons}*/;
}
/***************************
****************************
****************************/
.trans_container {	/*Goes around each block on page (e.g., shipment, permit) to include gray border*/
	overflow: hidden;
	padding: 10px 17px 1em 17px;
	/*width: 100%;*/
	margin: 0 auto 1.5em auto;
	background-color: #ffffff /*{a-body-background-color}*/;
	border: 1px solid #8c8c8c; /*{a-body-border}*/
	color: #1E1E1E /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #eeeeee /*{a-body-shadow-color}*/;
	-webkit-border-radius: .25em /*{global-radii-buttons}*/;
	border-radius: .25em /*{global-radii-buttons}*/;
	-moz-box-shadow: inset 0px 50px 0 0 #f7f7f7;
	-webkit-box-shadow: inset 0px 50px 0 0 #f7f7f7;
	box-shadow: inset 0px 50px 0 0 #f7f7f7;
	width: 75%;
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size:14px;
	font-weight: normal;
}
.trans_container table label,.trans_container table#loanAgents th  {padding-bottom: .35em;letter-spacing:.02em;font-weight:450;margin-top: 1em;font-size: 13px;}

.trans_container a {
	color: #3387ab;color:#468dc8;
	text-decoration: underline;
	font-weight: 600;
}
.trans_container div.warning, .trans_container p.warning {font-weight: 400;margin-top: 1em;float: left;}
.trans_container ul {
	list-style: none;
	font-weight: 500;
}
.trans_container header {
	box-shadow: inset 0px 50px 0 0 #f7f7f7;
	-webkit-box-shadow: inset 0px 50px 0 0 #f7f7f7;
	-webkit-border-radius: .3125em /*{global-radii-buttons}*/;
	border-radius: .3125em /*{global-radii-buttons}*/;
	padding: 0;
	margin: 0 -15px 0 -15px;
}
.trans_container select {padding: 5px 10px;}
.trans_container input {padding: 5px 10px;-webkit-border-radius: .25em /*{global-radii-buttons}*/;
	border-radius: .25em /*{global-radii-buttons}*/;}
.trans_container textarea {-webkit-border-radius: .25em /*{global-radii-buttons}*/;
	border-radius: .25em /*{global-radii-buttons}*/;padding:5px 10px;}
.trans_container input.reqdClr,.trans_container textarea.reqdClr,.trans_container select.reqdClr {background-color: #fff5d5;}

.trans_container header h2 {
	padding-bottom: 1em;
	font-size: 28px;
	margin-top: .5em;
	color: #1E1E1E;
	font-weight: 400;
	letter-spacing: .02em;
	padding-left: 17px;
	text-shadow: 0 1px 0 #eee;
}
.trans_container h3 {
	font-size: 1.25em;
	margin: .5em 0;/*Header for each block*/
	color: #1E1E1E;
	margin-top: .25em;
	padding-bottom: 1em;
	text-shadow: 0 1px 0 #eee;
	padding-left: 3px;
}
.trans_container h4 {
	font-size: 1.1em;
	margin: .5em 0;/*Header for each block*/
	color: #1E1E1E;
	margin-top: .25em;
	font-weight: bold;
	padding-bottom: 1em;
	text-shadow: 0 1px 0 #eee;
	padding-left: 5px;
}
.trans_container table tr td:first-child {
	text-align: left;
	width: 150px;
	padding: 0;/*Keeps the first column in a table at a good width especially useful for create permit page*/
}
.trans_container table tbody tr td {
	text-align: internal-left;/*cancels an agent style sheet style "internal-center"*/
}
.inner_trans {
	clear: both;
	float: left;
	border-left: 1px solid gray;
	margin: 0.5em .25em .5em 2em;
	padding: 0 0 0 12px;/*Puts an indent on this "inner" block with a left border.  Used on permits within a shipment.*/
	font-weight: normal;
}
.inner_trans h4 {
	overflow: hidden;
	font-size: 1em;
	font-weight: bold;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	padding: 0;
	margin: 0;/*Puts a title on the inner block (e.g., Permits) */
}
ul.trans_headers {
	width: 100%;
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0 auto;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding: 0;/*These are the column headers on a inline list (looks like a table)(e.g., Shipment headers)*/
}
ul.trans_headers li {
	width: 15%;
	font-weight: bold;
	float: left;
	display: inline;
	list-style-type: none;
	color: black;
	margin: 0 auto;
	padding: 0;/* column headers on an inline list */
}
ul.trans_data {
	width: 70%;
	float: left;
	flex-wrap: wrap;
	list-style-type: none;
	margin: .2em 1em .2em 0;
	padding: 0;/*creates a container for the data*/
}
ul.trans_data li {
	width: 100%;
	font-weight: normal;
	float: left;
	list-style-type: none;
	color: black;
	margin: 0 0 0em 0;
	padding: 0;/* determines the width and spacing for the data within the ul */
}
ul.trans_data li input {
	margin-left: 10px;/* gives space to the buttons that appear directly after and inline with the data (e.g. Permits listed) */
}
ul.trans_headers_wide {
	width: 100%;
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0 auto;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding: 0;/*shipment address headers*/
}
ul.trans_headers_wide li {
	width: 45%;
	font-weight: bold;
	float: left;
	display: inline;
	list-style-type: none;
	color: black;
	margin: 0 auto;
	padding-right: 1em;/* shipment address headers*/
}
ul.trans_data_narrow {
	padding: 0;/*for first row of shipment "table" (inline list)*/
}
ul.trans_data_narrow li {
	width: 15%;
	font-weight: normal;
	float: left;
	display: inline;
	list-style-type: none;
	color: black;
	margin: 0 0 1em 0;/*for first row of shipment "table" (inline list)*/
}
ul.trans_data_wide {
	padding: 0;/*for addresses in shipment "table" (inline list)*/
}
ul.trans_data_wide li {
	width: 45%;
	font-weight: normal;
	float: left;
	display: inline;
	list-style-type: none;
	color: black;
	margin: 0 0 1em 0;
	padding-right: 1em;/*This is to accommodate the large address (width)*/
}
.trans_buttons {
	width: 90%;
	clear: both;
	list-style: none;
	margin: .5em 0 0 0;/*This is to create a container that encloses the row of buttons (e.g. Shipment edit, romove, and move). [same as trans_button_single except for the space]*/
}
.trans_buttons input {
	float: left;
	margin-right: 1em;
	display: inline;
	margin-bottom: 1em;/*This is for a row of buttons that need space under them (e.g. Shipment edit, remove, and move) [same as trans_button_single except for the space at bottom]*/
}
.trans_button_single {
	width: 100%;
	clear: both;
	margin: .5em 0 .25em 0;/*This is to create a container that encloses the single button (e.g., add shipment) and the note */
	list-style: none;
}
.trans_button_single input {
	float: left;
	margin-right: 1em;
	display: inline;/*This is for single buttons that need to be inline with the note and against the left margin. */
}
.trans_buttons_group {
	width: 100%;
	clear: both;
	margin: .5em 0 1.2em 20%;/*This is to create a container that encloses the single button (e.g., add shipment) and the note */
	list-style: none;
	padding-bottom: 1em;
}
.trans_buttons_group input {
	float: left;
	margin-right: 1em;
	margin-left: .65em;
	display: inline;/*This is for single buttons that need to be inline with the note and against the left margin. */
}
.content_box {
	padding-bottom: 2em;
	/*overflow-x: scroll;*/  /*Adds a little space at the bottom of the form.  This should be moved further up after tested on other pages. */
}
.group_trans {
	float: left;
	border-bottom: 1px solid gray;
	margin-bottom: 1.2em;
	padding-bottom: 1em;
	/*width: 74em;*/
	/*This puts a line after the group of shipments so that the "add a shipment" button is separate*/
}
p.trans_para {
	margin: 1em 0 0 0;
	padding: 0;/*instructional notes on form*/
}
.transButton {
	background-color: #e6e6e6 /*{a-bhover-background-color}*/;
	border: 1px solid #7e7e7e /*{a-bhover-border}*/;
	color: #000000 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #eeeeee /*{a-bhover-shadow-color}*/;
	-webkit-border-radius: .3125em /*{global-radii-buttons}*/;
	border-radius: .3125em /*{global-radii-buttons}*/;
	font-size: 16px;
	margin: .5em 0;
	padding: .22em .7em .18em .7em;
	text-align: center;
	/*
	display: block;
    position: relative;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	*/
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline;
}
.transButton:hover {
	background-color: #FFFFFF /*{a-bhover-background-color}*/;
	border-color: #8c8c8c /*{a-bhover-border}*/;
	color: #000000 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #eeeeee /*{a-bhover-shadow-color}*/;
}
form#newDeacc {
	float: left;
	width: 700px;
	margin-right: 2em;
	position: relative;
	overflow: hidden;
}
form#borrow {
	margin-left: 0;
	float: left;
	width: 64%;
}
#nextNumDiv {
	float: left;
	border: 2px solid green;
	margin-right: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 12px;
	margin-left: 1.4em;
	position: relative;
	overflow:hidden;
	width: 30%;
	display: inline;
}
#nextNumDiv h4 {font-size: 1.1em; font-weight: bold;}
#newDeaccTable {
	padding: 10px;
}
#nextNumDiv ul li {
	padding: .25em;
	list-style: none;
	font-size: 1.1em;
}
.trans_container .linkButton {
	-webkit-border-radius: .3125em /*{global-radii-buttons}*/;
	border-radius: .3125em /*{global-radii-buttons}*/;
	background-color: #e6e6e6 /*{a-bhover-background-color}*/;
	border: 1px solid #7e7e7e /*{a-bhover-border}*/;
	color: #000000 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #eeeeee /*{a-bhover-shadow-color}*/;
	background-color: #e6e6e6 /*{a-bhover-background-color}*/;
	border: 1px solid #7e7e7e /*{a-bhover-border}*/;
	padding: 2px 10px;
	margin-left: 10px;
}
.trans_container .loan_results {padding-bottom: 1em;}
.trans_container table.borrow tr td{border-bottom: 1px solid #ccc;font-weight: normal;}
#listloans {padding-bottom: 1.5em;}
#listloans .trans_buttons {margin-left: 10%;}
#listloans dd.mandcolr {
    background-color: #FFF5D5;
}
#listloans dd.mandcolrstatus {
    background-color: #FFF5D5;
    color: #333;
}
#listloans dd.emptystatus {
    color: #333;
    background-color: #ccc;
}
form#newLoan {float: left;}
.trans_container .likeLink {color: #468cc8;}
.agent_group {
	border: 1px solid #ccc;
	padding: 10px;
}
.ui-widget-header {
	border: 1px solid #A41034;
    background: #c1272d url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;background-color:#c1272d; }
		a.seeTipsLink {margin-left: 2.5em;
			color: #114bc7;
			font-size: 15px;
			cursor: pointer;
			display:block;
			background-color: lightgray;
			border: 1px solid #888;
			padding: 3px 6px;
			width:179px;
			border-radius: 5px;
	}
.tipPane {
			width: 96%;
			padding: 10px 30px;
			font-size: 13px;
}
.tipPane h5 {
			font-size: 14px;
			padding: 5px 0;
			margin: 0;
	}
.tipPane ul {
			float: left;
	}
.tipPane ol{
			float: left;
			-webkit-padding-start:0;
			-webkit-margin-before: 0;
			-webkit-margin-after:0;
	}
.tipPane ol li {
			margin-left: 2em;
			line-height: 17px;
				padding-right: 5em;
	}
.tipPane ul li {
			margin-left: 2em;
			padding-right: 5em;
			line-height: 17px;
}
div.lefttips {
			width: 50%;
			float: left;
	}
	div.lefttips p {
				float: left;
				width: 100%;
				padding: 12px 0 6px 0;
	}
div.rightexamples {
			width: 50%;
			float:right;
	}
div.rightexamples p {
			float: left;
			width: 100%;
			padding: 12px 0;
}
/* To ensure that jquery-ui dialogs are placed above the menu */
.ui-front { z-index: 3000 !important; } 
.ui-dialog { z-index: 3001 !important; }

.tooltipMap {
position: relative;
display: inline-block;
border:none;
}
.tooltipMap .tooltiptextMap {
visibility: hidden;
width: 350px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 6px;
font-size: 12px;
position: absolute;
z-index: 1;
right:15px;
top: -60px;

}
.tooltipMap:hover .tooltiptextMap {
visibility: visible;
}
span.uncertaintyDisplay {
	font-size: 12px;display:inline-block;padding-top: .5em;
}

/* BEGIN specimen results maps */
	#gmapsrchtarget {
		width: 345px;
	}
	#map_canvas { height: 500px;width:100%; }
	
	
	#spresmapdiv { 
	}

	.tinymap {
		height: 125px;
		width:125px;
	}
	.smallmap {
		height: 250px;
		width:250px;
	}
	.largemap {
		height: 400px;
		width:400px;
	}
	.hugemap {
		height: 800px;
		width:800px;
	}

/* END specimen results maps */


/* BEGIN over-ride some annoying jquery-ui stuff */
	/* multiselect outgroup labels are flippin tiny */
	.ui-multiselect-optgroup-label a {
		font-size:1.4em
	}
	
	/* Carla doesn't like linunder */
	.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    	border-top: 1px solid !important;
    	border-bottom: none !important;
	}
	/* visited links in multiselect are strange, so override them */
	
	.ui-helper-reset a, ui-helper-reset a:visited {
		color:blue !important;
	}
	
	
	/* the dialog popups use jQueryUI's .6em and it's hard to read, so.... */
	#dialog{
		font-size:1.4em;
	}
	.ui-autocomplete {
	       max-height: 100px;
	       overflow-y: auto;
	       /* prevent horizontal scrollbar */
	       overflow-x: hidden;
	       font-size:x-small;
	       max-width:200px;
	   }
	.ui-widget { font-size: .6em; }
/* END over-ride some annoying jquery-ui stuff */


	/* BEGIN specimendetail map stuff */
	.uglyGeoSPatData{
		border:4px solid red;
		margin:.3em;
		padding:1em;
	}
	.niceGeoSPatData{
		border:3px solid green;
		margin:.3em;
		padding:1em;
	}
	.noWKT{
		border:3px solid yellow;
			margin:.3em;
			padding:1em;
		}
	/* END specimendetail map stuff */
	
	
