body {
	background: url(/resources/common.rwp/images/workbench/Background.png);
	background-color: #2F303E;
	background-position: 0px 60px; 
	position: fixed; 
	width: 100%;
}

.toolbarHidden {
	background-position: 0px 0px; 
}

li.ui-draggable.selected.ui-draggable-dragging {
	z-index: 100000;	
}

div.viewport {
	position: absolute;
	border: 1px solid #454545;
	display: block;
	z-index: 1000;
}

div.viewport.focused {
	box-shadow: -2px -2px 0px #B4D7F3, 2px -2px 0px #B4D7F3;
}

div.viewport.charcoal {
	border: 1px solid #20262F;
	border-bottom: 1px solid #000000;
}

div.viewport div.header {
	height: 23px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
	background-color: #E5E5E5;
	color: #8D8D8D;
	background: url(/resources/common.rwp/images/view/ice/ViewHeader.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.viewport div.header ul {
	overflow: hidden;
}

div.viewport.charcoal div.header {
	background: url(/resources/common.rwp/images/view/charcoal/ViewHeader.png);
	background-color: #313942;
	color: #ACACAC;
}

div.viewport div.header div.controls {
	position: absolute;
	right: 4px;
	top: 4px;
}

div.viewport div.header div.close {
	background: url(/resources/common.rwp/images/view/ice/ViewClose.png);
	background-repeat: no-repeat;
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

div.viewport.charcoal div.header div.close {
	background: url(/resources/common.rwp/images/view/charcoal/ViewClose.png);
	background-repeat: no-repeat;
}

div.viewport div.header div.help {
	background: url(/resources/common.rwp/images/view/ice/ViewHelp.png);
	background-repeat: no-repeat;
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

div.viewport.charcoal div.header div.help {
	background: url(/resources/common.rwp/images/view/charcoal/ViewHelp.png);
	background-repeat: no-repeat;
}

div.viewport div.header div.selector {
	background: url(/resources/common.rwp/images/view/ice/ViewExpand.png);
	background-repeat: no-repeat;
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

div.viewport.charcoal div.header div.selector {
	background: url(/resources/common.rwp/images/view/charcoal/ViewExpand.png);
	background-repeat: no-repeat;
}

div.viewport div.header div.selector ul {
	position: absolute;
	background-color:#DBDBDB;
	float: right;
	list-style-type:none;
	top: 20px;
	right: -5px;
	font-size: 11px;
	white-space:nowrap;
	padding-right: 26px;
	padding-left: 8px;
	margin: 0px;
}

div.viewport.charcoal div.header div.selector ul {
	background-color: #323C48;
}

div.viewport div.header div.selector ul li {
	float: left;
	clear: both;
	white-space:nowrap;
}

div.viewport div.header div.selector ul li a {
	color: #393939;
	width: 100%;
	float: left;
}

div.viewport.charcoal div.header div.selector ul li a {
	color: #FFFFFF;
}

div.viewport div.header div.selector ul li img {
	margin-right: 8px;
	margin-top: 2px;
	float: left;
}


div.viewport div.header li {
	display: inline;
	list-style-type: none;
	float: left;
	padding: 4px;
	padding-right: 12px;
	cursor: pointer;
}

div.viewport div.header li.selected {
	color: #393939;
}

div.viewport.charcoal div.header li.selected {
	color: #FFFFFF;
}

div.viewport div.header li.placeholder {
	width: 100px;
	height: 19px;
}

div.viewport div.header li.spacer {
	width: 0px;
	height: 19px;
}

div.viewport div.header li.dropping {
	border: 2px dotted #333333;
	padding: 2px;
	padding-right: 6px;
	margin-right: 4px;
	height: 15px;
}

div.viewport div.header.dropping li.placeholder {
	border: 2px dotted #333333;
	padding: 2px;
	padding-right: 6px;
	margin-right: 4px;
	height: 15px;
}

div.viewport.charcoal div.header li.dropping {
	border: 2px dotted #DDDDDD;
}

div.viewport.charcoal div.header.dropping li.placeholder {
	border: 2px dotted #DDDDDD;
}

div.viewport div.header li h1 {
	float: left;
	margin-top: -3px;
	margin-bottom: -2px;
}

div.viewport div.header li div.icon {
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
}

div.viewport div.header li div.icon {
	background: url(/resources/common.rwp/images/view/ice/ViewInactive.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	
}

div.viewport.charcoal div.header li div.icon {
	background: url(/resources/common.rwp/images/view/charcoal/ViewInactive.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

div.viewport div.header li.selected div.icon {
	background: url(/resources/common.rwp/images/view/ice/ViewActive.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

div.viewport.charcoal div.header li.selected div.icon {
	background: url(/resources/common.rwp/images/view/charcoal/ViewActive.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

div.viewport ul li h1 {
	pointer-events: none;
}

div#bind-helper {
	position: absolute;
	width: 560px;
	height: 320px;
	top: 50%;
	left: 50%;
	margin-left: -280px;
	margin-top: -160px;
	background-color: #303741;
	z-index: 100000;
	display: none;
	opacity: 0.9;
}

div#bind-helper div.wing {
	height: 300px;
}

div#bind-helper div.middle {
	height: 145px;
}

div#bind-helper div.bindpoint {
	float: left;
	width: 100px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #CCC;
}

div#bind-helper div.bindpoint.populated {
	background-color: #666;
}

div#bind-helper div.bindpoint.dropping {
	background-color: #FF9;
}

div#bind-helper #bind-helper-middle {
	float: left;
	width: 330px;
	height: 310px;
}

div.view {
	position: absolute;
	display: block;
	z-index: 100;
	background: #454545;
	border: 1px solid #20262F;
	width: 100%;
	height: 100%;
}

div.view.focused {
	box-shadow: -2px 2px 0px #B4D7F3, 2px 2px 0px #B4D7F3, 2px 0px 0px #B4D7F3, -2px -1px 0px #B4D7F3;
}

div.view.charcoal {
	border: 1px solid #20262F;
}	

div.view iframe {
	width: 100%;
	height: 100%;
}

div.dialog {
	position: absolute;
	border: 1px solid #454545;
	display: block;
	z-index: 100;
	background: #454545;
}

div.dialog.charcoal {
	border: 1px solid #272727;
}

div.dialog.nowindow {
	border: none;
}

div.dialog div.header {
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #E5E5E5;
	color: #393939;
	background: url(/resources/common.rwp/images/view/ice/ViewHeader.png);
	border-bottom: 1px solid #454545;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.dialog.charcoal div.header {
	background: url(/resources/common.rwp/images/view/charcoal/ViewHeader.png);
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
}

div.dialog div.header h1 {
	float: left;
}

div.dialog div.header div.icon {
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	background: url(/resources/common.rwp/images/view/ice/ViewActive.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

div.dialog.charcoal div.header div.icon {
	background: url(/resources/common.rwp/images/view/charcoal/ViewActive.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

div.dialog div.header div.controls {
	position: absolute;
	right: 4px;
	top: 4px;
}

div.dialog div.header div.close {
	float: right;
	background: url(/resources/common.rwp/images/view/ice/ViewClose.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

div.dialog div.header div.help {
	float: right;
	background: url(/resources/common.rwp/images/view/ice/ViewHelp.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

div.dialog.charcoal div.header div.close {
	background: url(/resources/common.rwp/images/view/charcoal/ViewClose.png);
	background-repeat: no-repeat;
}

div.dialog.charcoal div.header div.help {
	background: url(/resources/common.rwp/images/view/charcoal/ViewHelp.png);
	background-repeat: no-repeat;
}

iframe.dialog-fade {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0, 0.8);
	display: none;
}

#status {
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	background:url(/resources/common.rwp/images/workbench/Status.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#status ul {
	width: 100%;
	height: 35px;
	overflow: hidden; 
}

#status li {
	float: left;
	list-style-type: none;
	line-height: 36px;
	height: 28px;
	margin-left: 10px;
	margin-right: 0px;
}

#status li.right {
	float: right;
	list-style-type: none;
	line-height: 36px;
	height: 28px;
	margin-left: 0px;
	margin-right: 10px;
}

#status li.separator {
	float: left;
	width: 14px;
	height: 26px;
	margin-top: 1px;
}

#status li.separator.right {
	float: right;
	width: 14px;
	height: 26px;
	margin-top: 1px;
}

#status #login {
	font-size: 11px;
}

#status #connection {
	font-size: 11px;
}

#workbench {
	float: left;
	width: 100%;
	height: 100%;
	margin: 10px;
	z-index: 2;
}

#about {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 160px;
	height: 55px;
	z-index: 1;
}

#ross {
	position: relative;
	float:right;
	width: 102px;
	height: 35px;
	color: #096;
	z-index: 1;
	top: 16px;
	right: 15px;
}

#header {
	width: 100%;
	min-width: 600px;
	background:url(/resources/common.rwp/images/workbench/WorkbenchToolbar.png);
}
		
div.ui-layout-pane {
	padding: 3px;
	border: none;
	background: none;
	overflow: hidden;
}
		
div.ui-layout-resizer {
	background: none;
}
		
div.ui-layout-toggler {
	background: none;
	background-repeat: no-repeat;
	border: none;
}

div.ui-layout-toggler-north-closed {
	background-image: url(/resources/common.rwp/images/workbench/ExpandDown.png);
	background-position: top center;
}

div.ui-layout-toggler-south-closed {
	background-image: url(/resources/common.rwp/images/workbench/ExpandUp.png);
	background-position: bottom center;
}

div.ui-layout-toggler-west-closed {
	background-image: url(/resources/common.rwp/images/workbench/ExpandRight.png);
	background-position: center left;
}

div.ui-layout-toggler-east-closed {
	background-image: url(/resources/common.rwp/images/workbench/ExpandLeft.png);
	background-position: center right;
}
 