body, html{
	position:relative;
	width:100%;
}

.scheck-dialog{
	display:none;	/* Hide until dialog-ified */
}


.ui-dialog.scheck-dialog-notitle .ui-dialog-titlebar{
	position:absolute;
	width:100%;
	padding:0px;
}
.ui-dialog.scheck-dialog-notitle .ui-dialog-titlebar-close{
	display:none;
}

.scheck-dialog .widget{
	padding:0px 0px 15px 0px;
}

.scheck-dialog .widget h2.widgettitle{
	font-size:13px;
	font-weight:bold;
	margin:5px 0px;
}

.scheck-dialog .widget{
	float:left;
	margin-right:20px;
}

.scheck-dialog .aside{
	color:inherit;
}
.scheck-dialog .aside,
.scheck-dialog .aside ul{
	margin:0px;
}



/* Columns */
.sc-colgroup{}

.sc-colgroup li.widget{
	float:left;
}

/* 1/2 */
.sc-colgroup-2 > li.widget{
	width:46%;
	margin-right:8%;
}
/* 1/3 */
.sc-colgroup-3 > li.widget{
	width:29%;
	margin-right:6%;
}
/* 2/3 */
.sc-colgroup-3 > li.widget.sc-colspan-2{
	width:64%;
	margin-right:6%;
}
/* 1/4 */
.sc-colgroup-4 > li.widget{
	width:21%;
	margin-right:5%;
}
/* 2/4 */
.sc-colgroup-4 > li.widget.sc-colspan-2{
	width:47%;
	margin-right:5%;
}
/* 3/4 */
.sc-colgroup-4 > li.widget.sc-colspan-3{
	width:73%;
	margin-right:5%;
}
/* 1/5 */
.sc-colgroup-5 > li.widget{
	width:16%;
	margin-right:5%;
}
/* 2/5 */
.sc-colgroup-5 > li.widget.sc-colspan-2{
	width:37%;
	margin-right:5%;
}
/* 3/5 */
.sc-colgroup-5 > li.widget.sc-colspan-3{
	width:58%;
	margin-right:5%;
}
/* 4/5 */
.sc-colgroup-5 > li.widget.sc-colspan-4{
	width:79%;
	margin-right:5%;
}
/* 1/6 */
.sc-colgroup-6 > li.widget{
	width:14%;
	margin-right:3%;
}
/* 1/7 */
.sc-colgroup-7 > li.widget{
	width:12%;
	margin-right:2.5%;
}
/* Final Column - no right margin */
.sc-colgroup > li.widget:last-child{
	margin-right:0px;
}


