﻿/*----------------------------------------------------------------------------------
                           MAP ELEMENTS
----------------------------------------------------------------------------------*/
#mapArea {
	border: 1px solid #7c95b4;
	margin: 0px 5px 5px 5px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
	height:85%;
	width:95%;
	padding:  0px 1px 25px 1px;
   }
   
#map{
	height:100%;
	width:100%;
	overflow:hidden;
}

 html, body {
	margin: 0;
	padding: 0 0 0 0;
	height:100%;
	width:100%;	   
    overflow:hidden;
}

body {
 	background-image:url(graphics/header_blue_g.jpg);
	background-repeat: no-repeat;
    background-color:#F3F0F0;
	font-family: tahoma;
}
.mainWindowCss
{
     width:100%;
	  min-width: 1250px;
	  height:100%;
	  border-width:0px;
} 
 
#ZoomToDDL
{
  width:135px;
  left:903px;
  font-family:tahoma;
  font-size:10px;
  position: absolute;
  top: 40px;
  left: 80px;
} 
  #unavailableMsg
 {
 position:absolute; 
  right:45%; 
  top:20%; 
  z-index:1;
  text-align: center
 }
 
 #loadingSpinner
 {
  position:absolute; 
  right:50%; 
  top:50%; 
  z-index:1;
 }

 
/*----------------------------------------------------------------------------------
                            TOOLBARS
----------------------------------------------------------------------------------*/
#toolBarBand
{
    width:100%;
   /* position:relative;
    /* border: thin dotted #E21717 */
}

#toolBarBand:after 
{
 display: block;
 height: 35px;
 clear: both;
 visibility: hidden;
}

#butOpenMeasure, #butOpenSelection
{
  visibility: hidden;
}

#dockSearchBoxDynamic
{
  position: absolute; 
  top: 3%;
  left: 33% ; 
  z-index: 1010;
}

/*----------------------------------------------------------------------------------
                            Print  
----------------------------------------------------------------------------------*/
#PrintFrmButtons
{
	padding: 0 5px 0 0;
	height: 75px;
}


#PrintPane
{
   top:185px;
   left:565px;
   width:290px;
   height:365px;
   padding-left: 2px;
   visibility:hidden; 
}

#PrintContentPane
{
    width:280px; 
    height:395px
}

.printURL
{
    position: absolute;
    height: 25px;
    background-color:rgb(243, 244, 248);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
    font-size: 10pt;
    color:Black;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#printSlider
{					
 margin-left:15px;
 width:200px; 
 height: 20px;
}

#printTemplates
{
  float: left;
  font-size:11px;   
}

#printEngage
{
    font-size:11px;
}

#printInstructionsLabel
{
    float: left;
    text-decoration: underline;
    font-weight:bold
}

#printInstructionsLabelB
{
    float: left;
}


#printDivInstructions
{
    margin-left: 6px;
    font-weight:normal;
}


#printTemplatesLabel, #printTextLabel, #printTypeLabel, #printTitleLabel
{
    text-decoration: underline;
    font-weight:bold
}

#divPrintUnavailable
{
    margin-top: 70px;
    margin-left: 25px;
}

#printNarrative
{
    float: left;
}

#printTextLabel, #printTemplateLabel
{
  text-align:center;
  font-weight:bold
}

/*----------------------------------------------------------------------------------
                            SEARCH BOX DROP DOWN
----------------------------------------------------------------------------------*/

/*IE BUG*/
.searchDropDownIE
{
    padding:5px;
    position: relative;
   /* top: 232px;
    left: 283px;*/
    width: 231px;
    max-height: 176px;
    overflow: auto;
    background-color:White;
   /* background-color:rgb(243, 244, 248); */
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
    font-size: 10pt;
    color:Black;
 
}

.searchDropDown
{
    padding:5px;
    position: relative;
   /* top: 247px;
    left: 283px;*/
    width: 231px;
    max-height: 176px;
    overflow: auto;
      background-color:White;
  /*  background-color:rgb(243, 244, 248); */
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
    font-size: 10pt;
    color:Black;
    z-index:101;
}

.searchBoxDynamicDiv:hover
{
    cursor:pointer;
    background-color:rgb(200, 200, 200);
}

.searchBoxInfoDynamicDiv
{
      background-color: #2e4f84;
      border-bottom: 1px black solid;
      color:White;
}
.searchBoxInfoDynamicDiv:hover
{
    cursor:arrow;
}

#srchOptionsLabel
{
    text-decoration: underline;
    font-size:14px;
}

/*----------------------------------------------------------------------------------
                            OTHER
----------------------------------------------------------------------------------*/
	  
	  #status {
        background-color:#FFF;
        color:#000;
        border:solid 1px #FFF;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        padding:3px;
		font-size: 14px;
      }

	  #searchStatus {
	   width: 490px;
	   font-size: 14px;
	   color: #03336f;
	   float: left;
	   padding: 0 0 0 0;
	   margin: 8px 0 0px 0;
      }


/*----------------------------------------------------------------------------------
                            INFO WINDOW - POPUP
----------------------------------------------------------------------------------*/
 .content 
 {
       font-style:italic; 
       font-size:10pt; 
 }

.title 
{
      font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:10pt; 

}


/*----------------------------------------------------------------------------------
                   FLOATING PANELs
----------------------------------------------------------------------------------*/

 .FloatingPanelCss {
    position  :absolute;
    z-index:99;
    padding : 0px 0px 0px 0px;
  }
		  
 .FloatingPanelCss:hover
  {
     cursor:arrow;
  }
  
 #LayersPane
 {
    position:relative;
     width:285px;
     height:530px; 
     top:255px; 

    left: 20px; 
    visibility: hidden; 
 }

#LayersContentPane
{
    width:295; 
    height:550px
}
 #legendDiv
 {
     margin-left:5px;
 }


/*----------------------------------------------------------------------------------
                           HEADER
----------------------------------------------------------------------------------*/
#parcelSearchLabel
{
  font-size:12pt;
  padding-left:60px  
}

#divHeaderRight
{
   float:left;
   height:45px; 
   width:280px; /* disclaimer 260 */
  /*  border: thin dotted #74CCF1 ; */  
}

#headerLinks a {
	display: inline-block;
	float: right;
	padding: 40px 10px 0 10px;  /* padding: 40px 15px 0 15px;  */
	margin: 0px 0 0 0;
	background-repeat: no-repeat;
	background-position: top center;
	color: #b6d3eb;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	/*text-transform: uppercase; */
    border-left: 1px solid  #2e5e8c;
	border-right: 1px solid #06284a;
}

#headerLinks a:hover {
	color: #fff;
	text-decoration: underline;
}

#headerLinks a.help {
	border-right: none;
	background-image:url(graphics/help_a.gif);
	}

#headerLinks a.email 
{
	background-image:url(graphics/email.png);
}

#headerLinks a.disclaimer 
{
	background-image:url(graphics/disclaimer.png);
}

#header {
  	position:absolute;
	padding: 0 0 0 0;
	width:100%;
	overflow:hidden;
	
	/* border: thin dotted green  */
}

#header:hover
{
    cursor:arrow;
}

#headerLinks {
  padding  : 0 5px 0 0;
  float: left;
}

.header_appLogo {
    float:left;
   margin: 0px 5px 5px 0px;
}


#headerdiv_applogo
{
    width:95px;
    float:left;
    margin: 10px 0px 0px 10px;
     /* border: thin dotted #E212E5  */
}

#divSrchCenteredContent
{
    width:875px;  
    margin-left:auto; 
    margin-right:auto; 
}

#divSrchCenteredStep
{
    width:100%; 
    float:left; 
   /* background-color:#dddddd; */
}

.appGeneralText {
  color: #fff;
  float:left;
  font-family:tahoma;
  font-style:normal;
  letter-spacing: .1em; 
  /* border: thin dotted purple */
 }
 
 .appPanelText 
 {
  font-size:10px;
  color: black;
  float:left;
  font-family:tahoma;
  font-style:normal;
  letter-spacing: .1em; 
  -webkit-overflow-scrolling: unset;
 }

 .GenText 
 {
  font-size:10px;
  color: black;
  font-family:tahoma;
  font-style:normal;
  letter-spacing: .1em; 
 }


#divTableOption 
{

  font-size:11px;
  
  font-family:tahoma;
  font-style:normal;
  letter-spacing: .1em; 
  vertical-align: middle;
  width: 285px;
  height: 10px;
 
}

#labHeaderSearchResults
{
  font-family:tahoma;
  font-style:normal;
  text-decoration: underline;
  font-size: 8pt;   
  letter-spacing: .1em; 
}

 #labMapScale
 {
  margin:  15px 0 0 60px ;
  margin-top:15px;
  font-family:tahoma;
  font-style:normal;
  font-size: 8pt;   
  letter-spacing: .1em; 
 }

/*----------------------------------------------------------------------------------
                           SEARCH CONTAINER in Header
----------------------------------------------------------------------------------*/

.inputBox {
    float: left;
	height: 25px;
	width: 250px;
	margin: 5px 0 0 0;
    background-repeat:no-repeat;
	background-image:url(graphics/inputBG_c.gif); 
}

#srchContainer
{
  width:860px; /* disclaimer 760px */
 /* border: thin dotted green */ 
}

#srchOptions 
{
  float:left;
  width:auto;
  margin: 0px 15px 0px 25px;
  letter-spacing: .1em;  
  font-family:Tahoma;
  font-style:normal;   
}

#srchLeft
{
    font-size:8pt;
    float:left; 
    margin:0 10px 0 0; 
    padding:10px ; 
    display:block;

}

#srchRight
{
    float:left; 
    width:275px;
    height:75px;
 /*   border: thin dotted red */
}

#srchDiv
{
  z-index:100;   
  float:none;
  /* border: thin dotted #307F3A */ 
}

#searchBox{
    font-size  : 12px;
	color: #666;
	width: 227px;
    margin: 3px 0 0 4px;
	border:none;
	background: none;
	text-align:left;
	font-family:Tahoma;
    font-style:normal;
    letter-spacing: .1em;
}

#srchDivButton
{
  float:left;
  margin: 5px 0 0 5px;
  /* border: thin dotted #B2AE30  */
}

#searchButton {
	height: 30px;
	width: 90px;
	font-weight:normal;
	text-decoration:none;
	font-size:larger;
        text-align:center;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-image:url(graphics/search_b.gif);
	float:left;
	border: none;
        margin: 0 0 0 0;
        padding-top: 1px;
}

#searchButton:hover {
	height: 30px;
	width: 90px;
	font-weight:normal;
	text-decoration:none;
	font-size:larger;
        text-align:center;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-image:url(graphics/searchOver_a.gif);
	float:left;
	border: none;
        margin: 0 0 0 0;
        padding-top: 1px;
}



/*
.tr { border: 0px solid #000;  height:10px;font-size:small;width:100%;}
.td { width: 130px; }
*/

/*----------------------------------------------------------------------------------
                                 MESAGE To User 
----------------------------------------------------------------------------------*/
#tabParcDetails td 
{
     border: 1px solid green;
     background-color:rgb(227, 236, 247);
     font-size: 10pt;
    /* color: white; */
}

#dockMessageDivDynamic
{
  position: absolute; 
  top: 10%; 
  left: 25% ; 
  z-index: 99;
}

#msgPanel 
{
    position:relative;
    height: 100%;
    width: 350px;
    background:rgba(255, 255, 255, 0.9);
    z-index: 99;
    border: 1px solid rgb(182, 181, 181);
}

#msgDivTOP
{
    width:100%;
    height: 25px; 
    background-color:rgb(243, 244, 248);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
}

#msgDivTOP_Disclaimer
{
    width:99%;
    height: 25px; 
    background-color:rgb(243, 244, 248);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
}

#msgLabForTOP
{
    padding: 10px 0 5px 5px;
}

#msgLabForMsg
{
    padding:   5px 0 5px 0;
}

#msgDivContent 
{
    padding:  5px 5px 5px 5px;
    height:auto;
    width: 98%;
    background-color:white;
}

#msgDivFOOT
{
    width:100%;
    height: 45px; 
    background-color:white;
    border-style: solid;
    border-width: 1px;
    border-color:  white; 
}

#msgDivFOOT_Disclaimer
{
    width:99%;
    height: 45px; 
    background-color:white;
    border-style: solid;
    border-width: 1px;
    border-color:  white; 
   position:absolute;
}

#msgLabForFOOT
{
    padding: 10px 0 5px 5px;
}


#msgOKButton
{
    margin:  5px 5px 5px 0;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 15px;
    height: 22px;
    width: 38px;
    float: right;
    background-color: #27959B;
    font-size: 12.42pt;
    color: white;
    cursor:pointer;
}

#msgOKButton:hover
{
    background-color:#23888d;
}

#msgCloseButton
{
    float:right;
    height: 18px;
    width: 18px;
    border: 0px thin;
    margin-top: 5px;
    margin-right: 5px;
    padding-bottom:3px;
    padding-left:9px; 
    cursor : pointer; 
     background: url('graphics/close_dialog.png') no-repeat 0 0;
}


/*----------------------------------------------------------------------------------
                                 MESAGE Compatiblity -> USER AGENT PANEL
----------------------------------------------------------------------------------*/
#compatPanel 
{
    position:relative;
    height: 65px;
    width: 350px;
    background:rgb(255, 255, 255);
    background:rgba(255, 255, 255, 0.9);
    z-index: 1000;
    border: 1px solid rgb(182, 181, 181);
}

#compatDivTOP
{
    width:100%;
    height: 25px; 
    background-color:rgb(243, 244, 248);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
}

#compatLabelForTOP
{
    padding: 10px 0 5px 50px;
}

#compatLabelForMsg
{
    padding:  10px 0 5px 5px;
}

#compatDivContent 
{
    padding:  5px 0 5px 0px;
    height: 25px;
    width: 100%;
    background-color:rgb(73, 223, 237);
}
/*----------------------------------------------------------------------------------
                                 MULTIPLE RESULTS PANEL
----------------------------------------------------------------------------------*/
#multiResultsPanel
{
    position:absolute;
    height: 365px;
    width: 300px;
    background:rgb(255, 255, 255);
    background:rgba(255, 255, 255, 0.9);
    z-index: 1000;
    display:none;
    border: 1px solid rgb(182, 181, 181);
}

#multiResultsPanelMiddle
{
 height: 300px;
  overflow: auto;
 /* border: 1px solid #7c95b4;  
   border-color: black;  */
}

#multiResultsPanelTop
{
    width:100%;
    height: 25px; 
    background-color:rgb(243, 244, 248);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
}

#multiResultsPanelCancel
{
    height: 6px;
    width: 1px;  
    margin-top:3px;
    padding-left:9px; 
    cursor : pointer; 
}


#labelMultiResultsPanelFeaturesFound
{
  padding: 10px 0 0 10px;
}
/*----------------------------------------------------------------------------------
                                 IDENTIFY PANEL
----------------------------------------------------------------------------------*/
#identifyResultsPanel
{
    position:absolute;
    height: 270px;
    width: 300px;
    background:rgb(255, 255, 255);
    background:rgba(255, 255, 255, 0.9);
    z-index: 1000;
    display:none;
    border: 1px solid rgb(182, 181, 181); 
 }

#identifyResultsPanelTop
{
    width:100%;
    padding:  0 0 0 0;
    height: 25px;
    background-color:rgb(243, 244, 248);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220); 
   
}

#identifyResultsLabelTop
{
    padding: 0 0 0 5px;
}

#identifyResultsPanelCancel
{
  
    height: 6px;
    width: 1px;  
    margin-top:3px;
    padding-left:9px; 
    cursor : pointer; 
   
   /* height: 12px;
    width: 12px;
    padding-right: 3px;
    padding-bottom: 2px;
    cursor: pointer;
*/

}

#identifyResultsPanelMiddle
{
  height: 225px;
  overflow: auto;
}

#IdentifyResultsPanelLabels
{
    margin-left:15px;
}   

#identifyResultsPanelTaxPayer
{
    float:left;
}   

#identifyResultsPanelAccountID
{
    float:left;
}   

#identifyResultsLabel
{
    margin: 5px 0 0 15px;
}

/*----------------------------------------------------------------------------------
                                 Search Results PANEL
----------------------------------------------------------------------------------*/

#EnhResultsPane
{
 position:absolute;
 top:35%;
 left:20%;
 width:840px;
 height:325px;
 padding-left:2px;
 visibility:hidden;
}

#EnhGrid
{
  visibility:hidden;
  padding-left:2px;
  height:20em;
}

#srchResultsTop
{
    margin:  5px 5px 5px 5px;
    background-color: rgb(150, 205, 51);
      /* rgb(243, 244, 248); gray | green  rgb(150, 205, 51);*/ 
    height:48px;
    width:98%;
}

#srchResultsTopRight
{
    float:right;
    margin-right:5px;
}

#srchResultsActionNotifyLeft
{
    margin-top :2px; 
    float:left;
    width: 175px;
    text-align:center;
}




#divGridMessage
{
    width:795px;
    display:inline-block;
    margin: 5px 0 5px 10px 
}

.innerLNF-table 
{
   background-color: rgb(150, 205, 51); 
   padding-top: 0px;
   margin-top: 0px;
}

.innerLNF-labelCell {
	padding-bottom: 2px;
	text-align: center;
	font-size:10px;
    color: black;
    font-family :tahoma;
    font-style:normal;
    letter-spacing: .1em;
}

.innerLNF-table-vert .innerLNF-labelCell {
	border-bottom: 1px solid black;
	margin-top: 0px;
}
.innerLNF-valueCell {
	padding-top: 0px;
	text-align: center;
}


/*----------------------------------------------------------------------------------
                                 DRAW PANEL
----------------------------------------------------------------------------------*/
		
#drawPanel
{
    position:absolute; 
    height: 150px;
    width: 350px;
    background:rgb(255, 255, 255);
    background:rgba(255, 255, 255, 0.9);
    z-index: 1;
    display:none;
    border: 1px solid rgb(182, 181, 181);
}

#drawPanelTop
{
    width:100%;
    height: 25px; 
    background-color:rgb(243, 244, 248);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
}

#drawPanelCancel
{
 height: 6px;
 width: 1px;  
 margin-top:3px;
 padding-left:9px; 
 cursor : pointer; 
}

#drawPanelMiddle
{
 height: 105px;
 /* border: 1px solid #7c95b4;  */
 /*  border-color: red; */
}


#drawPanelMiddleContent
{
 height: 95px;
/* border: 1px solid white; */ 
/* border-color: green; */
}


#drawPanelLabelHeader
{
   margin-top:5px; 
   width:100%;
 /*  border: 1px solid #7c95b4; */ 
  /* border-color: blue; */ 
}

#divDrawPanelBottom
{
  margin-top:5px; 
  /* visibility:hidden; */
}

#drawPanelDrawTypeLabel
{
    line-height:10px;
    color: #727272;
    background-color: #d8d8d8; /* gray */
    height: 10px;
    margin-left: 15px;
    padding:  0 5px 0 5px;
    text-align:center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(200,200,200);
}

#drawPanelColorLabel
{
    line-height:10px;
    color: #727272;
    background-color: #d8d8d8; /* gray */
    margin-left: 10px;
    padding:  0 17px 0 17px;
    text-align:center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(200,200,200);
}

#drawPanelSymbolLabel
{
    line-height:10px;
    color: #727272;
    background-color: #d8d8d8; /* gray */
    margin-left: 10px;
    padding:  0 15px 0 15px;
    text-align:center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(200,200,200);
}

#drawDivDrawTypeListBox
{
    float:left;
    margin-top: 1px;
    margin-left: 10px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

#drawTypeListBox {
    overflow: hidden;
    width: 70px;
}

#drawDivColorListBox
{   
    margin-top: 3px;
    margin-left: 0px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

#drawColorListBox {
    overflow: hidden;
    width: 66px;
}

#drawDivSymbolListBox
{   
    position: absolute;
    top:53px;
    left:168px;
    margin-left: 10px;
}

#drawSymbolListBox {
    overflow: hidden;
    width: 75px;
}

.drawLBoxMarginLeft
{
    margin-left:14px
}

#drawPanelEngage
{
    position: absolute;
    top:65px;
    left:325px;
   
    height: 20px;
    width: 20px;
   
    cursor: pointer;
}

#drawPanelLinks
{
    position:absolute;
    top:-15px; 
    height:80px;
    left: -50px;
}

#drawPanelLinks a 
{
    top: 0px;
	display: block;
	float: right;
 	padding:   20px 15px 0 15px;
	margin: 0px 0 0 0;
	background-repeat: no-repeat;
	background-position: top center;
	color: #b6d3eb;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	/*text-transform: uppercase; */
    border-left: 1px solid #2e5e8c;
	border-right: 1px solid #06284a;
}

#drawPanelLinks a:hover {
	color: black;
	text-decoration: underline;
}

#drawPanelLinks a.help 
{
 	border-right: none;
	background-image:url(graphics/draw.png);
}

#drawPanelLinks a.clear 
{
    margin-top:5px;
 	border-right: none;
	background-image:url(graphics/clearselection16.png);
    background-repeat: no-repeat; 
}	

#divDrawPanelTextMarkup
{
    margin-left:15px;
}   

#drawOptionsLabel
{
    margin: 5px 0 0 15px;
}

/*----------------------------------------------------------------------------------
                                 Measure PANEL
----------------------------------------------------------------------------------*/
		
#measPanel
{
    position:absolute;
    height: 155px;
    width: 180px;
    background:rgb(255, 255, 255);
    background:rgba(255, 255, 255, 0.9);
    z-index: 97;
    display:none;
    border: 1px solid rgb(182, 181, 181);
}

#measPanelTop
{
    width:100%;
    height: 25px; 
    background-color:rgb(243, 244, 248);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
}

#measPanelCancel
{
    height: 6px;
    width: 1px;  
    margin-top:3px;
    padding-left:9px; 
    cursor : pointer; 
}

#measPanelMiddle
{
 height: 90px;
 /* border: 1px solid #7c95b4;  */
 /*  border-color: red; */
}


#measPanelMiddleContent
{
 height: 25px;
/* border: 1px solid white; */ 
/* border-color: green; */
}


#measPanelLabelHeader
{
   margin-top:5px; 
   width:100%;
 /*  border: 1px solid #7c95b4; */ 
  /* border-color: blue; */ 
}

#measPanelMeasTypeLabel
{
    line-height:10px;
    color: #727272;
    background-color: #d8d8d8; /* gray */
    height: 10px;
    margin-left: 15px;
    padding:  0 5px 0 5px;
    text-align:center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(200,200,200);
}

#measTypeListBox {
    height: 50px;
    overflow: hidden;
}

#measDivMeasTypeListBox
{
    float:left;
    margin-top: 1px;
    margin-left: 10px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    overflow:hidden;
}

#measPanelEngage
{
   margin-bottom:20px; 
  display:inline-block;
    height: 20px;
    width: 10px;
    cursor: pointer;
  /*   border: thin dotted #74CCF1 */
}

#measPanelLinks
{
 height:20px;
}

#measPanelLinks a 
{
    top: 0px;
	display: inline-block;
	float: right;
 	padding: 20px 10px 0 5px;
	margin: 0px 0 0 0;
	background-repeat: no-repeat;
	background-position: top center;
	color: #b6d3eb;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	/*text-transform: uppercase; */
 /*   border-left: 1px solid #2e5e8c;  */
 /*	border-right: 1px solid #06284a; */
}

#measPanelLinks a:hover {
	color: black;
	text-decoration: underline;
}

#measPanelLinks a.measure 
{
 	border-right: none;
    background-image:url(graphics/measure16.png);
    margin-right: -20px;
}

#measPanelLinks a.clear 
{
 	border-right: none;
	background-image:url(graphics/clearselection16.png);
    background-repeat: no-repeat; 
    padding:  20px 25px 0 20px;
}	

#measOptionsLabel
{
    margin: 5px 0 0 15px;
}

#divMeasPanelBottom
{
  margin-top:5px; 
  /* visibility:hidden; */
}

#divMeasPanelResults
{
    margin-left:15px;
}   

.MeasureBut
{
   width: 16px;
   height: 18px;
   margin-right: 1px;
   padding-right: 1px;
   background-image:url(graphics/measure16.png);
   background-repeat: no-repeat;
  /* background: url('https://serverapi.arcgisonline.com/jsapi/arcgis/3.2/js/esri/dijit/images/measure_distance16.png') no-repeat 0 0; */
}

.ZoomFixedOut
{
   width: 18px;
   height: 18px;
   margin-right: 1px;
   padding-right: 1px;
   background-image:url(graphics/zoomfixedout16.png);
    background-repeat: no-repeat;
}

.SelectBut
{
   width: 18px;
   height: 18px;
   margin-right: 1px;
   padding-right: 1px;
   background-image:url(graphics/select16.png);
   background-repeat: no-repeat;
  
}

/*----------------------------------------------------------------------------------
                                 Selection PANEL
----------------------------------------------------------------------------------*/
		
#selectPanel
{
    position:absolute;
    height: 250px;
    width: 235px;
    background:rgb(255, 255, 255);
    background:rgba(255, 255, 255, 0.9);
    z-index: -1;
    display:none;
   /* border: 1px solid rgb(182, 181, 181); */
}

#selectPanelTop
{
    width:100%;
    height: 25px; 
    background-color:rgb(243, 244, 248);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(220,220,220);
}

#selectPanelCancel
{
    height: 6px;
    width: 1px;  
    padding-bottom:3px;
    padding-left:9px; 
    cursor : pointer; 
}

#selectOptionsLabel
{
    margin: 5px 0 0 15px;
}


#selectPanelMiddle
{
    height: 245px;
    border: 1px solid #7c95b4;  
}


#selectPanelMiddleContent
{
    height: 100px;
/* border: 1px solid white; */ 
/* border-color: green; */
}

#selectPanelBottom {
    height: 40px;
    border: 1px solid #7c95b4;
}


#selectPanelLabelHeader
{
   margin-top:5px; 
   width:100%;
   margin-left: 10px;
 /*  border: 1px solid #7c95b4; */ 
  /* border-color: blue; */ 
}

#PanelSelectTypeLabel, #labelBufferDistance, #labelPanelGraphics, #labelPanelIntersect, #labelPanelToGrid, #labelPanelGraphics
{
    line-height:10px;
    color: #727272;
    background-color: #d8d8d8; /* gray */
    height: 10px;
   
    padding:   0 5px 0 5px;
    text-align:left;
    border-style: solid;
    border-width: 1px;
  /*  border-color: rgb(200,200,200); */
}

#DivLabSelectionBufferFnd, #divLabSelectionByGraphicFnd
{
    margin-top: 5px;
}

#selectPanelSelectMode 
{
    margin-bottom: 15px;
    
    margin-left: 10px;
    padding-left: 5px;
    width:85%;
    height:25px;
  /* border: 1px solid #2e5e8c; */  
} 


#DivSelectTypeListBox
{
    margin-bottom: -5px;
    margin-top: 1px;
    margin-left: 10px;
    padding-top: 5px;
    padding-left: 5px;
    width:85%;
    height:25px;
  /* border: 1px solid #2e5e8c; */ 
}

#selectPanelGraphics
{
    margin:   20px 5px 15px 7px;
    height: 25px;
 /*   border: 1px solid #2e5e8c; */
}

#selectPanelToGrid
{
    margin: 15px 5px 15px 7px;
    height: 25px;
 /*   border: 1px solid #2e5e8c; */
}


#selectWBuffer
{
    margin:   5px 5px 10px 10px;
    height: 50px;
  /*  border: 1px solid #2e5e8c; */
}

#selectBufferFeet
{
  width: 25px;
}


#DivSelectTypeListBox a, #selectWBuffer a, #selectPanelGraphics a, #selectPanelToGrid a
{
    top: 0px;
	display:inline-block;
	padding:  20px 25px 0 15px;  /* top, right, bottom, left */
    margin: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: top center;
    color: #b6d3eb;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	/*text-transform: uppercase; */
 /*   border-left: 1px solid #2e5e8c;  */
	/*border-right: 1px solid #06284a; */
}

#selectWBuffer a.buffer 
{
 	border-right: none;
	background-image:url(graphics/buffer.png);
	background-repeat: no-repeat; 
	padding: 20px 15px 0 15px;
}

#selectPanelToGrid a.selecttogrid
{
  /*  margin-top:10px; */
 	border-right: none;
	background-image:url(graphics/togrid.png);
    background-repeat: no-repeat; 
    padding:  20px  25px 0 15px;
    background-repeat: no-repeat;  
}


#selectPanelGraphics a.drawpoly
{
  /*  margin-top:10px; */
 	border-right: none;
	background-image:url(graphics/drawpoly.png);
    background-repeat: no-repeat; 
    padding: 20px 5px 0 5px;
    background-repeat: no-repeat;  
}

#selectPanelGraphics a.drawgraphic
{
  /*  margin-top:10px; */
 	border-right: none;
	background-image:url(graphics/drawpoint.png);
    background-repeat: no-repeat; 
    padding: 20px 5px 0 5px; 
    background-repeat: no-repeat;  
}

#DivSelectTypeListBox a:hover, #selectWBuffer a:hover,#selectPanelGraphics a:hover, #selectPanelToGrid a:hover {
	color: black;
	text-decoration: underline;
}

#DivSelectTypeListBox a.clear 
{
  	border-right: none;
	background-image:url(graphics/clearselection16.png);
    background-repeat: no-repeat; 
    padding: 20px 5px 0 5px;
    background-repeat: no-repeat;
}	

/*----------------------------------------------------------------------------------
                           DOJOX
----------------------------------------------------------------------------------*/
.dojoxFloatingMinimizeIcon {
   width: 17px;
   height: 20px;
   background: url('graphics/close_dialog.png') no-repeat 0 0; 
 /* background: url('https://ajax.googleapis.com/ajax/libs/dojo/1.8/dijit/themes/claro/images/dialogCloseIcon.png') no-repeat 0 0; */
  
 }

 .dojoxFloatingPaneTitle {
         border: none;
         height: 22px;
      }

/*----------------------------------------------------------------------------------
                                  NOT USED
----------------------------------------------------------------------------------*/

     
