body {
	font-family: Verdana, Arial, sans-serif;
	background-color:#000;
	margin:0;
	padding:0;
}

div#layout {
	background-color:#fff;
}

div#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
}

div#maincontent {
	float: left;
	width: 1000px;
	margin-bottom:25px;
    margin-top:20px;
}

#help_dlg {
	display:none;
	border: 1px solid gray;
	background:#eee;
	position:absolute;
	top:100px;
	left:300px;
	width:700px;
	padding:10px;
	z-index:100;
	-moz-border-radius:10px;
}

#help_text {
	border: 1px solid gray;
	margin: 15px;
	overflow:auto;
	height:300px;
	padding:15px;
}

#map {
 	border: 3px double gray;
 	margin: 10px;
 	width:500px;
 	height: 500px;
 	float:left;
 	clear:both;
}

div#links {
	float:left;
}

div#links li {
    display: inline;
}

#sidebar {
	float: right;
    margin:10px;
    width:430px
}

div#tabs {
	left: 530px;
}

div#footer {
	padding-top: 50px;
	padding-bottom: 5px;
	text-align: right;
	clear: both;
	color:gray;
}

#footer a {
	color:gray !important;
}

div#header {
	float:right;
	clear:both;
	width: 1000px;
}

.ui-wrapper { border: 1px solid #50A029; }

.ui-wrapper input, .ui-wrapper textarea { border: 0; }

div.smallmenu {
	font-size: 10px;
	margin: 5px;
	display:none;
}
/*
#mycarousel {
	clear:both;
	float:left;
	width:500px;
	margin-left:13px;
	border:1px solid #abc;
}
*/
/*
div#points_box {
	display: none;
	margin-left:20px;
	margin-bottom:20px;
	width:270px;
	border:1px solid black;
	background-color:#edc;
	padding:15px;
	float:left;
}
*/
div#save_dialog {
	-moz-border-radius:10px;
	background: #eee;
	border: 2px solid #9a9;
	display:none;
	position:absolute;
	left:420px;
	top:30px;
	padding:20px;
	z-index:95;
}
/*
div#upload_image_box {
	display:none;
}
*/
div#edit_poly_box {
	-moz-border-radius:10px;
	margin-left: 20px;
	border: 2px solid #333;
    border-top: 0px;
	padding:15px;
	position: absolute;
	left:700px;
	top:330px;
	font-size: 11px;
	background-color: #eee;
	z-index:90;
	float:left;
	width:270px;
	/*cursor:crosshair;*/
}

div#points_list {
	overflow:auto;
	height:150px;
	display:none;
}

.active_selection {
	font-size: 13px;
	font-weight: bold;
}

.activeLi {
	background-color: #edc;
}

#showhelp_btn {
	cursor:pointer;
}

#chat_box {
	margin-top:20px;
}

#prev, #next {
	cursor:pointer;
}

#chat_draggable_handle {
	height:10px;
	background:lavender;
}
.mycarousel_item {
	float:left;
	padding:15px;
	position:relative;
	list-style-type:none;
	width:130px;
}
