/*  skin.css - global styles for the skin package  */


/* Fix the height of the DNN control bar */
#ControlBar, #ControlBar *, .actionMenu * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
/* #ControlBar {
	height: 53px !important;
} */


/*---====<<< GLOBAL OVERLAY STYLES >>>===--- */
.overlay-wrap {
	display: none;
	padding:0 0 53px;
	background: url(images/bg-overlay-wrap.png) no-repeat center bottom;
	z-index:10;
}
.overlay-wrap .overlay {
	min-height:260px;
	background-color:#fff;
	border:1px solid #bababa;
	height: 100%;
	padding: 25px;
}
.overlay-wrap .overlay .overlay-header {
	margin: 0 0 15px;
	border-bottom: 2px dashed #b8b8af;
}
.overlay-wrap .overlay .overlay-header h2 {
	font: 23px Arial, Helvetica, sans-serif;
	color: #bd54cb;
	margin: 0 0 15px;
}
.overlay-wrap .close {
	position:absolute;
	right:-21px;
	top:-19px;
	cursor:pointer;
	height:42px;
	width:42px;
	z-index: 20;
}

html {
	width: 100%;
}
