﻿
.results
{
	font:small;
}


/*  Results Content Panel */
.result-content-visible
{
	display:block;
	visibility:visible;
	margin-bottom: 25px;	
	overflow:auto;
	

}

.result-content-hidden
{
	display:none;
	visibility:hidden;
}

.results-header-menu li
{
	color:black;
	cursor:pointer;
	padding-left: 1.5em;
}

.results-header-menu li a, a:Link, a:visited
{
	color: #990000;
	font-weight: bold;
}

.results-header-menu li a:Hover
{
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
}



/*  Results table Panel */
.result-table-name
{
	background-color: #cc3300;
	font-weight: bold;
	color: #ffffff;
	padding-left: 1.5em;
	font-size: 1em;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++*/
/*  Identify Results Table  */
/* +++++++++++++++++++++++++++++++++++++++++++++++*/

.idresults
{
	background-color:#ffffff;
	padding-left: 25px;
	border: solid 1px #000099;
}

/*  ID Tool Result Rows */
.td_field
{
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	background-color: #330000;
}


.td_value
{
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	background-color: #ffffff;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++*/
/*  Search Results Table  */
/* +++++++++++++++++++++++++++++++++++++++++++++++*/
.SearchRowStyle
{
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	background-color: #ffffff;
}

tr.SearchRowStyle a
{
	color: #cc0000;
}

tr.SearchRowStyle a:hover
{
	color: #A52A2A;
	text-decoration:underline;
}

.SearchAltRowStyle
{
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	background-color: #F0EFEC;
}

tr.SearchAltRowStyle a
{
	color: #A52A2A;
}

tr.SearchAltRowStyle a:hover
{
	color: #A52A2A;
	text-decoration:underline;
}

.Search-Table-Header
{
	background-color: #cc0000;
	font-weight: bold;
	color: #ffffff;
}

.Search-Table-Header a.Search-Table-Header, a:visited, a:link
{
	color:maroon;
	font-weight:bold;
}

.Search-Table-Header a:hover
{
	text-decoration:underline;
	font-style:italic;
}

th.Search-Table-Header
{
	text-align:left;
}

/************************************/
.results table th
{
	background-color: Black;
	color:White
}

.results table th a
{
	color:White;
	text-decoration: underline;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++*/
/*  Tooltip */
/* +++++++++++++++++++++++++++++++++++++++++++++++*/

.tooltipShadow
{
	background-color:Transparent;	
}

.tooltipContent
{
	left: -4px;
	top: -4px;
	background-color: #ff0;
	border: solid black 1px;
	padding: 5px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++*/
/*  Search Results detail page div  */
/* +++++++++++++++++++++++++++++++++++++++++++++++*/

.search-results-identify-hidden
{
	display:none;
}

.search-results-identify-visible
{
	display:block;
	overflow:hidden;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++*/
/*  Wait cursors  */
/* +++++++++++++++++++++++++++++++++++++++++++++++*/

.wait-search
{
	color: #cc0000;
	font-weight: bold;
	text-decoration: blink;
	background-color: #F0EFEC;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++*/
/*  results buttons  */
/* +++++++++++++++++++++++++++++++++++++++++++++++*/
.results-close
{
	width: 100%;
	display: block;
	clear: both;
	float: none;
	background-color: #F0EFEC;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++*/
/*  Geocode Search Results   */
/* +++++++++++++++++++++++++++++++++++++++++++++++*/
.geocode-result
{
	width:300px;
	background-color:#F0EFEC;
	font:small;
}

.geocode-result-text
{
	width:300px;
	font:small;
	padding-left: 8px;
}

.geocode-result-text a
{
	color:Black;
}

.geocode-result-text a:Hover
{
	color:Black;
	font-style:italic;
}

.geocode-result-text a:Visited
{
	color:Black;
	text-decoration:none;
	color:Black;
}

.geocode-result-message
{
	padding-left: 25px;
	width: 250px;
	color: #696969;
}

.geocode-results-header
{
	color:Black;
}


/* +++++++++++++++++++++++++++++++ */
/*  menu - words no breaks         */
/* +++++++++++++++++++++++++++++++ */

.more-menu
{
	margin: 10px;
	display:block; clear:both; float:left;
	text-decoration:none; font-style:italic;
	color:Maroon;	
}

.more-menu:hover
{
	text-decoration:underline;
}

