#Message {
	margin-top: 5px;
	font-weight: bold;
}
#map_canvas {
	height: 600px;
	width: 97%;
	border: 1px solid gray;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}
#window_header {
	background-color: #FFFFFF;
    background-image: url("../images/white-top-bottom.gif");
    background-position: 0 -2px;
    background-repeat: repeat-x;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}
#window_content {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 5px;
    margin-bottom: 10px;
}
#window_header SPAN {
    font-weight: bold;
    margin-top: 5px;
    position: absolute;
    color: #336699;
}
#map_toolbar {
	margin-top: 20px;
	background-color: #FFFFFF;
    background-image: url("../images/white-top-bottom.gif");
    background-position: 0 -2px;
    background-repeat: repeat-x;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    height: 30px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}
IMG.icon_toolbar {
	border: 1px solid #B8CFEE;
	padding: 2px;
	background-color: #EAF6FE;
	cursor: pointer;
	margin-top:4px;
	background-color: #FFFFFF;
    border: 1px solid #66CCFF;
    margin-left: 5px;
    padding: 2px;
}
H1 {
    font-size: 16px;
    color: #336699;
}
H2 {
	font-size: 13px;
	clear: both;
    color: #336699;
}
SPAN.op {
	cursor: pointer;
}
.loading {
	height: 100px;
    text-align: center;
}
.loading IMG {
    margin-top: 40px;
}

body {
    font-family: Verdana,Sans-Serif;
    height: 100%;
    margin: 0;
    padding: 0;
}
ul.Form {
	margin: 0px;
	padding: 6px;
	list-style-type: none;
}
ul.Form li.forgot {
	font-size:11px;
	text-align: right;
	color: #E5EFF8;
}
ul.Form li.forgot A {
	color: #3366CC;
}
ul.Form li label {
	font-style: normal;
}
ul.Form li.input {
	-webkit-appearance: none;
	margin-bottom: 8px;
}
ul.Form li.naked {
	-webkit-appearance: none;
}
ul.Form li input {
	width: 200px;
}
ul.Form li input.login {
	width: 250px;
}
ul.Form li select {
	width: 200px;
}
ul.Form li input[type=submit] {
	width: auto;
}
ul.Form li input[type=checkbox] {
	width: auto;
	margin-bottom: 10px;
}
IMG.icon {
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}
TABLE.list {
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
TABLE.list th {
	background-color:#ddd; 
	padding: 4px 10px 4px 10px;
	text-align: left;
}
TABLE.list th.center { 
	text-align: center;
}
.width-icon { 
	width: 40px;
}
TABLE.list td { 
	padding: 4px 10px 4px 10px;
	text-align: left;
}
TABLE.list td.center { 
	text-align: center;
}
TABLE.list tr:nth-child(odd) {
	background-color:#eee; 
}
TABLE.list tr:nth-child(even) {
	background-color:#fff; 
}
BODY {
	background-color:white; 
}