@charset "utf-8";
/* CSS Document */
#displayhere1 { 
	z-index: 1000;
	background-color: #333;
	position: fixed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	top:0;
	left:0;
	bottom: 0;
	width:100%; 
}
#overlaypop {
	z-index: 1001;
	filter:alpha(opacity=100);
	opacity:100;
	position: absolute;
 	left: 50%;
 	top: 80px;
	margin-left: -408px; /*-292px;*/
	/*margin-left: -392px; -292px;*/	
	/*width: 584px;*/
	width: 816px;
	background-color: #300809;
	background-image: url(/images3/rtr-popup-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: solid 5px #FFFFFF;
}

#overlaypop2 {
    background-color: #012057;
    background-image: url(/images3/poker-savvy-popup-bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    border: 5px solid #FFFFFF;
    left: 50%;
    margin-left: -500px;
    opacity: 100;
    position: absolute;
    top: 60px;
    width: 1000px;
    z-index: 1001;
}

.imgclose{
}

#holder { 
	display: none;
	background-color: #000;
	position: fixed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	top:0;
	left:0;
	bottom: 0;
	width:100%;
	height: auto; 
	z-index: 1001;	
	float: none;
}
#event_popup { 
	z-index: 1002;
	display: none; 
	top: 140px;
	position: absolute;
}
#event_popup .closewin {
	float: right;
	margin-right: -10px;
	margin-top: -15px;
}

