@charset "utf-8";
/* CSS Document */

html, body {
	height:100%; /* needed for allholder div's min-height */
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
}
/* Links */
a:link {
	color: #2537B1;
	text-decoration: none;
	outline:none;
}
a:visited {
	color: #565A8B;
	text-decoration: none;
}
a:hover {
	color: #C30;
	text-decoration: underline;
}
a:active {
	color: #C30;
	text-decoration: underline;
}

/*Image links have no borders*/
a img {
	border: 0;
	outline:none;
}


/*Background colour and fixed image*/
#background {
	background-color: #E6ECE6;
	background-attachment: fixed;
	background-image: url(Images/BackgroundOwls2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*Top div, above header*/
#top {
	width: 900px;
	font-size: 9pt;
	text-align: right;
	color: #89A686;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: auto;
}

#top a:link{
	color: #516A4F;
}
#top a:visited{
	color: #516A4F;
}
#top a:hover{
	color: #000000;
	text-decoration: underline;
}
#top a:active{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/*Header - mainJavaScript.js contains function for changing background image */
#Header {
	height: 150px;
	padding-bottom: 0px;
	border: thin solid #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: auto;
	width: 900px;
	background-image: url(Images/Bouteloua_dactyloides_cSarahVinge-Mazer.jpg);
}

/*SKCDC Logo floats above header*/
#Logo {
	float: left;
	clear: none;
	position: relative;
	left: -30px;
	margin: 0px;
	top: -15px;
}

/*Allholder contains vertical menus, body and right column*/
#AllHolder {
	width: 900px;
	background-color: #FFFFFF;
	float: none;
	border-top: thin solid #000;
	border-left: thin solid #000;
	border-right: thin solid #000;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: auto !important;
	height: 95%; /*IE6*/
	min-height: 95%;
	overflow: auto;
}

/*Body inside allholder on home page and site map*/
#MainBody {
	background-color: #FFFFFF;
	float: left;
	width: 880px;
	padding: 10px;
	margin: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

/*body used when left vertical menu and right column present*/
#Body {
	float: left;
	width: 490px;
	padding: 10px;
	background-color: #FFF;	
}

/*full body across allholder, no left/right columns */
#BodyFull {
	float: right;
	width: 770px;
	padding: 10px;
	overflow: visible;
}

/*horizontal menu bar div*/
#MenuHoriz {
	float: none;
	clear: none;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	top: 100px;
}
/*vertical menu bar div*/
#LeftMenu {
	clear: none;
	float: left;
	background-color: #EEE;
	margin-top: 50px;
	width: 110px;
}

/*Right column div inside allholder*/
#RightColumn {
	float: right;
	width: 278px;
	background-color: #FFFFFF;
	-webkit-border-radius: 0px 8px 0px 0px;
	-moz-border-radius: 0px 8px 0px 0px;
	border-radius: 0px 8px 0px 0px;
	margin: 0px;
	clear: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #333;
}
/*content of right column*/
#RightColumnBody {
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
	border-collapse: separate;
}

#RightColumnHeader {
	background-color: #FFFFFF;
	font-size: 13pt;
	font-weight: bold;
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A7BABC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/*Footer located below allholder*/
#Footer {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: right;
	border-radius: 0px 0px 8px 8px;
	font-size: 10pt;
	color: #516A4F;
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: auto !important;
	height: 5%; /*IE6*/
	min-height: 5%;
	overflow: auto;
	border-bottom: thin solid #000;
	border-left: thin solid #000;
	border-right: thin solid #000;
	border-radius: 0px, 0px, 8px, 8px;
	padding-right: 10px;
}

/*div that is full width of allholder with 10px padding*/
#fullwidth {
	clear: both;
	width: 880px;
	padding: 10px;
	
}

/*iFrame for image database search results*/
#ResultsFrame {
	height: 90%;
	width: 860px;
	margin: 10px;
	border: 0px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
	position: relative;
}

.BodyHeading {
	background-color: #E0EBEB;
	border-top: 1px solid;
	border-top-color: #CBD7D8;
	border-bottom: 1px solid #A7BABC;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 3px;
}

.NewsHeadingFont {
	font-size: 14pt;
	color: #468091;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*round corners and 60px for small images on main page*/
.ImageBorderRadius {
	border: 2px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

/*float images on left side with margining*/
.floatleft {
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.indent {
	text-indent: 20px;
}
.indent2 {
	text-indent: 40px;
}

.tabfont {
	font-size: 10pt;
}

.bulletpointcolour {
	color: #71769C;
}

/*Ecoregions legend*/
.ecolegend {
	height: 30px;
	width: 30px;
	border: 1px solid #000;
	background-color: #c7ffe8;
	clear: none;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}
/*Ecoregions legend*/
.ecolegendlabel {
	width: 205px;
	height: 20px;
	float: right;
	padding: 5px;
	margin: 5px;
	clear: none;
}

.font12pt {
	font-size: 12pt;
}


.textaligncentre {
	display: block;
    text-align: center;
}

.floatright {
	float: right;
}

.tdborder {
	border: 1px solid;
	border-color: black;
	width: 25px;
	height: 25px;
}

.bottom-border td, .bottom-border th {
	border-bottom: solid 1px black !important;
}

.tabletop td {
    vertical-align: top;
}

.accordianTable {
	width: 450px;
	padding: 1px;
	
}

.BodyFullTable {
	width: 770px;
}
.BodyFullTable td {
	padding: 5px;
}
.ImgMethod {
	position: relative;
	top: 800px;
	font-size: .8em;
	color: #5574AB;
	padding: 10px;
	text-align: center;
	float: right;
	width: 260px;
}
.SiteMapBody {
	padding-left: 40px;
}
.frmTextBox {
	color: #000000;
	margin: 5px;
}
#LatLong {
	position: relative;
	z-index: 1000;
	bottom: 40px;
	text-align: center;
}
.tip {
	color: #039;
	font-size: .8em;
}
.reportForm input {
	
}
.reportForm select {
 
}
.reportForm option {
   font-size:14px;
   /*background-color: #E0EBEB;*/
	
   font: "Trebuchet MS", Arial, Helvetica, sans-serif;
   margin:5px;
}
.smallitalics {
	font-size: 12px;
	font-style: italic;
	color: #666;
}
.imageRight {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	clear: none;
	font-size: 0.85em;
	color: #333333;
	text-align: center;
}

.tableBorder {
	border-collapse:collapse;
	border: 1px solid black;
}

.tableBorder th {
	border: 1px solid black;
}

.tableBorder td {
	border: 1px solid black;
	padding: 3px;
}