/* body{
	background-color:#CCCCCC;
	background-image: url('images/hs_background.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
background-position:top center;
margin-top: 16px;
margin-top:0px;
} */

/* BODY { 
			background-image:url('images/hs_background.jpg');
            background-color:#CCCCCC;
			background-repeat:no-repeat;
           	background-position:center top;
            background-attachment:fixed; 
			margin-top:16px;
			margin-bottom:0px;
} */


/* Global

=====================================================================*/

 

html {
            overflow-x:auto; height:100%;
}
            /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body {
            background:url(images/hs_background.jpg) top center no-repeat scroll;
            background-color:#CCCCCC;
            text-align:center;
/*          line-height:1em; */
            margin-top:0px;
            margin-right:0px;
            margin-bottom:0px;
            margin-left:0px;
            font-family:Verdana, Arial, Helvetica, sans-serif;
            font-size:10pt;
            word-spacing:normal;
            color:#07014b;
			margin-top:16px;
			margin-bottom:0px;
}

 

/* Tables

=====================================================================*/

 
/*
tr,td {
            text-align: left;
}
*/
 

table.center {
            margin-left:auto;
            margin-right:auto;
}



/* Links Styles
--------------------------------- */
a 							{color: #333E71;text-decoration:none;}
a.noline 					{color: #333E71;text-decoration:none;}
a:link 						{text-decoration:underline;}
a:visited 					{color: #333E71;text-decoration:none;}
a:active 					{text-decoration:none;}
a:hover 					{color:#b38d3b;text-decoration:none;}

/* .bgTD{
	background-image: url(images/bg_190d.jpg);
	background-repeat: repeat-x
}
--------------------------------- */

body {
  color:#07014b;
  font-family:verdana, sans-serif;
  font-size:12px;
}


.header1{
	font-family:verdana,arial;
	color:#333E71;
	font-size:16px;
}

.header2{
	font-family:verdana,arial;
	color:#333E71;
	font-size:24px;
}

.smalltext{
	font-family:verdana,arial;
	color:#333E71;
	font-size:10px;
}


.menuMain{
	font-family:verdana,arial;
	color:#333E71;
	font-size:22px;
	text-align: center;
}

.menuMain a 				{color:#333E71;text-decoration:none;}
.menuMain a.noline 			{color:#333E71;text-decoration:none;}
.menuMain a:link 			{text-decoration:none;}
.menuMain a:visited 		{color:#333E71;text-decoration:none;}
.menuMain a:active 			{text-decoration:none;}
.menuMain a:hover 			{color: #b38d3b;text-decoration:none;}

.topMenu{
	font-family:verdana,arial;
	color:#3C4886;
	font-size:11px;
}

.topMenu a 					{color:#3C4886;text-decoration:none;font-weight:bold;}
.topMenu a.noline 			{color:#3C4886;text-decoration:none;font-weight:bold;}
.topMenu a:link 			{text-decoration:none;font-weight:bold;}
.topMenu a:visited 			{color:#3C4886;text-decoration:none;font-weight:bold;}
.topMenu a:active 			{text-decoration:none;font-weight:bold;}
.topMenu a:hover 			{color:#b38d3b;text-decoration:none;font-weight:bold;}






.style5 {font-size: 12px}
.style7 {font-weight: bold; color: #FFFFFF;}
.style8 {font-size: 10px}
.style1 {font-size: 18px;
	font-weight: bold;
	

/* Lightbox styles
--------------------------------- */
#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: 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-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(../wwwroot/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../wwwroot/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; outline: none;}	 	

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

