﻿body
{
	margin: 0;
	font-family: Verdana, Helvetica, Serif;
	font-size: 9pt;
	background-color: #ffffcc;
	color: black;
	font-weight: bolder;
}
/* header tags - even are gold; odd are blue */
h1
{
	color: #0000FF;
	font-size: 14pt;
	font-weight: bolder
}
h2
{
	color: #996600;
	font-size: 14pt;
	font-weight: bolder;
	text-align:center;
}
h3
{
	color: #0000FF;
	font-size: 10pt;
	font-weight: bold;
}
h4
{
	color: #996600;
	font-size: 10pt;
	font-weight: bold;
}
h5
{
	color: #0000FF;
	font-size: 9pt;
	font-weight:bold
}
h6
{
	color: #996600;
	font-size: 9pt;
	font-weight:bold
}
/* these put a background color on the header */
h2.goldbk
{
	color: #0000FF;
	background-color: #E2BC62;
	font-size: 14pt;
	font-weight: bold;
}

h3.bluebk
{
	color: #FFCC66; 
	background-color: #0000CC;
	font-size: 12pt;
	font-weight: bold;
}
h4.goldbk
{
	color: #0000FF;
	background-color: #E2BC62;
	font-size: 12pt;
	font-weight: bold;
}
/* paragraph definitions */
p.blue
{
	color: #0000FF;
	font-size: 9pt;
	font-weight:bold
}
p.blue_caption
{
	color: #0000FF;
	font-size: 9pt;
}
p.blue12pt
{
	color: #0000FF;
	font-size: 10pt;
	font-weight:bold
}
p.gold
{
	color: #996600;
	font-size: 9pt;
	font-weight:bold
}
p.gold_caption
{
	color: #996600;
	font-size: 9pt;
}
p.gold12pt
{
	color: #996600;
	font-size: 10pt;
	font-weight:bold
}
/* lists */
ul
{
	color: #0000FF
}
ul.gold
{
    color: #996600;
}
li.gold
{
	color: #996600;
	font-size: 9pt;
	font-weight:bold; 
	list-style-type:square
	
}
/* image formats */
img.left
{
    padding-right: 5px;
    float: left;
}
img.right
{
    padding-left: 5px;
    float: right;
}
/* hyperlinks */
a
{
	cursor: url(http://www.odesforbeginners.com/images/dragonfly_cursor.cur), pointer;
}
/* normal hyperlinks (used in navigation)
a:link
{
	color: #0000FF;
}
a:visited
{
	color: #0000FF; 
} 
a:active 
{
	color: #996600;
}
a:hover 
{
	color: #996600;
}
*/
/* blue page hyperlinks */
a:link.blue
{
	color: #0000FF;
}
a:visited.blue
{
	color: #0000FF; 
} 
a:active.blue 
{
	color: #0000FF;
}
a:hover.blue
{
    color: #0000FF;
    background-color: #f0f8ff;
}
/* gold hyperlinks - class=gold */
a:link.gold
{
	color: #996600;
}
a:visited.gold
{
	color: #996600;
} 
a:active.gold 
{
	color: #996600;
}
a:hover.gold
{
    color: #996600;
    background-color: #f0f8ff;
}
/* back text link - class=back */
a:link.back
{
	color: #0000FF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}	
a:visited.back
{
	color: #0000FF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
} 
a:active.back 
{
	color:#0000FF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover.back 
{
	color: #996600;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
/* button links - class=button */
a:link.button
{
	font-family: Verdana, Helvetica, Serif;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}
a:visited.button
{
	font-family: Verdana, Helvetica, Serif;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}
a:active.button
{
	font-family: Verdana, Helvetica, Serif;
	font-size: 8pt;
	color: black;
}
/* larva gold button */
a:link.larvabutton
{
	color: #FFECC6;
}
a:visited.larvabutton
{
	color: #FFECC6;
}
a:active.larvabutton
{
	color: #FFECC6;
}
/* button links - class=goldbutton */
a:link.goldbutton
{
	font-family: Verdana, Helvetica, Serif;
	font-size: 8pt;
	color: #FFECC6;
	text-decoration: none;
}
a:visited.goldbutton
{
	font-family: Verdana, Helvetica, Serif;
	font-size: 8pt;
	color: #FFFFCC;
	text-decoration: none;
}
a:active.goldbutton
{
	font-family: Verdana, Helvetica, Serif;
	font-size: 8pt;
	color: #FFECC6;
	text-decoration: none;
}
/* button links - class=bluebutton */
a:link.bluebutton
{
	font-family: Verdana, Helvetica, Serif;
	font-size: 8pt;
	color: #000099;
	text-decoration: none;
}
a:visited.bluebutton
{
	font-family: Verdana, Helvetica, Serif;
	font-size: 8pt;
	color: #0000FF;
	text-decoration: none;
}
a:active.bluebutton
{
	font-family: Verdana, Helvetica, Serif;
	font-size: 8pt;
	color: #000099;
	text-decoration: none;
}
/* table element definitions */
table.small
{
	font-size: 9pt;
}
th.family
{
	margin-top: 5px; 
	margin-bottom: 5px; 
	margin-left: 5px; 
	margin-right: 5px;
}
th.gold
{
	color: #996600;
}
th.button
{
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom: 5px solid #0000ff; 
	background-color: #AFCCFC;
	font-size: 8pt;
}
td.button
{
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom: 5px solid #0000ff; 
	background-color: #AFCCFC;
}
/* old style
th.button_gold
{
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom: 5px solid #ffcc66; 
	background-color: #ffe28c;
	font-size: 8pt;
}
td.button_gold
{
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom: 5px solid #ffcc66; 
	background-color: #ffe28c;
}
*/
/* new style */
th.button_gold
{
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom: 5px #996600 solid;
	background-color: #CC9900;
	font-size: 8pt;
}
td.button_gold
{
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom: 5px #996600 solid;
	background-color: #CC9900;
}
td.button_gold_101
{
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom: 5px #996600 solid;
	background-color: #E2BC62;
}
td.home
{
	font-size: 9pt;
	color: white;
	background-color: #0000CC;
}
td.homebullet
{
	font-size: 9pt;
	color: white;
	background-color: #0000CC;
	font-variant: small-caps;
	font-style: italic
}		
td.gallery
{
	font-size: 9pt;
	color: #0000FF;
	font-weight: bold;
}
td.lc
{
    background-color: #FFFF66;
    color: #FFFFFF;
    font-weight:bolder;
}
/* footer definitions */
table.foot
{
	background-color: #0000CC;
	border: 0;
}
td.foot
{
	font-size: 9pt;
	color: white;
}
a:link.foot
{
	color: white;
	text-decoration: none;
}
a:visited.foot
{
	color: white;
	text-decoration: none;
}
a:active.foot
{
	color: white;
	text-decoration: none;
}
/*for dragon v damsel */
.dropcontent{
width: 700px;
height: 140px;
border: 1px solid black;
background-color: #FFECC6;
display:block;
}
/* for genus links */
#genus
{
    float: right; 
    margin-left: 10px; 
    font-size: x-small
}
/* for link buttons */
.linkbutton
{
    text-align: center;
}
/* styles for gallery */
tr.d0 th {
	background-color: #AFCCFC;
	font-size: medium;
	font-weight: bold;
	color: blue;
}
tr.d0 td {
	background-color: #AFCCFC;
}
tr.d1 th {
	font-size: small;
	font-weight: bold;
	color: blue;
}
tr.d1 a:link
{
	color: #0000FF;
}
tr.d1 a:visited
{
	color: #0000FF; 
} 
tr.d1 a:active 
{
	color: #0000FF;
}
tr.d1 a:hover
{
    color: #0000FF;
    background-color: #f0f8ff;
}

/*Default style for SPAN icons. Edit if desired: */

.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
	background-color: #0000CC;
	font-weight: bold;
	border: 1px solid #AA8000;
	padding: 3px;
	color: #E2BC62;
	font-size: large;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}

div.eg-bar{
width: 500px;
}

.icongroup1{
width: 500px;
}
/* lightbox styles */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* classes for photo gallery */
.gallerytitle
{
    color: Blue;
    font-size: large;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
}
.gallerytitlelatin
{
    color: Blue;
    font-size: large;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
}
.gallerynarrative
{
    color: Blue;
    font-size: small;
    font-family: Arial;
    font-style: normal;
}