/* 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: 32%;
    left: 62%;
    margin-left: -300px;
    width: 260px;
    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;
}

.jqmWindow a:link,  .jqmWindow a:visited {
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    color: #666666;
}

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');
}

* html .jqmWindow2 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html .jqmWindow3 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* Second window */
.jqmWindow2 {
    display: none;
    position: fixed;
    top: 110px;
    left: 53%;
    margin-left: -300px;
    background-color: #ffffff;
    color: #333;
    border: 3px solid #8C2400;
    color:#606060;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight: bold;
}

.jqmWindow2 a:link,  .jqmWindow2 a:visited {
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    color: #666666;
}

a.login_link {
    text-decoration: underline;
}

.jqmWindow2 input {
    font-size: 10px;
}

.jqmWindow2 input[type=text] {
    width: 124px;
}

.jqmWindow2 div.line {
    amargin-bottom: 8px;
    width: 95%;
}

.jqmWindow2 div.link {
    width: 95%;
}

/* Third window */
.jqmWindow3 {
    display: none;
    position: fixed;
    top: 110px;
    left: 53%;
    margin-left: -300px;
    background-color: #ffffff;
    color: #333;
    border: 3px solid #8C2400;
    color:#606060;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight: bold;
}

.jqmWindow3 a:link,  .jqmWindow3 a:visited {
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    color: #666666;
}

.jqmWindow3 input {
    font-size: 10px;
}

.jqmWindow3 input[type=text] {
    width: 124px;
}

.jqmWindow3 div.line {
    amargin-bottom: 8px;
    width: 95%;
}

.jqmWindow3 div.link {
    width: 95%;
}

/* Fourth window */
.jqmWindow4 {
    display: none;
	width:450px;
    position: fixed;
    top: 150px;
    left: 53%;
    margin-left: -300px;
    background-color: #ffffff;
    color: #333;
    border: 3px solid #8C2400;
    color:#606060;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight: bold;
}

.jqmWindow4 a:link,  .jqmWindow4 a:visited {
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    color: #666666;
}

.jqmWindow4 div {
	padding: 4px;
}

.jqmWindowGeneric {
    display: none;
    position: fixed;
    z-index:3;
    top: 22%;
    left: 55%;
    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: Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #000;
	font-weight:bold;
	text-decoration:none;
}

.jqmWindowGeneric a:hover {
    color: #FE9808;
}

.jqmWindowShare {
    display: none;
    position: fixed;
	background:white;
    z-index:3;
    top: 22%;
    left: 50%;
    margin-left: -200px;
	height:300px;
    width: 400px;
    color: #333;
    border: 3px solid #8C2400;
	padding:10px;
    color:#606060;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight: bold;
}

.jqmWindowShare a:link,  .jqmWindowShare a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #000;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

.jqmWindowShare a:hover {
    color: #E15804;
}

.jqmWindowShare .div1 {width:180px; height:140px;text-align:center;float:left; margin-right:10px; background:url(img/green1.jpg) no-repeat;}
.jqmWindowShare .last1 { margin-right:0}
.jqmWindowShare .bgrtext {font-weight:normal; background: url(../img/bgr_share.jpg) bottom repeat-x; height:50px; padding:5px;}

.jqmWindowShare .div1 a.first:link {width:180px; height:50px; display:block; background: url(../img/green2_1.jpg) no-repeat; text-decoration:none; color:#000; 
								 font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; padding-top:90px;}
.jqmWindowShare .div1 a.first:hover {background: url(../img/green2h_1.jpg) no-repeat; color: #E15804; }

.jqmWindowShare .div1 a.second:link {width:180px; height:50px; display:block; background: url(../img/green3_1.jpg) no-repeat; text-decoration:none; color:#000; 
								 font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; padding-top:90px;}
.jqmWindowShare .div1 a.second:hover {background: url(../img/green3h_1.jpg) no-repeat; color: #E15804; }


/* PLAYLIST THUMBS */

.jqmWindowPlaylist {
    display: none;
    position: fixed;
	background:white;
    z-index:3;
    top: 22%;
    left: 50%;
    margin-left: -385px;
    width: 770px;
    color: #333;
    border: 3px solid #8C2400;
	padding:10px;
    color:#606060;
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight: bold;
}

.jqmWindowPlaylist a:link,  .jqmWindowPlaylist a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #000;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

.jqmWindowPlaylist a:hover {
    color: #E15804;
}

.jqmWindowPlaylist .div1 {width:180px; height:140px;text-align:center;float:left; margin-right:10px; background:url(img/green1.jpg) no-repeat;}
.jqmWindowPlaylist .last1 { margin-right:0}

.jqmWindowPlaylist .div1 a.first:link {width:180px; height:50px; display:block; background: url(../img/green1.jpg) no-repeat; text-decoration:none; color:#000; 
								 font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; padding-top:90px;}
.jqmWindowPlaylist .div1 a.first:hover {background: url(../img/green1h.jpg) no-repeat; color: #E15804; }

.jqmWindowPlaylist .div1 a.second:link {width:180px; height:50px; display:block; background: url(../img/green2.jpg) no-repeat; text-decoration:none; color:#000; 
								 font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; padding-top:90px;}
.jqmWindowPlaylist .div1 a.second:hover {background: url(../img/green2h.jpg) no-repeat; color: #E15804; }

.jqmWindowPlaylist .div1 a.third:link {width:180px; height:50px; display:block; background: url(../img/green3.jpg) no-repeat; text-decoration:none; color:#000; 
								 font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; padding-top:90px;}
.jqmWindowPlaylist .div1 a.third:hover {background: url(../img/green3h.jpg) no-repeat; color: #E15804; }

.jqmWindowPlaylist .div1 a.forth:link {width:180px; height:50px; display:block; background: url(../img/green4.jpg) no-repeat; text-decoration:none; color:#000; 
								 font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; padding-top:90px;}
.jqmWindowPlaylist .div1 a.forth:hover {background: url(../img/green4h.jpg) no-repeat; color: #E15804; }
