/* ########################################## 

  TITLE:        JQMODAL.CSS
  VERSION:      1.101
  LAST UPDATED: 11/19/2008 
  UPDATED BY:   Toby Spinks
  
########################################## */

/*jqmodal styles*/
div.jqmNotice img.jqResize {position: absolute; right: 2px; bottom: 2px;}
div.jqmNotice {display: none;position: relative; width:448px; background: #ccc url(http://media.nbcnewyork.com/designimages/bg_grey_embed_gradient.gif) repeat-x scroll 0% 0%;  border: 2px solid #aaaaaa; padding: 0;}
.jqmnTitle{margin: 0 22px 0 0px; min-height:22px;}
.jqmnTitle p{font-size:16px; color:#444; margin:0; padding:10px; cursor: move; text-align:left; font-weight:bold; font-family:"Times New Roman", Times, serif;}
div.jqmNotice .jqmClose {position: absolute; cursor: pointer; right: 4px; top: 6px;}
#nbcArticleContainer .jqm_ex_image .jqmClose {position: absolute; cursor: pointer; right: 2px; top: 1px;}
.jqmnContent{border-top:1px; color:#000; font:12px/18pt Comic Sans, Comic Sans MS, cursive; padding:0 20px 5px;}
.jqmWindow {display: none; position: fixed; top: 2%; left: 50%; margin-left: -475px; width: 950px; background-color: #EEE; color: #333; border: 1px solid black; padding: 5px;}
.jqmOverlay { background-color: #000;}
* html .jqmWindow {position: absolute;top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}


/*lightbox image*/
#nbcArticleContainer .jqm_ex_image{ width:620px;}
#nbcArticleContainer .jqm_ex_outher_wpr { background-color:#eeeeee; padding:10px 10px 60px;}
#nbcArticleContainer .jqm_ex_inner_wpr{ background-color:#f9f9f9; margin-bottom:5px }
#nbcArticleContainer .jqm_ex_desc {text-align:left; color: #444444;}
#nbcArticleContainer .jqm_ex_inner_wpr img{text-align: center;}
#nbcArticleContainer .jqm_ex_outher_wpr .clearfix { margin-bottom:10px;}
#nbcArticleContainer .jqm_ex_outher_wpr .clearfix span{ color:#999999; font-size:10px;}

/*lightbox video*/
#nbcArticleContainer .jqm_ex_video .jqm_content_wrp{background-color:#000;}
#nbcArticleContainer .jqm_content_wrp embed {position:static;}
#nbcArticleContainer .jqm_content_wrp .commManager { display:none;}

.jqm_abs_wrapper_1 {position: absolute; margin: 10px 0 0 10px; top:450px;left:20px;}
.jqm_abs_wrapper_2 {position: absolute; margin: 10px 0 0 10px; top:500px;left:25px;}
.jqm_abs_wrapper_3 {position: absolute; margin: 10px 0 0 10px; top:550px;left:35px;}
.jqm_abs_wrapper_4 {position: absolute; margin: 10px 0 0 10px; top:600px;left:45px;}
.jqm_abs_wrapper_5 {position: absolute; margin: 10px 0 0 10px; top:650px;left:55px;}
.jqm_abs_wrapper_6 {position: absolute; margin: 10px 0 0 10px; top:700px;left:65px;}
.jqm_abs_wrapper_7 {position: absolute; margin: 10px 0 0 10px; top:800px;left:75px;}
.jqm_abs_wrapper_8 {position: absolute; margin: 10px 0 0 10px; top:850px;left:85px;}
.jqm_abs_wrapper_9 {position: absolute; margin: 10px 0 0 10px; top:900px;left:95px;}
.jqm_abs_wrapper_10 {position: absolute; margin: 10px 0 0 10px; top:950px;left:105px;}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
height:0; width:0;
/*position:absolute;top:0;left:0; width: expression(this.parentNode.offsetWidth+'px'); height: expression(this.parentNode.offsetHeight+'px');*/}
