/* 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;
    top: 20%;
    left: 55%;
    
    margin-left: -300px;
    width: 480px;
    height: 323px;
    
    background-color: #ffffff;
    background-image: url("../img/scripted_windows.jpg");
    background-repeat: no-repeat;
    color: #333;
    border: none;
    padding: 0px;
}


.jqmWindowLogin {
    display: none;
    
    position: fixed;
    top: 20%;
    left: 55%;
    
    margin-left: -300px;
    width: 500px;
    height: 266px;
    
    background-color: #ffffff;
    background-image: url("../img/scripted_windows2.jpg");
    background-repeat: no-repeat;
    color: #333;
    border: none;
    padding: 0px;
}


.jqmWindowScore {
    display: none;
    
    position: fixed;
    top: 20%;
    left: 55%;
    
    margin-left: -300px;
    width: 461px;
    height: 439px;
    
    background-color: #ffffff;
    background-image: url("../img/scripted_windows3.jpg");
    background-repeat: no-repeat;
    color: #333;
    border: none;
    padding: 0px;
}

.jqmWindowPhotos {
    display: none;
    
    position: fixed;
    top: 20%;
    left: 55%;
    
    margin-left: -300px;
    width: 461px;
    height: 439px;
    
    background-color: #ffffff;
    background-image: url("../img/scripted_windows3.jpg");
    background-repeat: no-repeat;
    color: #333;
    border: none;
    padding: 0px;
}

.jqmWindowTerms {
    display: none;
    
    position: fixed;
    top: 20%;
    left: 55%;
    
    margin-left: -300px;
    width: 500px;
    height: 340px;
    
    background-color: #E8E8E8;
    color: #333;
    border: none;
    padding: 10px;
}

.jqmWindowPoll {
    display: none;
    
    position: fixed;
    top: 0%;
    left: 55%;
    
    margin-left: -300px;
    width: 490px;
    height: 642px;
    
    background-color: #ced200;
    background-image: url("../img/scripted_windows4.jpg");
    background-repeat: no-repeat;
    color: #333;
    border: none;
    padding: 0px;
}

.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, * html .jqmWindowLogin, * html .jqmWindowScore, * html .jqmWindowTerms, * html .jqmWindowPhotos, * html .jqmWindowPoll {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmHeader { 	 
    text-align: left; 	 
    padding: 22px 0px 17px 26px;
}

table.loginform {        
    margin-left: 15px;    
}
table.loginform td{
    color: #535353;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    border: none;
}
table.loginform td.title {
    color: #ced200;        
    padding-left: 15px;
    height: 8px;
}
table.loginform td.forinput {
    padding-bottom: 6px;
}
table.loginform input.textinput {
    border: none;
    height: 34px;
    width: 293px;
    background: #f0f0f0;
    font-size: 18px;    
    color: #505050;
}
table.loginform select.select2 {
    border: 1px solid #f0f0f0;
    height: 34px;
    background: #f0f0f0;
    font-size: 18px;    
    font-weight: bold;
    color: #505050;
}

table.loginform td.forremember {
    padding-left: 3px;
}
div.forlogin {
    position: absolute;
    bottom: 12px;
    left: 15px;
}
div.forremind {
    text-align: right;    
    position: absolute;
    bottom: 12px;
    right: 17px;
}
div.forremind div { 
    font-size: 9px;
    text-align: left;
    font-weight: bold;
}
div.forregister {
    position: absolute;
    top: 133px;
    left: 325px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
}
div.forregister a, div.forregister a:hover, div.forregister a:visited {
    color: #cf0049;
    text-decoration: none;
}

.jqmWindowTerms h1 {
    color: #333333;
    margin-bottom: 5px;
}

.jqmWindowTerms div.content2 {
    height: 270px;
    overflow-y: auto;
    text-align: left;
    background: #ffffff;
    border: 1px solid #8E8E8E;
    padding: 3px;    
}

.jqmWindowTerms div.buttons {
    padding-top: 10px;
    text-align: right;
}
.jqmWindowTerms div.buttons input {
    border: 1px solid #494949;
    background: #F5F5F5;
    padding: 3px 6px 3px 6px;
}