

	.Help {
            position: absolute;
			posTop: 0;
			posLeft: 0;
            border-width:1;
			border-style:outset;
			background-color: #E6E6F9;
			color: #000000;
            width:300px;
			font-size:12px;
          }
		  
	a.impared {
		display:block;
		background-image:url(../Images/body/eye.gif);
		width:20px;
		height:20px;
		margin: 0 auto;
	} 

	#impbutimp {
		display:none;
		margin: 0 auto;
		width:30px; 
		position:relative; 
	}

	#impbutop {
		display:block;
		margin: 0 auto;
		width:30px; 
		position:relative; 
	}

		.leftborder {
			background-repeat:no-repeat;
					}						 
		input.mainpages{
			color:#FFFFFF;
			font-family: Arial, Helvetica, sans-serif;
			font-size:84%;
			font-weight:bold;
			width: 300px;
			background-color:#336699;
			border:2px solid;
			border-top-color:#ffffff;
			border-left-color:#ffffff;
			border-right-color:#ffffff;
			border-bottom-color:#ffffff;
			}


    input.error, select.error { text-align: left;   border: 1px #FF0000 solid; background-color: #FF9900; height: 20px; background-image: url(../images/body/warning_obj.gif); background-position: right; background-repeat: no-repeat;}
	textarea.error {			text-align: left;   border: 1px #FF0000 solid; background-color: #FF9900; background-image: url(../images/body/warning_obj.gif); background-position: right; background-repeat: no-repeat;}

 
	   .cssBorder {
			BORDER-BOTTOM: black 1px solid;
			BORDER-LEFT: black 1px solid;
			BORDER-RIGHT: black 1px solid;
			BORDER-TOP: black 1px solid;
			PADDING-LEFT: 2px;
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	   }
	   
	   .smallbold {
			font-size: smaller;
			font-weight : bold;
	   }
	   .setwidth400{
			width : 400px;
	   }
	   
	   .smalltext{
			font-size : smaller;
	   }
	   .margin15{
			margin-left : 15px;
	   }
	   .space{
			letter-spacing : 2px;
	   }

	   .white{
			color : #FFFFFF;
			background-color: #7F7FAA;
			font-weight : bold;
			margin-left:4;
			padding:2px;
	   }
	   
	   .whitesmall{
			font-size:9px;
			color : #FFFFFF;
			background-color : #7F7FAA;
			margin-left:4;
			font-weight : bold;
	   }

	   .whitesmallshop{
			font-size:10px;
			color : #FFFFFF;
			background-color : #d0d0d0;
			font-weight : bold;
	   }
	   
	   .shoptabsubs{
			border-width: 2px 0px 0px 2px;
			cellpadding:4px;
			border-style: solid;
			background-color: #d0d0d0;
			margin-left:4;
		}	
			
		.DeptTitle{
			margin-top:6px;
			}	
	   
	   .acm{
			color : blue;
			background-color : white;
	   }



		.galscroll {	
			scrollbar-face-color: #803000; 
			scrollbar-shadow-color: #000000;
			scrollbar-highlight-color: #000000;
			scrollbar-3dlight-color: #000000; 
			scrollbar-darkshadow-color: #000000; 
			scrollbar-track-color: #000000; 
			scrollbar-arrow-color: #F1DC97;
			padding:0px;
			position: relative;
			width: 97px;
			height: 20px;
			z-index: 1;
			left: 0px;
			top: 0px;
			} 
			
		
		.galTabPhoto    { border: 1px solid #333399 }
		td.gal { color: #F1DC97}
		p.gal {color:#F1DC97;font-family:verdana;font size:8pt;text-decoration: none}
		h1.gal {color:F1DC97;font-family:verdana;font size:12pt;text-decoration: none}
		
	.nodisp {
		display:none;
	}	

	.backwards {
		unicode-bidi:bidi-override;
		direction:rtl;
		color:#c00;
	}

	/* LIGHT BOX STUFF */


#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(../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(../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: #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 */
	}
	




