.leightbox {
	display: none;
	position: absolute;
	/*top: 35px;
	left: 15%;*/
	top: 10%;
	left: 15%;
	/*width: 788px;*/
	width: 70%;
	height: 506px;
	background-color: #000000;
	text-align: left;
	z-index:1001;
	/*overflow: auto;	*/
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

/* popUp CSS*/
body {
	background-color: #004689;
	color: #016189;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}

.popUpContainer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.popUpHeader {
	position: relative;
	width: 100%;
	height: 114px;
	border-bottom: 1px solid #fec233;
	background-color: #ffffff;	
}

.popUpHeading {
	position: absolute;
	left: 45px;
	top: 78px;
}

.popUpClose {
	position: absolute;
	right: 35px;
	top: 90px;
}

.popUpClose a {
	text-decoration: none;
}

.popUpMainContent {
	position: relative;
	width: 100%;
	height: 430px;
	background-color: #ffffff;
	padding-top: 15px;
}

.popUpMainContent p {
	padding: 10px 45px 0 45px;
	margin: 0;
}

td.on {
	color: #ffffff;
}

td.off {
	color: #717171;
}

/* .png IE */
img.png {
	behavior: url(/pngbehavior.htc);
}
