/* BlockFrame CSS */
#BlockFrame_MainDiv {
    position: fixed;
	top:0px;
	bottom:0px;
	left: 0px;
	right:0px;
	background-color:#FFF;
	opacity:1;
	z-index:1;
}
.BlockFrame_top {
	position:absolute;
	height:0px;
	top:0px;
	right:0px;
	width:200px;
}
.BlockFrame_but {
    float: right;
    margin-right: -1;
    height:24px;
    width: 22px;
    background-color:#D0C0C4; /* #A0A0A4; /*rgba(100, 0, 0, 0.1);*/
    cursor: e-resize;
	border:#000 solid 2px;
	cursor:pointer;
    z-index: 10;
	opacity:0.9;
    border-radius: 12px;
	font-weight:bold;
}
.BlockFrame_iframe {
    background-color: #FFF;
	opacity:1;
	margin: 0 auto;
}
.BlockFrame_bot {
	height:2px;
	background-color:#FFDF00;
	position:absolute;
	width:100%;
	bottom:-2px;
	opacity:0.5;
}
.BlockFrame_hid{
	height:0px;
	width:0px;
	visibility:hidden;
}
#BlockFrame_HeaderName {
	position:absolute;
	height:18px;
	bottom:0px;
	left:0px;
	width:100%;
    z-index: 20;

	font-size:18px;
	padding-left:120px;
	padding-top:0px;
	padding-bottom:6px;
	color:#316A79;
	font-weight:600;
	letter-spacing:3px;
	background-color:#CCD;
}
