/* @charset "utf-8"; */
/* CSS Document */

body
{
	margin: 0px;
	background-image: url(images/bg-1.gif);
	background-color: #F0F7FF;
	background-repeat: repeat-x;
}


.content
{
	width: 975px;
	height: auto;
	min-height: 900px;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
	border-style: dotted;
}

a img
{
	border: 0;
}

.LockOff
{
	display: none;
	visibility: hidden;
}

.LockOn
{
	display: block;
	visibility: visible;
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 105%;
	height: 10000px;
	background-color: #abcff9;
	text-align: center;
	padding-top: 20%;
	filter: alpha(opacity=90);
	opacity: 0.90;
}

.LockWait
{
	width: 600px;
	height: 150px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid; 
}


.LockOnIFrame
{
 display:none;/*sorry for IE5*/ 
 display/**/:block;/*sorry for IE5*/
 position:absolute;/*must have*/
 top:0;/*must have*/
 left:0;/*must have*/
 z-index:1000;/*must have*/
 filter:mask();/*must have*/
 width:2000px;/*must have for any big value*/
 height:3000px/*must have for any big value*/;
}

.frame
{
	border: 1px solid #1c5297;
}
.frame-header 
{
	height:42px;
	text-align: center;
	vertical-align: middle;
	background-color: #dae8fa;
}
.frame-body
{
	height:42px;
	text-align: center;
	vertical-align: middle;
	background-color: #eaf2fd;
}
.frame-body-dark
{
	height:42px;
	text-align: center;
	vertical-align: middle;
	background-color: #dae8fa;
}
.frame-link 
{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#3764a0;	
}