/* @group inset */

.insetDiv {
	position: fixed;
    resize: both;
}

.insetArea {
	position: relative;	
/*	border: 1px dotted #3f4acc;*/
	border-radius: 4px !important;
	-moz-box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.5);
	box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.5);
	background-color: #eeeeee;
}

.insetSticky {
	position: relative;
	cursor: move;
	background: url(/~utility/lines_horiz.png) repeat ;
	height: 34px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-left: 1px solid gray;
	border-left: 1px solid gray;
}

.insetTitle {
	font: bold 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-variant: small-caps;
	text-align: center;
	width: 100px;
	display: inline-block;
	border: 2px groove rgba(192, 192, 192, 0.4);
	margin-right: auto;
	margin-left: auto;
	background-color: #eeeeee;
	color: gray;
	height: 18px;
	margin-top: 4px;
	padding-top: 1px;
}

.insetCloser {
	position: relative;
	top: -15px;
	left: 20px;
	cursor: pointer;
	font-weight: bold;
	float: right;
	color: #fa4727;
	height: 16px;
	font-size: 11px;
	padding: 2px 6px 0;
	border-radius: 20px !important;
	border-style: solid;
	border-color: #fa4727;
	border-width: 2px;
	background-color: white;
}



.Iframe_01 {
/*	border: 3px dotted aqua;*/
	border-style: none;
	background-color: transparent;
}

.insetIcon {
	position: absolute;
	top: -15px;
	left: -15px;
	cursor: pointer;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	opacity: .9;
	border: 1px solid rgb(212, 212, 212);
	border-radius: 4px !important;
	padding: 0;
	margin:  0;
	background-color: rgba(255, 255, 255, 0.9);
}



/* @end */















