/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
   display: none;

   position: absolute;  /* fixed doesn't scoll with page */
   top: 17%;
   left: 50%;
   /*
   margin-left: -200px;
   width: 400px;
   overflow: hidden;
   */
   font-size: 12px;
   font-family:verdana,tahoma,helvetica,"sans serif";
   margin-left: -300px;
   width: 600px;

   background-color: #fff;
   color: #333;
}

div.jqmDialogVid {	/* used for Emerging Artists program videos */
	display: none;
	position: absolute;   /* fixed doesn't scoll with page */
	top: 0;
	width: 100%; /*900px;*/
	font-size: 12px;
	font-family:verdana,tahoma,helvetica,"sans serif";
	background-color: #fff;
	color: #333;
} 

div.jqmDialogWide, div.jqmDialogForm {	/* used for Emerging Artists and YF bio form */
   display: none;
   position: absolute;  /* fixed doesn't scoll with page */
   top: 10%; /* formerly 17%; */
   left: 50%;
   font-size: 12px;
   font-family:verdana,tahoma,helvetica,"sans serif";
   margin-left: -425px; /* prev -470px and -450 px*/
   width: 850px; /* prev 940px and 900px */
   background-color: #fff;
   color: #333;
}

/* Start CSS for tc_admin Season Preview */
div.jqmEaPreview {
   display: none;
   position: absolute;  /* fixed doesn't scoll with page */
   top: 10%;
   left: 50%;
   font-size: 12px;
   font-family:verdana,tahoma,helvetica,"sans serif";
   margin-left: -470px;
   width: 940px;
   background-color: #fff;
   color: #333;
}
* html div.jqmEaPreview {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/* End CSS for tc_admin Season Preview */

div.jqmdTall { height: 730px; }
div.jqmdAbove { z-index: 5000; top: 8%; } /* used by bioform -- nested modal */

div.jqmDialogImg {
   display: none;
   position: absolute;  /* fixed doesn't scoll with page */
   top: 10%;
   left: 50%;
   margin-left: -250px;
   background-color: #fff;
   color: #333;
}

/* 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 div.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
* html div.jqmDialogWide {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
* html div.jqmDialogForm {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmOverlay { background-color: #000; }

/* [[[ Title / Top Classes ]]] */
div.jqmdTC {
  /* background: #d5ff84 url(/images/ui_bg_navBar.jpg) repeat-x 0px -82px; */
  /* RDM - sprite.jpg not avail
  background: #9ff url(/images/sprite.jpg) repeat-x 0px -82px;
  */
  background-color: #9ff;  /* rdm replace above */
  /* color: #528c00; */
  color: #6a0202;
  padding: 7px 22px 5px 5px;
  font-family:verdana,tahoma,helvetica,"sans serif";
  font-weight: bold;
  * zoom: 1;
}
/* RDM - sprite.jpg not avail
div.jqmdTL { background: url(/images/sprite.jpg) no-repeat 0px -41px; padding-left: 3px;}
div.jqmdTR { background: url(/images/sprite.jpg) no-repeat right 0px; padding-right: 3px; * zoom: 1;}
*/
div.jqmdTL { padding-left: 3px;}
div.jqmdTR { padding-right: 3px; * zoom: 1;}

/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
   background: url(/images/bc.gif) repeat-x center bottom;
   padding: 7px 7px 7px;
   overflow: auto;  /* tall images should push down bottom, not overlap */
}
div.jqmdBL { background: url(/images/bl.gif) no-repeat left bottom; padding-left: 7px; }
div.jqmdBR { background: url(/images/br.gif) no-repeat right bottom; padding-right: 7px; * zoom: 1 }

/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 7px;
  top: 4px;
  padding: 0 0 0 19px;
  height: 19px;
  width: 0px;
  background: url(/images/close.gif) no-repeat bottom left;
  outline: none;
  overflow: hidden;
}
input.jqmdX:hover {background-position: top left; outline: #999 solid;}
/* input.jqmdXFocus {background-position: bottom left; outline: 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');
}

/* NEW FOR RESPONSIVE MOBILE SUPPORT */
/* @media screen and (min-width: 967px) {
}
*/

@media screen and (min-width: 721px) and (max-width: 966px) {
div.jqmDialogWide, div.jqmDialogForm {	/* used for Emerging Artists and YF bio form */
   margin-left: -350px;  /* width 850px => -425px; */
   width: 700px;
}
}

@media screen and (max-width: 720px) {
div.jqmDialogWide, div.jqmDialogForm {	/* used for Emerging Artists and YF bio form */
   margin-left: -175px;  /* width 850px => -425px; */
   width: 350px;
}
}

/* print-only definitions */
@media print {
input.jqmdX {display: none;}
div.jqmDialog, div.jqmDialogWide, div.jqmDialogForm, div.jqmEaPreview {
   background-color: #fff;
   color: #000;
}
}
