html { 
	overflow: auto; 
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 9pt;
        font-family: Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: blue;
} 

a:visited {
	color: blue;
} 

a:hover {
	color: blue;
} 

a:active {
	color: blue;
} 

img {
	border: 0px;
}

#filter {
	border: 1px solid black;
	margin: 2px;
	padding: 4px;
	height: 22px;
	overflow: none;
	font-size: 10pt;
}

#filter select {
	font-size: 8pt;
 	font-family: Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

#filter button {
	font-size: 8pt;
 	font-family: Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

#content {
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	position: relative;
}

#map {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     border: 1px solid black;
}

#map-wrapper {
	position: relative;
	height: 100%;
}

#sidebar {
	position: absolute;
	border: 1px solid black;
	top: 0;
	width: 300px;
	height: 100%;
	overflow: auto;
}

body.sidebar-right #map-wrapper { margin-right: 306px; }
body.sidebar-right #sidebar { right: 0; }

body.nosidebar #map-wrapper { margin: 0; }
body.nosidebar #sidebar { display: none; }

body.sidebar-right a#button-sidebar-show,
body.nosidebar a#button-sidebar-hide { display: none; }

#toolbar {
     	background: black;
     	position: relative;
	padding: 7px;
        height: 108px;
}

#sidebar hr {
	width: 80%;
}

#toolbar h1 {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #F9D36C;
	font-size: 20px;overflow: auto;
}

#content h1 {
	margin: 4px;
	font-size: 18px;
}

#content h2 {
	font-size: 14px;overflow: auto;
}

#sidebar h1 {
	margin: 10px;
	font-size: 14px;
	text-align: center;
}

#sidebar p {
	margin: 5px;
	text-align: center;
}

#sidebar ul {
	list-style: none;
	text-align: center;
	margin: 20px;
}

#toolbar ul#sidebar-controls li {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#toolbar ul li {
	display: inline;
}

#toolbar ul li a {
	padding: 3px 6px;
	color: #AAA;
	text-decoration: none;
	font-size: 12px;
}

#toolbar ul li a:hover {
	color: black;
	background: #AAA;
}

#normalcontent {
	font-size: 14px;
}

#normalcontent h1 {
	margin: 4px;
	font-size: 18px;
}

#normalcontent h2 {
	margin: 4px;
	font-size: 14px;
}

#normalcontent p {
	margin: 10px;
}

#infotab {
	width: 350px;
}

#alert {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	display: none;
}
 
#alert p {
	width: 300px;
	margin: 0 auto 0 auto;
	padding: 10px;
	background: white;
	border: 1px solid #aaa;
}
 
body.loading #alert { 
	display: block; 
}

a.highlight {
	color: red;
}

/* Menu DIV */
.jqac-menu{
  color: black;
    background-color: white;
      border: 1px solid #aaa;
      }
      /* unordered list for suggestions */
      .jqac-menu ul{
        list-style: none;
	  margin: 1px;
	    padding: 1px;
	      overflow: hidden;
	      }
	      /* SPAN "link" */
	      .jqac-menu .jqac-link {
	        cursor: hand; cursor: pointer;
		  display: block;
		  }
		  /* highlighted menu item */
		  .jqac-menu .jqac-highlight {
		    background-color: #ddf;
		    }
		    /* warning for no results */
		    .jqac-menu .jqac-warning {
		      font-style: italic;
		      }
		      /* loading for AJAX get */
		      .jqac-menu .jqac-loading {
		        font-style: italic;
			  text-decoration: blink;
			  }
			  /* matched sub-string */
			  .jqac-menu em {
			      text-decoration: underline;
			      }
			      /* suggestion info */
			      .jqac-menu .jqs-info {
			          text-align: right;
				      font-style: italic;
				          font-size: .75em;
					      color: #666;
					      }

