body
{
	/*background-color:#224499;*/
	background-color:#114411;

/*
	background-image: url("images/bg1.png");
	background-position: top left;
	background-repeat: no-repeat;
*/
/*
position:absolute;
width:100%;
height:100%;

top:0px;left:0px;
*/
}

.front
{
	z-index:10;
}
.z0
{
	z-index:0;
}
.z3
{
	z-index:3;
}
.z4
{
	z-index:4;
}
.z6
{
	z-index:6;
}
.z7
{
	z-index:7;
}
.z20
{
	z-index:20;
}

.rel
{
	position:relative;
}

/*
a{text-decoration:none;color:#FFFFFF;}
a:link{text-decoration:none;color:#FFFFFF;}
a:visited{text-decoration:none;}
*/

DIV.header
{
	position:absolute;
	top:0px;
	left:0px;
	
	width:100%;
	
	background-color:#FFDDDD;
}

table.headerTable
{
	width:100%;
	height:01px;
	top:0px;
	left:0px;
	border-collapse:collapse;
	background-color:#0000FF;
}


tr.headerTr
{
	background-color:#108807;
	color:#DDDDDD;
}
td#logoTd
{
	width:100%;
	
	/*background-image:url("images/databaseTitleFinal.jpg");
	
	background-position:center;
	background-repeat:no-repeat;
	*/
	filter:alpha(opacity=100);
	opacity:1;

}
td#titleTd
{
	/*width:70%;*/
	/*color:#FFEEAA;*/
	color:#FFAA00;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 190%;
	font-weight:700;
	text-shadow: 2px 2px 2px #222200;
}
td#loginTd
{
	/*width:20%;*/
	color:#224499;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 100%;
	font-weight:400;
	text-align:right;
}

table.infoLineTable
{
	background-color:#335599;
	width:100%;
	height:40px;
	
	border-width:2px;
	border-style:solid;
	border-color:#AA0055;
	/*border-collapse:collapse;*/
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 100%;
	font-weight:400;
	text-align:left;
	color:#FFFFEE;
	border-collapse:collapse;
}
table.menubar
{
	position:relative;
	z-index:1;
	top:0px;
	width:100%;
	height:2.5em;
	background-color:#FFFFFF;
	/*
	border-width:0px;
	border-style:solid;
	border-color:#000000;
	*/
	border-collapse:collapse;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 95%;
	font-weight:700;
	text-align:left;
	color:#112277;
}
table.menubar td
{
	/*background-color:#FFFFFF;*/
/*
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
*/	
/*	border-top:none;*/
/*	border-bottom:none;*/
	
	padding-left:5px;
	padding-right:5px;
	width: 12.5%;
}

table.menubar td:hover
{
	/*background-color:#EEEEFF;*/
}

td.highMenuTd
{
	
	/*width:100px;*/
/*	background-color:9999DD;*/
/*	background-color:#001133;*/
	background-color:#000122;
	/*
	background-image:url("images/highMenuTd2.gif");
	background-position:center;
	background-repeat:no-repeat;
	*/
	/*color:#3333AA;*/
	color:#FFF0A0;
	cursor:default;
	text-align:center;
	
	font-weight:bold;
	/*border-width:0px;*/
	
	
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	border-bottom:none;
	
}
td.lowMenuTd
{
	/*width:100px;*/
	background-color:#114411;
	/*
	background-image:url("images/lowMenuTd.gif");
	background-position:center;
	background-repeat: no-repeat;
	*/
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	
	border-width:0px 2px 0px 2px;
	border-color:#99BB99;
	border-style:solid;
	
}
td.lowMenuTd:hover
{
	background-color:#555599;
}


DIV.mainDiv
{
	position:relative;
	top:-1px;
	/*height:400px;*/
	
	border-width:1px;
	border-style:solid;
	border-color:#224499;
	/*border-top:none;*/
}


table.bottomLine
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 70%;
	font-weight:700;
}

td.bottomTd
{
	color:#AADDFF;
	cursor:pointer;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
td.bottomTd:hover
{
	color:#AAFFDD;
}

table.pageTable
{
	position:relative;
	width:100%;
	height:100%;
	border:none;
	border-collapse:collapse;
/*	background-color:#9999DD;*/
/*	background-color:#001133;*/
	background-color:#000122;
	
/*	filter:alpha(opacity=80);opacity:0.8;*/
}

td.topAligned
{
	vertical-align:top;
}

td.centerAligned
{
	vertical-align:center;
}

table#homeTable td
{
	/*border-collapse:collapse;*/
}

td.homeLeft
{
	position:relative;
	/*
	top:5px;
	left:0.5%;
	*/
	width:68%;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#000000;
	/*background-color:#FFFFFF;*/
/*
	background-image:url("images/homeTableBg.jpg");
	background-position:center;

	background-repeat:no-repeat;
*/
/*
  filter:alpha(opacity=70);
  opacity:0.7;
*/	
}
td.homeRight
{
	position:relative;
	/*
	top:5px;
	left:69%;
	*/
	width:30%;
	/*height:99%;*/
	background-color:#FFFFFF;
}



table#searchTable
{
	/*background-color:#DDDDFD;*/
}

div.pageHeader
{
	position:absolute;
	width:70%;
	/*
	height:1.5em;
	top:0.4em;
	left:0.4em;
	*/
	text-align:left;
	/*margin-top:-1.6em;*/
	border-width:0px 0px 1px 0px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#224499;
	font-size:1.5em;
	font-weight:700;
	color:#BB4422;
}
.pageHeaderLine
{
	position:relative;
	left:10px;
	top:10px;
	color:#FF9911;
	font-weight:700;
	font-size:22;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	
	/*line-height:1.5em;*/
}

table.queryTable
{
	/*position:relative;*/
	/*
	top:2.5em;
	left:0.4em;
	*/
	left:0px;
	width:100%;
	border:0px solid #000;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}
table.queryTable td
{
	position: relative;
	border:0px solid #000;
	vertical-align:top;
	/*background-color:#FF0000;*/
}

td.simpleBorder
{
	border:1px solid #000;
}

table.inputTable
{
	position: relative;
	/*z-index:5;*/
	width:100%;
	border-collapse:collapse;
	background-color:#114411;
	color:#123456;
	border:1px solid #000;
}
table.inputTable td
{
	position: relative;
	border:none;
	/*border:1px solid #F00;*/
	/*padding: 0.2em;*/
	line-height:1.8em;
	/*width:100%;*/
	text-align:center;

}

tr.inputTableHeader
{
	/*text-align:center;*/
	font-weight:700;
	border:none;
}

tr.inputFieldOdd
{
	background-color:#114411;
	width:100%;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#000000;
}
tr.inputFieldEven
{
	background-color:#114411;
	width:100%;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#000000;
}

td.attributeTd
{
	width:30%;
}

td.valueTd
{
	width:58%;
}

td.connectorTd
{
	width:12%;
}

input.attr
{
	position:relative;
	top:1em;
	left:0.5em;
	width:200;
}

input.val
{
	position:relative;
	top:1em;
	left:0.5em;
}

button.addButtonEnabled
{
	background-image:url('images/plusSignRectLow.jpg');
	background-repeat:no-repeat;
	background-position:center;
	border:0px solid #FFFF00;
	width:22px;
	height:18px;
}
button.addButtonEnabled:hover
{
	cursor:pointer;
	background-image:url('images/plusSignRectHigh.jpg');
	background-repeat:no-repeat;
	background-position:center;	
}

button.addButtonDisabled
{
	background-image:url('images/plusSignRectLow.jpg');
	background-repeat:no-repeat;
	background-position:center;
	border:0px solid #FFFF00;
	width:22px;
	height:18px;
}

button.removeButtonEnabled
{
	background-image:url('images/minusSignRectLow.jpg');
	background-repeat:no-repeat;
	background-position:center;
	border:0px solid #FFFF00;
	width:22px;
	height:18px;
}
button.removeButtonEnabled:hover
{
	cursor:pointer;
	background-image:url('images/minusSignRectHigh.jpg');
	background-repeat:no-repeat;
	background-position:center;	
}

button.removeButtonDisabled
{
	background-image:url('images/minusSignRectLow.jpg');
	background-repeat:no-repeat;
	background-position:center;
	border:0px solid #FFFF00;
	width:22px;
	height:18px;
}


button.searchButtonEnabled
{
	background-image:url('images/searchLow.jpg');
	background-repeat:no-repeat;
	background-position:center;
	border:0px solid #FFFF00;
	width:47px;
	height:18px;
}
button.searchButtonEnabled:hover
{
	cursor:pointer;
	background-image:url('images/searchHigh.jpg');
	background-repeat:no-repeat;
	background-position:center;	
}

button.searchButtonDisabled
{
	background-image:url('images/searchLow.jpg');
	background-repeat:no-repeat;
	background-position:center;
	border:0px solid #FFFF00;
	width:47px;
	height:18px;
}

button.clearButtonEnabled
{
	background-image:url('images/clearAllLow.jpg');
	background-repeat:no-repeat;
	background-position:center;
	border:0px solid #FFFF00;
	width:57px;
	height:18px;
}
button.clearButtonEnabled:hover
{
	cursor:pointer;
	background-image:url('images/clearAllHigh.jpg');
	background-repeat:no-repeat;
	background-position:center;	
}

button.clearButtonDisabled
{
	background-image:url('images/clearAllLow.jpg');
	background-repeat:no-repeat;
	background-position:center;
	border:0px solid #FFFF00;
	width:57px;
	height:18px;
}




button.enabled
{/*
  filter:alpha(opacity=100);
  opacity:1.0;
  */
}

button.disabled
{
  filter:alpha(opacity=30);
  opacity:0.5;
}


tr.recordRow
{
	/*background-color:#FF0000;*/
	
	cursor:pointer;
	color:#FFFFFF;
	font-size:1.1em;
}
tr.recordRow:hover
{
	/*background-color:#EBEBEB;*/
	color:#FF0000;
}

table.resultTable
{

	position: relative;
	width:90%;
	/*z-index:5;*/
	left: 4%;
	border:none;
	border-collapse: collapse;
	border:0px solid #FFFF00;
	font-family: Times New Roman;
	font-weight:700;
	font-size:1em;
}

table.resultTable td
{
	padding:5px;
	width: 5%;
	border:0px solid #FFFF00;
}

div.searchResultsTitle
{
	position:relative;
	/*width:100%;	*/
	border-width:0px;
	border-style:solid;
	border-color:#000000;
	background-color:#FFFFFF;
	color:#AA1111;
}

div.outputDiv
{
	position:relative;
	left:0.2%;
	width:99%;
	border-width:2px;
	border-style:solid;
	border-color:#996611;
	background-color:#113311;
}

div.transparent
{
/*	background-color:#000000;*/
	filter:alpha(opacity=20);
	opacity:0.2;
}

div.opaque
{
	filter:alpha(opacity=100);
	opacity:1.0;
}


.hidden
{
	visibility:hidden;
}
.visible
{
	visibility:visible;
}

div.recordViewer
{
	position:absolute;
	top:300px;
	left:10%;
	width:40%;
	
	
	/*height:200px;*/
	border-width:5px;
	border-style:solid;
	border-color:#9999CC;
	background-color:#FFFFFF;
	visibility:hidden;
	
	
/*	
	filter:alpha(opacity=0);
	opacity:0.0;
*/	
}

table.recordTable
{
	position:relative;
	/*z-index:10;*/
	top:0%;
	left:0%;
	width:100%;
	
	border:none;
	border-collapse:collapse;
	background-color:#800000;
	color:#FFFFFF;
	font-size:1.2em;
/*
	filter:alpha(opacity=20);
	opacity:0.2;
*/
}
table.recordTable td
{
	padding:5px;
	line-height:2em;
	border-width:1px;
	border-style:solid;
	border-color:#345678;
	font-weight:700;

}

span.recordFieldHeader
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 80%;
	font-size:1.1em;
	font-weight:700;
	text-align:left;
	color:#FFF0A0;
}
span.recordFieldHeaderRowOne
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 80%;
	font-size:1.1em;
	font-weight:700;
	text-align:left;
	color:#9999FF;
}

div.buttonDiv_recordViewer
{
	background-position:center;
	background-repeat:no-repeat;

	position:absolute;
	z-index:5;
	width:29px;
	height:23px;
}


div.closeRecordViewer
{
	background-image:url('images/closeLow.jpg');
	cursor:pointer;
	top:5px;
	right:5px;
}
div.closeRecordViewer:hover
{
	background-image:url('images/closeHigh.jpg');
}

span.totalHits
{
	color:#DD2222;
	background-color:#FFF0A0;
	font-size:1.5em;
}

div.showImage
{
/*	position:relative;*/
	background-image:url('images/showImageLow.jpg');
	cursor:pointer;
	top:5px;
	right:36px;
}
div.showImage:hover
{
	background-image:url('images/showImageHigh.jpg');
}


div.showMap
{
	background-image:url('images/showMapLow.jpg');
	cursor:pointer;
	top:5px;
	right:68px;
}
div.showMap:hover
{
	background-image:url('images/showMapHigh.jpg');
}

div.tool2
{
	background-image:url('images/closeLow.jpg');
	cursor:pointer;
	bottom:5px;
	left:65px;
}

span.copyrightImage
{
	background-image:url('images/copyrightImage.jpg');
	background-position:top left;
	background-repeat:repeat;
/*
	filter:alpha(opacity=40);
	opacity:0.4;
*/
}

div.contentDiv
{
	position:relative;
	top:0px;
	left:0%;
	border:1px solid #555555;
	background-color:#FFF0A0;

	padding:5px;
}

table.contentTable
{
	position:relative;
	/*z-index:10;*/
	top:10px;
	left:0%;
	width:100%;
	border:0px solid #555500;
	border-collapse:collapse;
/*	background-color:#9999DD;*/
/*	background-color:#001133;*/
	background-color:#000122;
/*
	filter:alpha(opacity=20);
	opacity:0.2;
*/
}

table.contentTable td
{
	border-width:0px;
	border-style:solid;
	border-color:#345678;
}

div.smallImageDiv
{
	/*poistion:relative;*/
	width:98%;
	height:100%;
	border:2px solid #224466;
	background-color:#BBBEBB;
}

div.smallImageDiv:hover
{
	color:#BB4411;
	background-color:#ECEEEC;
	
}

span.browseLink
{
	
	color:#1144AA;
	font-weight:700;
	font-size: 1em;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	cursor:pointer;
}
span.browseLink:hover
{
	color:#FF3311;
}

div.triangularBullet
{
	width:10px;
	height:10px;
	background-image:url('images/triangularBullet.jpg');
	background-repeat:no-repeat;
	background-position:center;

}
div.rhomboidBullet
{
	width:10px;
	height:10px;
	background-image:url('images/rhomboidBulletSmall.png');
	background-repeat:no-repeat;
	background-position:center;

}

button.imagePopoutButton
{

/*
	width:34px;
	height:30px;
*/
/*
	background-image:url('images/imagePopoutLow.jpg');
	background-repeat:no-repeat;
	background-position:center;
*/
/*	border:0px solid #FFFF00;*/
}
/*
button.imagePopoutButton:hover
{
	cursor:pointer;
	background-image:url('images/imagePopoutHigh.jpg');
	background-repeat:no-repeat;
	background-position:center;	

}
*/

span.browseBack
{
	font-size:150%;
	font-weight:400;
	color:#886611;
	cursor:pointer;
}
span.browseBack:hover
{
	color:#FF4411;
}

tr.homeContentLink
{
	height:3em;
	font-size:90%;
	font-weight:700;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color:#FFFFFF;
	/*
	border-width:0px 0px 1px 0px;
	border-color:#000000;
	*/
	border:1px solid #227722;
	border-collapse:collapse;
	/*background-color:#FFFF80;*/
	cursor:pointer;
	
}
tr.homeContentLink:hover
{
	background-color:#555599;
}
td.homeContentLinkSymbol
{
	width:30px;
	cursor:pointer;
	/*border-collapse:collapse;*/
	background-image:url('images/arrow_left_1.bmp');
	background-repeat:no-repeat;
	background-position:center;	

}

div.homeContent
{
	position:relative;
	top:-4px;
	left:0%;
	border:0px solid #555555;
	/*background-color:#EEEE00;*/
	padding:5px;
	width:95%;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

span.referenceItem
{
	color:#003388;
	font-weight:700;
	font-size:1.2em;
}

span.referenceAbbr
{
	color:#992200;
	font-weight:700;
}


span.sitemapLink
{
	color:#FF0000;
}

span.helpHeader
{
	color:#FFBB00;
}

span.publicationLink
{
	position:relative;
	
	font-size:1.2em;
	font-weight:700;
	color:#FFF0A0;
	cursor:pointer;
}

span.publicationHeading
{
	position:relative;
	left:20px;
	font-size:1.4em;
	font-weight:700;
	color:#FFFF00;
	/*cursor:pointer;*/
}


img.imgThumbnail
{
	filter:alpha(opacity=70);
	opacity:0.7;
	border: 2px solid #FFFF00;
}
img.imgThumbnail:hover
{
/*	border: 2px solid #FF4411;*/
	filter:alpha(opacity=100);
	opacity:1;

	cursor:pointer;
}

a.href1
{
	text-decoration:none;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}
a.href1:hover
{
	cursor:pointer;
	cursor:hand;
}
a.href1:visited
{
	text-decoration:none;
}

a.hrefGeneral
{
	text-decoration:none;
	color:#111122;
}
a.hrefGeneral:hover
{
/*	background-color:#EFEFFF;*/
	color:#DD3322;
	cursor:pointer;
	cursor:hand;
}
a.hrefGeneral:visited
{
	text-decoration:none;
	/*color:#112233;*/
}


/*JS vertical scroll*/
#jump_base {
  overflow-y:hidden;
  width: 100%;
  height: 30px;
  border: 0px solid #000099;
  /*margin: auto;*/
  /*padding: 0 10px 0 10px;*/
  /*font-size: .9em;*/
  font-family: Verdana, Arial, sans-serif;
  color:#FFFFFF;

  background-color: inherit;
}

#jump_base a {
	
  color: #000099;
  background-color: inherit;
  color:#FFEE00;
  font-size: .7em;
  font-weight: bold;
}

.news
{
	width:100%;
  text-align: center;
}



/* END JS vertical scroll*/
