/*~~~~~~~~~~~~~~~~~~~~~~~~~~POPUP~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#mainpopup {
	font:normal 11px Arial;
	float:left;
	background:#FFF;
	border:1px solid #B3B3B3;
}

/*
#mainpopup #MaxRes {
	display:none;
}
*/

#mainpopup .header {
	height:51px;
	background:#06213E;
	margin-bottom:2px;
	width:100%;
}

#mainpopup .body {
	width:auto;
	border:1px solid #B3B3B3;
}

#mainpopup .body .info {
	padding:10px;
	float:left;
}

#mainpopup .body .info .innerFrame{
	background: #fff; 
	line-height : 14px; 
	width: 370px; 
	height: 300px; 
	padding: 2px 8px 8px 8px; 
	margin: 0px 0px 0px 0px; 
	overflow: scroll; 
	overflow: -moz-scrollbars-vertical; 
	overflow-x: auto; 
	overflow-y: auto; 
	font-size: 11px; 
}

#mainpopup .close {
	text-align:center;
	background:#C3D9FF;
	height:31px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	float:left;
	width:394px;
	color:#06213E;
	text-decoration:underline;
	font:bold 15px/31px Arial;
	cursor:pointer;
}

*html #mainpopup .body .close {
	width:392px;
}

#mainpopup .title {
	font:bold 14px Arial;
	padding-bottom:7px;
	border-bottom:1px solid #D4D0C8;
	margin-bottom:7px;
	color:#369;
	width:570px;
}

IMG {border:none;}

.visibleborder{
}
.invisibleborder{
}
#titleBar{
	cursor:move;
	background-color: #0A246A;
	color:#FFFFFF;
}
#imgplaceholder{
	visibility:hidden;
	position:absolute;
	background-color: #FFFFFF;
}

