body { background-color: #CCCCCC;
font-color: #252525;
font-size: 0.8em;
font-family: Verdana, Sans-Serif; }

#container { width: 80%;
margin: 0 auto;
padding: 0;
background: #FFF url('images/web01.jpg') top left repeat-x;}

#header {height: 76px;}

#nav {
   margin-top: 130px;
   padding: 8px;
   list-style-type: none;
   float: left;
   font-weight: bold;
}
#nav li {
   margin-bottom: 2px;
   height: 30px;
   padding: 0;
   line-height: 2.2em; 
}
#nav li a {
   background: FFFFFF;
   color: #303030;
   display: block;
   height: 30px;
   width: 140px;
   border-left: 5px solid #eb155b;
   padding-left: 10px;
}
#nav li a:hover {
   background: #FFF;
   color: #eb155b;
   text-decoration: none;
   border-left: 5px solid #000;
}

#nav li.ad {
   margin-bottom: 2px;
   height: 30px;
   padding: 0;
   line-height: 2.2em; 
}
#nav li.ad a {
   border-left: 0;
   padding-left: 0;
}
#nav li.ad a:hover {
   border-left: 0;
}

#main
{margin: 0 0 0 172px; }

#footer
{background-color: #303030;
height: 20px;
color: #cccccc;
padding: 80px 10px 0 0;
text-align: right; }

a, a:link {color: #eb155b; text-decoration: none;}
a:hover {color: #000;}

img {border: 0;}
a.img { border: 0;}

h1 {padding: 2px 2px 2px 36px; color: #f599c2; font-family: Calibri, Arial, Sans-Serif; font-size: 2.1em; letter-spacing: 2px;}
h2 {padding: 2px 2px 2px 30px; color: #303030; font-family: Calibri, Arial, Sans-Serif; font-size: 1.6em;}
h3 {padding: 2px; margin: 0; color: #303030; font-family: Calibri, Arial, Sans-Serif; font-size: 1.4em;}

p1 { padding-left: 15px; }

table {padding 4px; margin: 0 auto;}
td { padding: 2px; text-align:center; width: 130px; background-color: #e6e6e6;}
td.img {background-color: #ecd9e1; padding: 8px;}
td.name {background-color: #ebcdd9; font-weight:bold;}
td.handler {background-color: #ecd9e1;}

label
{width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block; }

input, textarea
{color: #303030;
background: #FFF;
border: 1px solid #303030;
padding: 4px;
font-family: Verdana, Sans-Serif; }

fieldset
{border: 6px solid #f9c6de;
background-color: #e6e6e6;
width: 20em;
margin: 0 auto;
width: 65%;
padding: 12px;}

legend
{color: #f9c6de;
background: #303030;
border: 1px solid #f9c6de;
padding: 2px 6px; } 

.group {background-color: #e6e6e6; margin: 0 auto; width: 85%; padding: 4px;}

.latest {background-color: #e6e6e6; border: 6px solid #f9c6de;
padding: 4px; margin: 10px 40px 10px 40px;  }

.left {float: left; margin: 8px; border: 6px solid #f9c6de;}
.right {float: right; margin: 8px; border: 6px solid #f9c6de;}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
