html {
	width: 100%;
	height: 100%;
}	

body {
    background-color: #49697C;
    margin: 0px;
    padding: 0px;    
}

form {
	margin: 0px;
	padding: 0px;
}	

img {
	border: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;	
}

button, input[type="submit"] {
    border: 1px solid black;
    background-color: #E8B21D;
    color: white;
    text-transform: uppercase;    
    cursor: pointer;
}	

body,p,div,td,th,a,span,h1,h2,h3,ul,li {
   font-size: 11px;
   font-family: Verdana;
}

#header 
{
	background: #B3C2C5 url(../images/montgomery-county-maryland.gif) no-repeat top left;    
    height: 24px;    
}

#header #county-image {
    float: left;
    margin-left: 375px;
    vertical-align: bottom;    
}

#main-table {
	width: 100%;
    height: 100%;
    clear: both;
}

#left {
    background: #EBEBEB url(../images/left-tab.jpg) no-repeat top left;
    margin: 0px;
    padding-top: 5px;    
    width: 212px;
    height: 100%;
    vertical-align: top;
}

#left h2 {
    background-color: #B5BEC3;
    margin: 0px;
    padding: 5px 5px 5px 15px;
    text-transform: uppercase;
}

#left ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#left ul li {
	padding: 5px 0px 5px 20px;
}		

#left ul.top-list {
	margin: 20px 0px;
}

#left ul.top-list li {
/*    height: 35px;*/
    margin: 5px 0px;
    padding-left: 50px;    
}	

#left ul.top-list li.status-location 
{
	 height: 23px;
    background: transparent url(../images/marker.png) no-repeat 20px;
    
}
#left ul.top-list li.status-processing
{
	height: 23px;
	background: transparent url(http://www.google.com/mapfiles/markerR.png) no-repeat 20px;	
}

#left ul.top-list li.status-streetlight {
    background: transparent url(../images/marker-green.gif) no-repeat 20px;
    border-top: 1px solid #B5BEC3;
}

#left ul.top-list li.status-reported {
    background: transparent url(../images/marker-red.gif) no-repeat 20px;
    border-top: 1px solid #B5BEC3;
}	

#left ul.top-list li.status-repair {
    background: transparent url(../images/marker-yellow.gif) no-repeat 20px;
    border-top: 1px solid #B5BEC3;
}

#left ul.top-list li.status-power-out {
    background: transparent url(../images/marker-orange.gif) no-repeat 20px;
    border-top: 1px solid #B5BEC3;
}

#left ul.top-list li.status-long-term {
    background: transparent url(../images/marker-black.gif) no-repeat 20px;
    border-top: 1px solid #B5BEC3;
}


#left ul.bottom-list li {
    border-top: 1px solid #B5BEC3;
}

#left ul.bottom-list li a {
    font-weight: bold;
}

#removedright {
    background: transparent url(../images/top-tab-01.gif) no-repeat 200px top;
    vertical-align: top;
    padding-top: 15px;
}

#right {
    background: transparent no-repeat 200px top;
    vertical-align: top;
    padding-top: 0px;
}


#top-area {
    background-color: #B5BEC3;
    padding-left: 20px;
    height: 55px;
}

#console {
    background-color: #B5BEC3;
    padding-left: 15px;
    padding-top:10px;
    padding-bottom:10px;
    
    color: red; 
}

#top-area h1 {
    margin: 0px;
    text-transform: uppercase;
    color: white; 
}


#top-area p {
    margin: 10px 0px;
}

#top-area p input {
	border: 1px solid black;
	width: 250px;
    margin-left: 10px;
}

#top-area p button {
    margin-left: 10px;	
}

#top-area p a {
    margin-left: 20px;
    font-size: 10px;
    font-weight: bold;
}

#map-area {
	padding: 10px;
}	

#mainmap {
    height: 500px;
    width: 100%;
}

#help-area {
	
    background-color: white;
    padding: 10px 20px;
}

/*
 * debug
 */
#logger {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 250px;
    height: 300px;
    overflow: auto;
    background-color: white;	
}


.overlay {
	background:black none repeat scroll 0 0;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:98;
}
.load-dialog {
	left:48%;
	position:fixed;
	top:50%;
	width:auto;
	z-index:99;
}