/* Structure */

div.mymenubar {
	font-family:arial;
	padding:4px;
	font-size: small;
	background-color:white;
	border:1px solid grey;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

	div.mymenubar table {
		background-color: white;
	}
	div.mymenubar li {
		margin-top:1px;
		margin-bottom:1px;
	}

div#sidebar_addmarkers {
	top:330px;
	right:25px;
	width:280px;
	position:absolute;
	background-color:white;
	border:1px solid black;
	font-size: small;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

div#maximize_sidebar {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 50px;
	right: 0px;
}

div#sidebar {
	padding:3px;
	overflow:auto;
	top:50px;
	right:7px;
	width:280px;
	height:60%;
	position:absolute;
	background-color:white;
	border:1px solid black;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

div#sidebar_content {
	position:absolute;
	height:90%;
	font-size: x-small;
	overflow: auto;
}

div#sidebar_content img {
	border:0px ;
}

div.livesearch1 {
	position:absolute;
	clear:left;
	#clear:none;
	#top:35px;
	#left:200px;
	background-color: white;
	margin:0px;
	width:200px;
	max-height: 200px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: auto;
}
 
div.livesearch2 {
	position:absolute;
	clear:left;
	#clear:none;
	#top:65px;
	#left:200px;
	background-color: white;
	margin:0px;
	width:200px;
	max-height: 200px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: auto;
}

div.livesearch_item {
	clear: both;
	cursor: default;
	font-size: medium;
}

div.livesearch_subname {
	margin-left: 50px;
	font-size: x-small;
	color: purple;
}

div.leftinfo {
	float: left;
	min-width: 360px;
	width: 100%;
}

div.leftinfo2 {
	margin-right:15px;
	float: left;
}

div.common_name_text {
	font-family: arial;
	font-weight: bold;
	font-size: 1.1em;
}

div.latin_name_text {
	margin-bottom: 10px;
	font-family: arial;
	font-style: italic;
	font-size: 0.8em;
}

div.shortproperty {
	margin-top: 15px;
	clear: left;
	font-size: small;
	font-family: arial;
}

div.rightinfo {
	padding-top: 10px;
	float: right;
	width: 100px;
	background-color: red;
}

div.mrks {
	float: right;
	margin-left: 10px;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

div.menu {
	left: 75px;
	position: absolute;
	top: 7px;
}

div.menu-outer {
	float:left;
	margin:0;
	padding:0;
}

	div.menu-outer .left {
		background-image:url(img/tb-outer-left.png);
		float:left;
		height:60px;
		width:6px;
	}
	
	div.menu-outer .right {
		background-image:url(img/tb-outer-right.png);
		float:left;
		height:60px;
		width:6px;
		margin-right:10px;
	}
	
	div.menu-outer .middle {
		background-image:url(img/tb-outer-middle.png);
		background-repeat:repeat-x;
		float:left;
		height:60px;
	}

div.menu-label {
	float:left;
	font-size:12px;
	height:24px;
	line-height:24px;
	overflow:hidden;
}

	div.menu .btns {
		clear:both;
		float:left;
		width:124px;
	}
	
	div.menu .btn {
		position:absolute;
	}

div table {
	border-collapse:collapse;
}

div td {
	padding:0;
}

div#about_banner {
	font-size:small;
	font-family: arial;
	background:white;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	position: absolute;
	bottom: 42px;
	left: 12px;
	width: 25%;
}

div#control_column {
	padding-left:4px;
	padding-right:4px;
	float: left;
	width: 96%;
}
div.banner_column {
	padding-left:4px;
	padding-right:4px;
	float: left;
	width: 31%;
}

div#intro_columns {
	float: left;
	width: 75%;
	opacity:0.8;
}

div.markerField {
	clear:both;
	min-height:24px;
	padding-top:2px;
	padding-bottom:2px;
}
div.markerProperty {
	#width:150px;
	float:left;
	font-size:small;
	font-family: sans-serif;
}
div.markerValue {
	float:right;
	#float:none;
	#width:200px;
	#margin-left:50px;
	max-width:350px;
	text-align:right;
	#text-align:left;
	padding-left:20px;
	font-size:small;
	font-family: arial;
}
div.markerValueUses {
	float:right;
	#float:none;
	#width:200px;
	#margin-left:50px;
	max-width:350px;
	text-align:right;
	#text-align:left;
	padding-left:20px;
	font-size:x-small;
	font-family: arial;
}
div.markerInput {
	float:left;
	font-size:small;
	font-family: arial;
}
div.markerInputProperty {
	vertical-align: middle;
	text-align:right;
	float:left;
	width:200px;
	font-size:small;
	padding-right:10px;
	font-family: sans-serif;
}
div.form_errors {
	color:red;
	width:20px;
	float:left;
	font-size:small;
	text-align:right;
	padding-right:20px;
}
div.loginField {
	clear:both;
	min-height:24px;
	padding-top:2px;
	padding-bottom:2px;
}
div.loginProperty {
	float:left;
	font-size:small;
	text-align:right;
	padding-right:10px;
	width:80px;
}
div.loginInput {
	float:left;
	font-size:small;
	font-family: arial;
}
div.loginError {
	color:red;
	min-width:20px;
	float:left;
	font-size:small;
	text-align:right;
	padding-left:10px;
	padding-right:20px;
}
div.blogheader {
	text-align:center;
	color: black;
	width:100%;
	margin-left:3px;
	margin-right:3px;
	margin-top:3px;
	margin-bottom:10px;
	text-align:center;
}
div.blogpost {
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size: x-small;
	color: black;
	clear:left;
	float:left;
	width:100%;
	margin-bottom:20px;
}

div.postbar {
	color:#555555;
	background:#F5F5F5 none repeat scroll 0 0;
	font-family:Gill Sans,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:x-small;
	margin-bottom:8px;
	float:left;
	clear:left;
	width:100%;
	margin-top:5px;
}

#txt1 {
	margin:0px;
 }		
v\:* {
	behavior:url(#default#VML);
}

div#map {
	z-index:0;
	position:absolute;
}

img.btn_img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	width: 31px;
	height: 31px;
	-moz-user-select: none;
}

img#maximize_sidebar_img {
	position: relative;
	width: 18px;
	height: 18px;
}

img.control {
	position:absolute;
	top:5px;
	right:5px; 
}

/* Typography */

	div.mymenubar h1 {
		font-size: medium;
		color: black;
	}
	
	div#sidebar_header h1 {
		font-size: medium;
	}
	
	h2 a:hover {
		color:#990000;
	}
	
	h2 a {
		color:#111111;
		text-decoration:none !important;
	}
	
	h1 a:hover {
		color:#990000;
	}
	
	h1 a {
		color:#AA0000;
		text-decoration:none !important;
	}

h2.blurb {
	color:#990000;
}

h1.blogtitle {
	font-style:italic;
	font-size: medium;
	color:#AA0000;
	margin-top:2px;
	margin-bottom:2px;
}

h2.posttitle {
	font-family:Gill Sans,"Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:medium;
	line-height:28px;
	margin:0 0 3px;
}

h3.posttext {
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size: x-small;
	color: black;
}

div.postauthor {
	float:right;
}

div.pubdate {
	float:left;
}

div.comments {
	font-size:x-small;
	margin-top: 3px;
	text-align:center;
}

/* Links */

a.external {
	background:transparent url(img/external_link.png) no-repeat scroll right center;
	padding-right:13px;
}

a.external2 {
	background:transparent url(img/external_link.png) no-repeat scroll right center;
	padding-right:13px;
	margin-right:10px;
}
