﻿@import url("jquery.notice.css");

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #4D0003 url(../images/home/redgradient.png) repeat-x top;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}

a, a:visited, a:active
{
	color: #990000; /*dark red*/
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	color: #990000; /*dark red*/
	text-decoration: underline;
}

A.darkLink
{
	color: #341f0a;
}
a img
{
	border: none;
}
.center
{
	text-align: center;
	margin: 0 auto;
}
.right
{
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
.left
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.small
{
	font-size: 10px;
}
H2
{
	text-align: left;
	font-size: 16px;
	padding: 3px;
	margin: 0px;
}
H3
{
	margin: 0px;
}

.prompt
{
	font-weight: bold;
}
.warning
{
	color: Red;
	font-weight: bold;
}

tr.rowStyle_a
{
	background-color: #dedede;
}
tr.rowStyle_b
{
	background-color: #ffffff;
}
td.demoNumberColumn
{
	width: 80px;
}

/*Validation*/
.ValidationError
{
	background: #FFCC66;
}



/*ELEMENTS----------------------------*/
#main
{
	width: 970px;
	margin: 0 auto;
}


#map
{
	background-position: center center;
	border: 1px solid #59595B;
	background-color: #f8f8f8;
	height: 450px;
	width: 958px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../images/map_loading.gif);
}



#tableExport
{
	font-size: 12px;
}
/*Search Results tables--------------*/
.SearchSitesResultsTable
{
	border: solid 1px #59595B;
	font-size: 12px;
}
tr.SearchSitesResultsTypeRow
{
	height: 32px;
	background-image: url(../images/greybar_gradient.jpg);
	background-repeat: repeat-x;
}
tr.SearchSitesResultsFoundRow
{
	background: #c0c0c0;
	color: black;
}
A.PagingLink
{
	color: Blue;
}

A.tinyButtonLink
{
	color: black;
	white-space: nowrap;
	font-size: 10px;
}
tinyButtonLink span
{
	padding-left: 1px;
}

A.ButtonTextLink
{
}
A.ButtonTextLink:hover
{
}

/*---Geo Entity ---*/
.geoEntity
{
	color:Black;
	cursor:hand;
}
.red
{
	color:Red;
}



/*--Dark Gray Button--*/
.ReportHeaderTable
{
	width: 960px;
	background-color: #999999;
}

img
{
	border: 0px;
}

A.reportTab
{
	visibility: hidden;
}
table.ReportTabs a
{
	font-size: 10pt;
	text-decoration: none;
	color: Black;
}
.ReportTabs td div
{
	position: relative;
}
.ReportTabs em span
{
	position: absolute;
	top: 8px;
	left: 4px;
	cursor: hand;
	color: black;
	padding: 3px;
}

#tdSubReportPlaceholder
{
	background-color: White;
}

A.lightLink
{
	color: White;
	text-decoration: underline;
}



/*Modal dialog*/
.modalBackground
{
	background-color: black;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup
{
	border-width: 1px;
	border-style: solid;
	border-color: #9b9a96;
}
.modalPopupDisplayArea
{
	background-color: white;
	padding: 10px;
}

.modalDialogHeader td
{
	background-color: white;
	height: 80px;
	padding: 5px;
	font-size: 14px;
	cursor: hand;
}
.EntityList
{
	width: 306px;
	height: 200px;
	margin: 10px;
}
.EntityManualEnter
{
	width: 560px;
}

A.ResultAddress
{
	font-weight: bold;
	font-size: 11pt;
}
A.InteractiveResultLink
{
	color: #1a502f;
	text-decoration: none;
}
A.InteractiveResultLink:hover
{
	color: #309257;
	text-decoration: underline;
}
A.InteractivePopupLink
{
	color: black;
	font-size: 10pt;
	text-decoration: underline;
}
A.InteractivePopupLink:hover
{
	color: black;
	border: solid 1px black;
	background-color: gainsboro;
}
.popupLink em
{
	font-weight: normal;
	background: silver;
	border: solid 1px black;
	position: absolute;
	top: -40px;
	left: -15px;
	text-align: left;
	padding: 3px;
	font-size: 10px;
	font-style: normal;
	z-index: 10000;
	display: none;
	text-decoration: none;
}
.popupLink em td
{
	background: silver;
}




table.subtable
{
	margin: 0 0 0 0;
	width: 100%;
	border: solid #e3a94d;
	border-width: 1px 1px 1px 1px;
	overflow: hidden;
	text-align: left;
}

.subtable p
{
	margin: 3px 0 3px 0;
	padding: 0;
}

.subtable th, .subtable .th, .groupHeader td
{
	height: 23px;
	font-size: 12px;
	padding: 2px 10px 2px 10px; /*keep this?*/
	border-bottom: 1px solid #e3a94d;
	background-color: #e3a94d;
	background-image: url(../images/SectionHeader.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
}

.subtable th a, .subtable th a:link, .subtable th a:visited, .subtable th a:hover
{
	font-size: 11px;
}

.subtable th img
{
	display: inline;
}

.subtable td
{
	font-size: 11px;
	height: 19px;
	padding: 2px 10px 2px 10px;
	vertical-align: top;
}

.subtable td a, .subtable td a:link, .subtable td a:visited, .subtable td a:hover
{
	font-size: 11px;
}



.subtable td td
{
	border: none;
}


.alt td
{
	background-color: #EFEFEF;
}
.leftcol
{
	width:99%;
	margin: 0 0 5px 0;
	padding: 0;
}

.rightcol
{
	width:99%;
	margin: 0 0 5px 0;
	padding: 0;
}
.even td
{
	background-color: #FAEFDC;
}
.noWrap, .noWrap td
{
	white-space:nowrap;
}


table.subtableAlt
{
	margin: 0 0 0 0;
	width: 100%;
	border: solid #341f0a;
	border-width: 1px 1px 1px 1px;
	overflow: hidden;
	text-align: left;
}

.subtableAlt p
{
	margin: 3px 0 3px 0;
	padding: 0;
}

.subtableAlt th, .subtableAlt .th
{
	height: 23px;
	font-size: 12px;
	padding: 2px 10px 2px 10px; /*keep this?*/
	border-bottom: 1px solid #341f0a;
	background-color: #341f0a;
	background-image: url(../images/SectionHeaderAlt.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
	color: White;
}

.subtableAlt th a, .subtableAlt th a:link, .subtableAlt th a:visited, .subtableAlt th a:hover
{
	font-size: 11px;
}

.subtableAlt th img
{
	display: inline;
}

.subtableAlt td
{
	font-size: 11px;
	height: 19px;
	padding: 2px 10px 2px 10px;
	vertical-align: top;
}

.subtableAlt td a, .subtableAlt td a:link, .subtableAlt td a:visited, .subtableAlt td a:hover
{
	font-size: 11px;
}



.subtableAlt td td
{
	border: none;
}
.evenAlt td
{
	background-color: #debea5;
}

table.PropertyReport
{
	color: White;
	text-align: left;
}
td.PropertyReportHeader
{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
td.PropertyReportSubHeader
{
	font-size: 14px;
	padding-left: 15px;
}
td.PropertyReportHeaderSection
{
	padding-left: 20px;
	padding-top: 10px;
	font-size: 12px;
}
.PropertyReportHeaderSection A
{
	color: White;
	text-decoration: underline;
}

table.BusinessReport
{
	width: 800px;
}
.BusinessReport td
{
	background-color: Silver;
	height: 22px;
	background-image: url(../images/BarGradient_22Gray.gif);
	background-repeat: repeat-x;
	border: solid 1px gray;
}
.BusinessReport a
{
	color: Black;
	text-decoration: none;
	cursor: hand;
}
.BusinessReport a span
{
	display: inline-block;
	margin: 2px;
}
.BusinessReport a .description
{
	width: 650px;
	padding-left: 2px;
	overflow: hidden;
	height: 20px;
}
.BusinessReport a .count
{
	width: 100px;
	padding-left: 2px;
}
.BusinessTypeDetails td
{
	background-color: Transparent;
	background-image: none;
	height: 18px;
	border: none;
}
.BusinessTypeDetails a
{
	text-decoration: underline;
	border: solid 1px Transparent;
	background-color: Transparent;
}
.BusinessTypeDetails a:hover
{
	text-decoration: underline;
	border: solid 1px black;
	background-color: gainsboro;
}



.WideList
{
	width: 300px;
	height: 300px;
}
.subsearchButton span
{
	display: block;
}
table.communitySearch
{
	overflow: hidden;
}
a.subsearchButton
{
	text-decoration: none;
	color: Black;
}
input.minMaxTbox
{
	width: 50px;
}



/*Header*/
tr.HeaderMiddleRow
{
	background: white url(../images/whitegradient_sm_norm.png) repeat-x top;
}
.HeaderMiddleRow div
{
	width: 112px;
	position: relative;
	padding: 4px 4px 0px 4px;
}

.HeaderMiddleRow span
{
	position: absolute;
	top: 55px;
	width: 112px;
	text-align: center;
	left: 0px;
	z-index: 2;
	cursor: hand;
}
.HeaderMiddleRow td
{
	background: white url(../images/whitegradient_sm_over.png) repeat-x top;
}
.HeaderMiddleRow td:hover
{
	background-image: url(../images/whitegradient_sm_norm.png);
}
td.divider
{
	width: 2px;
}
td.HeaderBanner
{
	width: 565px;
}
td.HeaderBanner div
{
	padding:  15px;
}


/*Input Type Table*/
table.InputTypeTable
{
	border: solid 1px #cdcdcd;
	height: 65px;
	font-size: 12px;
}
.InputTypeTable tr
{
	background: #fafafa url(../images/LargeOptionGradient.png) repeat-x top;
}
.InputTypeTable td:hover
{
	background: #fafafa url(../images/LargeOptionGradient_over.png) repeat-x top;
}
.InputTypeTable span
{
	display: block;
}
.InputTypeTable a
{
	text-decoration: none;
	color: Black;
}


/*Property Type Table*/
table.PropertyTypeTable
{
	width: 680px;
}
.PropertyTypeTable td
{
	width: 136px;
}
.PropertyTypeTable a
{
	width: 136px;
}

/*Constraint Type Table*/
table.ConstraintTable
{
	width: 330px;
}
.RadioConstraintList tr, .RadioConstraintList td:hover
{
	background-image: none;
	background-color: Transparent;
}
/*Search Form Buttons*/
input.SearchFormButtons
{
	margin: 10px 0px 5px 5px;
	border: solid 1px #cdcdcd;
	background: #ebebeb;
	height:24px;
}
input.SearchFormButtons:hover
{
	background: #b3dc70;
}
span.SearchFormButtons
{
	margin: 10px 0px 5px 5px;
	border: solid 1px #cdcdcd;
	background: #ebebeb;
	height:24px;
}


/*BubbelInfo*/
div.bubbleInfo
{
	position: relative;
	display: inline;
}
.bubbleInfo span
{
	display: none;
	text-decoration: none;
	border: solid 1px black;
	background: #adda66 url(../images/WhiteClearGradient.png) repeat-x top;
	padding: 3px;
	position: absolute;
	width: 400px;
}
.mapbubble H3
{
	margin: 1px;
	font-size: 13px;
	font-weight: bold;
}
.mapbubble H4
{
	margin: 1px;
	font-size: 12px;
	font-weight: bold;
}
.mapbubble p
{
	margin: 1px;
	font-size: 11px;
}



/*DeisplayIconCell*/
td.displayIconCell
{
	height: 59px;
	width: 59px;
	padding-left: 2px;
	padding-right: 2px;
}
td.displayIconCell:hover
{
	background: gainsboro url(../images/LargeOptionGradient.png) repeat-x top;
}
.displayIconCell div
{
	background-image: url(../images/small_green_btn.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 59px;
	vertical-align: middle;
	text-align: center;
	padding-top: 12px;
}

/*Input Type Table*/
table.InputTypeSubTable
{
	border: solid 1px #cdcdcd;
	height: 65px;
	background: #fafafa url(../images/LargeOptionGradient.png) repeat-x top;
	font-size: 12px;
}
.InputTypeSubTable table
{
	background: transparent none;
}

/*Community Search Table*/
table.communitySearch
{
	width: 680px;
	border: solid 1px #cdcdcd;
}

.communitySearch td
{
	padding: 2px;
	background: #fafafa url(../images/UltraLargeGradient_over.png) repeat-x top;
}
td.communitySearchHover:hover
{
	background: #fafafa url(../images/UltraLargeGradient.png) repeat-x top;
}
.communitySearch td.divider
{
	width: 2px;
	padding: 0px;
	background: #fafafa url(../images/UltraLargeGradient.png) repeat-x top;
}
.ResourceList li
{
	display: inline;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}
.ResourceList div
{
	background: white url(../images/whitegradient_sm_over.png) repeat-x top;
	width: 300px;
	height: 90px;
	border: solid 1px black;
}
.ResourceList img
{
	position: absolute;
	top: 5px;
	left: 3px;
}
.ResourceList a
{
	position: absolute;
	top: 5px;
	left: 48px;
	font-size: 14px;
}
.ResourceList span
{
	position: absolute;
	top: 25px;
	left: 52px;
	font-size: 10px;
}

#JT_arrow_left
{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	left: -12px;
	height: 23px;
	width: 10px;
	top: -3px;
}

#JT_arrow_right
{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	height: 23px;
	width: 11px;
	top: -2px;
}

#JT
{
	position: absolute;
	z-index: 125000;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy
{
	padding: 10px 10px 10px 10px;
	color: #333333;
	z-index: 125000;
}

.JT_loader
{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 12px;
}

#JT_close_left
{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

#JT_close_right
{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

#JT_copy p
{
	margin: 3px 0;
}

#JT_copy img
{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip
{
	cursor: help;
}
a.jTip
{
	color: Black;
	text-decoration: underline;
}



.longText
{
	width: 575px;
}


/*active listing row */
.activeListingRow td
{
	background-color: #e3a94d;
}

.ajax__validatorcallout_error_message_cell, .ajax__validatorcallout_close_button_cell, .ajax__validatorcallout_icon_cell
{
	z-index:30000;
	background-color:LemonChiffon !important;
	background-image:none !important;
}
.ajax__validatorcallout_error_arrow_div
{
	z-index:30000;
	background-image:none !important;
}
.ajax__validatorcallout_error_arrow_div
{
	z-index:30000;
}
.ajax__validatorcallout td,
.ajax__validatorcallout div
{
	z-index:30000;
	background-color:none !important;
	background-image:none !important;	
}
.ajax__validatorcallout td:hover,
.ajax__validatorcallout div:hover
{
	z-index:30000;
	background-color:none !important;
	background-image:none !important;	
}

UL.comparisonList 
{
	width: 330px;
	height:300px;
	overflow:auto;
	position:relative;
}

UL.dragComparisonList
{
	width: 1px;
	height:1px;
}


.comparisonList li, .dragComparisonList li
{
	width: 310px;
	height:40px;
	background: #E6E6E6 url(../images/WhiteClearGradient.png) repeat-x top;
	border: solid 1px black;
	margin:0px;
	padding:0px;
}
.comparisonList div, .dragComparisonList div
{
	position:relative;
}
.comparisonList .icon, .dragComparisonList .icon
{
	top:3px;
	left:-7px;
	position:absolute;
}
.comparisonList .image, .dragComparisonList .image
{
	top:5px;
	left:45px;
	position:absolute;
	width:50px;
	height:30px;
}
.comparisonList H4, .dragComparisonList H4
{
	position:absolute;
	top:3px;
	left:100px;
	width:205px;
	height:20px;
	overflow:hidden;
}
.comparisonList p, .dragComparisonList p
{
	position:absolute;
	top:22px;
	left:110px;
	width:195px;
	height:20px;
	overflow:hidden;
}
td.H90
{
	height:90px;
}
.ExportList li, .dragExportList li
{
	width: 310px;
	height:55px;
	background: #E6E6E6 url(../images/WhiteClearGradient.png) repeat-x top;
	border: solid 1px black;
	margin:0px;
	padding:0px;
}
.ExportList div, .dragExportList div
{
	position:relative;
}
.ExportList .icon, .dragExportList .icon
{
	top:3px;
	left:0px;
	position:absolute;
}
.ExportList p, .dragExportList p
{
	position:absolute;
	top:10px;
	left:60px;
	width:245px;
	height:40px;
	overflow:hidden;
}



/*Charting*/
.groupHeader .groupChart
{
    position:relative;
    top:-12px;
    width: 480px;
}
.groupHeader a.chartOpener
{
    text-align:right;
    display: block;
    background: url(images/reports/ToggleChart.png) no-repeat right bottom;
}
.groupHeader a.chartOpener .chartLabel
{
    color: Black;
    font-weight: bold;
    display: block;
}
.groupHeader ul.chartContainer
{
    position: static;
    padding: 0 0 0 0;
    display: none;
    margin: 0 0 0 0;
}
tr.groupTotal
{
    background-repeat:repeat-x;
}
.chartContainer li
{
    padding: 0 0 0 0;
    text-align: center;
}
.chartContainer li div
{
    padding: 0 0 0 0;
    text-align: right;
}

.chartContainer img
{
    padding-top: 7px;
}
a.fullLink
{
    top: 160px;
    right: 65px;
}
a.pin, a.pin:visited, a.fullLink, a.fullLink:visited
{
    float:right;
    padding-top:25px;
    padding-right:5px;
}
a.pin:hover, a.fullLink:hover
{
    color: black;
}





.Specialties label
{
    position:relative;
    left:5px;
    top:-2px;
}