/* CSS Document */

/* Core Elements */

body {
padding: 15px 0px 8px 0px;
background: url(images/bg.gif) repeat-x 50% top;
margin: 0px;
font-size: 8pt;
font-family: Tahoma, Verdana, Arial;
color: #323232;
}
td {
font-size: 8pt;
color: #323232;
font-family: Tahoma, Verdana, Arial;
}
tr {
font-size: 8pt;
color: #323232;
font-family: Tahoma, Verdana, Arial;
}
.header {
background-image: url(images/header.gif);
height: 97px;
}
.main {
background-image: url(images/main-bg.jpg);
}
.left {
width: 565px;
vertical-align: top;
padding: 5px 10px 10px 10px;
}
.right {
width: 175px;
vertical-align: top;
background: url(images/rbg.gif);
}
.content-top {
background-image: url(images/content.gif);
height: 21px;
}
.content-main {
border-left: 1px solid #5A12A6;
border-right: 1px solid #5A12A6;
border-bottom: 1px solid #5A12A6;
padding: 5px 10px 5px 10px;
background: url(images/content-bg.gif) no-repeat bottom right;
}
.content-non {
border-left: 1px solid #5A12A6;
border-right: 1px solid #5A12A6;
border-bottom: 1px solid #5A12A6;
padding: 5px 10px 5px 10px;
}
.content-main a {
color: #5A12A6;
text-decoration: none;
border-bottom: 1px dashed #5A12A6;
}
.content-main a:hover {
color: #666666;
text-decoration: none;
border-bottom: 1px dashed #666666;
}

#copyright {
color: #999999;
padding-top: 2px;
}
#copyright a, a:hover {
color: #999999;
text-decoration: none;
}
#info {
border: 1px solid #000000;
background-color:#9966FF;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
padding: 5px;
margin: 0px 0px 10px 0px;
}
/* End Core Elements */

/* Menu */
.menu-top {
background-image: url(images/menu-top.gif);
height: 23px;
padding-left: 7px;
}
td.menu-nav {
background-image: url(images/menu-main.gif);
height: 23px;
padding-left: 10px;
}
td.menu-nav a {
text-decoration: none;
color: #323232;
}
td.menu-nav a:hover {
text-decoration: none;
border-bottom: 1px dashed #323232;
}
/* End Menu */

/* Text Styles */
h1 {
font-size: 10pt;
color: #5A12A6;
margin-bottom: -10px;
margin-top: 0px;
text-transform: capitalize;
}
h2 {
font-size: 10pt;
color: #5A12A6;
margin-bottom: -10px;
margin-top: 0px;
text-transform: capitalize;
border-bottom: 1px dashed #5A12A6;
width: 50%;
}
.impact {
font-size: 9pt;
font-weight: bold;
color: #5A12A6;
}
.purple {
	color: #5A12A6;
}
.gallery {
margin-left: 5px;
height: 30px;
padding-bottom: 5px;
}
/* End Text Styles */

/* 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;
	}
/* End Lightbox Styles */
