﻿/*
	Phragstyle.css

	Copyright © 1998-2008 Rob Zuiderwijk. All rights reserved.
	------------------------------------------------------------------------

	PhragWeb.

	This Cascading Style Sheet defines the look for this website.

	------------------------------------------------------------------------
	------------------------------------------------------------------------

*/

body {
	background-attachment: fixed;
	background-color: #C6C6C6;
	background-image: url('/images/phragbarcode.jpg');
	color: #000000;
	font-family: Verdana, sans-serif, Arial;
	font-size: 10pt;
	font-weight: normal;
	margin: 10px 10px 10px 10px;
}

.graytext {
	color: #808080;
}

.inactive_option {
	color: #808080;
	cursor: default;
}

.smallcaptext {
	font-variant: small-caps;
}

.smallgraytext {
	color: #808080;
	font-size: 8pt;
}

.smalltext {
	font-size: 8pt;
}

.taxahistory {
	background-color: #FFFFFF;
	background-image: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.underlinetext {
	text-decoration: underline;
}

.whitetext {
	color: #FFFFFF;
}

#main {
	border: 1px #000000 solid;
	min-width: 749px;
	z-index: 1;
}

#page_header {
	background-color: #FFFFFF;
	height: 195px;
	position: relative;
	z-index: 10;
}

#page_header_address {
	color: #DCDCDC;
	font-size: 7pt;
	left: 103px;
	position: absolute;
	top: 9px;
	z-index: 11;
}

#page_header_revision {
	color: #808080;
	font-size: 7pt;
	position: absolute;
	right: 10px;
	top: 9px;
	z-index: 12;
}

#container {
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
	z-index: 2;
}

#left_column {
	background-color: #FFFFFF;
	background-image: url('/images/phragleftcolumn.jpg');
	background-repeat: repeat-y;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 96px;
	z-index: 3;
}

#sub_menu {
	background-color: #000000;
	border-bottom: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	color: #FFFFFF;
	font-size: 8pt;
	height: 17px;
	line-height: 17px;
	margin-left: 96px;
	min-width: 653px;
	position: relative;
	text-align: left;
	z-index: 3;
}

#sub_menu a:link,
#sub_menu a:visited {
	background-color: #000000;
	color: #FFFFFF;
	cursor: default;
	text-decoration: none;
}

#sub_menu a:active,
#sub_menu a:hover {
	background-color: #008000;
	color: #FFFFFF;
	cursor: default;
	text-decoration: none;
}

#page_content,
#page_content_ancestry,
#page_content_centered {
	background-color: #FFFFFF;
	margin-left: 96px;
	min-height: 285px;
	min-width: 611px;
	padding: 25px 25px 25px 17px;
	position: relative;
	z-index: 3;
}

#page_content {
	text-align: justify;
}

#page_content_ancestry {
	overflow: scroll;
	text-align: left;
}

#page_content_centered {
	text-align: center;
}

#taxonomic_history {
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
	z-index: 4;
}

#section_taxa {
	border: 1px #000000 solid;
	font-size: 8pt;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 115px;
	z-index: 5;
}

#section_history {
	border: 1px #000000 solid;
	font-size: 8pt;
	margin-left: 118px;
	overflow: scroll;
	position: relative;
	z-index: 5;
}

#page_footer {
	background-color: #FFFFFF;
	height: 78px;
	position: relative;
	z-index: 2;
}

#page_footer_menu {
	background-color: #000000;
	border-bottom: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	color: #FFFFFF;
	font-size: 8pt;
	height: 17px;
	left: 0px;
	line-height: 17px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 100%;
	z-index: 3;
}

#page_footer_top {
	background-color: #000000;
	border-bottom: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	color: #FFFFFF;
	font-size: 8pt;
	height: 17px;
	left: 0px;
	line-height: 17px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 94px;
	z-index: 4;	
}

#page_footer_menu a:link,
#page_footer_menu a:visited,
#page_footer_top a:link,
#page_footer_top a:visited {
	background-color: #000000;
	color: #FFFFFF;
	cursor: default;
	text-decoration: none;
}

#page_footer_menu a:active,
#page_footer_menu a:hover,
#page_footer_top a:active,
#page_footer_top a:hover {
	background-color: #008000;
	color: #FFFFFF;
	cursor: default;
	text-decoration: none;
}

#page_footer_copyright {
	color: #DCDCDC;
	font-size: 7pt;
	left: 103px;
	position: absolute;
	top: 58px;
	z-index: 3;
}

#page_footer_version {
	color: #808080;
	font-size: 7pt;
	position: absolute;
	right: 10px;
	top: 58px;
	z-index: 3;
}

hr.thin {
	background-color: #FFFFFF;
	border-style: none;
	border-width: 0px;
	color: #008000;
	height: 1px;
	width: 100%;
}

img.banner {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

img.noborder {
	border-style: none;
	border-width: 0px;
}

img.picture_border {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

img.research {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

img.thumbnail {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

p.caption {
	font-size: 8pt;
	text-align: center;
}

p.center {
	text-align: center;
}

p.justifytext {
	text-align: justify;
}

table.acknowledge {
	border-collapse: collapse;
	border-style: none;
	border-width: 0;
	font-size: 8pt;
}

table.alfabet {
	border-collapse: collapse;
	border-bottom: 1px #000000 dotted;
	border-top: 1px #000000 dotted;
	color: #000000;
	width: 100%;
}

table.alfabet a:link,
table.alfabet a:visited {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

table.alfabet a:active,
table.alfabet a:hover {
	background-color: #008000;
	color: #FFFFFF;
	text-decoration: none;
}

table.anomalies {
	border-collapse: collapse;
	border-style: none;
	border-width: 0;
	font-size: 10pt;
	width: 100%;
}

table.picture {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

table.research_pic1 {
	border-style: none;
	border-width: 0px;
	float: left;
}

table.research_pic2 {
	border-style: none;
	border-width: 0px;
	float: right;
}

table.rhs_content {
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
	font-size: 10pt;
}

table.rhs_logo {
	border-style: none;
	border-width: 0px;
	width: 100%;
}

td.anomalies_indent {
	width: 25px;
}

td.anomalies_left {
	vertical-align: top;
	width: 245px;
}

td.anomalies_right {

}

td.taxa_top {
	height: 26px;
}

td.taxa {
	background-image: url('/images/green_speckled.gif');
	border-top: 1px #000000 solid;
	height: 26px;
	text-align: left;
	vertical-align: top;
	width: 115px;
}

td.history_header {
	background-image: url('/images/green_speckled.gif');
	border-right: 1pt #000000 solid;
	height: 26px;
	text-align: center;
	vertical-align: top;
	width: 184px;
}

td.history {
	border-right: 1pt #000000 solid;
	border-top: 1pt #000000 solid;
	height: 26px;
	text-align: left;
	vertical-align: top;
	width: 184px;
}

td.history_bottom {
	border-right: 1pt #000000 solid;
	border-top: 1pt #000000 solid;
	border-bottom: 1pt #000000 solid;
	height: 26px;
	text-align: left;
	vertical-align: top;
	width: 184px;
}

/*
	------------------------------------------------------------------------

	Settings for hyperlinks.
*/

a:link {
	color: #008000;
	text-decoration: none;
}

a:active {
	color: #008000;
	text-decoration: none;
}

a:visited {
	color: #008000;
	text-decoration: none;
}

a:hover {
	color: #008000;
	text-decoration: underline;
}

/*
	------------------------------------------------------------------------
*/
