﻿body 
{
    font-family: Verdana;
    padding: 0;
    border: 0;
    margin: 15px;
}

/* Fringe Master Page (inherited by Error.aspx and Default.aspx) */

div.header
{
	height: 70px;
	width: 100%;
    background-repeat: repeat-x;
    background-color: #CC0000;
}

.tablistFringe
{
	width: 100%;
	height: 31px;
	margin: 0;
	padding: 0;
	vertical-align:baseline;
	background-color: #F3F5F8;
}

div.bodyFringe
{
	width: 800px;
	margin: 0;
	padding: 0;
	float:none;
}

td.lvdMain
{
	background-position : left top;
	background-image: url(../images/localview_Banner.jpg);
	width: 800px;
	height: 100px;
}

td.lvdAddress
{
	background-color : #ffffff;
	color : Black;
	width : 800px;
	height : 21px;
	font-size : 0.7em;
	font-weight : bold;
	text-align : left;
	padding : 2px 2px 2px 20px;
}

td.lvdTitle, td.lvdLink
{
	color : #999999;
	height : 40px;
	text-align : center;
}

td.lvdSectionInfo
{
	vertical-align : top;
	height : 100px;
	color : #333333;
	font-size : 0.8em;
	text-align : center;
	padding : 5px 5px 5px 5px;
}

td.lvdHolder
{
	vertical-align : top;
	padding-top : 50px;
}

table.LVMain
{
	width : 800px;
	height : 450px;
	vertical-align : top;
	border-color : #999999;
	border-style : none;
	border-width : 2px;

}

div.lvdHLoc
{
	vertical-align : middle;
	width : 800px;
	
	/*
	position : absolute;
	top : 53px;
	left : 0px;
	*/
}

table.lvdSection
{
	width : 200px;
	height : 200px;
	border-style : solid;
	border-width : 1px;
	border-color : #CC0000;	
	padding : 4px 4px 4px 4px;
}

td.lvdFiller
{
	width : 50px;
}

td.lvdFillerNoRAI
{
	width: 133px;
}

/* End Fringe Master Page */


/* LocalView Master Page */

div.master
{
	width:100%;
	height: 70px;
    background-repeat: repeat-x;
    background-color: #CC0000;
}

.headerBanner
{
	border: 0;
	float:left;
}

div.tabstrip
{
	width: 100%;
	height: 31px;
	margin: 0;
	padding: 0;
	vertical-align:baseline;
	background-color: #FFFFFF;
}

img.helpbutton
{
	vertical-align: top;
	border: none;
}

#tabbase
{
    padding:4px 0px 3px 0px;
    margin:0px;
    clear:both;
    width:100%;
    height:24px;
    background-image:url('../../images/tabbase_filler.gif');
	background-repeat: repeat-x;
    font-size: 0.8em;
}

a.bannerhelp
{
	float: left;
	cursor: pointer;
	text-decoration: none;
	color: Black;
}

span.bannerloc
{
	text-align: right;
	margin: 2px 3px 0px 0px;
	float: right;
	font-size: 0.8em;
	vertical-align: middle;
}

div.footer
{

	color: #FFFFFF;
    height:36px;
	background-color: #2A343B;
    font-size: 0.7em;
	position: absolute;
    top: 659px;
	left: 15px;
	right: 15px;
	text-indent:15px;
	padding-top: 20px;
    /* text-align:right; */
}

img.w3c
{
	position: absolute;
	width: 88px;
	height: 31px;
	top: 2px;
	left: 2px;
	visibility: hidden;
}

img.hidew3c
{
	visibility: hidden;
}

/* End LocalView Master Page */

/*TAB NAV*/

.tabOn  
{
	background: url('../../images/tab_on.gif')right top no-repeat;
	font-size: 0.8em;
	text-align: center;
	cursor: pointer;
}

.tabOff
{
	background: url('../../images/tab_off.gif') right top no-repeat;
	font-size: 0.8em;
	text-align: center;
	height: 26px;
	cursor: pointer;
}

.tablist
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation a
{
    color: #FFFFFF;
    background: #F3F5F8 /*2593d2*/ url('../../images/tab_on.gif') left top no-repeat;
    text-decoration: none;
    padding-left: 0px;
}

#navigation a, #navigation a span
{
    display: block;
    float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
    float: none;
}
/* End hide */

#navigation a:hover
{
    color: #FFFFFF;
}

#navigation a:hover span
{
    background: url('../../images/tab_on.gif') right top no-repeat;
    padding-right: 0px;
}

#navigation ul
{
    list-style: none;
    padding-top:0px;
}

#navigation li
{
    float: left;
    font-size: 0.9em;
    text-align: center;
    list-style: none;
} 


#navigation a:hover span, #navigation a span
{
    /* [tab images are 26px high, so padding-top (7px) + height (19px) = 26px] */
    padding-top:8px;	/* this positions the text over the tabs correctly */
    height:19px;		/* this maintains the div height of 26px */
    width:156px; /* Default wsa 160px, edited to 156px to remove spaciing around the tab */
	text-align:center;  
}
/*******/

/* Accordion */

#TocPanel
{
	position:absolute;
	left:15px;
	top:150px;
	width:280px;
	height:340px;
	padding: 0;
	margin: 0;
}

.accordionHolder
{
	height: 437px;
}

.accordionHeader
{
    border: 1px solid #2A343B;
    color: white;
    background-color: #2A343B;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    margin-left: 1px;
    cursor: pointer;
}

.accordionLink
{
	text-decoration: none;
	color: #FFFFFF;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	margin-left: 1px;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: none;
	margin-left: 1px;
}

.accordionHeaderSelected
{
    border: 1px solid #CC0000;
    color: white;
    background-color: #CC0000;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    margin-left: 1px;
    cursor: pointer;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: none;
}

.accordionContent
{
    background-color: #F3F5F8;
    border: none; /* 1px dashed #2F4F4F;*/
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    margin-left: 1px;
    height: 337px;
}

td.otmHT
{
	font-size : 0.7em;
	color : #333333;
	vertical-align : text-top;
	padding-bottom : 10px;
	font-family: Arial, Tahoma, Verdana;
}

td.otmToolInfo
{
	font-size : 0.7em;
	color : #333333;
	vertical-align : text-top;
	padding-bottom : 10px;
	font-family: Arial, Tahoma, Verdana;
}

/* End Accordion */

/* Accordion Pane[0] Layer Selector */
.ddlCategory
{
	font-size: 0.8em;
	color: #ffffff;
	background-color: #CC0000;
}

.ddlItem
{
	font-size: 0.8em;
}

.butDisplayOnMap
{
	color : #999999;
	font-size : 0.9em;
	padding: 2px 2px 2px 21px;
	cursor : pointer;
	vertical-align: middle;
}

img.butDisplayOnMap
{
	width: 19px;
	height: 19px;
	padding:0;
}


table.DisplayOnMap
{
	width : 177px;
}

td.DisplayOnMap
{
	width : 100%;
	padding : 2px 2px 2px 2px;
	font-family: Arial, Tahoma, Verdana;
}

.OTMLabelHeaderText
{
	color : #999999;
	font-size : 0.8em;
	font-weight : normal;
	font-family: Arial, Tahoma, Verdana;
}

/* End Accordion Pane[0] Layer Selector */

/* Accordion Pane[1] Zoom to location */

div.OTM_gazpanel
{
	height: 200px;
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin: 31px 0px 0px 0px;
	position:absolute;
	left: 21px;
	text-decoration: none;
	overflow: auto;
}

div.OTM_gazstatuspanel
{
	height: 10px;
	width: 200px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	position: absolute;
	font-size: 0.8em;
	color: Gray;
}

div.OTM_zoomareaspanel
{
	height: 50px;
	width: 200px;
	padding: 0px;
	margin: 240px 0px 0px 15px;
	position: absolute;
	font-size: 1em;
	color: Gray;
}

/* End Accordion Pane[1] Zoom to location */

/* TabStrip */
.TabStrip
{
	/*background-color: #E0E0E0;
	color: #000000;*/
	background-color:#FFFFFF;
	font-size: 0.8em;
	border-style:solid;
	border-width:1px;
	border-color:black;
	font-weight:bold;
	text-decoration: none;
	color:#ffffff;
	text-align:center;
}

/* End TabStrip */

/* Map Toolbar */
#ToolbarPanel
{
	width: 30px;
	height:436px;
	/*
	background-image:url('../../images/iconbar_filler.jpg');
	background-repeat:repeat; */
}
/* End Map Toolbar */

/* Map Pane */

#MapPanel {
	
	
	position: absolute;
	left: 310px; 
	right: 15px;
	top: 151px;
	height: 436px;
	border: 1px solid #2A242B;
} 

.slider
{
	position:absolute;
	left: 330px;
	top: 210px;
	width: 17px;
	height: 100px;
}

.compass
{
	position: absolute;
	left: 312px;
	top: 152px;
}

.maptoolbar
{
	position: absolute;
	left: 697px;
	top: 156px;
	background-image:url('../../images/tooltab.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	width: 30px;
	height: 436px;
}

/* End Map Pane */

/* Report An Incident Page */

span.header, p.header
{
	font-weight: bold;
	color: black;
	font-size: 0.8em;
	padding: 0px 0px 15px 0px;
	margin: 0;
}

span.category
{
	font-weight: bold;
	color: Gray;
	font-size: 0.8em;
}

div.THREE_SUM_header
{
	font-size : 0.8em;
	padding: 5px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}

div.THREE_GAZ_skipbuttonpanel
{
	position: absolute;
	height: 27px;
	width: 210px;
	margin: 350px 0px 0px 30px;
}

div.THREE_SUM_submitnewpanel
{
	position: absolute;
	height: 27px;
	width: 210px;
	margin: 350px 0px 0px 570px;
}

a.THREE_SUM_arrowbutton, span.THREE_SUM_arrowbutton
{
	border: 0;
	padding: 3px 0px 0px 32px;
	text-decoration: none;
	font-size: 0.9em;
	cursor: pointer;
	vertical-align: middle;
	cursor: pointer;
	color: Gray;
}

a.THREE_GAZ_arrowbutton, span.THREE_GAZ_arrowbutton
{
	border: 0;
	padding: 3px 0px 0px 45px;
	text-decoration: none;
	font-size: 0.9em;
	cursor: pointer;
	vertical-align: middle;
	cursor: pointer;
	color: Gray;
}

div.THREE_GAZ_controlpanel
{
	height: 290px;
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin: 50px 50px 0px 0px;
	position:absolute;
	text-decoration: none;
	overflow: auto;
}

a.type
{
	font-weight: normal;
	color: Blue;
	text-decoration: underline;
	font-size: 0.8em;
}

.panelbanner
{
	height: 40px;
	width: 770px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.ONE_panelstep
{
	height: 435px;
	width: 263px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position:absolute;
	background-color: #f3f5f8;
	top: 180px;
	left:17px;
}

.TWO_MAP_panelstep
{
	height: 390px;
	width: 235px;
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
	position:absolute;
}

.TWO_MAP_slider
{
	position:absolute;
	left: 23px;
	top: 60px;
	width: 17px;
	height: 100px;
}

.TWO_MAP_compass
{
	position: absolute;
	left: 5px;
	top: 5px;
}

.TWO_panelstep
{
	height: 390px;
	width: 750px;
	padding: 0px 0px 0px 30px;
	margin: 0px 50px 0px 0px;
	position:absolute;
}

.THREE_panelstep
{
	height: 390px;
	width: 200px;
	padding: 0px 0px 0px 5px;
	margin: 0px 50px 0px 0px;
	position:absolute;
}

div.THREE_submitbuttonpanel
{
	text-align: right;
	padding: 7px 40px 5px 0px;
}

.THREE_SUM_panelstep
{
	height: 390px;
	width: 770px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	position:absolute;
}

div.TWO_MAP_zoomareaspanel
{
	height: 50px;
	width: 200px;
	padding: 0px;
	margin: 205px 0px 0px 0px;
	position: absolute;
	font-size: 1em;
	color: Gray;
}

.panelmain
{
	height: 390px;
	width: 535px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 265px;
	position: absolute;
}

div.reporttoolspanel
{
	position:absolute;
	left:288px;
	top:181px;
	height:30px;
}

div.reporttools
{
	position: absolute;
	left: 409px;
	top: 2px;
	height:20px;
	width: 120px;
	background-image:url('../../images/tooltab2.gif');
	background-repeat: no-repeat;
}

div.reportmap
{
	
	position:absolute;
	left:282px;
	top:180px;
	width: 532px;
	height: 405px;
}

.normal
{
	font-size: 0.8em;
	text-decoration: none;
	padding: 4px 1px 4px 1px;
}

div.acceptaddress
{
	font-size: 0.8em;
	text-decoration: none;
	padding: 4px 0px 6px 0px;
	color: Gray; font-weight:bold
}

div.TWO_GAZ_statuspanel
{
	height: 20px;
	width: 210px;
	padding: 20px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	position: absolute;
	font-size: 0.8em;
	color: Gray;
}

div.TWO_GAZ_controlpanel
{
	height: 200px;
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
	position:absolute;
	text-decoration: none;
	overflow: auto;
}
.TWO_GAZ_finalpanel
{
	position: absolute;
	height: 100px;
	width: 210px;
	margin: 270px 0px 0px 0px;	
}

.TWO_MAPGAZ_finalpanel
{
	position: absolute;
	height: 100px;
	width: 210px;
	margin: 250px 0px 0px 0px;	
}

div.TWO_MAPGAZ_controlpanel
{
	height: 110px;
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin: 30px 50px 0px 0px;
	position:absolute;
	text-decoration: none;
	overflow: hidden;
}

div.TWO_MAPGAZ_controlpanelmatches
{
	height: 110px;
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin: 30px 50px 0px 0px;
	position:absolute;
	text-decoration: none;
	overflow: auto;
}

div.TWO_MAPGAZ_statuspanel
{
	height: 10px;
	width: 210px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	font-size: 0.8em;
	color: Gray;
}

div.TWO_incidenttypepanel
{
	position: absolute;
	height: 100px;
	width: 195px;
	margin: 280px 0px 0px 0px;	
}

div.THREE_incidenttypepanel
{
	position: absolute;
	height: 100px;
	width: 195px;
	margin: 40px 0px 0px 0px;	
}

div.THREE_incidentlocationpanel
{
	position: absolute;
	height: 100px;
	width: 195px;
	margin: 130px 0px 0px 0px;	
}

div.THREE_frIncidentFlowOn
{
	display : block;
	text-align : left;
	font-size: 0.8em;
	font-weight: bold; 
	/*padding: 2px 2px 2px 7px;*/
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color:#FFFFFF;
	background-color: #2A343B;
}

a.updatetype, span.updatetype
{
	border: 0;
	padding: 3px 0px 0px 0px;
	text-decoration: none;
	font-size: 0.9em;
	cursor: pointer;
	vertical-align: middle;
	cursor: pointer;
	color: Gray;
}

a.updateloc, span.updateloc
{
	border: 0;
	padding: 3px 0px 0px 0px;
	text-decoration: none;
	font-size: 0.9em;
	cursor: pointer;
	vertical-align: middle;
	cursor: pointer;
	color: Gray;
}

/* Incident Steps */

table.stepbannerpanel
{
	width : 800px;
}

a.frIncidentFlowOn, a.frIncidentFlowOff, span.frIncidentFlowOn, span.frIncidentFlowOff
{
	display : block;
	text-align : center;
	font-size: 0.8em;
	font-weight: bold; 
	padding: 5px 0px 5px 0px;	
	text-decoration: none;
}

a.frIncidentFlowOn, span.frIncidentFlowOn
{
	color:#FFFFFF;
	/* background-image:url('../../images/header_filler.jpg'); */
	background-color: #CC0000;

}

a.frIncidentFlowOff, span.frIncidentFlowOff
{
	color : #FFFFFF;
	background-color: #555F64;
}

td.frStepLink
{
	width : 275px;
	margin: 0px;
	padding: 0px;
}

/* End Incident Steps */

/* End Report An Incident Page */


/* Report An Incident Input XSLT */

input.submit
{
	border: 0;
	background-image: url('../../images/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: right;
	background-color: Transparent;
	text-align: left;
	color: Gray;
	text-decoration: none;
	cursor: pointer;
	width: 75px;
	height: 19px;
}

.incidentlabel
{
	font-weight: normal;
	color: Black;
	text-decoration: none;
	font-size: 0.8em;
}

span.datelabel
{
	font-weight: normal;
	color: Black;
	text-decoration: none;
	font-size: 0.7em;
	vertical-align:text-top;
}

.inputcontrol
{
	margin: 3px 0px 8px 0px;
	width: 250px;
}

/* End Report An Incident XSLT */

/* Start : Find the Nearest */
div.FTNNoLocation
{
	margin: 10px;
	font-size: 0.8em;
}

div.FTNContent, div.ITAContent, div.LDContent
{
	width: 100%;
	overflow: auto;
	height:430px;
	font-weight: bold;
} 

div.FTNServiceMatches
{
	width: 530px;
	margin-left: 230px;
}
p.FTNDetails
{
	margin-top: 0;
	padding-top: 0;
	font-size: 0.8em;
}

table.FTNMatchGroupTable
{
	font-size: 0.8em;
	border-bottom: solid 1px #000000;
	width:100%
	
}

tr.FTNMatchGroupTableHeading
{
	border-bottom: solid 1px #000000;
	background: #2A343B;
	color: #FFFFFF;
	height: 30px;
}

tr.FTNServicesHeading
{
	height: 30px;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #D2DBDF;
}

tr.FTNMatchGroupTableItem
{
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	height: 30px;
}
td.FTNMatchGroupTableService
{
	border-bottom: solid 1px #000000;
	width: 100px;

}
td.FTNMatchGroupTableName
{
	border-bottom: solid 1px #000000;
	width: 160px;

}

td.FTNMatchGroupTableWiden
{
	border-bottom: solid 1px #000000;
	width: 40px;

}

td.FTNMatchGroupTableDetails
{
	border-bottom: solid 1px #000000;
	width: 270px;

}

td.FTNMatchGroupTableDistance
{
	border-bottom: solid 1px #000000;
	width: 170px;
	text-align: center;
}

td.FTNMatchGroupTableLocate
{
	text-align: center;
	border-bottom: solid 1px #000000;
	width: 70px;

}

div.elpanel
{
}

td.FTNMatchGroupTableExternalLinks
{
	border-bottom: solid 1px #000000;
}

tr.LVExternalLink
{
	width : 100%;
	color : #333333;
	border-top-style : solid;
	border-top-width : 1px;
	border-top-color : #CCCCCC;
	font-size: 0.8em;
	font-weight: normal;
}

td.LVExternalLink
{
	
	border-top-style : solid;
	border-top-width : 1px;
	border-top-color : #CCCCCC;
}

input.btngo
{
	border: 0;
	background-image: url('../../images/arrow_right_bg.gif');
	background-repeat: no-repeat;
	background-position: right;
	background-color: Transparent;
	text-align: left;
	color: Gray;
	text-decoration: none;
	cursor: pointer;
	width: 21px;
	height: 21px;
	vertical-align: bottom;
}

/*End : Find the Nearest*/

/* In The Area */
.ITAMaxResultsWarning
{
    color:Red;
    font-size:small;
}

div.ITANoLocation
{
	margin: 10px;
	font-size: 0.8em;
}

div.ITAContent
{
	
}

div.ITAServiceMatches
{
	width: 100%;
	margin-left: 210px;
	margin-top: 15px;
}
p.ITADetails
{
	margin-top: 0;
	padding-top: 0;
	font-size: 0.8em;
}

table.ITAMatchGroupTable
{
	font-size: 0.8em;
	border-bottom: solid 1px #000000;
	width: 100%;
}

tr.ITAMatchGroupTableHeading
{
	border-bottom: solid 1px #000000;
	background: #2A343B;
	color: #FFFFFF;
	height: 30px;
}

tr.ITAMatchGroupTableItem
{
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	height: 30px;
}

td.ITAMatchGroupTableName
{
	border-bottom: solid 1px #000000;
	width: 35%
}

td.ITAMatchGroupTableDetails
{
	border-bottom: solid 1px #000000;
	width: 35%;	
}

td.ITAMatchGroupTableDistance
{
	border-bottom: solid 1px #000000;
	width: 10%;
	text-align: center;
}

td.ITAMatchGroupTableLocate
{
	text-align: center;
	border-bottom: solid 1px #000000;
	width: 10%;
}

#ITALayersList
{
	position:absolute;
	left:0px;
	top:151px;
	width:290px;
	height:436px;
	padding: 0;
	margin: 0px 0px 0px 15px;
	/*background-color: #D3DEEF;*/
	font-weight: normal;
	font-size: 0.8em;
	
}
div.ITAServices
{
	height: 428px;
	/*border: 1px dashed #2F4F4F;*/
    border-top: none;
    padding: 5px;
    margin-left: 1px;
	overflow: auto;
	background-color:#F3F5F8;
}

h3.ITAServicesHeading
{
	margin: 0;
	padding: 0;
	border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    margin-left: 1px;
}

h4.ITALayerGroup
{
	font-size: 0.9em;
	font-weight: bold;
	color: #6D6D6D;
	margin-bottom: 0;
}
/* End: In The Area */

/* Report An Incident Output XSLT */

div.ReportHolder 
{
	position : absolute;
	width : 700px;
}

td.lvfTitle 
{
	position : absolute;
	font-size : 1em;
	color : #333333;
	width : 350px;
	padding-bottom : 5px;
	vertical-align : top;
}

td.lvfFaultHeader
{
	font-size : 0.9em;
	width : 140px;
	color : #333333;
	vertical-align : top;
}

td.lvfFaultDetails  
{
	font-size : 0.9em;
	width : 200px;
	color : #333333;
	padding-left : 10px;
	vertical-align : top;
}

td.lvfSectionHeader 
{
	font-size : 0.8em;
	font-weight : bold;
	padding : 0px 0px 10px 0px;
	vertical-align : top;
	width : 340px;
}

td.lvfSectionDetails
{
	border-width : 1px;
	padding : 0px 0px 10px 0px;
	font-size : 0.8em;
	vertical-align : top;
	width : 340px;
}

tr.EmailOnly
{
	display:none;
}

/* End Report An Incident Output XSLT */

/* Location Details page */

div.statuspanel
{
	height: 26px;
	width: 280px;
	left: 15px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	font-size: 0.8em;
	color: Gray;
	background: #2A343B
}

div.statuspanel .lblstatus {
	border: 1px solid #2A343B;
    color: white;
    background-color: #2A343B;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    margin-left: 1px;
	width: 280px;
}

.lblstatus
{
	
}

div.gazpanel
{
	height: 410px;
	width: 280px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	position:absolute;
	left:15px;
	text-decoration: none;
	overflow: auto;
	background: #f3f5f8
}

div.matchedpanel
{
	height: 410px;
	width: 280px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	left: 15px;
	position:absolute;
	text-decoration: none;
	text-align: left;
	background: #f3f5f8
}

img.arrowbutton
{
	height: 19px;
	width: 19px;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	padding: 3px 0px 0px 0px;
}

a.arrowbutton, span.arrowbutton
{
	border: 0;
	padding: 3px 0px 0px 27px;
	text-decoration: none;
	font-size: 0.9em;
	cursor: pointer;
	vertical-align: middle;
	cursor: pointer;
	color: Gray;
}

div.welcome
{
	width: ;
	margin: 0px 0px 0px 290px;
	font-size: 1em;
	color: Black;
	font-size: 0.8em;
}

.LocationDetailsPanel
{
    width:auto;
    height:auto;
}

div.LDNoLocation
{
	margin: 10px;
	font-size: 0.8em;
}

div.LDContent
{
	width: 586px;
	overflow:auto;
	left:305px;
	position:absolute;
}

div.LDServiceMatches
{
	width: 530px;
	margin-left: 230px;
}
p.LDDetails
{
	margin-top: 0;
	padding-top: 0;
	font-size: 0.8em;
}

table.LDMatchGroupTable
{
	font-size: 0.8em;
	border-bottom: solid 1px #000000;
	width: 568px;
	
}

tr.LDMatchGroupTableHeading
{
	border-bottom: solid 1px #000000;
	background: #2A343B;
	color: #FFFFFF;
	height: 30px;
}

tr.LDServicesHeading
{
	height: 30px;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #D2DBDF;
}

tr.LDMatchGroupTableItem
{
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	height: 30px;
}
td.LDMatchGroupTableService
{
	border-bottom: solid 1px #000000;
	width: 100px
}
td.LDMatchGroupTableName
{
	border-bottom: solid 1px #000000;
	/* width: 160px */
}

td.LDMatchGroupTableWiden
{
	border-bottom: solid 1px #000000;
	/*width: 40px */
}

td.LDMatchGroupTableDetails
{
	border-bottom: solid 1px #000000;
	/*width: 270px;*/
}

td.LDMatchGroupTableDistance
{
	border-bottom: solid 1px #000000;
	/*width: 170px;*/
	text-align: center;
}

td.LDMatchGroupTableLocate
{
	text-align: center;
	border-bottom: solid 1px #000000;
	/*width: 70px;*/
}

/* End Location Details */


/* Gazetteer User Control */

div.goTableMultipleMatch
{
	padding-bottom: 2px;
	margin: 20px 10px 0 0;
}

div.goTableSingleMatch
{
	padding-bottom: 2px;
	font-size: 0.7em;
	vertical-align : top;	
	text-decoration: none;
	margin: 20px 10px 0px 0px;
	color: Black;
}

a.goTableMultipleMatch
{
	font-size: 0.7em;
	vertical-align : top;
	text-decoration: none;
	color: Black;
}

a.goTableSingleMatch
{
	font-size: 1em;
	vertical-align : top;	
	text-decoration: none;
	color: Black;
}

a:hover.goTableSingleMatch
{
	color:#005cc1;
	text-decoration: none;
}

a:hover.goTableMultipleMatch
{
	color:#005cc1;
	text-decoration: none;
}

div.GAZ_submitbuttonpanel
{
	text-align: left;
	padding: 7px 40px 0px 0px;
}

div.GAZ_nomatch
{
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 0.8em;
	vertical-align : top;	
	text-decoration: none;
	color: Black;
}

.GAZ_address
{
	width: 230px;
	margin: 20px 0 0 10px;
}

/* End Gazetteer User Control */


/* ZoomAreas User Control */

.ZA_ddl
{
	width: 175px;
	padding: 0px 0px 0px 0px;
}

.ZA_holder
{
	padding: 3px 0px 0px 0px;
}

.ZA_button
{
	cursor : pointer;
	vertical-align: bottom;
}

.ZA_label
{
	color : #999999;
	font-size : 0.8em;

	cursor : auto;
}

div.ZA_submitbuttonpanel
{
	text-align: right;
	padding: 7px 30px 0px 0px;
}

/* End ZoomAreas User Control */

/* Info Request tool */
#InfoResponse
{
    height:98%;
    width:98%;
    overflow:auto;
    z-index:1001;
    border: solid 1px #ccddff;
    background-color:#ffffff;
    font-size:75%;
    color:#000099;
}

.InfoRequestPanel
{
    background-color: #ddeeff;
    border: solid 1px black;
    overflow:auto;
    font-size:75%;
    color:white;
    top:440px;
    left:300px;
    
}
.InfoPanelTitle
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    margin-left: 1px;
}
.resultsTableName
{
    color:black;
    background-color:#5078B3; /*D3DEEF;*/
    font-size:100%;
    /*border-bottom:dashed 1px gray;*/
    padding: 4px;
}
.resultsTable
{
    width:100%;
    border-collapse:collapse;
}
.resultsTableHeader
{
    text-decoration:underline;
    background-color:#5078B3; /*D3DEEF;*/
    border-bottom: solid 1px gray;
    color:black;
    text-align:left;
}
.resultsTableRow
{
    background-color:#ccddff;
    color:#000099;
    padding:5px;
}
.resultsTableRowAlternate
{
    background-color:#bbccdd;
    color:#000099;
    padding:5px;
}
.FloatingPanelContainer
{
    top:400px;
    left:250px;
}



#ddlServices
{
	font-size: 0.5em;
}

/* Extra Added Styles */

.ourextras {
	background-color: #555f64;
	position: absolute;
    top: 633px;
	left: 15px;
	right: 15px;
	text-indent: 15px;
}

.ourextras P {
	font-size: 70%; 
	margin: 0px;
	padding: 6px 0 6px 0;
	color: #FFFFFF
}

.ourextras a:link, .ourextras a:active, .ourextras a:visited {
	color: #ffffff;
	text-decoration: underline
}


#ctl00_ContentPlaceHolder1_Map1 { border-right: 1px solid #000; width:100%}
