/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    width: 939px;
	height: 330px;
    color: #333;
	top: 50%;
	left: 50%;
	margin: -184px 0 0 -481px;
	_margin: 0px 0 0 -481px;
	z-index: 9999;
}

.jqmOverlay { background-color: #fff; z-index: 9998; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqm {
	border: 0px;
}

.jqmWindow {
	background: url('../images/background.gif') no-repeat;
	color: #000;
	padding: 12px 12px 26px 12px;
}

.close {
	margin: 4px 0 4px 0;
	padding: 0;
	text-align: right;
	font-family: verdana;
	font-size: 12pt;
	color: #fff;
}	
.close a {
	color: #fff;
	text-decoration: none;
}
#jqmContent{
	width: 939px;
	height: 330px;
	padding: 0;
	border: 0px solid #363636;
}
#port img {
	float: left;
	margin: 2px 11px 9px 0;
	border: 2px solid #c4c4c4;
  	*filter:alpha(opacity=100); 
  	_filter:alpha(opacity=100); 
   -moz-opacity: 1.0; 
   opacity: 1.0;
}
#port img:hover {
	*filter:alpha(opacity=100); 
   -moz-opacity: 0.5; 
   opacity: 0.5;
   border: 2px solid #00adef;
}

#port {
	margin: 0 0 20px 0;
}