/**
* styles used for pop-up references
*/

/* I'm using the below so that we can target individual images directly.
	just give anything that needs to have a transparent png the trans class */
*html .trans { behavior: url(/esp/includes/iepngfix.htc); }
/* img, div, input { behavior: url("/esp/includes/iepngfix.htc") } */

.formDef_content {
	padding: 14px;
}

.popupDefinitions {
	display: none;
}

#popupDefContainer,
#popupDefContainer2 {
	display: none;
	position: absolute;
	z-index: 100;
	width: 250px;
	height: 150px;	
	background-color: #F1EEFA;
	color: #0060ab;
	border: solid 1px #0060ab;	
}

#popupDefControls {
	position:relative;
	top:0px;
	width: 250px;
	font-size: 9px;
	text-align: right;
	height: 17px;
	background-color: #0060ab;
}

#popupDefClose {
	float: right;
}

#innerContainer {
	overflow: hidden;
	width: 240px;
	height: 143px;
	font-size: 11px;
}

#popupDefTitle {
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
	margin-top: 2px;
}

.popup { margin-bottom:0px; margin-top: -16px; }

/* This IFrame is used to cover drop down form elements in IE */
iframe#shield1
{
	display: none;
	width: 252px;
	height: 172px;
	position: absolute;	
	z-index:1;
	border:0;
}

.smallText {
	font-size: 10px;
}
 
.pop_bubble{position:absolute; margin-top:-230px; display:block;left: -1000px;}
.pop_bubble_top{width:265px; height:37px; background-image:url(/esp/images/containers/pop_bubble_top.png);}
.pop_bubble_title_top{width:265px; height:3px; background-image:url(/esp/images/containers/pop_bubble_title_top.png);}
.pop_bubble_title_mid{width:265px; background-image:url(/esp/images/containers/pop_bubble_title_mid.png);}
.pop_bubble_title_btm{width:265px; height:3px; background-image:url(/esp/images/containers/pop_bubble_title_btm.png);}
.pop_bubble_mid{width:265px; background-image:url(/esp/images/containers/pop_bubble_mid.png);}
.pop_bubble_btm{width:265px; height:37px; background-image:url(/esp/images/containers/pop_bubble_btm.png);}

.close_popup{display:block; float:right; margin:7px 9px 0 0; width:58px; height:20px;}
div#content .pop_bubble_title_mid h2{color:White; margin:0 0 0 22px; font-size:17px;}
div#content .pop_bubble_mid p{padding:7px 25px 10px 25px; margin:0;}


.pop_eligibility{position:absolute; z-index:2; display:block; left: -1000px;}
.pop_eligibility_top{width:404px; height:37px; background-image:url(/esp/images/containers/pop_eligibility_top.png);}
.pop_eligibility_title_top{width:404px; height:3px; background-image:url(/esp/images/containers/pop_eligibility_title_top.png);}
.pop_eligibility_title_mid{width:404px; background-image:url(/esp/images/containers/pop_eligibility_title_mid.png);}
.pop_eligibility_title_btm{width:404px; height:3px; background-image:url(/esp/images/containers/pop_eligibility_title_btm.png);}
.pop_eligibility_mid{width:404px; background-image:url(/esp/images/containers/pop_eligibility_mid.png);}
.pop_eligibility_btm{width:404px; height:9px; background-repeat: no-repeat; background-image:url(/esp/images/containers/pop_eligibility_btm.png);}

div#content .pop_eligibility_title_mid h2{color:White; margin:0 0 0 22px; font-size:17px;}
div#content .pop_eligibility_mid p{padding:7px 25px 10px 25px; margin:0;}

#grayout{display:none; background-color:black; z-index:1; position:fixed; _position:absolute; left:0; top:0; height:100%; _height:2115px; width:100%; _width:984px; opacity:0.6;filter:alpha(opacity=60);}