/* 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 {
    background:url(../new_img/bgr_login.png) top left no-repeat;
    color: #333;
    padding:17px;
    width: 374px;
	height:218px;
    font-weight: bold;
}

.jqmWindow .jqm_wrapper { position:relative; overflow:hidden;}

.jqmWindow a.close_btn {position:absolute; top:18px; left:360px; display:block; width:30px; height:29px; background:url(../img/jqm_close.png) top left no-repeat;}
.jqmWindow a.close_btn:hover {background:url(../img/jqm_close.png) 0px -30px no-repeat;}

.jqmWindow h2 {
    color: #333333;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 19px;
    letter-spacing: -1px;
	line-height:32px; 
	text-align:left;
	padding-left:40px;
	padding-bottom:20px;
}


.jqmWindow .enter_btn { position:absolute; top:161px; *top:158px; left:205px;}
.jqmWindow a.empty { color:#fff; z-index:10000;}

.jqmWindow div.line {
	height:20px;
    width: 90px;
	float:left;
	text-align:left;
	margin-bottom:10px;
	padding-top:5px;
	font-size:12px;
	font-weight:normal;
}

.jqmWindow div.line2 {
	height:20px;
	float:left;
	text-align:left;
	margin-bottom:10px;
	padding-top:5px;
	clear:left;
	width:100%;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
}

.jqmWindow div.liner {
	height:25px;
	float:left;
	text-align:left;
	margin-bottom:10px;
}

.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: -300px;
    width: 600px;
    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;
	background:#ffffff; 
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
}

.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 */
.jqmVote {
    display: none;
    position: fixed;
    z-index:3;
    top: 15%;
    left: 50%;
    font-weight: bold;
    width:550px; 
    border:3px solid #606060; 
    background:#f2f2f2 url(../img/newdesign/ppv_img/ppvmodalbg.png) top left no-repeat;
    padding:10px;
    margin-left: -275px;
}
.jqmVote .last { margin-right:0px;}
.advdiv1 {padding-top:10px; overflow:hidden;}
.advanced_box {float:left; width:130px; height:130px; margin-right:10px; background:#777; margin-bottom:10px;}
.jqmVote .vote_tick { background:url(../img/adv_ppv/vote_tick.png) top left no-repeat;}
.jqmVote .play_tick { background:url(../img/adv_ppv/play_tick.png) top left no-repeat;}
.advanced_box:hover { cursor:pointer; background-position:0px -131px;}
.ticket_title{
    color: #663300;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight:normal;
    letter-spacing: normal;
    line-height: 1.5em;
    text-transform: uppercase;
    padding:0; margin:0;
}
.jqmVote .pricetag {
color: #FFFFFF;
float: left;
font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
font-size: 20px;
height: 33px;
line-height: 33px;
margin-left:7px;
margin-top:7px;
clear:right;
text-align: center;
text-shadow: 0 1px 0 #333333;
width: 116px;
}

.jqmVote .title { float:left;margin-left:7px; width: 116px; padding-top:15px;
margin-top:7px; text-align:center; color:#fff; font-size:13px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight:normal;}