@charset "utf-8";
/* CSS Document */

.modal-overlay
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#008250;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	z-index:101;
	
	
	/*background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);*/
}
* html .modal-overlay
{   
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.modal-window
{
	position:fixed;
	top:50%;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
	/*background-color: white;*/
	background:transparent url('../pop-up_bg.png') no-repeat;
	/*behavior: url(/upload/images/css/iepngfix.htc);*/
}


* html .modal-window
{
	position:absolute;
	width:868px;
	height:597px;
	background:transparent url('../pop-up_bg.gif') no-repeat;
	/*behavior: url(/upload/images/css/iepngfix.htc);*/
}
.close-window
{
	position:absolute;
	width:87px;
	height:29px;
	right:8px;
	top:8px;
	background:transparent url('../lightboxclose.jpg') no-repeat scroll right top;
	text-indent:-99999px;
	/*overflow:hidden;*/
	cursor:pointer;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	z-index:30000;
}
.close-window:hover
{
	opacity:.99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
}
* html .close-window, *+html .close-window { right:20px; }
.title-window
{
	width:334px;
	height:28px;
	background:transparent url('../lightboxtitle.gif') no-repeat scroll right top;
}
.modal-window div.srollFavorite{
	overflow:auto;
	/*width:420px;
	width:838px;*/
	height:505px;
}
.modal-window div.FavoriteBox{
	padding:15px 10px 0px 13px;
	font-size:12px;
}

.modal-window  div.grayBorder{
	border:1px solid #E3E6E7; 
	width:448px;
}
.modal-window div.confirmBox {
	color: #333;
	padding:10px 20px 0px 20px;
	background-color: white;
	text-align: center;
	
}
.modal-window div h4{
	font-size:16px;
	color:#9ea6ac;
	
}
.modal-window div h5{
	font-size:21px;
	color:#435560;
	
}
.modal-window div p{
	font-size:11px;
	color:#535353;
	
}

a#create {
	background:#FFFFFF url(../images/create.gif) no-repeat scroll 0 0;
	
	display:block;
	height:22px;
	width:77px;
}	
a#create:hover {
	background-position:0 -22px;
}
a#cancel {
	background:#FFFFFF url(../images/cancel.gif) no-repeat scroll 0 0;
	
	display:block;
	height:22px;
	width:77px;
}	
a#cancel:hover {
	background-position:0 -22px;
}

.nutrLHolder { float:left; padding-right:18px; }
.nutrRHolder { float:left; }
.lefty { float: left; }
.clearIt { clear:both; height:0px; }
.spacer20 { width:20px; height:1px; float:left; }