﻿body 
{  
    margin: 1px 0px 0px 1px;
    background-color: #FFFFEE;
    }   

ul
{
    font-size:14px;
    }
    
a 
{
    font-size:12px;
    }
    
h5 
{
    padding-top: 10px;
    padding-left: 7px;
    color: #3344AA;
    font-size: 14px;
    }

#pageWrapper 
{
    width: 1024px;
    height: 700px;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 8px;
	color: #3344AA;
	background-color: #FFFFEE;
	border-style: solid;
    border-width: 2px;
    }
    
#banner
{ 
    width: 100%;
    height: 45px;
    border-bottom-color: #3344AA;
    border-bottom-style: groove;
    border-bottom-width: 2px;
    }

#note{
	font-size: 10px;
	font-style: italic; 
	color:red;
}

#navbar
{
    list-style:none;
    text-align:left; 
    margin: 2px 15px 5px 0;
    width: 100%;
    height: 35px;
    border-bottom-color: #3344AA;
    border-bottom-style: groove;
    border-bottom-width: 1px;
	background-color: #EEEEEE;
    }

#navbar ul
{
    list-style: none;
    display:inline;
    margin: 0;  
     }
     
#navbar li 
{    
    overflow:hidden;
    display:inline;
    padding-right: 55px;
    padding-left: 5px;
    
    }
  
#navbar a:link{color:#330000;text-decoration:none;font-weight:bold;}
#navbar a:visited{color:#330000;text-decoration:none;font-weight:bold;}
#navbar a:hover{color:#330000;text-decoration:underline;font-weight:bold;}
#navbar a:active{color:#330000;text-decoration:none;font-weight:bold;}
#navbar a {color:#330000;text-decoration:none;font-weight:bold;}

#contentWrapper
{
    width: 100%;
    position: relative;
    overflow: hidden;
    }
    
#mainContentFrame
{
    width: 1024px;
    overflow: hidden;
    height: 570px;
    background-color: #FFFFEE;
    }
    
#navWrapper
{
    width: 200px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-right-style: solid;
    border-right-color: Gray;
    border-right-width: 1px;
    background-color: #FFFFEE;
    height: 560px;
    }
    
#mapTools
{
    width: 190px;
    height: 270px;
    position: absolute;
    left: 0px;
    border-bottom-color: #3344AA;
    border-bottom-style: groove;
    border-bottom-width: 1px;
    background-color: #FFFFEE;
    }
    
#zoomTool
{
    width: 90px;
    position: absolute;
    left: 0px;
    background-color: #FFFFEE;
    }
    
#toolbar
{
    width: 90px;
    position: absolute;
    left: 90px;
    text-align: center;
    background-color: #FFFFEE;
    }
    
.toolbarItems
{
    background-color: #FFFFEE;
    }
      
.menuList
{
    list-style: none;
    display: inline;
    margin: 0;  
     }
     
.menuLine 
{    
    display: inline;
    margin-right: 20px;
    margin-left: 4px;
    }
      

#searchTools
{
    width: 200px;
    position: absolute;
    top: 275px;
    left: 0px;
    overflow: visible;
    padding-top: 0px;
    background-color: #FFFFEE;
    }
    
#placename
{
    margin-left: 1px;
    width: 190px;
    }
.placenameTitle 
{
    font-weight: bold;
    }
    
#searchResults
{
    width: 200px;
    height: 141px;
    position: absolute;
    top: 420px;
    left: 0px;
    padding-top: 10px;
    overflow: auto;
	background-color: #FFFFEE;
    }
    
.searchResultsContainer
{
    background-color: #FFFFEE;
    }
    

#map
{
    width:550px;
    height: 540px;
    position: absolute;
    left: 205px;
    top: 27px;
    }   
    
#scaleBar
{
    width:550px;
    position: absolute;
    left: 205px;
    top: 530px;
    z-index: 3000;
    }
    
#layerControls
{
    width: 300px;
    height: 560px;
    position: absolute;
    left: 760px;
    top: 0px;
    border-left-style: solid;
    border-left-color: Gray;
    border-left-width: 1px;
    background-color: #FFFFEE;
}

#login
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12px;
	color: #3344AA;
	background-color: #FFFFEE;
	}
	
# login input:hover{color:#330000;text-decoration:underline;font-weight:bold;}
    
#footer
{
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
    width: 1017px;
    height: 30px; 
    margin-left: 2px;
    background-color: #EEEEEE;   
    }
    
 
 /* Common Wizard Elements */
 
 .wizardContentWrapper
 {
    /*margin: 140px 0px 0px 200px;*/
    position: absolute;
    left: 200px;
    top: 50px;
    background-color: #EEEEEE;
    width:550px;
    }
    
.wizardTitleText
{
    color: #3344AA;
    text-decoration:none;
    font-weight:bold;
    font-size: 13px;
    }

.wizardItemText
{
    color: #3344AA;
    text-decoration:none;
    font-weight:bold;
    font-size: 11px; 
    }
    
#nextButtonWrapper
{   
    width: 50px;
    position: absolute;
    left: 670px;
    top: 0px;
    color:#3344AA;
    font-size: 7px;
    }
    
#wizardStatus
{
    
    position: absolute;
    width:405px;
    left: 205px;
    top: 0px;
    margin-bottom: 5px;
    }
    
#wizardStatus ul
{
    list-style: none;
    display:inline;
    margin-left: 10px;  
     }
     
#wizardStatus li 
{    
    overflow:hidden;
    display:inline;
    padding-right: 40px;
    }
    
.wizardDefaultStep
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
	color: Gray
	}
.wizardCurrentStep
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 15px;
    font-weight:  bolder;
	color: Black;
	}
.wizardCompletedStep
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
	color: Maroon;
	}
    
#navButtonsWrapper
{
    position: absolute;
    left: 205px;
    top: 400px;
    width:550px;
    }
    
#navButtonsWrapper input:hover{color:#66AACC;text-decoration:underline;font-weight:bold;}

.navButtons
{
    background-color: White;
    color: #3344AA;
    font-weight: bold;
    }
    
/* Elements in wizardStep1.aspx */

#wizardContent div
{
    margin: 7px 7px 10px 7px;
    font-size:  medium;
    }
    
wizardOptions label
{
    color: #66AACC;
    text-decoration: none;
    font-weight: bold;
    }
    
#optionTitle
{
    background-color: White;
    margin-top: 5px;
     }
   
    
/* Elements in WizardStep3.aspx*/

#txtDescription
{
    width: 430px;
    height: 35px;
    overflow: scroll;
    
    }
#stepTitle
{
    width: 430px;
    background-color: White;
    }
    
    /* Elements in WizardFinish.aspx*/
    
.reportItemText
{
    color: black;
    text-decoration:none;
    font-weight:bold;
    font-size: 12px; 
    }
    
#descWrapper
{
    position:relative;
    text-align: left;
    
    }
#descTitle
{
    float: left;
    }
#descLabel
{
    margin-left: 50px;
    }
    
#lblDesc
{
    overflow: auto;
    color: black;
    text-decoration:none;
    font-weight:bold;
    font-size: 12px; 
    }
