@import url(/stylesheets/general.css);
@import url(/stylesheets/form.css);
@import url(/stylesheets/tree.css);
@import url(/stylesheets/quick_find.css);
@import url(/stylesheets/partners.css);
@import url(/stylesheets/button.css);
@import url(/stylesheets/species_sheet.css);
@import url(/stylesheets/bemon.css);
@import url(/stylesheets/message_stack.css);

/** Base rules **/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
body {
	font-family: verdana;
	background: url(../site_images/backgrounds/bg_body.gif) repeat-x 0 0 #0a1b46;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	overflow: hidden;
}

#main {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 55px;
	left: 195px;
	bottom: 20px;
	right: 15px;
		/*width: 824px;*/
	overflow: auto;
	background-color: #ffffff;
}

#left {
	position: absolute;
	top: 55px;
	left: 0;
	bottom: 180px;
	width: 195px;
	overflow: auto;
}


/** Top menu **/
img#logo {
	margin: 5px 0 0 22px;
}

#topMenu {
	position: absolute;
	top: 17px;
	left: 195px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topMenu li {
	float: left;
	margin: 0 8px 0 0;
	cursor: pointer;
}

#topMenu li.tab {
	padding: 1px 5px 0 5px;
	height: 34px;
	font-size: 14px;
}
#topMenu li.tab a {
	height: 34px;
	text-decoration: none;
}
#topMenu li.tab.active {
	border: 2px solid #000000;
	background: url(../site_images/backgrounds/bg_tab_active.gif);
}
#topMenu li.tab.active a {
	color: #000000;
}

#topMenu li.tab.inactive {
	border: 2px solid #000000;
	background: url(../site_images/backgrounds/bg_tab_inactive.gif);	
}
#topMenu li.tab.inactive a {
	color: #333333;
}

#topMenu li a:link,
#topMenu li a:hover,
#topMenu li a:active,
#topMenu li a:visited {
	outline: none;
}

/** Left menu **/
.leftMenuHeader {
	margin: 0;
	padding: 0 0 0 6px;
	height: 22px;
	color: #333333;
	border: 1px solid #666666;
	background: url(../site_images/backgrounds/bg_box_header.gif);
	font-size: 16px;
}
.leftMenuList {
	margin: 5px 10px;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}
.leftMenuList li {
	line-height: 16px;
	margin: 0;
	padding: 0;
}
.leftMenuList li a {
	color: #ffffff;
}


/** Main content **/

#content {
	padding: 10px;
	font: normal 13px arial;
	line-height: 1.5 em;
}
#content h1 {
	font: normal 30px georgia;
	margin: 20px 0 8px 0;
	padding: 0;
}
#content h2 {
	font:normal 24px georgia;
	margin: 40px 0 8px 0;
	padding: 0;
}


/** Box styles **/
div.box {
	margin:10px 0 0 0;
	background: url(../site_images/backgrounds/bg_box.gif) repeat-x #cccccc;
	border: 1px solid #cccccc;
}
div.innerBox {
	padding: 5px;
}

h4.boxHeader {
	margin: 0;
	padding: 0 0 0 6px;
	height: 22px;
	color: #333333;
	border-left: 6px solid #333333;
	background: url(../site_images/backgrounds/bg_box_header.gif);
	font-size: 16px;
}




/** Temp. styles **/
div#about {
	width: 655px;
}

.imageRight {
	float: right;
	margin: 8px 0 2px 17px;
}
.imageLeft {
	float:left;
	margin: 8px 17px 2px 0;
}



img.thmb {
	padding: 2px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}




	/** Login box styles **/
	div#loginContainer {
		border: 1px solid #666666;
		background-color: #cccccc;
		font-size: 12px;
	}
	ol#login {
		margin: 10px auto;
		padding: 0;
		width: 150px;
		list-style-type: none;
		text-align: center;
	}
	ol#login li {
		margin: 5px 0;
	}

	form#loginForm input {
		margin: 0;
		width: 120px;
		font-size: 12px;
		background-color: #ffffff;
		border: 1px solid #333333;
	}
	form#loginForm input#loginButton {
		width: 60px;
		cursor: pointer;
	}
	
	iframe#speciesList {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border: 0;
		width: 100%;
		height: 100%;
	}
	
	
	
	
	
	
	
.imagePreview {
	margin: 5px;
	padding: 2px;
	width: 200px;
	height: 150px;
	float: left;
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
}
.imagePreview .imageThmb {
	height: 110px;
	text-align: center;
}
.imagePreview ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 11px;
}