html {
	margin: 0px; 
	padding: 0px;
	height: 100%; 
	width: 100%;
	overflow: hidden;
}

body {
	margin: 0px; 
	padding: 0px;
	height: 100%; 
	width: 100%;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}

img { border: none; }

.sbCanvas {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sbTrans {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	overflow: visible;
	background: #ffc;
}

.sbShow {
	visibility: visible;
}

.sbHide {
	visibility: hidden;
}

.sbBlanket {
}

.sbCloud { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: url(/_fc/images/bg/white_op_50.png); }
* html .sbCloud { background: none;	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_fc/images/bg/white_op_50.png',sizingMethod='scale'); }


#sbBackgroundLayer {
	background: #0D3364;
}

#sbLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #0D3364;
}

#sbBackgroundLayer { z-index: 1; }
#sbLayoutLayer { z-index: 2; }
#sbFloatMenuLayer { z-index: 3; }
#sbDialogLayer { z-index: 4; }
#sbAlertLayer { z-index: 5; }

#sbAlertLayer {
	background: url(/_fc/images/blank.gif);
}

.peNoSetup{
	background: url(/_fc/images/page_editor/start_help.png) no-repeat top center;
	cursor:pointer;
}

* html .peNoSetup { background: none;	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_fc/images/page_editor/start_help.png',sizingMethod='crop'); }

textarea { overflow: auto; }

.sbDialog {
	position: absolute;
	border: 1px solid #555;
	font-family: arial,helvetica,sans-serif;
	overflow: hidden;
	filter:alpha(opacity=100);
}

.sbDialogBack {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 1px;
	background: #eee url(/_fc/images/dialog/bg_fade.gif) repeat-x bottom left;
	opacity: .8;
	-moz-opacity: .8;
	filter:alpha(opacity=80);
}

.sbDialog .sbFormItem {
	position: relative;
	overflow: hidden;
	padding: 2px 0px;
	width: 100%;
}
 =
.sbDialog .sbDialogText {
	position: relative;
	font: normal 11px arial,sans-serif;
	color: #666;
	padding: 5px 10px;
}

.sbDialog .sbLabel {
	display: block;
	position: relative;
	float: left;
	width: 80px;
	font-size: 11px; font-weight: bold;
	text-align: right;
	margin-right: 5px;
}

.sbDialog .sbLabel.sbLeft {
	text-align: left;
}

.sbDialog .sbDialogHeader {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 20px;
	background: url(/_fc/images/dialog/bg_head.gif) repeat-x top left;
	filter:alpha(opacity=100);
	z-index: 100;
	cursor: move;
}

.sbDialog .sbDialogHeader .title {
	position: relative;
	font: bold 11px arial;
	color: #fff;
	padding: 2px 10px;
}

.sbDialog .sbContent {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-top: 10px;
	filter:alpha(opacity=100);
}

.sbDialog .sbElement {
	position: relative;
	width: 120px;
	float: left;
	margin-top: -1px;
}

.sbDialog .sbFormButtons {
	position: relative;
	padding: 4px 8px;
	text-align: right;
	overflow: hidden;
}

.sbDialog input {
	vertical-align: middle;
}

.sbDialog input.sbText {
	font: normal 11px arial,helvetica,sans-serif;
	border: 1px solid #333;
	border-right: none; border-bottom: none;
	padding: 0px;
	background: #fff;
	width: 120px;
}

.sbDialog .sbElement.sbRadioEle {
	width: 25px;
	margin-top: -3px;
}

.sbDialog .sbLabel.sbRadio {
	width: 200px;
	text-align: left;
}


.sbDialog .sbLogo {
	position: absolute;
	bottom: 0px; left: 0px;
	width: 97px; height: 15px;
	background: url(/_fc/images/dialog/bg_logo.gif) no-repeat;
	filter:alpha(opacity=100);
}

.sbDialog .sbButton {
	float: left;
	border: 1px solid #555;
	overflow: hidden;
	background: url(/_fc/images/dialog/bg_button.gif) repeat-x 0px -16px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.sbDialog .sbButton.right { float: right; }

.sbDialog .sbButton a {
	font: bold 11px arial,sans-serif;
	color: #222;
	text-decoration: none;
	padding: 0px 10px;
	height: 14px;
	background: url(/_fc/images/dialog/bg_button.gif) repeat-x;
}

.sbDialog .sbButton a:hover { background-image: none; color: #fff; }

.sbAlertHolder {
	position: relative;
	width: 100%;
	font: bold 10px arial,sans-serif;
	text-align: center;
	color: #f00;
}

#sbAlertLayer .sbWaitHolder {
	position: absolute;
	width: 33px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
}

#sbAlertLayer .sbWaitHolder img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.sbHelpIcon {
	display: block;
	position: relative;
	float: left;
	background: url(/_fc/images/dialog/info.png) no-repeat;
	width:26px;
	height:16px;
	cursor:pointer;
}


.sbHelpSpan {
	line-height: 16px;
	font-size: 16px;
	vertical-align: -2px;
	padding-left: 24px;
	background: url(/_fc/images/dialog/info.gif) center center no-repeat;
	width:26px;
	height:16px;
	cursor:pointer;
}

.sbHSDark { background: url(/_fc/images/dialog/info_db.gif) center center no-repeat; }
.sbHSWhite { background: url(/_fc/images/dialog/info_w.gif) center center no-repeat; }
.sbHSLB2 { background: url(/_fc/images/dialog/info_lb2.gif) center center no-repeat; }
* html .sbHelpIcon { background-image: url(/_fc/images/spacer.gif); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_fc/images/dialog/info.png',sizingMethod='crop'); }

.showCaretLeft{
	overflow:auto;
	position:relative;
	float:left;
	z-index:100;
}


.showCaret{
	overflow:auto;
	position:relative;
}


.sbHiddenFrame{
	display:none;

}

.sbShowFrame{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	left:0px;
	z-index:200000;
	/*background: url('/_fc/images/sitemanager/holding/nodomain.gif') no-repeat;*/
}
