@charset "utf-8";
/* CSS Document -- Ad popup */

html, body {
height:100%;
}

#blackout {
/*visibility: hidden;  */
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
background-color: #ccc;
filter: alpha(opacity=80);
-moz-opacity: .8;
opacity: 0;
z-index: 9;
}

#divpopup{
position: fixed;
top: 50%;
left: 50%;
margin-top:-256px;
margin-left:-300px;
/*margin-top: -270px; /*half of the height plus 6 a little to the top
margin-left: -364px; /*half of the width */
/*visibility: hidden; */
display: none;
border: 1px dashed #666666;
background-color: #FFF;
color: #333;
padding: 0;
/*height: 540px;
width: 727px;*/
height: 551px; /*add additional 51px to original height of ad.jpg*/
/*width: 600px;*/
width:694px;
z-index: 10;
/*font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

#divpop_head{
position:absolute;
top:0;
left:0;
width:100%;
background-color: #000;
color:#fff;
text-align:left;
padding:4px 0;
z-index:-1;
}

#divpop_head span{padding-left:10px;font-weight:bold;}

#close_pop{
float:right;
text-align:right;
cursor:pointer;
padding-right:10px;
padding-top:3px;
color:#fff;
}

#close_pop a, #location a{
	text-decoration:none;
	color: #CCCCCC;
}
#close_pop a:hover, #location a:hover{
	color:#fff;
	/*text-decoration:underline;*/
	border-bottom:1px dashed #fff;
}

#pop_content{
	/*clear:both;*/
	margin:0px;
	padding:0px;
}

.count_class{position:absolute;right:70px;line-height:24px;font-size:11px;}
#count{font-weight:bold;}
#countdown{color:#fff;}

#location{ background-color:#000;color:#fff;height:28px;line-height:26px;font-size:14px; font-weight:bold; text-align:center;}


/*--- BLUE THEME ---*/
.blue_theme #location{
		background-color:#058fd6;color:#fff;
		height:28px;line-height:26px;
		font-size:14px; font-weight:bold; 
		text-align:center;
}
.blue_theme #divpop_head{
		position:absolute;
		top:0;left:0;
		width:100%;
		background-color: #058fd6;
		color:#fff;
		text-align:left;
		padding:4px 0;
		z-index:-1;
}

.blue_theme #close_pop a, #location a{
	text-decoration:none;
	color: #fff;
}
.blue_theme #close_pop a:hover, #location a:hover{
	color:#fff;
	border-bottom:1px dashed #fff;
}


/*--- PURPLE THEME ---*/
.purple_theme #location{
		background-color:#3850a3;color:#fff;
		height:28px;line-height:26px;
		font-size:14px; font-weight:bold; 
		text-align:center;
}
.purple_theme #divpop_head{
		position:absolute;
		top:0;left:0;
		width:100%;
		background-color: #3850a3;
		color:#fff;
		text-align:left;
		padding:4px 0;
		z-index:-1;
}

.purple_theme #close_pop a, #location a{
	text-decoration:none;
	color: #fff;
}
.purple_theme #close_pop a:hover, #location a:hover{
	color:#fff;
	border-bottom:1px dashed #fff;
}