/* ******************************************

  TITLE:        JQMODAL2.CSS
  VERSION:      0.76
  LAST UPDATED: 07/27/2009 
  UPDATED BY:   Toby Spinks
  
******************************************** */

/*jqmodal styles*/
.storyBody .jqmNotice .jqResize {position: absolute; right: 2px; bottom: 2px;}
.storyBody .jqmNotice {display:none;position:absolute;background-color:#171717;top:25%;left:25%;}
.storyBody .jqmnTitle{margin: 0 30px 0 0px;}
.storyBody .jqmnTitle p{
	color:#999999;
	cursor:move;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	text-align:left;
	text-transform:uppercase;
}
.storyBody .jqmNotice .jqmClose {position: absolute; cursor: pointer; right: 4px; top: 6px;}
.storyBody .jqm_ex_image .jqmClose {cursor:pointer;position:absolute;right:2px;top:-3px;}
.storyBody .jqmnContent{border-top:1px; color:#000; font:12px/18pt Arial; padding:0 20px 5px;}
.storyBody .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;}
.storyBody .jqmOverlay { background-color: #000;}
* html .jqmWindow {position: absolute;}
.storyBody .jqm {position: absolute; z-index: 99999; }

.storyBody .jqmnTitle a.close_enlarge {width:34px; height:12px; background: transparent url('http://media.nbcnewyork.com/designimages/btn_close_dark_grey_new.gif') no-repeat 0 0; margin:5px;overflow:hidden;}
.storyBody .jqmnTitle a.close_enlarge:hover {background-position:0 -12px;}

.Gallery .jqmClose {width:34px; height:12px; background: transparent url('http://media.nbcnewyork.com/designimages/btn_close_dark_grey_new.gif)' no-repeat -3px -2px !important; margin:5px;}
.Gallery .jqmClose:hover {background-position:-3px -14px !important;}

/*lightbox image*/
.storyBody .jqm_ex_outher_wpr {padding:10px;}
.storyBody .jqm_ex_inner_wpr{margin:5px 0;border:1px solid #2e2e2e;text-align:center;}
.storyBody .jqm_ex_image .jqm_ex_desc {
	background-color:#272727;
	color:#999999;
	display:block;
	line-height:14px;
	padding:20px 0;
	text-indent:5px;
	width:620px;
}

.storyBody .jqm_ex_image .image_credit {width:600px;display:block;}

.storyBody .jqm_ex_inner_wpr img{text-align: center;}
.storyBody .jqm_ex_outher_wpr .image_credit {padding:5px 0 0 10px;text-align:left;font-size:10px;color:#7a7a7a;}

/*lightbox video*/
.storyBody .jqm_ex_video {padding:5px;height:auto;width:416px;}
.storyBody .jqm_ex_video .jqmnTitle {background-color:#272727;color:#999;margin:0;padding-right:15px;}
.storyBody .jqm_ex_video .jqm_content_wrp{background-color:#000;}
.storyBody .jqm_content_wrp embed {position:static;}
.storyBody .jqm_content_wrp .commManager { display:none;}


/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {height:0; width:0;}
