/* Start of CMSMS style sheet 'site' */
body {
  background-image:     url('/images/site/background.png');
  background-position:  top left;
  margin-top:           26px;
}

#header1 {
  height:               128px;
  background-image:     url('/images/site/header_bg.png');
  background-repeat:    repeat-x;
  background-position:  left;
}

#header2 {
  width:                100%;
  background-image:     url('/images/site/logo.png');
  background-repeat:    no-repeat       ;
  background-position:  left;
  height:               128px;
}

#header3 {
  width:                100%;
  background-image:     url('/images/site/header_right.png');
  background-repeat:    no-repeat;
  height:               128px;
  background-position:  right;
}

#header4 {
  width:                100%;
  height:               128px;
  background-position:  right;
}

  
#left_panel1 {
  background-image:     url('/images/site/plexi_bg.png');
  background-repeat:    repeat-y;
  background-position:  top left;
  width:                207px;
  padding-bottom:       0px;
  margin-bottom:        0px;
} 
  
#main_body {
  padding-top:          10px;
  padding-right:        10px;
  padding-bottom:       17px;
  width:                *;
} 
  
#main_body1 {
  width:                *;
  height:               100%;
}

#main_content {
  padding-top:          10px;
  padding-right:        10px;
  padding-bottom:       17px;
  width:                *;
} 
  
#main_content {
  width:                *;
  height:               100%;
}

#left_text {            
  width:                167px;
  padding-left:         9px;
  margin-top: 20px;
}

#body_tr {
  background-image:     url('/images/site/footer_bg.png');
  background-repeat:    repeat-x;
  background-position:  bottom;
}

#right_panel {
  background-image:     url('/images/site/right_bg.png');
  background-repeat:    repeat-y;
  background-position:  right;
  padding-top:          0px;
  padding-bottom:       4px;
  padding-right:        10px;
  width:                260px;
}

img {
  border: 0px;
}

#copyright a:link {color: #FFFFFF}     /* unvisited link */
#copyright a:visited {color: #FFFFFF}  /* visited link */
#copyright a:hover {color: #FF0000}   /* mouse over link */
#copyright a:active {color: #FFFFFF}   /* selected link */

/* Events */

#events_table {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#events_table td {
  padding-bottom: 15px;
}

/* 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' */

