/* The following section of font information is NOT editable by the client via Diamond Cutter */

/* For Seeding */
FONT.X1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7.0pt;
  color: #FFFFFF;
}

/* The following section of font information is NOT editable by the client via Diamond Cutter */

/* For Dictionary */
FONT.X2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 25.0pt;
  color: #FFFFFF;
}

/* The following are global conditions for all pages, and are NOT editiable by the client via Diamond Cutter, for this version. */

A.M:VISITED {
  color: #5aa9f2;
  text-decoration: none;
}

A.M:LINK {
  color: #5aa9f2;
  text-decoration: none;
}

A.M:HOVER {
  text-decoration: underline;
}

A:VISITED {
  color: #5aa9f2;
  text-decoration: none;
}

A:LINK {
  color: #5aa9f2;
  text-decoration: none;
}

A:HOVER {
  text-decoration: underline;
}

BODY {
  background-color: #003366;
  color: #FFFFFF
} 

.content {
	padding-right: 25px;
	padding-left: 25px;
}

/*expertGallery Photo Gallery Divs*/
.expertGallery_div {
	background-color:#b21526;
	width:225;
	padding:6;
	border-bottom-color:#000000;
	border-bottom-width:1;
	border-bottom-style:solid;
	border-right-color:#000000;
	border-right-width:1;
	border-right-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1;
	border-top-style:solid;
	border-left-color:#CCCCCC;
	border-left-width:1;
	border-left-style:solid;
	margin-bottom:6;
	cursor:pointer;
}
/*End Photo Gallery Divs*/

/*expertGallery CSS*/
        .background{
            display: block;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 400%;
            background-color:#003366;
			background-repeat:repeat;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=100);
        }
        .foreground {
            display: block;
            position: absolute;
            top: 5%;
            left: 15%;
            z-index:1002;
            overflow:hidden;
        }
		
		#expertGallery{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
		
		
		#photoBgTable{position:absolute;top:-85;left:125;}
		#photoBgTable td img{ width: auto; height: auto;}
		#photoBgTable td a img{ border: none; }
		#photoBgTable td{ background-color:transparent;}
		#outerImageContainer{ position: relative; background-color: #3c3c3c; width: 250px; height: 250px;}
		#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(../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: #3c3c3c; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
		
		#imageData{	padding:0 10px; color: #ffffff; }
		#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: #ffffff; }
/*End expertGallery CSS*/
