/* Start of CMSMS style sheet 'Chamber' */
* {
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5 {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
}
body {
    background: url(images/bodybg4.jpg) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    line-height: 140%;
    COLOR: #333333;
}
#container {
/* min max width, IE wont understand these, so we will use java script magic in the <head>
	max-width: 960px;
	min-width: 850px; */
        width: 900px;
	margin: 0 auto;
        padding: 0 20px 0 20px;
}
#banner {
    padding: 1px 0px 0px 130px;
    margin-top: 13px;
    height: 199px;
    width: 940px;
    background: url(images/banner.jpg) no-repeat;
}
#bannerInside {
    padding: 0px 0px 1px 0px;
    margin-top: 13px;
    height: 199px;
    width: 940px;
}
  
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
img {
	border: 0;
}

a, a:link a:active {
	text-decoration: none;
        font-weight: bold;
	background-color: inherit;
	color: #004662;
}
a:visited {
	text-decoration: none;
	background-color: inherit;
        padding: 0;
        margin: 0;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #666666;
}
/*****************basic layout *****************/

div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */
	/*background: url(images/breadcrumb_crnr.jpg) no-repeat left top;*/
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 7px 0em 10px 0px;
	font-size: 90%;
	margin: 0;
        color: #666666;
        /*background: url(images/breadcrumb_BG.jpg) repeat-x;*/
	
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
#leftColwrapper {
    MARGIN-RIGHT: 235px;
    border-right: solid 1px #CCCCCC;
    margin-top: 0px;
}
#leftCol {
    PADDING-RIGHT: 10px;
    padding-top: 10px;
} 
#rightCol {
    MARGIN-TOP: 55px;
    FLOAT: right;
    WIDTH: 224px;
}
#rightButtons {
    text-align: center;
}
#buttons {
   text-align: center;
}
#buttonText a {
   color: #999999;
   font-size: .7em;
   font-weight: normal;
}
#adSpace {
    CLEAR: both;
    MARGIN: 20px 0 0px 0px;
    PADDING: 20px 0;
}
#adBottom {
    margin-bottom: 10px;
    padding-bottom: 10px;
    float: left;
}
#footerWrapper {
    FONT-SIZE: 70%;
    background: url(images/foter_bg.jpg) repeat-x #004662;
    WIDTH: 100%;
    COLOR: #ffffff;
    PADDING-TOP: 15px;
    HEIGHT: 60px;
    min-width: 800px
}
#footer
{
    MARGIN: 0px auto;
    min-width: 800px;
    max-width: 1000px;
}
#footerCopyright
{
    MARGIN-RIGHT: 285px;
    padding-left: 48px;
    min-width: 500px;
}
#footerLinks {
    PADDING-RIGHT: 5px;
    margin-LEFT: 10px;
    FLOAT: right;
    WIDTH: 250px;
}
#footerLinks a {
    COLOR: #FFFFFF;
    text-decoration: none;
}
#footerCopyright a {
    COLOR: #FFFFFF;
    text-decoration: none;
}
div .hr {
	height: 1px;
        border-top: none;
        border-right: none;
        border-left: none;
	border-bottom: 1px dotted #666666;
	PADDING: 0;
	margin: 0 0 25px 0;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
        clear: left;
	padding: 15px 0 20px 0;
        border-top: 1px dotted #666666;
        margin: 10px 15px 0 0;        
}

.publications {
   margin: 10px 0 10px 0;
   clear: left;
   font-size: 1.1em;
   line-height: 2em;
   padding-bottom:0px;
   margin-bottom: 15px;
   margin-top: 20px;
   color: #004662;
   border-bottom: 1px dotted #666666;
   font-weight: bold;
}

.bottom {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #FFFFFF;
   filter: alpha(opacity=100); /* here you can set the opacity of box with text */
   -moz-opacity: 0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0; /* here you can set the opacity of box with text */
   opacity: 0; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 300px;
}
.rightbuttons {
float: left;
padding-right: 0px;
}
.inputFields {
    MARGIN-BOTTOM: 6px;
    MARGIN-LEFT: 6px;
    WIDTH: 10px
}
.inputFieldspw
{
	MARGIN-LEFT: 9px;
	WIDTH: 10px
}
.left {
float: left;
padding-right: 10px;
}
.right {
float: right;
padding-right: 10px;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
h1 {
	font-size: 1.1em;
	line-height: 2em;
        padding-bottom:0px;
	margin-bottom: 15px;
        margin-top: 20px;
        color: #004662;
        border-bottom: 1px dotted #666666;
        font-weight: bold;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
        padding-top: 20px;
	color: #004662;
	line-height: 1.5em;
	margin: 0 0 0 0;
}
h3 {
	color: #333333;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 5px 0;
        padding: 10px 0 5px 0;
}
h4 {
	color: #004662;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 5px 0;
        padding: 10px 0 5px 0;
        border-bottom: 1px dotted #666666;
}
h5 {
	color: #333333;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 5px 0;
        padding: 10px 0 5px 0;
        border-bottom: 1px dotted #666666;
}

/* END HEADINGS */
/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* END TEXT */
td {
      padding: 3px 0 3px 3px;
}
.button
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FLOAT: right
}

/* LISTS */
ul, ol, dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
ul li, ol li {
	PADDING-LEFT: 5px;
        list-style-position: inside;
}
/* definition lists topics on bold */
#content dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
#content dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
#content dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Used for categories to make things clear correctly */
.album_content {
	width:100%; 
	float:left;
}
.clear {
	clear: both;
}
/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
	float:left;
}

/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left:0;
}

/* Album and Picture Lists */
.thumb {
	padding:0;
	width:150px;
	margin:0 0.5em 0em 0;    
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;
}
.thumb a {
	display:block;
	height:72px; 
	width:100px; 
	padding:10px;
	margin:0 0 10px 0;
	background-color:white;
/*Background of thumb */
	border-top:1px solid #eee;
/* Borders of thumb frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}
.albumcomment { 
        text-align: left; 
}
.thumb a:visited img
{
	background-color:#eee;
}
.thumb a:hover img
{
	background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
	font-size:smaller;
	text-align:center;
	font-weight:bold;
	font-style:normal;
        margin-right: 25px;
}
.albumname a
{
	display: inline;
        border: none;
        margin: 0;
        padding: 5px 0;
        background-color:transparent;
}
.albumpicturecount
{
	font-size:smaller;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}

/*Thickbox CSS */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* Already done in main CMSMS stylesheet. Commenting out. */
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* CSS for Lightbox follows */
#lightbox{
	position: absolute;
	top: 40px;
	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(../templates/db/lightbox/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(../templates/db/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../templates/db/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* End of 'Chamber' */

