/* ================================
    CSS STYLES FOR BROCHURE SEARCH FORM
   ================================
*/   

.backToMap
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Black;
	margin-left: 5px;
}

A.mapQuickLinkStyle:visited
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 13px;
	font-weight:bold; 
	text-decoration: underline;
	color:#660000;
}
A.mapQuickLinkStyle:link
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 13px;
	font-weight:bold; 
	text-decoration: underline;
	color:#660000;
}
.mapQuickLinkStyleInactive
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 13px;
	font-weight:bold; 
	text-decoration: none;
	color:#660000;
}

.searchResults
{
	overflow: auto;
	border-left: solid 2px #CCCCCC;
	border-right: solid 2px #CCCCCC;
}

.TextLinksPanelStyleVertical
{
	background-color:#FFFFFF;
	margin-left: 5px;
}
.TextLinksPanelStyleHorizontal
{
	background-color:#FFFFFF;
}

.regionsQuickLinkTable
{
}
.regionsQuickLinkItemStyle
{
	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.searchButtonRow
{
}

.search_table
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    color: Black;
    background-color: White;
    width: 100%;
/*
    border-collapse: collapse;
	border:1px solid #CCCCCC;
*/
}

.search_header
{
	font-weight:bold; 
	color:#660000;
	border-top: 3px solid #cccccc;
	border-bottom: 3px double #cccccc; 
	background-color:#ffffff;
}

.search_item
{
	background-color: #ffffff;
}

.search_pager
{
	font-weight:bold; 
	color: Black;
	border-top: 3px solid #cccccc;
	border-bottom: 3px double #cccccc; 
	background-color:#EEEEEE;
}

A.CmdButton:link
{
	text-decoration:none;
    color: #ffffff;
    text-align: center;
    width: 75px;
    height: 21px;

}

A.CmdButton:visited
{
	text-decoration:none;
    color: #ffffff;
    text-align: center;
    width: 75px;
    height: 21px;
}

A.CmdButton:active{
	text-decoration:none;
    color: #ffffff;
    text-align: center;
    width: 75px;
    height: 21px;
}

A.CmdButton:hover{
	text-decoration:none;
    color: #ffffff;
    text-align: center;
    width: 75px;
    height: 21px;
}


A:link
{
	color: #990000;
	text-decoration: none;
}

A:visited {
    text-decoration: none;
    color: #990000;
}

A:active {
    text-decoration: none;
    color: #990000;
}

A:hover
{
	color: #CC0033;
	text-decoration: underline;
}

.ErrorMessage
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: Red;
}

.ResultsEmptyMessage
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: Black;
}

.Normal
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px    
}

.SmallNormal
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 9px    
}

.ItemText
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
    width: 50px;
}

.ItemControl
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    width: 150px;
}

.ItemComboBox
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 10px    
}

.CmdButton
{
	font-family: tahoma, helvetica, arial;
	border: 3px double #990000;
	color: #ffffff;
	background: #990000;
	font-size: 11px;
	font-weight: bold;
	width: 75px;
	height: 21px;
	cursor: pointer;	/* Mozilla/Netscape */
	cursor: hand;		/* IE */
}
.body {
    font-family: tahoma, helvetica, arial;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
	}
A.body {
    cursor: hand;
	border: 1px solid #CCCCCC;
	
	}
