#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:150%;
	background-color:#222;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
}

* html #overlay {
	height: 0px;
	width: 0px;
	line-height: 0px;
}

#overlay[id] {
	position:fixed;
}

div.frame {
	overflow: hidden;
}

* html div.frame {
	overflow: auto;
}

div.box {
	height: 550px;
	margin: auto;
	position: absolute;
	top: 100px;
}

div.box h3 {
	margin-top: 10px;
	color: #ffffff;
}

div.boxContent {
	background-color: #102b72;
	height: 503px;
	margin-top: 38px;
	position: relative;
	z-index: 5000;
}

* html div.boxContent {
	top: -38px;
	left: 0px;
}

div.tlc {
	width: 9px;
	float: left;
}

div.tl {
	background-image: url('/common/images/interface/popup/andytl.gif');
	background-repeat: no-repeat;
	background-color: #102b72;
	height: 9px;
	width: 9px;
}

div.tl2 {
	width: 9px;
	height: 29px;
	background-color: #102b72;
}

div.tm {
	width: 781px;
	height: 38px;
	background-color: #102b72;
	float: left;
}

div.close {
	background-image: url('/common/images/interface/popup/andyclose.gif');
	height: 38px;
	width: 70px;
	float: right;
}

div.close a {
	display: block;
	height: 38px;
	width: 70px;
}

div.bl {
	background-image: url('/common/images/interface/popup/andybl.gif');
	height: 9px;
	width: 9px;
	float: left;
	position: relative;
}

div.br {
	background-image: url('/common/images/interface/popup/andybr.gif');
	height: 9px;
	width: 9px;
	float: right;	
	position: relative;
}

div.bm {
	float: left;
	width: 842px;
	height: 9px;
	background-color: #102b72;
	position: relative;
}

* html div.tl {
	background-image: none;
	background-color: #102b72;		
}

* html div.close {
	background-image: url('/common/images/interface/popup/popup-close_ie.gif');
}

* html div.bl, * html div.bm, * html div.br {
	background-image: none;
	background-color: #102b72;	
	top: -38px;
}

div.box div.table {
	border: none;
	margin-left: 9px;
	text-align: center;
	background-color: #102b72;
}

div.box table.charges td, table.charges th   {
	border-bottom:1px solid black;
	border-right:1px solid black;
}

div.box table.charges {
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
	background-color:#ffffff;
	font-size:11px;
	/*margin-left: -48px;*/
}

div.box table.charges td.indent, .indent {
	padding-left:25px;
}

div.box table.charges th, table.charges tr.subheading {
	background:#F0F0F0 ;
}

div.prev {
	float: left;
	text-align: right;
	margin-top: 10px;
}

div.next {
	text-align: left;
	margin-top: 10px;
}

div.scroll {
	float: left;
	padding-left: 5px;
	width: 20px;
	height: 470px;
}

* html div.scroll {
	display: none;
}

div.prev, div.next {
	width: 45%;
}

div.prev {
	float: left;
	text-align: right;
	padding-right: 20px;
}

div.next {
	float: right;
	text-align: left;
	padding-left: 20px;
}