/* 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;
	overflow: hidden;
    
    position: absolute;
	left:0;
	top:35px;
    
    width:789px; height: 596px !important;
    
	background:#016DAD !important;
    color: #fff;
    border: 1px solid #34c9de;
	font-family: "Avenir LT Std", Arial, Helvetica, sans-serif;
	
	-moz-box-shadow:0 0 20px #000;
	-webkit-box-shadow:0 0 20px #000;
	box-shadow:0 0 20px #000;
	
}

.jqmOverlay { display:none; }

/* 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');
}

.jqmClose{
	background:url(../images/popup-close.gif);
	border:none;
	display:block;
	height:29px;
	width:29px;
	overflow:hidden;
	text-indent:999px;
	padding:0 5px;
	cursor:pointer;
	position:absolute;
	top:12px;
	right:8px;
}


#jqmContent {
	display:block;
	background:#016DAD !important;
	overflow:hidden;
}

#jqmContent iframe {
	width:789px;
	height:596px;
	margin:0;
	padding:0;
	display: block;
	clear:both;
	background:#016DAD !important;
	overflow:hidden;
	border:none!important;
}


#jqmTitleText {
	font-size:20px;
	color:#33C9DE;
	display:block;
	margin-top:12px;
}

#jqmTitleVariable {
	color:#fff;
}

#popupcontent {
	background:#016DAD !important;
	color:#fff;
	font-family: "Avenir LT Std", Arial, Helvetica, sans-serif;
	padding-left:12px;
	margin:0;
}

#description {
	width:560px;
	font-size:12px;
	line-height:147%;
	margin: 15px 0 22px 0;
	float:left;
	background:#016DAD !important;
	height:50px;
}

img#slide {
	-moz-box-shadow:0 0 20px #000;
	-webkit-box-shadow:0 0 20px #000;
	box-shadow:0 0 20px #000;
    border: 1px solid #34c9de;
}


a#external-link {
	float:right;
	margin: 50px 12px 0 0;
	text-decoration:none;
	color:#FF9900;
	font-size:12px;
}

#slidecount {
	font-size:12px;
	margin-top:10px;
	float:left;
}


#slidenav {
	float:right;
	margin:5px 10px 0 0;
}

#slidenav a img {
	border:none;
}


#mask {
	position:absolute;
	top:108px;
	left:0;
	width:100%;
	height:484px;
	background:#016DAD !important;
}


/* Other popups */


/* Product Demos Top Tips */
.topTipsWindow {
    display: none;
	overflow: hidden;
    
    position: absolute;
	left:-17px;
	top:12px;
    
    width:945px; height: 675px !important;
    
	background:#016DAD !important;
    color: #fff;
    border: 1px solid #34c9de;
	font-family: "Avenir LT Std", Arial, Helvetica, sans-serif;
	
	-moz-box-shadow:0 0 20px #000;
	-webkit-box-shadow:0 0 20px #000;
	box-shadow:0 0 20px #000;
	
}

body.landing-page .topTipsWindow {
	position:absolute;
	top:2600px;
	left:50%;
	margin: 0 0 0 -472px;
}

.topTipsWindow #jqmContent iframe {
    width:945px; height: 675px !important;
	margin:0;
	padding:0;
	display: block;
	clear:both;
	background:#016DAD !important;
	overflow:hidden;
	border:none!important;
}

.topTipsWindow .jqmClose {
	background:url(../images/toptips-close.png);
	border:none;
	display:block;
	height:28px;
	width:28px;
	overflow:hidden;
	text-indent:999px;
	padding:0 5px;
	cursor:pointer;
	position:absolute;
	top:0;
	right:2px;
}

