body
{ font-family: Verdana,Tahoma,Arial,sans-serif;
  font-size:12pt;
  color:#000000;
  margin:0px;
  margin-top:50px;
  margin-bottom:50px;
  background:#000000 url(./images/back_body.png);
}

div
{ border:0px solid #00FF00;
}

p
{ border:0px solid #FFFF00;
  margin:0px;
}

a
{ color:#2A519B;
  /* font-weight:bold; */
  text-decoration:underline;
}

a:hover
{ /* color:#FFCC00; */
  color:#000000;
}

a#block
{ display:block;
}

div.clear, p#clear
{ clear:both;
}

div.vspace, p#vspace
{ height:20px;
}

div#main
{ overflow:hidden;
  width:906px;
  margin:0px;
  border:3px solid #FFFFFF;
  background:url(./images/back_main.png) repeat-y;
}

div#main[id]
{ width:900px;
}

div#header
{ width:900px;
  height:235px; 
  padding:0px;
  margin:0px;
  border:0px;
  float:none; 
  background:url(./images/header.png) no-repeat;
}

div#menu
{ width:240px;
  padding:20px;
  text-align:left;
  border:0px solid #000000;
  float:left;
}

div#menu[id]
{ width:200px;
}

div.content
{ position:relative;
  top:-50px;
  overflow:hidden;
  float:left;
  width:550px;
  /*height:90px;*/
  min-height:90px;
  /* font-size:11pt; */
  color:#000000;
  text-align:left;
  margin:0px;
  padding:0px;
  border:0px solid #EEEEEE;
}

div.content[class]
{ height:auto;
}

div#footer
{ width:900px;
  height:130px;
  padding-top:70px; 
  background:url(./images/footer.png) no-repeat;
}

div#footer[id]
{ height:60px;
}

ul.menu
{ margin:0px;
  padding:0px;
  list-style-type:none;
  list-style-position:outside;
}

ul.menu li
{ display:block;
  float:none;
  height:25px;
  line-height:25px;
  vertical-align:middle;
}

a.menu:link, a.menu:visited
{ display:block;
  float:left;
  /* height:20px; */
  font-size:12pt;
  font-weight:bold;
  color:#000000;
  text-decoration:none;
  padding-left:30px;
  padding-right:0px;
  background-image: url(./images/icon_pick.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

a.menu:hover
{ background-position: 5px -25px;
}

a.menu#active
{ background-position: 5px -50px;
}

a.footer, a.footer:link, a.footer:visited
{ color:#FFFFFF;
  text-decoration:underline;
}

a.footer:hover
{ color:#DDDDDD;
}


p.title
{ display:block;
  font-size:18pt;
  font-weight:bold;
  font-style:italic;
  /*font-variant:small-caps;*/
  color:#000000;
  margin:0px;
}

p.subtitle
{ display:block;
  font-size:14pt;
  font-weight:bold;
  font-style:italic;
  /*font-variant:small-caps;*/
  color:#000000;
  margin:0px;
}

p.normal
{ /* font-weight:bold; */
  margin:0px;
  text-indent:0px;
  padding:0px;
}

p.text
{ /* font-weight:bold; */
  margin:0px;
  text-indent:15px;
  padding:0px;
}

p.indent
{ /* font-weight:bold; */
  margin:0px;
  text-indent:0px;
  padding-left:15px;
}

p.hint
{ font-size:8pt;
}

p#justify
{ text-align:justify;
}

p#center
{ text-align:center;
}

p#left
{ text-align:left;
}

p#right	
{ text-align:right;
}

p#footer
{ margin:0px;
  padding:0px;
  font-size:10pt;
  color:#000000;
  text-align:center;
}


span.grey
{ color:#888888;
}

ul
{ margin:0px;
  padding:0px;
  list-style-type:square;
  list-style-position:inside;
}

ul.no_style_type
{ list-style-type:none;
}

ul#indent
{ padding-left:15px;
}

img.border
{ border:1px solid #000000;
}

img#left
{ float:left;
}

img#right
{ float:right;
}

/* LightBox */

#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: 3px; }

#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: 94px; 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; }