
/* 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: 50px;
    left: 50%;
    
    margin-left: -322px;
    width: 645px;
    
    color: #222 ;
    text-align:left;
    font-size:11px;  
}
    .jqmWindowNarrow {
        width:392px;
        margin-left: -196px;
    }

#modal-pop-top {
	position:absolute;
	top:-29px;
	left:-27px;
	width:645px;
	height:19px;
	background: url("/Meals_Together_2009/images/bg_modal_top.png") no-repeat top left;
}
	* html #modal-pop-top {
		zoom:1;
		background:none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Meals_Together_2009/images/bg_modal_top.png", sizingMethod="crop");
	}
	.jqmWindowNarrow #modal-pop-top {
	    width:392px;
	    left:-41px;
	    background: url("/Meals_Together_2009/images/bg_modal_392_top.png") no-repeat top left;
	}
	    * html .jqmWindowNarrow #modal-pop-top {
	        zoom:1;
		    background:none;
	        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Meals_Together_2009/images/bg_modal_392_top.png", sizingMethod="crop");
	    }
#modal-pop-bot {
	position:absolute;
	bottom:-29px;
	left:-27px;
	width:645px;
	height:19px;
	background: url("/Meals_Together_2009/images/bg_modal_bot.png") no-repeat top left;
}
	* html #modal-pop-bot {
		zoom:1;
		background:none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Meals_Together_2009/images/bg_modal_bot.png", sizingMethod="crop");
	}
	.jqmWindowNarrow #modal-pop-bot {
	    width:392px;
	    left:-41px;
	    background: url("/Meals_Together_2009/images/bg_modal_392_bot.png") no-repeat top left;
	}
	    * html .jqmWindowNarrow #modal-pop-bot {
	        zoom:1;
		    background:none;
	        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Meals_Together_2009/images/bg_modal_392_bot.png", sizingMethod="crop");
	    }

.jqmContent {
	padding: 10px 41px 10px 27px;
	width:577px;
	background: url("/Meals_Together_2009/images/bg_modal_mid.png") repeat-y top left;
}
	* html .jqmContent {
		zoom:1;
		background:none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Meals_Together_2009/images/bg_modal_mid.png", sizingMethod="scale");
	}
	.jqmWindowNarrow .jqmContent {
	    padding: 0 42px 0 41px;
	    width:309px;
	    background: url("/Meals_Together_2009/images/bg_modal_392_mid.png") repeat-y top left;
    }
        * html .jqmWindowNarrow .jqmContent {
		zoom:1;
		background:none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Meals_Together_2009/images/bg_modal_392_mid.png", sizingMethod="scale");
	}

.jqmContentInner {
	position:relative; 
	width:577px;
}
    .jqmWindowNarrow .jqmContentInner {
	    width:309px;
    }



.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 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(5 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmWindow div.modal-controls {
	position:absolute;
	top:-5px;
	right:-15px;
}
.jqmWindow a.jqmClose {
	display:block;
	float:right;
	padding-right:16px;
	cursor:pointer;
	background:url("/Meals_Together_2009/images/icon_close_modal.gif") no-repeat top right;
	margin-left:20px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
}
    .jqmWindowNarrow a.jqmClose {
	    right:-38px;
    }
.jqmWindow a#print {
	float:right;
	display:block;
	padding-right:21px;
	background:url("/Meals_Together_2009/images/icon_print_modal.gif") no-repeat top right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
}
    .jqmWindowNarrow a#print {
        display:none;
    }
