/* begin: tooltips; modal windows etc----------------------------------------*/	.overlay_windesign {	background-color: #85BBEF;	filter:alpha(opacity=60);	-moz-opacity: 0.6;	opacity: 0.6;}.windesign_nw {  background: transparent url(./images/windesign_left_top.jpg) no-repeat 0 0;			  width:10px;  height:25px;}.windesign_n {  background: transparent url(./images/windesign_top_middle.jpg) repeat-x 0 0;			  height:25px;}.windesign_ne {  background: transparent url(./images/windesign_right_top.jpg) no-repeat 0 0;			  width:10px;	    height:25px;}.windesign_w {  background: transparent url(./images/windesign_frame_left.gif) repeat-y top left;			  width:7px;}.windesign_e {  background: transparent url(./images/windesign_frame_right.gif) repeat-y top right;			  width:7px;	  }.windesign_sw {  background: transparent url(./images/windesign_bottom_left_c.jpg) no-repeat 0 0;			  width:7px;  height:7px;}.windesign_s {  background: transparent url(./images/windesign_bottom_middle.jpg) repeat-x 0 0;			  height:7px;}.windesign_se, .windesign_sizer  {  background: transparent url(./images/windesign_bottom_right_c.jpg) no-repeat 0 0;			  width:7px;  height:7px;}.windesign_sizer {	cursor:se-resize;	}.windesign_close {	width: 23px;	height: 23px;	background: transparent url(./images/windesign_button_close_focus.gif) no-repeat 0 0;				position:absolute;	top:0px;	right:11px;	cursor:pointer;	z-index:1000;}.windesign_minimize {	width: 23px;	height: 23px;	background: transparent url(./images/windesign_button_min_focus.gif) no-repeat 0 0;				position:absolute;	top:0px;	right:55px;	cursor:pointer;	z-index:1000;}.windesign_maximize {	width: 23px;	height: 23px;	background: transparent url(./images/windesign_button_max_focus.gif) no-repeat 0 0;				position:absolute;	top:0px;	right:33px;	cursor:pointer;	z-index:1000;}.windesign_title {	float:left;	height:12px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	text-align:left;	margin-top:2px;	width:100%;	color:#123456;	font-weight: bold;}.windesign_content {	overflow: hidden; 	color: #666666;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;		text-align: left;	background-color: #FDFDFD;}/* For alert/confirm dialog */.windesign_window {	border:1px solid #F00;		background: #FFF;	padding:20px;	margin-left:auto;	margin-right:auto;	width:400px;}.windesign_message {  font: 12px arial;	text-align:center;	width:100%;	padding-bottom:10px;}.windesign_buttons {	text-align:center;	width:100%;}.windesign_buttons input {	width:20%;	margin:10px;}.windesign_progress {	float:left;	margin:auto;	text-align:center;	width:100%;	height:16px;	background: #FFF url('./images/windesign_progress.gif') no-repeat center center}.windesign_wired_frame {	background: #FFF;	filter:alpha(opacity=60);	-moz-opacity: 0.6;	opacity: 0.6;	}/* DO NOT CHANGE THESE VALUES*/.dialog {	display: block;	position: absolute;}.dialog table.table_window  {   border-collapse: collapse;   border-spacing: 0;   width: 100%;	margin: 0px;	padding:0px;	}.dialog table.table_window td , .dialog table.table_window th {   padding: 0; } /* some custom classes */.tooltip_links {float: right;text-align: right;}a.tooltip_info_link {text-decoration: none; border: none;border-top: 1px solid #D7D2C5;border-bottom: 1px solid #D7D2C5;padding: 3px 10px 3px 8px;background: #F1F1EA;display: block;}/* end: tooltips; modal windows etc----------------------------------------*//* lightbox2------------------------------------*/	#lightbox{	position: absolute;	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;	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;	}			#overlay{	position: absolute;	top: 0;	left: 0;	z-index: 90;	width: 100%;	height: 500px;	background-color: #000;	}		
