﻿/*--Div Survey Pop Start--*/  
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.popup_block {
	background: #000066;
	padding: 5px 10px;
	border: 1px solid #000000;
	float: left;
	width: 250px;
	position: fixed;
	top: 30%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;

}
.popup_block .popup a {
	text-decoration: none; 
    border-bottom: 1px solid #000066;
    color: #000000;
}

.popup_block .popup a:active {
	text-decoration: none; 
    border-bottom: 1px solid #000066;
    color: #000000;
}

.popup_block .popup a:link {
	text-decoration: none; 
    border-bottom: 1px solid #000066;
    color: #000000;
}

.popup_block .popup a:visited {
	text-decoration: none; 
    border-bottom: 1px solid #000066;
    color: #000000;
}

.popup_block .popup a:focus {
	text-decoration: none; 
    border-bottom: 1px solid #000066;
    color: #000000;
}

.popup_block .popup a:hover {
	text-decoration: none; 
    border-bottom:1px solid #000066;
    color: #000000; 
}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #FFFFFF;
	margin: 10px 0;
	padding: 10px 0;
	border: 2px solid #000000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:600;
	color: #333333;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}
/*ADDED BY KAREN - Style Fix */
.popup table {width:250px;}

/*IE6*/



*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/*--IE 6 PNG Fix--*/

img{ behavior: url(iepngfix.htc) }

/*--Div Survey Pop End--*/      
       


