body {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 12pt;
	width: 722px;
	background: #EEEEEF;
}
.toolbar {
	list-style-type: none;
	position: relative;
	padding: 0 0 2px 0;
	margin: 0;	
	font-weight: normal;
}
.toolbar .overlay {
	visibility: hidden;
}
.toolbar .disabled .overlay {
	visibility: visible;
}
.toolbar img {
	vertical-align: text-top;
	padding-right: 2px;
	margin-bottom: 2px;
	border: none;
}
a.toolbar {
	display: inline;
	text-decoration: none;
	color: darkblue;
	border: 1px solid darkblue;
	background-color: lightblue;
	padding: 1px 2px;
	font-weight: 400;
	font-size: 10pt;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;	
	height: 18px;
}
a.toolbar:hover {
	text-decoration: none;
	background-color: lightskyblue;
	color: blue; 
	border: 1px solid blue;
}
select.toolbar  {
	color: darkblue;
	border: 1px solid darkblue;
	background-color: lightblue;
	margin: 0px;
}
select.charters {
	width: 175px;
	min-width: 175px;
	max-width: 175px;
}

div#map {
	height: 405px; 
	width: 720px; 
	border: 1px solid darkblue; 
}
#search {
	display: none;
	position: absolute;
	z-index: 30;
	border: 1px solid DarkBlue;
	background-color: lightblue;
	padding: 4px;
}
#search label {
	display: block;
	font-size: .9em;
}
#search .btn {
	border: 1px solid blue;
}

#publishConfirm {
	display: none;
	height: 70px;
}

#cancelConfirm {
	display: none;
	height: 150px;
}

#uploadChoice {
	display: none;
	height: 22px;
	position: absolute;
	z-index: 30;
	border: 1px solid DarkBlue;
	background-color: lightblue;
	padding: 4px;
	width: 301px; min-width: 301px; max-width: 301px;	
}

div.confirm {
	position: absolute;
	z-index: 30;
	border: 1px solid DarkBlue;
	background-color: lightblue;
	padding: 4px;
	width: 229px; min-width: 229px; max-width: 229px;
}
div.confirm td {
	display: block;
	font-size: .9em;
}

div.confirm input {
	width: 50px;
	text-align: center;
}

#mapMessage {
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

#contollerError {
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

table.mapTable {
	width:724px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

td.toolbarLeft {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}
td.toolbarMiddle {
	width: 430px;
	min-width: 430px;
	max-width: 430px;
	text-align: center;
}
td.toolbarRight {
	width: 180px;
	min-width: 180px;
	max-width: 180px;
	text-align: right;
}

div#progressBarBackground {
	display: none;
	position: absolute;
	left: 10px;
	top: 0px;
	height: 550px;
	width: 730px;
	background: #EEEEEF;
  	filter: alpha(opacity=60); /* for IE */
  	opacity: 0.6; /* CSS3 standard */
}

div#progressBar {
	display: none;
	position: absolute;
	left: 10px;
	top: 70px;
	height: 410px;
	width: 730px;
	background: url(../images/progressBar.gif) no-repeat;
	background-position: center center;
	z-index: 99;
}