﻿.Foo{}
.clear{clear:both;height:0}
/*custom styles*/
/*page banner log in box and utility nav*/
.pagebanner .utility            {margin:17px 0 0 0; width:602px; float:right; height:90px; min-height:90px;}
.pagebanner .utility .right     {text-transform:uppercase;font-size:90%;}
.pagebanner .utility .right a{text-decoration:none;display:block;float:none;}
.pagebanner .Body               {background:#f0f0f0;display:block;padding:6px 6px 2px 8px;color:#000}
.pagebanner .Body .row          {float:left;clear:both;width:207px;margin-top:1px}
.pagebanner .Body .row label   {float:left;width:65px;display:block}  
.pagebanner .Body input.Button  {float:right;margin-top:-2px;}
.pagebanner .Body input.Text    {width:73px; float:left;font-size:80%;height:12px;margin:3px 1px 0 0;}
.pagebanner .lower              {display:none}
.pagebanner  a.help {font-size:.8em;margin-left:115px;color:#fff;font-weight:bold;text-decoration:none !important}
.pagebanner  a.help:hover {text-decoration:underline !important}
/* AdRotator Box */
 .Box-AdRotator                 {height:0px; position:relative;top:0px;Left:0px;z-index:1500; float:left;}
 .Box-AdRotator .Inner          {height:626px;left:305px;padding-bottom:20px;position:relative;top:-24px;width:137px;}
 * html .Box-AdRotator          {height:626px;position:relative;top:0px;Left:120px;z-index:1500; float: left; }
 * html .Box-AdRotator .Inner   {position:absolute;top:-24px; left:193px; width:137px; height:0;}

/*content pane custom parts*/
/*top text box*/
.mainContent			{background:#d9d9d9; color:#000;}
.mainContent .head		{background:#3d3d3d; color:#fff; font-size:100%; padding:3px 5px 5px 5px;}
.mainContent .content	{padding:5px; font-size:100%;}

/*text and image web parts*/
.txtImage				{background:#d9d9d9; margin:3px 0 0 0; min-height:98px; clear:both;}
.txtImage .head			{background:#909090; color:#fff; font-size:80%; padding:3px 5px 5px 5px;}
.txtImage .imgBox		{float:left; width:191px;border-right:3px solid #fff;}
.txtImage .txtBox		{float:left; width:191px; background:#d9d9d9; display:block;}
.txtImage .text ul		{margin:0; padding:0; float:left; list-style:none;}
.txtImage .text ul li   {color:#000; margin:0; padding:0; list-style:none;}
.txtImage ul			{list-style:none; padding:0; margin:0;}
.txtImage li			{list-style:none; padding:0 0 0 8px; margin:0;}
.txtImage a				{color:#000; font-size:80% !important;}

/*news and image web parts*/
.newsImage				{ background:#d9d9d9; margin:3px 0 0 0; min-height:98px; clear:both;}
.newsImage .head		{background:#7e909a; color:#fff; font-size:80%; padding:3px 5px 5px 5px;}
.newsImage .imgBox		{float:left; width:191px;border-right:3px solid #fff;}
.newsImage .txtBox		{float:left; width:191px; background:#d9d9d9; display:block;}
.newsImage .text ul		{margin:0; padding:0; float:left; list-style:none;}
.newsImage .text ul li  {color:#000; margin:0; padding:0; list-style:none;}
.newsImage ul			{list-style:none; padding:0; margin:0;}
.newsImage li			{list-style:none; padding:0 0 0 8px; margin:0;}
.newsImage a			{color:#000; font-size:80% !important;}

  /* Gallery webpart */
.gallery-box {	font-size: 0.9em;	margin: 10px 4px; padding:5px; text-align: center}
.gallery-box .gallery-control {border:3px solid #DCDCDC;padding:1px;margin:5px 0;background:#fff}

.pager{width:auto;background:#F0F0F0;border:3px solid #DCDCDC;border-bottom-width:9px;padding:3px 5px;}
.pager div{margin:2px 10px;display:inline-block;background:#F0F0F0}
#btnNext,#btnPrev{margin-top:-4px;}
#btnNext{floaT:right}
#btnPrev{float:left}
.gallery-box .gallery-image {display: block;  background:#3D3D3D; border:5px solid #3D3D3D;  overflow:hidden; }
.gallery-box .gallery-image a{display:block;}
.gallery-box .gallery-image img{display:block;margin:auto;}
.gallery-desc{margin:2px auto;clear:both !important;display:block !important;}
.gallery-footer {margin:0 !important;padding:2px;font-weight:normal;clear:both !important;display:block !important;background:#FFF !important;}
.gallery-footer a{font-weighT:normal}
    /* Gallery webpart */
    
    


/*lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none;outline: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;
	}





