/* Start of CMSMS style sheet 'site' */
* { margin: 0; padding: 0 }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
body {
  background-color:	#2E2EA9;
  margin:		0px;
}

#header {
  height:		283px;
  width:		969px;
  margin-left:		auto;
  margin-right:		auto;
  background:		url('./images/site.jpg') no-repeat 0px 0px;
}

#left_pane {
  width:		290px;
  position:		absolute;
  top:			282px;
  left:			50%;
  margin-left:		-467px;
}

.sidebar-element {
  width:		270px;
  padding:		10px;
  padding-bottom:	5px;
  background-image:	url('./images/sidebar-element.gif');
  background-repeat:	no-repeat;
  background-position:	top left;
  background-color:	#12112A;
}

.sidebar-element-bot {
  background-image:	url('./images/sidebar-element-bot.gif');
  background-repeat:	no-repeat;
  overflow:		hidden;
  height:		22px;
  width:		290px;
}

.sidebar-element-lower {
  width:		270px;
  padding:		10px;
  padding-bottom:	5px;
  background-image:	url('./images/sidebar-element-lower.gif');
  background-repeat:	no-repeat;
  background-position:	top left;
  background-color:	#333333;
}

.sidebar-element-lower-bot {
  background-image:	url('./images/sidebar-element-lower-bot.gif');
  overflow:		hidden;
  height:		17px;
  width:		290px;
}

.main {
  position:		absolute;
  left:			50%;
  top:			283px;
  margin-left:		-163px;
 }

.main-content {
  width:		615px;
  background-image:	url('./images/main-content.gif');
  background-repeat:	no-repeat;
  background-position:	top left;
  background-color:	#ffffff;
  padding:		10px;
  padding-bottom:	5px;

}

.main-content-bot {
  background-image:	url('./images/main-content-bot.gif');
  background-repeat:	no-repeat;
  overflow:		hidden;
  height:		17px;
  width:		635px;
}

.news_image_left, .news_image_right {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  top: 3px;
}

.news_image_left {
  float: left;
  margin-right: 10px;
}

.news_image_right {
  float: right;
  margin-left: 10px;
}

.news_image_title, .news_image_c2e {
  font-size: 11px;
}

.news_image_title {
  font-style: italic;
}


/* 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: 10px; }

#loading{ position: absolute; top: 100px; 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: 14px 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* End of 'site' */

