html {
	height:100%;
	/*max-height:100%;*/ 
	
	padding:0;
	margin:0;
	border:0;
	font-family:verdana, arial, helvetica, sans-serif;
}

body {
	height:100%; 
	/*max-height:100%;*/ 
	overflow:auto; 
	padding:0; 
	margin:0; 
	border:0; 
/*	color:#333; */
}

#Header {
	position:absolute;
	width:780px;
	margin: 0;
	top:0;
	display:block;
	padding-top: 10px;
	z-index:5;

	line-height:11px;
	/*background-image: url("/snplmaprephase1/snplma/images/LRIS_Resource_Inventory_sys.gif");*/
	background-image: url("/snplmaprephase1/snplma/images/snplma-header-1.jpg");
	
	background-repeat:no-repeat;
	/*border-style:inset; */
	border-color:black;
	border-width:1px 0px 0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	/* ugly brilliant hack for IE5/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
}


.contentWrapper {
	width: 780px;
	background-color:#E1E1E1;
	border-top: 1px solid black;
} 


.pad1 {
	display:block;
	height:107px; /* height to miss header and footer */
}

.pad2 {
	display:block;
	height:35px; /* height to miss header and footer */
}

.footerSpacer {
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	
}


/* Again, "be nice to Opera 5". */
body>#Menu {width:80px;}


.topMenu {
	margin-left: 161px;
	padding-bottom: 4px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 608px;
	height: 3%;
	background-color: #f8fdff;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	/*
	color:#abcdef; 
	color: #8C1717;
	*/
}

h3 {
	font-size:12px;
	text-decoration:none;
	font-weight:600;
}

.contentLabel {
	color:black;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
.contentLabel-1 {
	color:black;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	WORD-BREAK:BREAK-ALL;
}

p {
	font:11px/20px; 
	margin:0px 0px 16px 0px;
	padding:0px;
}

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	font-size:11px;
	text-decoration:none;
	font-weight:600;
}

a:link {color:#5B5A67;}
a:visited {color:#5B5A67;}

a.helplink {
	color:#006699;
	font-size:11px;
	text-decoration:none;
	font-weight: 400;
}
	
a.helplink:link { text-decoration: none; color: #000000; }
a.helplink:visited { text-decoration: none; color: #000000; }
a.helplink:hover { text-decoration: none; color: #475767; cursor:help; background-color:#eee;}

a.helplinkPlain {text-decoration: none; font-size: 16px; color: #ffffff !important;}
a.helplinkPlain.link {text-decoration: none; font-size: 16px; color: #ffffff;}
a.helplinkPlain.visited {text-decoration: none; font-size: 16px; color: #ffffff;}
a.helplinkPlain:hover {text-decoration: none; cursor: help; font-size: 16px; color: #ffffff;}

div.row {
	float: left; 
	text-align: left; 
	width: 780px; 
	clear: both; 
/*	border: 1px solid lightgrey; */
	border: 0px;
	padding: 5px 0px 0px 20px;
}

div.subMenuRow {
	float: left;
	text-align: left;
	width: 780px;
	padding: 0px 0px 3px 40px;
	color: #FFFFFF;
	background-color: #807F8F;
	border-right-style: outset;
	border-right-width: medium;
	border-right-color: #807F8F;
	border-left-style: outset;
	border-left-width: medium;
	border-left-color: #807F8F;

}

div.subMenuRow2 {
	float: left;
	text-align: left;
	width: 780px;
	padding: 0px 0px 3px 60px;
	color: #FFFFFF;
	background-color: #BFBFC8;
	border-right-style: outset;
	border-right-width: medium;
	border-right-color: #BFBFC8;
	border-left-style: outset;
	border-left-width: medium;
	border-left-color: #BFBFC8;

}

div.subMenuItem {
	float: left;
	text-align: left;
	width: 780px;

	padding: 0px 0px 2px 20px;
	color: #5B5A67;
	background-color: #FFFFFF;
}

div.row_right {
	float: left; 
	text-align: left; 
	width: 780px; 
	clear: both; 
	border: 0px;
	padding: 5px 20px 0px 0px;
}

div.blank_row {
	clear: both;
}

div.clearer {clear: left; line-height: 0; height: 0; margin: 0px; padding: 0px;}

.contentLabel {
	color:black;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}

.valueLabel {
	color:black;
	font-size:11px;
	text-decoration:none;
}

div.spacer {
	clear: both;
}

input {
	font: 11px;
	background-color: transparent;
	color: #102132; 
	border: 0px; 
}

.input_field {
	font: 11px;
	background-color: white; 
	color: #102132; 
	border: 1px solid black;
}

select {
	padding-top: 5px;
	font: 11px;
	background-color: white;  
	/*
	background-color: #E1E1E1;
	background-color: #09c; 
	*/
	color: #102132; 
	border: 1px solid #284279; 
}



textarea {
	font: 10px;
	background-color: white;  
	color: #102132; 
	border: 1px solid #284279;
	margin: 0px;
	padding: 0px;
}


form { 
	margin: 0px;
	padding: 0px;
	font: 10px;
}


.checkbox {
	border: 0px; 
	background-color: #CCCCCC; 
	border: 0px;
	float: left;
	margin-left: 0px;
	text-align: right;
	height: 18px;
	font: 11px;
	color: black;
	/* background-color: transparent; */
	width: 40px;
}

.radio {
	border: 0px;
	float: left;
	margin-left: 0px;
	text-align: right;
	height: 18px;
	font: 11px;
	color: black;
	background-color: transparent; 
	width: 40px;
}

.rowheader {
	clear: both;
	height: 22px;
	width: 780px;
	padding: 0px 0px 3px 20px;
	float: left;
	border: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
	background-color: #5B5A67;
	vertical-align: middle;
	border-top-style: outset;
	border-top-width: medium;
	border-top-color: #5B5A67;
	border-right-style: outset;
	border-right-width: medium;
	border-right-color: #5B5A67;

}

.rowfooter {
	clear: both;
	height: 22px;
	width: 780px;
	padding-top: 1px;
	padding-left: 20px;
	float: left;
	border: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
	background-color: #5B5A67;
	vertical-align: middle;
	border-bottom-style: outset;
	border-bottom-width: medium;
	border-bottom-color: #5B5A67;
	border-right-style: outset;
	border-right-width: medium;
	border-right-color: #5B5A67;

}


.tableheader {
	clear: both;
	height: 20px;
	width: 780px;
	padding: 0px 0px 0px 10px;
	/*float: left;*/
	border: 0px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
	background-repeat:repeat-y;
	background-color: #5B5A67;
	vertical-align: middle;
	margin: 10;
}

.tablebody {
	border: thin solid #5B5A67;
	border-right-style: outset;
	border-right-width: medium;
	border-right-color: #5B5A67;
	border-top-style: outset;
	border-top-width: medium;
	border-top-color: #5B5A67;
	background-color: #BFBFC8;
}

.csstable {
	color: #000000;
	margins: 0px;
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
	background-color: #E1E1E1;
}

.blank_table {
	background-color: transparent; 
	color: #000000; 
	width: 579px; 
	border: 0px;
}

.header-font {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-variant: small-caps;
	line-height:28px;
	font-weight:900;
	color: white;
}
.menu-items {
	float:right;
	color: white;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, arial, helvetica, sans-serif;
}

.button {
	font: bold 10px;
	height: 20px;
	background-color: #5B5A67;
	color: white;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 2;
	border-bottom-color: #807F8F;
	border-bottom-style: solid;
	border-right-color: #807F8F;
	border-right-style: outset;
	border-top-color: #807F8F;
	border-top-style: outset;
	border-left-color: #807F8F;
	border-left-style: solid;
}

input.onmouse {
	color: #cccccc;
	height: 20px;
	font: bold 11px;
	background-color: #807F8F; 
	margin-top: 3px; 
	margin-bottom: 3px; 
	border: 2;
	border-bottom-color: #807F8F;
	border-bottom-style: solid;
	border-right-color: #807F8F;
	border-right-style: outset;
	border-top-color: #807F8F;
	border-top-style: outset;
	border-left-color: #807F8F;
	border-left-style: solid;


}

input.offmouse {
	color: white;
	height: 20px;
	font: bold 11px;
	background-color: #5B5A67; 
	margin-top: 3px; 
	margin-bottom: 3px; 
	border: 2;
	border-bottom-color: #807F8F;
	border-bottom-style: solid;
	border-right-color: #807F8F;
	border-right-style: outset;
	border-top-color: #807F8F;
	border-top-style: outset;
	border-left-color: #807F8F;
	border-left-style: solid;
}

.searchTable {
	border: thin solid #5B5A67;
	border-right-style: outset;
	border-right-width: medium;
	border-right-color: #5B5A67;
	border-top-style: outset;
	border-top-width: medium;
	border-top-color: #5B5A67;
	background-color: #BFBFC8;
}

.table_reconcile {
		margin: 2px 0px 10px 20px;
        font: 10px;
        border: black 1px solid; 
        width: 670px; 
        background-color:#E1E1E1;
        border-collapse: collapse;
}

.pageMenu {
	padding-left: 10px;
}


/* Menu Stuff */
.mainMenu {
	position:relative;
	float: left;
}

.navMenu {
	display:none;
	position:absolute;
	top:18px;
	left:-1px;
	border-style:solid;
	border-color:#ccc;
	border-width:1px 1px 0 0;
	/*
	color:#333; 
	*/
	color:#E1E1E1; 
	/*
	color:#09c;
	*/
	/*
	background-color:#eee; 
	background-color:#102132;
	background-color:#006699;
	*/
	
	width:180px;
	voice-family:"\"}\"",inherit;
	width:150px;
}

html>body .navMenu {
	width:170px;
}
.navMenu .navMenu {
	top:-1px;
	left:179px;
}
.mainMenu, .navMenu {
	margin:0;
	padding:0;
}
.mainMenu li {
	/*
	border: solid 0px #999;
	color:#333; 
	*/
	color: white;
	/*
	background-color:#eee; 
	background-color:#09c;
	background-color:#E1E1E1;
	background-color:#006699; 
	*/
	
	display:block;
	float:left;
	width:145px;
	line-height:20px;
	list-style-type:none;
	position:relative;
	margin-right:-1px;
}
/* hide from MacIE \*/
.mainMenu li {
	width:auto;
}
/* end hide */
.navMenu li {
	width:auto;
	white-space:normal;
	display:block;
	float:none;
	position:relative;
	border-color:#ccc;
	border-width:0 0 1px 1px;
	border-width/**/:0 0 1px 0;
	margin:0px;
	padding:0px;
	line-height:inherit;
	/*text-indent:-16px;*/
	text-indent/**/:0;
	margin-left/**/:-16px;
	voice-family:"\"}\"",inherit;
	text-indent:0;
	margin-left:0px;
	border-width:0 0 1px 1px;
}
.mainMenu li a, .mainMenu li a:link, .mainMenu li a:visited {
	/*
	color:#333; 
	color:#102132;
	*/
	color: white;
	background-color:transparent;
	text-decoration:none !important;
	font-size:11px;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	display:block;
	border-color:#ccc;
	border-width:0;
	border-width/**/:0 0 0 1px;
	border-style:solid;
	voice-family:"\"}\"",inherit;
	border-width:0;
}
.mainMenu li a:hover, .mainMenu li a:active, .mainMenu li a:focus, .mainMenu li a.activeItem {
	/*
	color:#333; 
	color:#09c;
	color:#E1E1E1; 
	*/
	color: red; 
	/*
	background-color:#ccc !important; 
	background-color:#006699 !important;
	background-color:#102132 !important;
	
	*/
	background-color:#transparent !important;
	/*
	font-size: 12px;
	
	border: solid 1px #999;
	*/
}
.navMenu li a {
	display:block;
	width:100%;
	margin-bottom:0 !important;
}
html>body .navMenu li a {
	width:auto;
}

.menuEnd {
	clear:both;
}

.text_box {
	float: left;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font: 11px;
	font-size: 11px;
	background-color: white;  
	color: #102132; 
	border: 1px solid #284279; 
}

.text_box1 {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font: 11px;
	font-size: 11px;
	background-color: white;  
	color: #102132; 
}

.selectable_box {
	/*float: left;*/
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: white;
	color: #102132;
	border: 1px solid #284279;
	cursor:pointer;
	/*cursor:hand;*/
	font-size: 10px;
	font-weight: bold;
}
.selectable_box_onmouse {
	/*float: left;*/
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #807F8F;
	color: #FFFFFF;
	border: 1px solid #284279;
	cursor:pointer;
	/*cursor:hand;*/
	font-size: 10px;
	font-weight: bold;
}

.table_box {
	float: left;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: white;
	color: #102132;
	border: 1px solid #284279;
	font-size: 10px;
	font-weight: bold;
}

.text_box2 {
	float: left;
	text-align: left;
	padding-left: 5px;
	margin-right: 0px;
	font: 11px;
	color: #102132; 
}

.error{
        color: #FF0000;
        font: 11px;
        font-weight: bold;
        text-indent: 20px;
        padding: 5px;
        margin: 5px;
        vertical-align: text-bottom;
}

.errorBox{
	border-color:#000000;
	margin: 10px;
	margin-top: 10px;
}

.success{
        color: #009900;
        font: 11px;
        font-weight: bold;
        text-indent: 20px;
        padding: 5px;
        margin: 5px;
        vertical-align: text-bottom;
        list-style: list-item disc outside url(/snplmaprephase1/snplma/images/success.gif);
}

.alert{
        color: #6600FF;
        font: 11px;
        font-weight: bold;
        text-indent: 20px;
        padding: 0px;
        margin: 0px;
        vertical-align: text-bottom;
        list-style: list-item disc outside url(/snplmaprephase1/snplma/images/alert.gif);
}

.vertInput {
	float: left; 
	text-align: 
	left; margin-right: 10px;
}

.vertLabel {
	float: left;
}




a.pageLink, a.pageLink:link, a.pageLink:visited {
    color: #5B5A67;
}

a.pageLink:hover, a.pageLink:active, a.pageLink:focus, 
a.pageLink:activeItem {
    color: black; 
}

/* Added by HZ 05/28/2008 */
.tlable {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	/*margin: 0px 10px 10px;*/
	width: 700px;
}
.nlable {
	font-size: 11px;
	/*font-weight: bold;*/
	font-variant: small-caps;
	/*margin: 0px 10px 10px;*/
	width: 700px;
}
.sortable {
	border: thin solid #5B5A67;
	border-right-style: outset;
	border-right-width: thin;
	border-right-color: #5B5A67;
	border-top-style: outset;
	border-top-width: thin;
	border-top-color: #5B5A67;
	background-color: #BFBFC8;
}
.tlable1 {
	font-size: 11px;
	font-weight: bold;
	/*margin: 0px 10px 10px;*/
	width: 700px;
}
.hoverit img{
	/*border: 1px solid #ccc;*/
	cursor: default;
}

.hoverit:hover img{
	/*border: 1px solid navy;*/
	cursor: pointer;
}

/*//////////// */
.table-image
{
    border-style: none;
    border-collapse: collapse;
    
}
.table-image td
{
    border: 1px solid #000000;
    padding: 6px;
    background: #555555;
    font-size: 12px;
    vertical-align: top;
    
    
	background-color: #BFBFC8;
}
.table-image th
{
    border: 1px solid #000000;
    padding: 6px;
    background: #333333;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
.table-image td.bg_black
{
    background: #000000;
}
/*
	border: thin solid #5B5A67;
	border-right-style: outset;
	border-right-width: medium;
	border-right-color: #5B5A67;
	border-top-style: outset;
	border-top-width: medium;
	border-top-color: #5B5A67;
	background-color: #BFBFC8;
*/


