html {
	overflow: hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #333333;
	margin: 0px;
}
a:visited {
	color: #000000;
}
a:active {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:link {
	color: #000000;
}

.content-title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

.content-box {
	width: 736px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px 10px 0px 10px;
}

.about {
	font-size: small;
	width: 100%;
}

/* Category Menu */
#category_table {
	margin-top: 5px;
}
#category_cell {
	width: 155px;
	padding-right: 5px;
	padding-bottom: 2px;
}
#category_aux {
	font-size: x-small;
	text-align: right;
	width: 120px;
	vertical-align: top;
}
#category_ribbon {
	height: 4px;
}

/* Navigation Panel */
#navPanel {
	position: absolute;
	height: 26px;
	right: 30px;
	width: 232px;
	z-index: 10;
}
#navPanelHeader {
	position: absolute;	
	right: 30px;
	width: 229px;
	height:25px;
	
	padding-left: 2px;
	background-color: #F9E7B7;
	border: 1px solid #F2BF25;
	color: #333333;
	z-index:11;
}
#navPanelBody {
	padding: 5px 0px 5px 5px;
	color: black;
	background-color: white;
	height: 100%;
}

#navPanelBody ul {
	padding-left: 1em;
}

#navPanelBodyBorder {
	background-color: white;
	height: 100%;
	overflow: auto;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
#navPanel a {
	text-decoration: none;
	color: black;
}
#navPanel a:hover {
	text-decoration: underline;
	/*background-color: #FCF1D4;*/
}

#navPanelSortBar {
	height:20px;
}

#txtUserInput {
	width: 200px;
	height: 12px;
	font-size: 12px;
	padding: 1px;
	background-color: #FFFBF2;
	color: #666666;
	
}

#footer p {
	text-align: left;
}

/* Map */
#map {
	background-color: #CCCCCC;
	width: 100%;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	z-index: 1;
}

/*  Breadcrumb Navigation */
#breadcrumb {
 margin: 0px 10px 0px 10px;
 border-bottom: 1px solid #eeb211;
 padding: 3px 5px 3px 10px;
 background-color:#eee;
 font-family: geneva, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal; 
 color: #333; }

#breadcrumb a { color: #333; text-decoration: none; }
#breadcrumb a:link { color: #333; text-decoration: none; }
#breadcrumb a:visited { color: #333; text-decoration: none; }
#breadcrumb a:active { color: #333; text-decoration: none; }
#breadcrumb a:hover { color: #eeb211; text-decoration: underline; }

/* Popup window */	
div.markerTooltip, div.markerDetail {
	color: black;
	background-color: white;
	margin: 0;
	width: 200px;
	padding: 2px 4px;
	border: 1px solid black;
}

/* Listing 10.5--> */
span.spanTextDropdown{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 148px;
	z-index: 101;
	
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-left: 2px;
	overflow: visible;
	display: none;
}


span.spanMatchText { 
	text-decoration: underline;
	font-weight: bold;
}

span.spanNormalElement {
	background: #FFFFFF;
}

span.spanHighElement {
	background: #3366CC;
	color: white;
	cursor: pointer;
}

span.noMatchData {
	font-weight: bold;
	color: #0000FF;
}
