body 
{
    font-family: Verdana;
    padding: 0;
    border: 0;
    margin: 0;
}

/* Fringe Master Page (inherited by Error.aspx and Default.aspx) */

div.header
{
	height: 84px;
	width: 800px;
	/*
	background-image:url('../../images/header_filler.jpg');
    background-repeat: repeat-x;
	*/
	  background-color: #000000;
    /*background-color: #1f82bb; */
}

.tablistFringe
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 58px;
}

div.bodyFringe
{
	width: 800px;
	margin: 0;
	padding: 0;
	float:none;
}

td.lvdMain
{
	/*background-position : left top;
	background-image: url(../images/lv_logo.jpg);
	background-image: url(../../images/wclogo.gif);*/
	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 : #99ccff;	
	padding : 4px 4px 4px 4px;
}

td.lvdFiller
{
	width : 50px;
}

td.lvdFillerNoRAI
{
	width: 133px;
}

/* End Fringe Master Page */


/* LocalView Master Page */

div.master
{
	width:800px;
	height: 58px;
	background-image:url('../../images/wclogo.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*background-color: #0067ad;*/
	background-color: #00654F;
}

.headerBanner
{
	float:right;
}

div.tabstrip
{
	width: 800px;
	height: 26px;
	margin: 0;
	padding: 0;
	vertical-align:baseline;
	background-color: #00654F;
}

img.helpbutton
{
	vertical-align: top;
	border: none;
}

#tabbase
{
    padding:4px 2px 3px 5px;
    margin:0px;
    clear:both;
    width:793px;
    height:24px;
    background-image:url('../../images/tabbase_filler_new.gif');
    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
{
    padding:3px 2px 3px 2px;
    margin:0px;
    clear:both;
    width:796px;
    height:20px;
	border-top: 1px solid #553775;
    background-image:url('../../images/tabbase_filler_new.gif');
    font-size: 0.7em;
    position: absolute;
    top: 548px;
    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_new.gif')right top no-repeat;
	font-size: 0.8em;
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
	cursor: pointer;
}

.tabOff
{
	background: url('../../images/tab_off_new.gif') right top no-repeat;
	font-size: 0.8em;
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
	height: 26px;
	cursor: pointer;
}

.tablist
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation a
{
    color: #553775;
    background: #00654F url('../../images/tab_on_new.gif') left top no-repeat;
    text-decoration: none;
    padding-left: 0px;
}

#navigation a, #navigation a span
{
    display: block;
    float: left;
    font-size:12pt;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
    float: none;
}
/* End hide */

#navigation a:hover
{
    color: #00654F;
}

#navigation a:hover span
{
    background: url('../../images/tab_on_new.gif') right top no-repeat;
    padding-right: 0px;
}

#navigation ul
{
    list-style: none;
    padding-top:0px;
}

#navigation li
{
    float: left;
    font-size: 0.8em;
    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:7px;	/* this positions the text over the tabs correctly */
    height:19px;		/* this maintains the div height of 26px */
    width:160px;
	text-align:center;  
}
/*******/

/* Accordion */

#TocPanel
{
	position:absolute;
	left:0px;
	top:110px;
	width:260px;
	height:338px;
	padding: 0;
	margin: 0;
}

.accordionHolder
{
	height: 437px;
}

.accordionHeader
{
    border: 1px solid #553775;
    color: #553775;
    /*background-color: #2E4d7B;*/
	background: #FFFFFF url('../../images/button-off.gif') left bottom repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    margin-left: 1px;
    cursor: pointer;
}

.accordionLink
{
	text-decoration: none;
	color: #553775;
}

#master_content .accordionHeader a
{
	color: #553775;
	background: #FFFFFF url('../../images/button-off.gif') left bottom repeat-x;
	text-decoration: none;
	margin-left: 1px;
}

#master_content .accordionHeader a:hover
{
	background: #FFFFFF url('../../images/button-on.gif') left top repeat-x;
	text-decoration: none;
	margin-left: 1px;
    color: #00654F!important;
}

.accordionHeaderSelected
{
    border: 1px solid #553775;
    border-bottom: 0;
    color: #553775;
	background: #FFFFFF url('../../images/button-on.gif') left top repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    margin-left: 1px;
    cursor: pointer;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a
{
	color: #553775;
	background: #FFFFFF url('../../images/button-on.gif') left top repeat-x;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: #FFFFFF url('../../images/button-on.gif') left top repeat-x;
	text-decoration: none;
    color: #00654F!important;
}

.accordionContent
{
    background-color: #FFFFFF;
    border: 1px solid #553775;
    border-top: 0;
    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: #99CCFF;
}

.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;
	font-family: Arial, Tahoma, Verdana;
	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-family: Arial, Tahoma, Verdana;
	font-size: 0.8em;
	color: Gray;
}

div.OTM_zoomareaspanel
{
	height: 50px;
	width: 200px;
	padding: 0px;
	margin: 240px 0px 0px 15px;
	position: absolute;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	color: Gray;
}

/* End Accordion Pane[1] Zoom to location */

/* TabStrip */
.TabStrip
{
	/*background-color: #E0E0E0;
	color: #000000;*/
	background-color:#C0C0C0;
	font-family:Arial, Tahoma, Verdana;
	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
{
	position:absolute;
	left:260px;
	top:111px;
	height:30px;
	/*
	background-image:url('../../images/iconbar_filler.jpg');
	background-repeat:repeat; */
}
/* End Map Toolbar */

/* Map Pane */

#MapPanel
{
	position:absolute;
	left:260px;
	top:111px;
	width: 540px;
	height: 436px;
}

.slider
{
	position:absolute;
	left: 23px;
	top: 60px;
	width: 17px;
	height: 100px;
}

.compass
{
	position: absolute;
	left: 5px;
	top: 5px;
}

.maptoolbar
{
	position: absolute;
	left: 387px;
	top: 3px;
	background-image:url('../../images/tooltab.gif');
	background-repeat: no-repeat;
}

/* End Map Pane */

/* Report An Incident Page */

span.header, p.header
{
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	color: black;
	font-size: 0.8em;
	padding: 0px 0px 15px 0px;
	margin: 0;
}

span.category
{
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	color: Gray;
	font-size: 0.8em;
}

div.THREE_SUM_header
{
	font-size : 0.8em;
	font-family: Arial, Tahoma, Verdana;
	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;
	font-family: Arial, Tahoma, Verdana;
	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;
	font-family: Arial, Tahoma, Verdana;
	color: Gray;
}

div.THREE_GAZ_controlpanel
{
	height: 290px;
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin: 50px 50px 0px 0px;
	position:absolute;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	overflow: auto;
}

a.type
{
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	color: Blue;
	text-decoration: underline;
	font-size: 0.8em;
}

.panelbanner
{
	height: 40px;
	width: 770px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Tahoma, Verdana;
}

.ONE_panelstep
{
	height: 390px;
	width: 235px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	position:absolute;
	font-family: Arial, Tahoma, Verdana;
}

.TWO_MAP_panelstep
{
	height: 390px;
	width: 235px;
	padding: 0px 0px 0px 30px;
	margin: 50px 0px 0px 0px;
	position:absolute;
	font-family: Arial, Tahoma, Verdana;
}

.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;
	font-family: Arial, Tahoma, Verdana;
}

.THREE_panelstep
{
	height: 390px;
	width: 200px;
	padding: 0px 0px 0px 30px;
	margin: 0px 50px 0px 0px;
	position:absolute;
	font-family: Arial, Tahoma, Verdana;
}

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;
	font-family: Arial, Tahoma, Verdana;
}

div.TWO_MAP_zoomareaspanel
{
	height: 50px;
	width: 200px;
	padding: 0px;
	margin: 205px 0px 0px 30px;
	position: absolute;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	color: Gray;
}

.panelmain
{
	height: 390px;
	width: 535px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 265px;
	font-family: Arial, Tahoma, Verdana;
	position: absolute;
}

div.reporttoolspanel
{
	position:absolute;
	left:268px;
	top:151px;
	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:268px;
	top:150px;
	width: 532px;
	height: 405px;
}

.normal
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.8em;
	text-decoration: none;
	padding: 4px 1px 4px 1px;
}

div.acceptaddress
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.8em;
	text-decoration: none;
	padding: 4px 0px 6px 0px;
	color: Gray;
}

div.TWO_GAZ_statuspanel
{
	height: 20px;
	width: 210px;
	padding: 20px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	position: absolute;
	font-family:font-family: Arial, Tahoma, Verdana;
	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;
	font-family: Arial, Tahoma, Verdana;
	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;
	font-family: Arial, Tahoma, Verdana;
	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;
	font-family: Arial, Tahoma, Verdana;
	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-family:font-family: Arial, Tahoma, Verdana;
	font-size: 0.8em;
	color: Gray;
}

div.TWO_incidenttypepanel
{
	position: absolute;
	height: 100px;
	width: 195px;
	margin: 280px 0px 0px 5px;	
}

div.THREE_incidenttypepanel
{
	position: absolute;
	height: 100px;
	width: 195px;
	margin: 190px 0px 0px 5px;	
}

div.THREE_incidentlocationpanel
{
	position: absolute;
	height: 100px;
	width: 195px;
	margin: 280px 0px 0px 5px;	
}

div.THREE_frIncidentFlowOn
{
	display : block;
	text-align : left;
	font-size: 0.8em;
	font-weight: bold; 
	padding: 2px 2px 2px 7px;
	margin: 2px 5px 5px 0px;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#00654F;
	/*background-image:url('../../images/header_filler.jpg');*/
}

a.updatetype, span.updatetype
{
	border: 0;
	padding: 3px 0px 0px 16px;
	text-decoration: none;
	font-size: 0.9em;
	cursor: pointer;
	vertical-align: middle;
	cursor: pointer;
	font-family: Arial, Tahoma, Verdana;
	color: Gray;
}

a.updateloc, span.updateloc
{
	border: 0;
	padding: 3px 0px 0px 6px;
	text-decoration: none;
	font-size: 0.9em;
	cursor: pointer;
	vertical-align: middle;
	cursor: pointer;
	font-family: Arial, Tahoma, Verdana;
	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 2px 5px 2px;	
	text-decoration: none;
}

a.frIncidentFlowOn, span.frIncidentFlowOn
{
	color:#FFFFFF;
	/* background-image:url('../../images/header_filler.jpg'); */
	background-color: #553775;

}

a.frIncidentFlowOff, span.frIncidentFlowOff
{
	color : #FFFFFF;
	background-color: #d3d3d3;
}

td.frStepLink
{
	width : 263px;
}

/* 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;
	font-family: Arial, Tahoma, Verdana;
	color: Black;
	text-decoration: none;
	font-size: 0.8em;
}

span.datelabel
{
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	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: 800px;
	overflow: auto;
	height:430px;
	font-family: Arial, Tahoma, Verdana;
	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: 780px;
}

tr.FTNMatchGroupTableHeading
{
	border-bottom: solid 1px #000000;
	background: #553775;
	color: #FFFFFF;
	height: 30px;
}

tr.FTNServicesHeading
{
	height: 30px;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #D6D0E1;
}

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: 530px;
	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: 570px;
}

tr.ITAMatchGroupTableHeading
{
	border-bottom: solid 1px #000000;
	background: #553775;
	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: 160px
}

td.ITAMatchGroupTableDetails
{
	border-bottom: solid 1px #000000;
	width: 270px;	
}

td.ITAMatchGroupTableDistance
{
	border-bottom: solid 1px #000000;
	width: 70px;
	text-align: center;
}

td.ITAMatchGroupTableLocate
{
	text-align: center;
	border-bottom: solid 1px #000000;
	width: 70px;
}

#ITALayersList
{
	position:absolute;
	left:0px;
	top:110px;
	width:200px;
	height:436px;
	padding: 0;
	margin: 0px 0px 0px 15px;
	/*background-color: #D6D0E1;*/
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.8em;
	
}
div.ITAServices
{
	height: 399px;
	/*border: 1px dashed #2F4F4F;*/
    border-top: none;
    padding: 5px;
    margin-left: 1px;
	overflow: auto;
}

h3.ITAServicesHeading
{
	margin: 0;
	padding: 0;
	border: 1px solid #2F4F4F;
    color: white;
    background-color: #553775;
	font-family: Arial, Sans-Serif;
	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: 10px;
	width: 200px;
	left: 0px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	position: absolute;
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.8em;
	color: Gray;
}

.lblstatus
{
	font-family: Arial, Tahoma, Verdana;
}

div.gazpanel
{
	height: 200px;
	width: 210px;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	position:absolute;
	left:10px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	overflow: auto;
}

div.matchedpanel
{
	height: 200px;
	width: 170px;
	padding: 0px 30px 0px 0px;
	margin: 30px 50px 0px 0px;
	left: 10px;
	position:absolute;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-align: right;
}

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;
	font-family: Arial, Tahoma, Verdana;
	color: Gray;
}

div.welcome
{
	width: 500px;
	margin: 0px 0px 0px 230px;
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana;
	color: Black;
	font-size: 0.8em;
}

.LocationDetailsPanel
{
    width:auto;
    height:auto;
}

div.LDNoLocation
{
	margin: 10px;
	font-size: 0.8em;
}

div.LDContent
{
	width: 600px;
	
	
	
	overflow:auto;
	left:210px;
	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: 590px;
}

tr.LDMatchGroupTableHeading
{
	border-bottom: solid 1px #000000;
	background: #553775;
	color: #FFFFFF;
	height: 30px;
}

tr.LDServicesHeading
{
	height: 30px;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #D6D0E1;
}

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;
}

div.goTableSingleMatch
{
	padding-bottom: 2px;
	font-size: 0.7em;
	vertical-align : top;	
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
	color: Black;
}

a.goTableMultipleMatch
{
	font-size: 0.7em;
	vertical-align : top;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
	color: Black;
}

a.goTableSingleMatch
{
	font-size: 1em;
	vertical-align : top;	
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
	color: Black;
}

a:hover.goTableSingleMatch
{
	color:#005cc1;
	text-decoration: none;
}

a:hover.goTableMultipleMatch
{
	color:#005cc1;
	text-decoration: none;
}

div.GAZ_submitbuttonpanel
{
	text-align: right;
	padding: 7px 40px 0px 0px;
}

div.GAZ_nomatch
{
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 0.8em;
	vertical-align : top;	
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
	color: Black;
}

.GAZ_address
{
	width: 170px;
}

/* 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%;
    font-family:Arial;
    color:#000099;
}

.InfoRequestPanel
{
    background-color: #ddeeff;
    border: solid 1px black;
    overflow:auto;
    font-size:75%;
    font-family:Arial;
    color:white;
    top:440px;
    left:300px;
    
}
.InfoPanelTitle
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #553775;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    margin-left: 1px;
}
.resultsTableName
{
    color:black;
    background-color:#553775; /*D7E9BB;*/
    font-size:100%;
    /*border-bottom:dashed 1px gray;*/
    padding: 4px;
}
.resultsTable
{
    width:100%;
    border-collapse:collapse;
}
.resultsTableHeader
{
    text-decoration:underline;
    background-color:#553775; /*D7E9BB;*/
    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;
}

