/* Facebook */
.fb-like.fb_iframe_widget {
    /*margin-left: -350px;*/
}
/* Header */
div.header {
	overflow: auto;
	width: 100%
}
div.logo {
	width: 120px;
	height: 62px;
	float: left;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 160px;
	background: #535937;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #738A3C}

#sddm div
{	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	width: 178px;
	background: #EAEBD8;
	z-index:98;
	border: 1px solid #CAD9AE}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #535937;
		font: 14px}

	#sddm div a:hover
	{	background: #738A3C;
		color: #FFF}


div.navigation {
	background-color:#738A3C;
}
ul.navigation {
	list-style-type:none;
	margin:0;
	padding:0;
}
li.navigation {
	display:inline;
	float:left;
}
a.navigation, a.active_navigation {
	display:block;
	width:120px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}
a.navigation:link, a.navigation:visited {
	background-color:#738A3C;
}
a.navigation:hover, a.navigation:active {
	background-color:#CAD9AE;
}
a.active_navigation {
	background-color:#666600;
}

/* Basic container layout */
div.title {
	margin-bottom: 3px;
	text-align: left;
	margin-top: -40px;
	margin-left: 260px;
}
div.title h4 {
	margin-bottom: 3px;
}

#clearAll {
	float: right;
}

div.map {
  float: top;
  margin-left:  260px;
}
div.side_bar, #side_bar, #side_bar_main {
  float: left;
  width: 250px;
}

div.side_bar {
	position:absolute;
	top:5px;
	left:5px;
}

/* Old CSS for search page */
body, td { 
	font: 12px Verdana; 
	color: #333;
}

th { font: 12px Verdana; font-weight: bold }
/*input, textarea { border: thin solid #999 }*/
textarea { border: thin solid #999 }
input.button { background-color: #ddd }
button {
	border: thin solid #999;
}
.smallButton {
	font-size: 9px;
}

.signupButton {
	width: 180px;
	padding: 5px;
}

#map {
	width: 100%; 
	height: 600px;
	border: 1px solid #000;
}

#menu {
	width: 20%; 
	height: 100px; 
	border: 1px solid #000;
	position:absolute;
	top:5px;
	left:5px;
}

.labelStyle {
	background-color: #ffffff;
	font-size:9;
	color: #000000;
	padding:4px;
	/*border: 1px solid #000000;
    border-radius: 7px 7px 7px 7px;*/
	     /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
     /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #8A8A8A;
    -webkit-box-shadow: 2px 2px 2px #8A8A8A;
    box-shadow: 2px 2px 2px #8A8A8A;
}
.menuStyle {
	background-color:#eeeeee;
	font-size:10;
	border:1px #666666 solid;
	padding:4px;
	width:120px;
}
.labelStyle2 {font-weight:bold;color:#ff0000}
.infoStyle {
	background-color: #ffffff;
	padding:5px;
	max-width:300px;
	max-height:500px;
	overflow:auto;
	/*border: 1px solid #000000;
    border-radius: 7px 7px 7px 7px;*/
	     /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
     /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #8A8A8A;
    -webkit-box-shadow: 2px 2px 2px #8A8A8A;
    box-shadow: 2px 2px 2px #8A8A8A;
	margin: 0 5px;
}
a.closeX {
	text-decoration:none;
	cursor: pointer;
	float: right;
}
a.labelTxt {
	text-decoration:none;
	color:#000000;
}

/* Collapsible tabs */
   .squarebox {
        width: 100%;
        border: solid 1px #666600;
        text-align: left;
        overflow: hidden; 
		float: left;
		margin-bottom: 10px;
	}
    .squareboxgradientcaption {
        color: #ffffff;
        padding: 5px;
        background-color: #738A3C;
		height:20px; 
		cursor: pointer;
		font-weight:bold;
	}
    .squareboxcontent {
        background-color: #f5f5f5;
        padding: 10px;
        overflow: hidden;
        border-top: solid 1px #666600; 
	}
/*	img.collapse {
		width: 13;
		height: 14;
		border: 0;
	}*/

/* Search form */
.tableTabDelimiter {
	background-color:#CAD9AE;
	color:#535937;
	padding: 2px 5px;
	cursor: pointer;
}

.bigButton {
	background-color:#535937;
	color:#ffffff;
	padding: 1px 20px;
	margin-bottom: -5px;
	font-size: 14;
	border: 2px solid #738A3C;
}

#mainSearchForm {
	margin-bottom: 0;
}

/* Other forms */
div.loginForm {
	position: absolute;
	top:100px;
	left:50%;
	margin-left: -150px;
	/*width: 300px;
	height: 190px;*/
	z-index:99;

    background: #f5f5f5;
    overflow:auto;
     /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
     /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #8A8A8A;
    -webkit-box-shadow: 2px 2px 2px #8A8A8A;
    box-shadow: 2px 2px 2px #8A8A8A;
 
}
div.loginForm table {	
	padding: 20px;
}
div.loginForm .input{
    font-family: Arial, Verdana;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #b9bdc1;
    color: #797979;
}
div.loginForm input[type="checkbox"]{
	margin-left: 0;
}

div.loginForm a{
	line-height:180%;
	font-weight: normal;
}
.formHeader {
	background-color: #738A3C;
	margin: 0;
	padding: 3px;
	border: 2px solid #CAD9AE;
	border-bottom: none;
	text-align: center;
	color: #fff;
	-moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

div.signupForm {
	border: 2px solid #999;
	background-color:#eee;
	position: absolute;
	top:100px;
	left:50%;
	margin-left: -160px;
	/*width: 363px;
	height: 259px;*/
	z-index:99;
	
	background: #f5f5f5;
    overflow:auto;
     /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
     /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #8A8A8A;
    -webkit-box-shadow: 2px 2px 2px #8A8A8A;
    box-shadow: 2px 2px 2px #8A8A8A;
}

div.regularForm {
	position: absolute;
	top:100px;
	left:50%;
	width: 400px;
	margin-left: -200px;
	border: 2px solid #999;
	background-color:#eee;
	background: #f5f5f5;
    overflow:auto;
     /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
     /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #8A8A8A;
    -webkit-box-shadow: 2px 2px 2px #8A8A8A;
    box-shadow: 2px 2px 2px #8A8A8A;
	display: block;
}

.ie9 div.signupForm,
.ie8 div.signupForm,
.ie7 div.signupForm {
	height: 239px;
}
.ie9 div input[name=pass],
.ie8 div input[name=pass],
.ie7 div input[name=pass],
.ie9 div input[name=lpass],
.ie8 div input[name=lpass],
.ie7 div input[name=lpass]{
	width: 148px;
}
.signupForm table{
	padding: 20px;
}

div.contactForm {
	/* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
     /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #8A8A8A;
    -webkit-box-shadow: 2px 2px 2px #8A8A8A;
    box-shadow: 2px 2px 2px #8A8A8A;
	background-color:#eee;
	position: absolute;
	top:100px;
	left:50%;
	margin-left: -240px;
	width: 480px;
	height: 260px;
	z-index:99;
}

div.popupWin {
	/* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
     /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #8A8A8A;
    -webkit-box-shadow: 2px 2px 2px #8A8A8A;
    box-shadow: 2px 2px 2px #8A8A8A;
	background-color:#eee;
	position: absolute;
	top:100px;
	left:50%;
	margin-left: -150px;
	width: 300px;
	height: 150px;
	z-index:99;
}

div.mapsList {
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
     /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #8A8A8A;
    -webkit-box-shadow: 2px 2px 2px #8A8A8A;
    box-shadow: 2px 2px 2px #8A8A8A;
	background-color:#eee;
	position: absolute;
	top:100px;
	left:50%;
	margin-left: -250px;
	width: 500px;
	height: 410px;
	z-index:98;
}

div.editItem {
	position: absolute;
	top:100px;
	left:50%;
	margin-left: -350px;
	width: 700px;
	/*height: 520px;*/
	height: 500px;
	z-index:97;
	overflow:scroll;
	
	background: #f5f5f5;
    overflow:auto;
     /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
     /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #8A8A8A;
    -webkit-box-shadow: 2px 2px 2px #8A8A8A;
    box-shadow: 2px 2px 2px #8A8A8A;
}
.ie9 div.editItem {
	height: 450px;
}
.ie8 div.editItem,
.ie7 div.editItem {
	height: 458px;
}
.ie7 div.editItem,
.ie7 div.editTab {
	overflow:hidden;
}
form[name=mainField] table{
	width: 100% !important;
}

div.editTab {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	overflow:hidden;
}

/* Browsing state control */
#search_ctl {
	padding:0; 
	margin: 10px; 
	position: absolute;
	top: 70px;
	right: 10px;
}

#search_ctl button {
	font-size: 12px;
	/* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	cursor: pointer;
}

#search_ctl button.maptool {
	width: 27px;
	height: 27px;
	margin-top: 10px;
	/*border: 1px solid #ff0000;*/
	border: none;
}

#maptoolZoom {
	background: url("/images/map-tools-icons-shadow.png") no-repeat -6px -26px transparent;
}

#maptoolClear {
	background: url("/images/map-tools-icons-shadow.png") no-repeat -58px -24px transparent;
}

#maptoolSave {
	background: url("/images/map-tools-icons-shadow.png") no-repeat -108px -25px transparent;
}

span.activeStateSpan {
	padding:3px;
	background:#ffffff;
}

span.passiveStateSpan {
	cursor: pointer;
	padding:3px;
	background:#888888;
}

div.messageDiv {
	border: 2px solid #ff0000;
	background-color:#eee;
	position: absolute;
	top:100px;
	left:50%;
	margin-left: -150px;
	width: 300px;
	height: 100px;
	z-index:99;
	padding: 5px;
}
/* Version */
div.basicTextShadow {
	color: #333;
	text-align: left;
	font: 12px;
	position: absolute;
	top: 52px;
	left: 145px;
}

/********************/
a img{
border:0;
}
#mainSearchForm,
#PresetShortList_sidebar{
	text-align:left;
}
html{
	overflow-x: hidden;
}
html.ie9 .squarebox table th,
html.ie9 .squarebox table td,
html.ie8 .squarebox table th,
html.ie8 .squarebox table td,
html.ie7 .squarebox table th,
html.ie7 .squarebox table td{
	text-align:left;
}
/*.squareboxcontent table{
	width:auto !important;
}
.squareboxcontent table td,
.squareboxcontent table th{
	padding-right: 30px;
}*/

/* Admin */
table.adminStatsTable td, table.adminStatsTable th {
	padding: 5px;
	text-align: left;
	border: 1px solid #cccccc;
}

div.adminStatsDiv {
	width: 60%; 
	text-align: center; 
	background-color: #e2e2e2; 
	margin-left: 20%;
	padding: 5px 15px 15px 15px;
}

div.staticText {
	width: 90%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 25px;
}

div.staticText img {
	margin:10px;
}

.accord_box {
	width: 90%;
	border: solid 1px #222222;
}

.accord_caption {
	height:30px; 
	font-size:15px; 
	cursor: pointer;
	background: #738A3C;
}

.accord_title {
	float: left;
	line-height: 175%;
	padding-left: 5px;
}

.accord_chevron {
	float: right;
	vertical-align: middle;
}

.accord_content {
	border-top: solid 1px #222222; 
}
.helpImage{
	background: url("shadow-t.png") repeat-x  0 0 transparent;
	width: 120%;
	height: 12px;
	position: relative;
	left: -20px;
	margin-top: 24px;
}
