/*<group=General Styles>*/

body {
	color: #333;
	text-align: center;
	font-family: "Lucida Grande",Verdana, Tahoma, Geneva, sans-serif;
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

p {
	color: #333;
	font-size: 0.9em;
	line-height: 1.4em;
}

#mainContent #content #content_text p.description {
	font-size: 1em;
	line-height: 1.3em;
}

#mainContent #content #content_text p.title {
}

b, strong { 
	color: #666;
	font-weight: bold;
}

a:link { 
	text-decoration: underline; 
	color: #333;
}

a:visited { 
	text-decoration: underline; 
	color: #444;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #000;
}

img {
	border-style: none;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}

ul {
	font-size: 0.9em;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

ul li {
	/*margin-bottom: 0.7em;*/
	line-height: 1.2em;
}

a img {
	border: none;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 
	position: absolute;
	top: 4%;
	left: 4%;
	right: 4%;
	bottom: 6%;
	margin: auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	height: 90%;
	width: 92%;
	border: 2px solid #e9e9e9;
	/*background-color: #d5ddf1;*/
	background-color: #02d3ff;	
}

#pageHeader {
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#pageHeader h1 { 
	color: #dedede;
	padding: 0;
	font-size: 1em;
	font-style: normal;
	position: relative;
	font-weight: bold;
	margin: 0;
	margin-top: 10%;
	top: 0;
	display: none;
}

#pageHeader h2 { 
	color: #eeeeee;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 0.9em;
	font-style: normal;
	display: none;
}

#pageHeader #logobar {
	float: left;
	width: 100px;
	height: 100%;
	padding: 0px;
	margin: 0;
	border: 0;
	background-color: #ffffff;
}

#pageHeader #logobar #logo {
	position: absolute;
	bottom: 0;
	left: 0;
}

#pageHeader #sidebar {
	float: left;
	width: 120px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	color: black;
	background-color: #abf3ff;
	/*background-color: #f6f6f6;*/
	text-align: left;
	font-size: 0.6em;
	overflow: hidden;
}

#pageHeader #sidebar p {
	color: #696969;
	font: italic 1.1em Garamond, "Times New Roman", Times, sans-serif;
}

#mainContent {
	height: 100%;
	padding: 0;
	border: 0;
}

#mainContent #content {
	height: 100%;
	text-align: left;
	font-size: 0.7em;
	overflow: auto;
}

#mainContent #content #content_text {
	margin: 4% 1% 4% 4%;
	width: 90%;
	overflow: auto;
}

#mainContent #content #content_text img.whole {
}

#mainContent #content #content_text img.half {
}

#footer { /* This Is The BG Color Of The Main Div */
	position: absolute;
	bottom: -25px;
	height: 20px;
	width: 100%;
	left: 0;
	text-align: center;
	font-size: 11px;
	color: #777;
	margin-right: auto;
	margin-left: auto;
	padding: 8px 0px 0px 0px;
	line-height: 1.0em;
}

#footer a {
	color: #a56765;
	text-decoration: none;
}

#footer a:hover {
	color: #b90000;
	text-decoration: underline;
}

#sidecontainer
{
	padding: 0;
}

#side_plus {
	/*margin: 10px;
	border: 1px solid #b1b1b1;*/
	padding: 0 7%;
	background-color: #f6f6f6;
	font-weight: bold;
	margin: 2em 0;
}

#side_plus a {
	font-weight: normal;
}

/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: right;
	font-size: 11px;
	line-height: 14px;
	padding-right: 4%;
	background-color: transparent;
	height: 25px;
	/*border-bottom: 1px solid #ccc;*/
}

#breadcrumbcontainer ul {
	padding: 0;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0 1em 0 0;
}

#breadcrumbcontainer li { 
	margin: 0 0 0px 0;
	display: inline;

}

#breadcrumbcontainer a {
	text-decoration: none; 
}

#breadcrumbcontainer a:hover {
	text-decoration: underline;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-top: 4em;
}

#navcontainer #current {
	color: #fb2200;
	font-weight: bold;
	/*color: #ff9200;*/
	/*background: #d6e992;*/
}

#navcontainer ul ul #current {
	font-weight: bold;
}

#navcontainer ul ul ul #current {
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	/*width: 100%;*/
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#navcontainer li { 
	margin: 0;
	/*width: 100%;*/
	padding-right: 0;
	padding-left: 0;
	list-style: none;

}

#navcontainer ul a {
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0.4em 7% 0.7em;
	width: 86%;
}

#navcontainer a:hover {
	/*color: #ffffff;
	background: #d4f212;;
	color: b72701;
	color: #c7530e;*/
	color: #444;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0;
	/*width: 100%;*/
}

#navcontainer ul ul li { 
	/*width: 100%;*/
}

#sidebar #navcontainer ul ul a {
	text-decoration: none;
	padding-left: 16%;
	padding-top: 0.1em;
	font-size: 9px;
	padding-right: 7%;
	width: 77%;
}

#sidebar #navcontainer ul ul ul a {
	text-decoration: none;
	padding-top: 0;
	/*padding-left: 15%;*/
	font-size: 0.5em;
}

#navcontainer ul ul a:hover {
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	font-family: Courier New, Courier, mono;
	border: 1px dotted #004f9e;
	background: #ddedff;
	color: #004f9e;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	color: #c200c2;
	/*color: #ff9200;*/
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

h2 {
	color: #c200c2;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-size: 1.2em;
}

h3 {
	color: #c200c2;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	margin-top: 2em;
}

h4 {
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-size: 1em;
	color: #790000;
}

h5 {
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-size: 0.9em;
	color: #333;
}

.imageStyle {
	padding: 0;
	margin: 0;
}

.bar {
	width: 100%;
	height: 1px;
	background: #ffffff;
}

p.description {
	margin-top: 0;
	font-style: italic;
}
	
/*</group>*/

/*<group=Blog>*/

.blog-entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-right: 4%;
}

.blog-entry-title {
	text-align: left;
	color: #b90000;
	font-weight: bold;
	font-size: 1.3em;
}

.blog-entry-date {
		
	text-align: left;
	color: #af4b4d;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-style: normal;
}

.blog-entry-body {
	
	text-align: left;
	color: #333;
	font-size: 12px;
}

.blog-entry-comments {
	padding-top: 5px;
}

.blog-entry-category {
	margin: 0 20px;
}

.blog-category-link-disabled {
	color: #999;
}

.blog-category-link-enabled {
	color: #666;
}


	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3a5a1b;
}

.filesharing-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ecffc3;
}

.filesharing-item-title {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

.filesharing-item-description {
	text-align: left;
	color: #436721;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.1em;
	margin-top: 0.5em;
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	padding: 5px;
	font: bold 14px;
	color: #981327;
}

.album-description {
	padding: 5px;
	color: #494949;
}

.thumbnail-frame {
	padding: 5px;
	border: 1px solid #d4d4d4;
	background: #f3f3f3;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
	margin: 0;
	padding: 0;
}

.thumbnail-caption {
	color: #c00101;
	font-size: 10px;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	background: #ffffff;
	text-align: center;
}

.photo-navigation {
	margin: 6px auto; 
	background: #cdc9bf;
	color: #b90000;
	text-align: center;
	padding: 4px;
	width: 640px;
}

.photo-navigation a, .photo-navigation a:visited {
	text-decoration: none;
	color: black;
	font-size: 0.8em;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	padding: 4px;
	border: 1px solid #555555;
	margin: 6px;
	background: white;
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
}

.photo-caption {
	padding: 0px;
	font-size: 1.2em;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	margin: 5px;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	color: #0062c5;
	font-weight: bold;
	font-size: 14px;
}

.movie-page-description {
	margin-bottom: 20px;
	color: #494949;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 1px;
	border: 1px solid #d4d4d4;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	color: #aeaeae;
	text-align: center;
	margin-bottom: 3px;
	font-size: 11px;
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	color: #0062c5;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { } 

.required-text {
	color: #b90000;
} 

.form-input-field {
	border: 0;
	border-bottom: 1px dashed #000;
	background-color: transparent;
	font: 1.5em Courier New, Courier, mono;
}

textarea.form-input-field {
	border: 1px solid #ccc;
	background: white;
	font-family: Courier New, Courier, mono;
} 

.form-input-button { } 
/*</group>*/

.subfamilies-title {
	font-weight: bold;
	color: #c200c2;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

a.subfamilies-reflink {
	text-decoration: none;
	color: #777;
}

.subfamilies-reftitle {
	color: #c200c2;
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0px 5px 0px;
}

.subfamilies-assoclist {
	margin-left: 20px;	
}

.subfamilies-logocaption {
	margin-left: 30px;	
}

.subfamilies-bibitem {
	margin: 0px 0px 5px 20px;	
	color: #666;	
}

.subfamilies-bibitem .itemnumber {
	font-weight: bold;
	color: #555;
}

.acronym {
	font-size: 0.9em;
}

.acronym .letter {
	background-color: #888;
	text-align: center;
	font-weight: bold;
}

.nomenclature .subfamily {
	text-align: right;
	font-weight: bold;
}

.nomenclature .species {
	font-style: italic;
}

.subfamilies td {
	margin: 0px 10px;
	padding: 0px 5px;
	width: 100px;
}
.subfamilies .subfamily {
	font-weight: bold;
	border: 1px dotted #fff;
}

.subfamilies .subfamily a:link{
	text-decoration: none;
}

.subfamilies .grouping {
	font-style: italic;
	border: 1px solid #bbb;
}

.fig-bar {
	float: right; 
	margin: 10px;
}
.fig-bar .fig-caption {
	text-align: center;
	padding: 2px 5px 5px 5px;
}


