/*** Copyright 2007 C W Dee                                                 ***/

/* Site color palette:                                                        */
/*  body background : #99c999 (was #bad8ba)                                   */
/*  medium green main background and borders : #99c999                        */
/*  light green panel background : #c9f9c9                                    */
/*  off-white panel background : #fdf8f2                                      */
/*  maroon text on green : #603                                               */
/*  normal text : #333                                                        */
/*                                                                            */

* html .HollyHack { height: 0.01%; }

body {
	margin: 0;
	padding: 0 0 10px 0; 
	background-color: #99c999; 
	color: #333;
	font-family: 'Trebuchet MS', Arial, Helvetica, Verdana, sans-serif;
 	width: 984px;
}
h1 { 
	font-size: 2.5em; 
	font-style: oblique; 
	font-weight: bold;
	color: #603;
	background: transparent url(/img/hbclogo4.gif) top right no-repeat; 
	padding: 0 0 5px 10px; 
	margin: 0 20px 0 10px;
}
h1 span {
	font-size: smaller;
	padding: 0 0 0 20px;
}

h3 span {
	font-style: oblique;
}

a:link, a:visited {
	text-decoration: none;
	color: inherit; 
	color: #603; 
}
a:hover {
	color: #fdf8f2;
        background-color: #aaa;
 	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: inherit; 
	color: #603;
}

/*** General class selectors **************************************************/

/* 10px rounded corner images for main panes (p=pale-green, g=green, w=whitish) */
.gwtr { background: url(/img/gwtr.gif) no-repeat top right; height: 10px; margin: 0; font-size:0; }
.gwtl { background: url(/img/gwtl.gif) no-repeat top left; height: 10px; }
.gwbr { background: url(/img/gwbr.gif) no-repeat bottom right; height: 10px; margin: 0; font-size:0; }
.gwbl { background: url(/img/gwbl.gif) no-repeat bottom left; height: 10px; }

.pgtr { background: url(/img/pgtr.gif) no-repeat top right; height: 10px; margin: 0; font-size:0; }
.pgtl { background: url(/img/pgtl.gif) no-repeat top left; height: 10px; }
.pgbr { background: url(/img/pgbr.gif) no-repeat bottom right; height: 10px; margin: 0; font-size:0;  }
.pgbl { background: url(/img/pgbl.gif) no-repeat bottom left; height: 10px; }

.pwtr { background: url(/img/pwtr.gif) no-repeat top right; height: 10px; margin: 0; font-size:0; }
.pwbr { background: url(/img/pwbr.gif) no-repeat bottom right; height: 10px; margin: 0; font-size:0; }

/* Rounded corner right side for tabs 
.rtab { background: url(tabr.gif) no-repeat top right; height: 10px; } */

/* 5px rounded corner images for sidebar */
.pwtr5 { background: url(/img/pwtr5.gif) no-repeat top right; height: 5px; margin: 0; font-size:0; }
.gwtl5 { background: url(/img/gwtl5.gif) no-repeat top left; }
.pwbr5 { background: url(/img/pwbr5.gif) no-repeat bottom right; height: 5px; margin: 0; font-size:0; }
.gwbl5 { background: url(/img/gwbl5.gif) no-repeat bottom left; }

/*** General element.class selectors ******************************************/

a.bio { 
	margin: 0  !important; 
	padding: 0 2px 0 2px !important;
	display: inline !important;
 	background: transparent none !important;
	text-decoration: underline !important;
} 
a:hover.bio {
        background-color: #aaa !important;
	text-decoration: none !important; 
}

p.bio a {
	padding: 0 2px 0 2px !important;
	text-decoration: underline !important;
} 
p.bio a:hover {
	color: #fdf8f2;
        background-color: #aaa;
	text-decoration: none !important;
}

span.bio a {
	font-weight: bold;
	padding: 0 2px 0 2px !important;
	text-decoration: underline !important; 
	margin: 0 10px 0 10px;
} 
span.bio a:hover {
	font-weight: bold;
	text-decoration: none !important;
}
p.credit  {
	color: #603;
	font-size: 0.7em !important; 
	border-width: 0 !important;
}
p.UnderConstruction {	
	color: #888; 
	background-color: #ddd;
	font-style: oblique;
	padding: 0 0 0 5px !important;
}
span#warning {
	padding: 0 5px;
	border: 2px #99c999 solid;
	margin: 0;
	position: absolute; 
	top: 370px; 
	left: 335px;
 	background-color: #fdf8f2;
}
span#warning2 {
	font-size: 0.7em;
	padding: 0 5px;
	border: 2px #99c999 solid;
	margin: 0;
	position: absolute; 
	top: 353px; 
	left: 304px;
 	background-color: #fdf8f2;
	width: 170px;
	color: red;
}

/* Obsolete main page text reveal selectors 
a.more {
	text-decoration: none;
	border-bottom: 1px dashed #603;
	padding: 0 0 0 1px;
	margin: 0 0 0 5px;
}
a.more:hover {
 	border-bottom: 0;
	background-color: #c9f9c9; 
	color: #aaa;
}
a.more div {
	display: none;
} 
a.more:hover div {
	display: block;
}
a.more:hover div p {
	color: #603;
}
*/

/* Main page text reveal selectors */
a.hider span.normal {
	text-decoration: none;
	display: inline;
	padding: 0 5px 0 5px;
	border-bottom: 1px dashed #603;
	background-color: #c9f9c9; 
}
a.hider span.revealed {
 	border-bottom: 0;
	background-color: #c9f9c9; 
	display: none;
}

a.hider:hover span.normal {
	color: #aaa;
	border-bottom-style: none;
	margin-right: -10px; 
} 
a.hider:hover span.revealed {
	color: #603;
	display: inline;
}

.hint {
	font-size: 0.75em; 
	margin: 0 0 0 10px;
}
span.hint {
	border-bottom: 1px dashed #603; 
	margin: 0 0 0 10px; 
	padding: 0;
}
.clickhint { 
	font-size: 0.75em; 
	margin: 0 0 0 10px;
	width: 140px;
	display: block;
}
span.text {
	font-size: 0.75em; 
	border: 0; 
	margin: 0 0 0 10px; 
	padding: 0;
}

/*** Common style elements for all pages **************************************/

#wrapper {                                        /*** Overall page wrapper ***/
	background-color: #fdf8f2; 
	color: black;
	margin: 8px 0px 10px 20px;   	
	padding: 10px 20px 10px 20px ;
	width: 920px;
}

#header {                                   /*** Header section top element ***/
	margin: 0 0 5px 0;
}

#header-top-wrapper {             /*** Header section image box full-height ***/
  	background: #c9f9c9 url(/img/gradient2.png) repeat-y;  
	margin: 0 0 10px 5px;
}

#header-top-wrapper-shallow {         /*** Header section image box shallow ***/
  	background: #c9f9c9 url(/img/gradient2.png) repeat-y;  
	margin: 0 0 10px 5px;
}

#header-top-wrapper-shallow h1 { 
	font-size: 1.5em; 
	font-style: oblique; 
	font-weight: bold;
	color: #603;
	background: transparent;
	padding: 0 0 0 10px; 
	margin: 0 20px 0 10px;
}


#header-bottom {                         /*** Header section bottom element ***/
	background: #fdf8f2;
	border-top: 3px solid #99c999;
	border-bottom: 3px solid #99c999;
	margin: 0 0 0 5px;

	}
#header-bottom p {
	font-weight: bold;
	font-size: 0.9em;
	margin: 0;
	padding: 4px 0 4px 0;
	float: left;	
	color: #333;
	letter-spacing: 1px;
}
#header-bottom ul {
	font-size: 1em;
	margin: 0;
	padding: 4px 0 4px 0;
	text-align: right;
}
#header-bottom li {
	display: inline;
	font-size: 0.8em;
	background-color: #fdf8f2;
	color: #333; 
	margin: 0;
}
#header-bottom span {
        color: #aaa;
	padding: 0 2px 0 2px;
}
#header-bottom a:link, 
#header-bottom a:visited {
	text-decoration: none;
	background-color: #fdf8f2;
        color: #333; 
	padding: 0 2px 0 2px;
}
#header-bottom a:hover {
	color: #fdf8f2;
        background-color: #aaa;
	font-weight: normal; 
}
#header-bottom a:active {
	text-decoration: none;
	background-color: #fdf8f2;
        color: #333;
	padding: 0 2px 0 2px;
}

#main {                                                 /*** Main text body ***/ 
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
	position: relative; 
	top: 0;
	left: 0;
	width: 100%;
}

.main-pane-wrapper {            /*-- Wrapper for text pane within main body --*/
	color: #603;
	width: 628px; 
	margin: 10px 0 0 5px;
	background: #99c999;
}

.main-pane-wrapper h3 { 
	padding: 0 0 10px 145px;
	margin: 0;
}
.main-pane-wrapper h4 { 
	padding: 0 0 5px 20px;
	margin: 0;
}

.main-pane {                        /*-- Primary text pane within main body --*/
	width: 620px; 
	background: #c9f9c9 url(/img/hbclogo2.gif) top left repeat-y; 
	background-color: #c9f9c9;
	border: 0 solid #99c999; 
  	border-left-width: 4px;
	border-right-width: 4px;
	margin: 0 0 10px 0;
}
.main-pane h4 { 
	padding: 0 0 5px 145px;
	margin: 0;
}
.main-pane p {
	font-size: 0.9em;
	margin: 0 15px 10px 5px;
 	text-indent: 40px;
	text-align: justify;
 	padding: 0 0 0 140px; 
}

.main-pane p div p {
	font-size: 1em;
	margin: 0; 
 	text-indent: 40px;
 	padding: 0; 
}

.main-pane ul {
	font-size: 0.9em;
	margin: 0 15px 10px 5px;
 	text-indent: 40px;
	text-align: justify;
 	padding: 0 0 0 140px; 
}

.main-pane ul ul {
 	padding: 0 0 0 40px; 
}



.main-pane2 {                     /*-- Secondary text pane within main body --*/
	font-size: 0.75em; 
	width: 620px;  
	background-color: #c9f9c9; 
	border: 0 solid #99c999;
	border-left-width: 4px;
	border-right-width: 4px;
}
.main-pane2 p {
	margin: 0 15px 10px 15px;
	text-align: justify;
}
.main-pane2 p div p {
	margin: 0;
}
.main-pane2 li {
	list-style-type: none;
	margin: 0 0 0 40px;
}

.main-pane2 ul {
	margin: 0 0 10px 0;
}

.wide-pane-wrapper {            /*-- Wrapper for text pane within main body --*/
	color: #603;
	width: 914px; 
	margin: 10px 0 0 5px;
	background: #99c999;
}

.wide-pane {                        /*-- Primary text pane within main body --*/
	width: 906px; 
	background: #c9f9c9 url(/img/hbclogo2.gif) top left repeat-y; 
	background-color: #c9f9c9;
	border: 0 solid #99c999; 
  	border-left-width: 4px;
	border-right-width: 4px;
	margin: 0 0 10px 0;
}


/*** Paragraph styles for species table pages *********************************/

#species-table-wrapper {                     /*** Wrapper for species table ***/
	color: #603;
	width: 628px; 
	margin: 10px 0 0 5px;
	background: #99c999;
}

#species-table-wrapper h3 { 
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0;
}

#species-table {                                         /*** Species table ***/
	color: #333;
	background-color: #fdf8f2; 	
	width: 590px;  
	margin: 20px 0 5px 15px;
	padding: 5px;
	position: relative;
}
#species-table table {
	border-collapse: collapse;
}
#species-table td {
	font-size: 0.65em; 
	width: 146px;
	border: 1px solid #99c999;
	padding: 0;
}
#species-table a {
	color: #333; 
	display: inline-block;
	height: 100%;
 	padding: 0 2px 0 4px;
	text-decoration: none;
} 
#species-table a:link, 
#species-table a:visited {
	color: #333; 
	background-color: #fdf8f2;
	font-weight: normal;
}
#species-table a:hover {
	color: #fdf8f2;
        background-color: #aaa;
 	font-weight: normal;
}
#species-table a:active {
	color: #333;
        background-color: #ddd;
 	font-weight: normal;
}

#species-table1 img {                         /*** Species table for tetrad ***/
	display: inline;
	height: 12px;
	width: 12px;
 	margin: 1px 2px 0 2px; 
	vertical-align: bottom;
	float: right;
}
#species-table1 a {
	width: 123px;
}
#species-table2 a {                            /*** Species table for atlas ***/
	width: 140px;
}

/*** Styles for tabbed menus **************************************************/

#tabmenu ul {                                              /*** Tabbed menu ***/
	padding: 0 0 0 160px;
	list-style: none;
	margin: 0 10px 0 0;
}
#tabmenu li {
	float: right; 
	margin: 0 4px 0 0;
	padding: 0;
}

p.activetab {
	color: #333;
	font-size: 0.9em;
	padding: 0;
	margin: 0; 	
	float: none;
	border-bottom: 2px solid; 
}
p.activetab span {
	background: #fdf8f2 url(/img/wgtr.gif) right top no-repeat;
	padding: 0 15px 0 10px; 
	border-bottom: 2px solid #fdf8f2;
}
p.inacttab {
	margin: 0 0 1px 0;
	line-height: 16px;
}

p.inacttab a {
	color: #603;
	font-size: 0.9em;
	background: #c9f9c9 url(/img/pgtr.gif) right top no-repeat;
	padding: 0 15px 0 10px; 
	display: inline;
	float: none;
}
p.inacttab a:hover {
	color: #fdf8f2; 
        background: #aaa url(/img/dgtr.gif) right top no-repeat;
 	font-weight: normal; 
}

/*** Styles elements for species maps *****************************************/
#map-pane-wrapper {                               /*** Wrapper for map pane ***/
  	background: #99c999;  
	margin: 10px 0 0 5px;
	width: 495px; 
}
#map-pane-wrapper img {
	float: left;
	width: 10px;
	height: 10px;
} 
#map-pane-wrapper h3 {                                        /* Species name */
	font-size: 1.5em; 
	font-style: normal; 
	font-weight: normal;
	color: #603;
	background-color: transparent;
	padding: 0 5px 0 10px;
	margin: 0; 
}
#map-pane-wrapper h4 {                                          /* Latin name */
	font-size: 1.0em; 
	font-style: oblique; 
	font-weight: normal;
	color: #603;
	background-color: transparent;
	padding: 0 5px 0 10px;
	margin: 0 0 5px 0;
}
#map-pane-wrapper h5 {                  /* Comment - sensitive / not surveyed */
	font-family: Times, serif;
	font-size: 0.8em; 
	font-style: oblique; 
	color: gray;
	padding: 0 0 0 10px;
	margin: 0;
}

#map-pane {                                                 /*** Tetrad map ***/
	display: block;
	margin: 0 0 0 5px;
	width: 485px;
	background-color: #c9f9c9;
}
#map-pane img {
	display: inline;
	width: 12px;
	height: 12px;
	border-width: 1px;
	border-style: solid;
}
#map-pane p {
  	line-height: 284px; 	 
  	line-height: 264px; 	
}

/*** Paragraph styles for middle column for species maps **********************/
#mid-column-wrapper {                /*** Wrapper for tetrads counts column ***/
	position: absolute; 
	top: 0;
	left: 510px; 
	width: 156px;
  	background: #99c999;  
	margin: 10px 0 0 5px;
}
#mid-column-wrapper img {
	float: left;
}

#mid-column {                                    /*** tetrads counts column ***/
	margin: 0;
	padding: 0;
}
#mid-column h3 {
	font-size: 0.8em;
	text-align: center;
	color: #603;
	background-color: #99c999;
	border: 0 solid #99c999;
 	border-bottom-width: 2px;
	margin: 0;
	padding: 2px 0 1px 0;
}	
#mid-column h4 {
	font-size: 0.8em;
	text-align: center;
	color: #603;
	background-color: #99c999;
	border: 0 solid #99c999;
 	border-bottom-width: 2px; 
	margin: 0;
	padding: 2px 0 1px 0;
}
#mid-column h5 {
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	padding: 0 0 3px 0;
	background-color: #aaa;
	color: #c9f9c9;
}
#mid-column p {
	position: absolute;
	display: inline; 
	font-size: 0.7em;
	margin: 0; 
}
#mid-column img {
	display: inline-block; 
	width: 12px;
	height: 12px; 
	border-width: 5px;
	padding: 2px;
	vertical-align: middle;
}
.summary-row {                       /*-- Tetrad count row for active atlas --*/
	display: block;
	margin: 0;
	padding: 0;
	background-color: #c9f9c9;
 	border: 5px solid #99c999;
	border-top-style: none;
	border-bottom-width: 3px;
}
.summary-row p { 
	color: #603; 
}
.summary-row2 {                       /*-- Tetrad count row for other atlas --*/
	display: block;
	margin: 0;
/*	background-color: #f9fbdd; */
        background-color: #ddd;
 	border: 5px solid #99c999;
	border-top-style: none;
	border-bottom-width: 3px;
}	

p.c1 {	
 	width: 15px;
	padding: 2px 0 0 4px;

}

p.c2 {	
	color: inherit;
	left: 27px; 
	width: 74px; 
	padding: 2px 0 0 7px;
}
p.c3 {	
	color: inherit;
	left: 95px; 
	text-align: right;
 	width:  48px; 
	padding: 2px 4px 0 0;
}

/*** Paragraph styles for sidebar *********************************************/
#sidebar {
 	position: absolute; 
	top: 0;
	left: 680px;
	width: 240px; 
	margin: 5px 0 0 0; 
}
#sidebar h4 {
 	background: #c9f9c9 url(/img/gradient.png) repeat-y;
	color: #603;
	margin: 0;
	padding: 0 0 0 17px;
}	
#sidebar p {
	margin: 0 0 0 10px;
	padding: 0;
 	border: 2px solid #99c999; 
	font-size: 0.75em;
}
#sidebar p.sidetext {
	margin: 0 0 0 0;
	padding: 2px 5px 2px 5px;
 	border: 5px double #99c999;  
	font-size: 0.75em;
        background: #c9f9c9;
	color: #603; 
}
#sidebar p span {
	font-size: smaller;
}
#sidebar a {
	background: #c9f9c9 url(/img/pgtr.gif) no-repeat top right;
	display: block;
	margin: 0;
	padding: 0 5px 0 5px;
}

#sidebar a:hover {
	background: #aaa url(/img/dgtr.gif) no-repeat top right;
	color: #fdf8f2;
        background-color: #aaa;
 	font-weight: normal;
}

#sidebar-footer p {                      /*** Sidebar footer for W3C links ***/
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background: none;
	border: none;
}
#sidebar-footer a {
 	display: inline; 
	background: none;
}
#sidebar-footer	a:hover {
	background: none;
} 
#sidebar-footer img {
	border: 0;
	width: 88px;
	height: 31px;
}

.sidebar-h4-wrapper {               /*-- Wrapper for sidebar section header --*/
  	background: #c9f9c9 url(/img/gradient.png) repeat-y;  
	margin: 5px 0 5px 0;
}

#adjacent-pane {
	display: block;
	margin: 1px 32% 1px 22%;
}
#adjacent-pane td { 
        width: 45%; 
}
td.v {
	margin: 0 0 5px 0;
	padding: 0;
 	border: 1px solid #99c999; 
	background-color: #c9f9c9;
	font-size: 0.75em;
	text-align: center;
	line-height: 40px; 
}
td.e {
	margin: 0 0 5px 0;
	padding: 20px 18px 20px 18px;
        line-height: 0;
 	border: 1px solid #ddd; 
	background-color: #ddd;
/*	line-height: 26px;
	line-height: 22px; */
}
td.h {
	margin: 0 0 5px 0;
	padding: 0;
	border: 2px solid #99c999;
        color: #603;
	background-color: #99c999; 
	font-size: 0.75em;
	text-align: center;
}
td.ra {
	text-align: right;
	letter-spacing: 0.1em;
}

#sidebar .v a, 
#sidebar .v a:hover { 
	background-image: none; 
}

/*** Footer section styles                                                  ***/
#footer {                                                       /*** Footer ***/
/*	margin: 5px 0 0 0; */
	margin: 0;
	padding: 0;
	font-size: 0.6em;
	text-align: center;
}


