/* 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 (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%; 
    margin-left: -300px;
    color: #333;
}

/* .jqmOverlay {background-color: #000;} */
.jqmOverlay {
	background-color: #000;
}



/* 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');
}


.firewall{
	background:url(../images/popup_firewall.jpg) 380px 120px no-repeat #FFF;
}

.shopping{
	background:url(../images/popup_shopping.jpg) 380px 120px no-repeat #FFF;
}

.grid-server{
	background:url(../images/popup_grid_server.jpg) 380px 120px no-repeat #FFF;
}

.heavy-traffic{
	background:url(../images/popup_heavy_traffic.jpg) 380px 120px no-repeat #FFF;
}

.more-space{
	background:url(../images/popup_more_space.jpg) 380px 120px no-repeat #FFF;
}

.multiple-websites{
	background:url(../images/popup_multiple_website.jpg) 380px 120px no-repeat #FFF;
}							

.bandwidth{
	background:url(../images/popup_bandwidth.jpg) 380px 120px no-repeat #FFF;
}

.web-applications{
	background:url(../images/popup_web_appli.jpg) 380px 120px no-repeat #FFF;
}

.rails{
	background:url(../images/popup_rails.jpg) 380px 120px no-repeat #FFF;
}

.multi-domain{
	background:url(../images/popup_multi_domain_hosting.jpg) 380px 120px no-repeat #FFF;
}

.php{
	background:url(../images/popup_php.jpg) 380px 120px no-repeat #FFF;
}

.real{
	background:url(../images/popup_real.jpg) 380px 120px no-repeat #FFF;
}

.mysql{
	background:url(../images/popup_mysql.jpg) 380px 120px no-repeat #FFF;
}

.plesk{
	background:url(../images/popup_plesk.jpg) 380px 120px no-repeat #FFF;
}

.python{
	background:url(../images/popup_python.jpg) 380px 120px no-repeat #FFF;
}

.asp-net{
	background:url(../images/popup_asp_net.jpg) 380px 120px no-repeat #FFF;
}

.perl{
	background:url(../images/popup_perl.jpg) 380px 120px no-repeat #FFF;
}

.cf{
	background:url(../images/popup_cf.jpg) 380px 120px no-repeat #FFF;
}

.forums{
	background:url(../images/popup_forums.jpg) 380px 120px no-repeat #FFF;
}

.podcast{
	background:url(../images/popup_podcast.jpg) 380px 120px no-repeat #FFF;
}

.mailing-list{
	background:url(../images/popup_mailing_list.jpg) 380px 120px no-repeat #FFF;
}

.secure-storage{
	background:url(../images/popup_secure_storage.jpg) 380px 120px no-repeat #FFF;
}

.website-builder{
	background:url(../images/popup_site_builder.jpg) 380px 120px no-repeat #FFF;
}

.ssl{
	background:url(../images/popup_ssl.jpg) 380px 120px no-repeat #FFF;
}

.personal-email{
	background:url(../images/popup_personal_email.jpg) 380px 120px no-repeat #FFF;
}

.blog{
	background:url(../images/popup_blog.jpg) 380px 120px no-repeat #FFF;
}

.secure_chat{
	background:url(../images/popup_secure_chat.jpg) 380px 120px no-repeat #FFF;
}

.photo-album{
	background:url(../images/popup_photo_album.jpg) 380px 120px no-repeat #FFF;
}

.wordpress{
	background:url(../images/popup_wordpress.jpg) 380px 120px no-repeat #FFF;
}

.netnanny{
	background:url(../images/popup_netnanny.jpg) 380px 120px no-repeat #FFF;
}

.helpdesk{
	background:url(../images/popup_helpdesk.jpg) 380px 120px no-repeat #FFF;
}

/*-------------------- Round Box ------------------------*/


.popup_top{
	margin:0px 10px 0px 10px;
	height:24px;
	background:url(../images/popup_top_left_carve.gif) top left no-repeat;
	width:542px;
}


.popup_top .popup_top-left{
	padding:5px 0px 7px 10px;
	margin:0px 10px 0px 0px;
}

.popup_top .popup_close{
	clear:both;
	position:absolute;
	margin:0 0 0 465px;
}

* html .popup_top .popup_close{
	margin:0 0 0 455px;
}

.popup_top .popup_close a{
	color:#999999;
	font-weight:700;
	text-decoration:none;
}

.popup_top .popup_close a:hover{
	color:#666666;
}


.popup_top .popup_top-right{
	margin:-12px 0px 0px 14px;
	padding:10px 20px 16px 0px;
	background:url(../images/popup_top_right_carve.gif) top right no-repeat;
	text-align:right;
}

.popup_bottom{
	margin:0px 10px 0px 10px;
	height:36px;
	background:url(../images/popup_bottom_left_carve.gif) bottom left no-repeat;
	width:542px;
}

.popup_bottom .popup_bottom-right{
	margin:0px 0px 0px 10px;
	background:url(../images/popup_bottom_right_carve.gif) bottom right no-repeat;
}

.popup_bottom .popup_bottom-left{
	padding:5px 0px 7px 30px;
	background:#434343;
	margin:0px 10px 0px 0px;
	height:24px;
}

.popup_bottom .popup_bottom-left h2{
	font-size:20px;
	color:#fff;
}

.popup_top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}

.popup_inside {
	border-left: 1px solid #181818; 
	border-right: 1px solid #181818;
	color: #000000;                 
	padding:0px 0px 10px 40px;      
	margin:0px 10px 0px 10px;		
	width:500px;
	height:200px;
	font-size:90%;
}

.popup_inside p{
	margin:10px 40px 10px 0;
	text-align:justify;
}

.popup_inside h1{
	font-size:18px;
	color:#333333;
}

/*-------------------- Round Box - LARGE ------------------------*/

.jqmWindow_large {
    display: none;
    position: fixed;
    top: 1%;
    left: 10%; 
    margin-left: 0px;
    color: #333;
}

.popup_large_inside {
	color: #000000;                 
	padding:0px 0px 0px 0px;      
	margin:0px 0px 0px 0px;		
	width:1011px;
	height:650px;
	font-size:90%;
}