/* Start of CMSMS style sheet 'lightbox' */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#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(/uploads/lightbox/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(/uploads/lightbox/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/uploads/lightbox/next.gif) right 53% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	height: 38px;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 80%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #686667;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
/* End of 'lightbox' */

/* Start of CMSMS style sheet 'presenta' */
body {background: #dbdbdb url(/uploads/tmpl/bck.jpg) repeat-x top left; margin: 0px; }

#wrapper {margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;}



#header {background: #f6f6f6; height: 66px; width: 800px;}
#nav {background: url(/uploads/tmpl/navbck.gif) repeat-x top left; height: 28px;width: 800px; text-align: center;}
#viz {height: 84px; width: 800px;}
#viz img {border: 0px;}
#content {width: 800px; background: #6a6969; min-height: 400px;}
#contentleft {width: 530px; padding:  35px 25px 25px 25px; }
#contentright {width: 165px; margin-left: 25px; }
#footert {width: 800px; height: 4px; background: #555555;}
#footer {width: 800px; height: 15px;}

#content, #contentleft, #contentright, #footert, #footer {float: left;}


.sideitem {width: 156px; border: 2px a5a5a5 solid; margin: 10px;}
.sideitem img {border: 0px;}


#header img {border: 0px;}
#nav {color: #ffffff; font: 11px tahoma;}
#nav img {border: 0px;}
#contentleft {color: #ffffff; font: 13px tahoma;}
#contentleft a {color: #ffffff;}
#contentleft h1 {font: 18px tahoma; font-weight: 400;}
#footer {color: #292929; font: 9px tahoma; text-align: center; margin-top: 2px;}
/* End of 'presenta' */

