body {
background: #555C80 url('BeaconAmidsttheStormSnipD.jpg') repeat=y;
font-size: 100%;
font-family: Verdana, Tahoma, Arial, sans-serif, Ms Sans Serif, Geneva, Helvetica, Lucida Sans Unicode;
font-weight: none;
line-height: 100%;
color: #FFFFFF;
margin: 0px 0px 0px 0px
}

table.transbox
  {
  background-color: #000036;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  /* for Mozilla */
  -moz-opacity:0.6;
  }

img.transbox
  {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  /* for Mozilla */
  -moz-opacity:1.0;

table.transbox p li
  {
  color: #ffffff;
  }


p {
font-size: 90%;
font-weight: none
}

p.small {
font-size: 80%;
font-weight: none
}

p.topic {
font-size: 90%;
font-weight: none;
margin: 0%
}

p.subtopic {
font-size: 76%;
font-weight: none;
margin: 0%
}

ul.none {
list-style: none outside;
position:relative;
left:-20px
}

li {
font-size: 90%;
font-weight: none;
line-height: 100%;
padding: 6px;
}

h1 {
font-size: 120%;
font-weight: none
}

h2 {
font-size: 110%;
font-weight: bold
}

a:link {color: #FFFFFF; font-weight: bold; text-decoration: none}
a:visited {color: #FFFFFF; font-weight: bold; text-decoration: none}
a:hover {color: #FFFFFF; font-weight: bold; text-decoration: none}
a:active {color: #0080FF; font-weight: bold; text-decoration: none}



div.container
{
width: 100%;
margin: 8px;
}

div.content {
background-color: #000000;
float: left;
width: 250px;
margin: 0px 0px 0px 0px;
padding: 1em;
line-height: 120%
}

div.splash {
margin-left: 250px
}

img.logo {
position: absolute;
left: 280px;
top: 180px;
clear: both
}

div.footer
{
padding: 12px;
color: #CEA424;
background-color: #000000;
}

ul.contact
{
padding: 8px;
margin: 0;
list-style-type: none
}

li.contact {
display: inline;
font-size: 80%
}


#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(http://www.zentao7.com/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(http://www.zentao7.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.zentao7.com/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;
	}
