/* Global Options */
body						{margin: 0; padding: 0; background-color: #000000; font-family: 'Trebuchet MS', Arial, Tahoma, Helvetica, sans-serif; font-size: 12px; line-height: 1.4em; font-weight: normal;}
td							{margin: 0; padding: 0; vertical-align: top;}
input, select, option	{}
div							{margin: 0; padding: 0; vertical-align: top;}
h1, h2, h3				{margin: 0; padding: 0;}
img						{margin: 0; padding: 0;}


/* Page Structure Control */
#CanvasContainer				{width: 100%;}
#FullBody							{position: absolute; top: 0px; left: 0px; z-index: 1; width: 100%; }
#RepositionOriginShell			{position: relative; width: 980px; margin: 0 auto 0 auto; text-align: left;}
#SetPageCanvas					{position: relative; width: 960px; margin: 0 10px 0 10px; padding: 0;}

.TextArea							{padding: 0 0px 0 0px;} /* Sets full width inside usable text area to 960px */

.MoreLink:before 				{content: '...'; padding-left: 1.2em;}


/* Header */
#HeaderMargin						{height: 0px;}
#HeaderSpace						{width: 960px; height: 20px; position: relative; margin: 0px auto 0px auto;}

/* Footer */
#FooterMargin						{height: 0px;}
#RepositionOriginFooter		{position: relative; width: 980px; margin: 0px auto 0px auto; text-align: left;}
#FooterSpace					{position: relative; width: 960px; margin: 0px 10px 0px 10px; overflow: hidden; color: #ffffff; font-size: 12px; font-size: 0.9em;}
	#FooterSpace a:link			{color: #ffffff; background: none; font-weight: bold; text-decoration: none;}
	#FooterSpace a:active			{color: #ffffff; background: none; font-weight: bold; text-decoration: underline;}
	#FooterSpace a:visited			{color: #ffffff; background: none; font-weight: bold; text-decoration: none;}
	#FooterSpace a:hover			{color: #ffffff; background: none; font-weight: bold; text-decoration: underline;}
#FooterEnd						{position: relative; width: 980px; margin: 0px auto 0px auto; text-align: left;}


/* Commonly Used Specs */
.ClearFloat		{clear: both; overflow: hidden; height: 0px;}
.NoWrap			{white-space: nowrap;} /* Prevents automatic break - same as nobr (deprecated in strict markup) -->

/* HREF Styles */
a img			{border: none;}

a:link			{color: #f4c018; text-decoration: none;}
a:active		{color: #fff100; text-decoration: none;}
a:visited		{color: #f4c018; text-decoration: none;}
a:hover		{color: #fff100; text-decoration: none;}

a.PurpleLink:link		{color: #ca78ae;}
a.PurpleLink:active		{color: #da3ca4;}
a.PurpleLink:visited		{color: #ca78ae;}
a.PurpleLink:hover		{color: #da3ca4;}

/* IE6 styles - Examples Only for Images */
.PngBg 		{}
.PngImg 		{}


/* Print/Display Options */
.PrintFooter		{display: none;}
.NoDisplay		{display: none;}
.NoPrint			{}



/* LightBox v2.0 */

.PhotoGalleryThumb	{padding: 5px; margin: 9px; border: 1px dotted #b3b3b3; float: left; display: inline;}

#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;
	}
