/* Combined style sheet for the index pages and the slide pages. */

/* Style for all bodies and to control the margin on top. */
body
  {
	background-color: #808080;
	}

body, .slide-pagebody, .indexpagebody 
	{
	margin: 0px auto;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

/* Style for the page body */
.pagebody, .slide-pagebody, .index-pagebody  
{
	width:100%;
	background-color:#063E58;	
}
/*	
html {
	overflow-x: auto;
}
*/
/* Style for the Top bar */
.topbar {
	background-image: url(../topbars/blue/topdark.gif);
	background-repeat: repeat-x;
	height: 25px;
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;	
}

/* Style for the Bottom bar */
.bottombar {
	background-image: url(../topbars/blue/bottomdark.gif);
	background-repeat: repeat-x;
	height: 25px;
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
	clear:both;	
}

/* Style for the Top ruler */
.topruler {
	background-image: url(expedition/rule.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 10px;
}

/* Style for the page title */
.slide-page-title
  {
	font-size:115%;
	font-weight: bold;
	padding-top:4px;
	color:#ffd700;
	text-align:center; 
	width:100%;	
  }


/* Style for the Bottom ruler */
.bottomruler {
	height: 0px;
}

/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 85%;
	font-weight: bold;
	color: #FAFAFA;
}

/* Style for the Image/Folder Index Information */
.bppindex {
	font-size: 85%;
	color: #FAFAFA;
}

/* Style for the Header */
.bppheader {
	color: #000000;
	font-size: 85%;
}

/* Style for the Footer */
/*  added for Underwater V2:
	 - text-align
	 - padding-top
	 - width
*/
.bppfooter {
	clear:both;
	color: black;
	background-color: #808080;
	font-size: 80%;
	text-align: center;
	padding-top:10px;	
	width:100%;
}


/* Style for the Image Comment */
.comment {
	color: yellow; 
	font-weight: bold; 
	font-size: 95%;
}

/* Style for any note/comment */
.note {
	color: #DDDC71; 
	font-size: 90%;
	text-align: center;	
}


/* Style for help-tips statusbar */
.statusbar1, .statusbar2 {
	color: #000000;
	font-size: 90%;
	text-align: center;
	margin-top: 10px;
}

/* larger style for comments etc. */
.bignote, .specieslink, .species  
	{
	color: #ffff66;
	font-size: 100%;	
	text-align:center;
  }

.small 
	{
	font-size: 85%;
	}

/* Style for photographic meta information */
.photometainfo {
	position:absolute;
	right:10px;
	margin-right:30px;
  margin-top:90px;
	z-index:1;
	background-color:#c5c8c8;
	color:#444444;
	visibility:hidden;
	border:1px black;
	padding:5px 5px 5px 5px;
	font-size:95%;
}

.metainfo-header {
	font-weight:bold;
	font-size:98%;
}

.metainfo-name {
	font-size:98%;
}

.metainfo-value {
  font-style:italic;
	font-size:95%;
}

/* Style for Logbook metadata information */
.logbookmetainfo {
	position:absolute;
	text-align: left;
	margin-left:120px ;
	margin-top:50px;
	left:20px;
	top:30px;
	z-index:1;
	background-color:#dcdcdc;
	color:#257EB1;
	visibility:hidden;
	border:1px black;
	padding:5px 5px 5px 5px;
	font-size:95%;
}


/* Style for help tips */
.help {
	position: absolute;
	right: 40px;
	top: 80px;
	z-index: 1;
	background-color: #4682b4;
	color: #f5f5f5;
	visibility: hidden;
	border: 1px black;
	padding: 5px 5px 5px 5px;
	font-size: 95%;
}

.specieslink, .species
	{
	font-style:italic;
	}
/* Navigation stuff */	

/* test stuff*/
#container
  {
	background-color:#063e58;
  width:100%;
  margin:0 auto;
  height:100%;
  line-height:150%;
  }

/* Select id for division based on no. of columns
	 4 columns not recommended
*/	
#wrapit1col
{
width:100%;
}	
#wrapit2col
{
width:85%;
}
#wrapit3col
{
width:75%;
}
#wrapit4col
{
width:65%;
}
	
/* Image slide + comments etc. */
#wrapit, #wrapit1col, #wrapit2col, #wrapit3col, #wrapit4col 
{
	float:left;
	padding:2px 0px 2px 0px;
	background-color:#063e58;
	margin:0;	
}

.thumbarray, .thumbfolderarray
{
	float:left;
	width:19%;
	text-align:center;
	padding-bottom:3px;
	display:block;
	color:#dcdcdc;
	font-size:85%;
}

.thumbarray
	{
	height:180px;
	min-height: 180px;
	}
	
/* This needs extra height for the slidecount*/
.thumbfolderarray
	{
	height:200px;
	min-height: 180px;
	}

.clearit
  {
	width:100%;
	height:1px;
	clear:both;
	}	
	
/*	 added for Underwater V2 */
.navbar, #sidenavbar
	{
	border:0;
	margin:0;
	padding:0;
	vertical-align: top;
  }	

/*	 added for Underwater V2 */
#sidenavbar
	{
	float:left;
	position:relative;
	padding-top:0px;
	padding-bottom:3px;
	margin-left:10px;
  width:10%;
	height:100%;	
	background-color:#063E58;	
	}	

#horiznavbar
	{
	padding-top:5px;
	padding-bottom:7px;
	width:100%;
	text-align:center;		
	}	

.navbar img 
  {
	display:block;
	}

/* Page layout stuff */	
#slidepagecontent
  {
	margin: 0px auto;
	padding-top:10px;
	text-align:center;
  }	
	
#slideitem
  {
	text-align:center;
	margin: 0px auto;	
	padding-bottom:20px;
	padding-top:20px;
	width:100%;
  }	

#slidecomment
  {
	padding-bottom:20px;
	text-align: center;
	margin: 0px auto;	
	}	

#slideinfo, #speciesdiv, #fishdiv
  {
	padding-bottom:20px;
	text-align: center; 
  }	

#speciesdiv, #fishdiv
  {
	width:44%;
	padding:0px 20px 0px 20px;
	display:inline;
	}	

#speciesdiv
  {
/*  background-color:aqua;*/
  float:right;
	}	
#fishdiv
  {
/*  background-color:fuchsia;*/
  float:left;
	}	


#slideinfo
  {
	margin:0px auto;
  }

/* Style for server side error messages */
.errorbox {
	background-color: #fcc;
    border: 1px solid #c00;
    padding: 5px;
    margin: 10px 0px 10px 0px;
}

.errormessage {
	color: #c00;
}

/* Style for remarks */
.remarksheader {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
    padding: 3px 0px 2px 0px;
    margin: 8px 4px 2px 0px;
	color: #003366;
	border-bottom: 1px solid #3c78b5;
}

.remarksbody {
 	width: 80%;
 	visibility: hidden;
 	display: none;
}

.remarksinput {
	border: 1px solid #8C8C8C;
	padding: 10px;
	margin: 5px 1px 5px 1px;
	background-color: #f0f0f0;
 	width: 70%;
}

.remarksadmin {
	border: 1px dashed #3c78b5;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	background-color: #f0f0f0;
}

.remarksadminheader {
	margin: 0px 20px 0px 0px;
	font-weight: bold;
	vertical-align: super;
}

.remarkbox {
	padding: 5px 10px 5px 10px;
    margin: 5px 0px 5px 0px;
    border: 1px #8C8C8C solid;
}

.remarkblock {
	margin: 0px 0px 10px 0px;
	color: #000000;
}

.remarksource {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
 	width: 98%;
}

.remarkstatusbox {
    border: 1px dashed red;
	background-color: #f0f0f0;
    font-size: 11px;
	font-style: italic;
    padding: 10px 5px 10px 5px;
    margin: 5px 0px 5px 0px;
}


	
/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FFFF00;
}

a:visited {
	text-decoration: none;
	color: #DAD95E;
}

a:hover {
	text-decoration: none;
	color: #FFFF00;
}

a:link {
	text-decoration: none;
	color: #C0C0C0;
}

a.note:active {
	text-decoration: none;
	color: #C0C0C0;
}

a.note:visited {
	text-decoration: none;
	color: #C0C0C0;
}

a.note:hover {
	text-decoration: none;
	color: #FFFF00;
}

a.note:link {
	text-decoration: none;
	color: #C0C0C0;
}

a.path:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #C0C0C0;
}

a.path:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #C0C0C0;
}

a.path:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}

a.path:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #C0C0C0;
}

a.specieslink, a.actionblock
    {
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:underline;
		}

a.specieslink:hover, a.actionblock:hover
		{
		z-index:25; 
		}

a.specieslink span, a.actionblock span
		{
		display: none;
  	font-size: 10px;
		}

a.specieslink:hover span, a.actionblock:hover span
   { 
/*the span will display just on :hover state*/
    display:block;
    position:absolute;
		font-style:normal;
    top:2em; 
		left:2em; 
    border:1px solid #0cf;
    background-color:#ffffcc; 
		color:#000;
    text-align:center;
		}

