/* 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). */

.jqmWindow2 {
    display: none;
    position: fixed;
    z-index:3;
    top: 15%;
    left: 50%;
    font-weight: bold;
	width:826px; 
	border:3px solid #606060; 
	background:url(../img/newdesign/ppv_img/ppvmodalbg.png) top left no-repeat;
	padding:10px;
	margin-left: -413px;
}

.jqmWindow2 {
    display: none;
    position: fixed;
	height:400px;
    z-index:3;
    top: 15%;
    left: 50%;
    font-weight: bold;
	width:826px; 
	border:3px solid #606060; 
	background:#ffffff url(../img/newdesign/ppv_img/ppvmodalbg.png) bottom left no-repeat;
	padding:10px;
	margin-left: -413px;
}
	
.jqmWindow {
    display: none;
    position: fixed;
    z-index:3;
    background-color: #ffffff;
    color: #333;
    border: 3px solid #8C2400;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#323232;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    top: 32%;
    left: 62%;
    margin-left: -300px;
    width: 260px;
    font-weight: bold;
}

.jqmWindow a:link,  .jqmWindow a:visited {
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    color: #ff9900;
}

.jqmWindow a:hover { color:#323232; text-decoration:none;}

a.login_link {
    text-decoration: underline;
}

.jqmWindow input {
    font-size: 10px;
}

.jqmWindow input[type=text] {
    width: 124px;
}

.jqmWindow input[type=password] {
    width: 124px;
}

.jqmWindow div.line {
    margin-bottom: 8px;
    width: 95%;
}

.jqmWindow div.link {
    width: 95%;
}

.jqmOverlay { background-color: #000; }

#jqmClose {
    text-decoration: 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');
}

.jqmWindowPackages {
    display: none;
    position: fixed;
    z-index:3;
    top: 32%;
    left: 62%;
    margin-left: -300px;
    width: 420px;
    background-color: #ffffff;
    color: #333;
    border: 3px solid #8C2400;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#606060;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight: bold;
}

.jqmWindowPackages a:link,  .jqmWindowPackages a:visited {
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    color: #666666;
}

.jqmWindowAlerts {
    display: none;
    position: fixed;
    z-index:3;
    top: 22%;
    left: 55%;
    margin-left: -300px;
    width: 470px;
    color: #333;
    border: 3px solid #8C2400;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#606060;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight: bold;
}

.jqmWindowAlerts a:link,  .jqmWindowAlerts a:visited {
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    color: #666666;
}

.jqmWindowGeneric {
    display: none;
    position: fixed;
    z-index:3;
    top: 22%;
    left: 50%;
    margin-left: -350px;
    width: 700px;
    color: #333;
    border: 3px solid #8C2400;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#606060;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight: bold;
}

.jqmWindowGeneric a:link,  .jqmWindowGeneric a:visited {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #000;
	font-weight:bold;
	text-decoration:none;
}

.jqmWindowGeneric a:hover {
    color: #FE9808;
}

.jqmWindowGeneric2 {
    display: none;
    position: fixed;
    z-index:3;
    top: 22%;
    left: 50%;
    margin-left: -475px;
    width: 950px;
    color: #333;
    border: 3px solid #8C2400;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#606060;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight: bold;
}

.jqmWindowGeneric2 a:link,  .jqmWindowGeneric2 a:visited {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #000;
	font-weight:bold;
	text-decoration:none;
}

.jqmWindowGeneric2 a:hover {
    color: #FE9808;
}

a.modallink1:link, a.modallink1:visited {
color:#000000;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:underline;
	}
	
a.modallink1:hover {
color:#ff9900;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}


/* end */