
#realCMS__EditorShade
{
	position: absolute;
	z-index: 150;
	background: #000;
	top: 0px;
	left: 0px;
	display: none;
}

#realCMS__EditorContainer
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
	padding: 0px;
	text-align: left;
}

#realCMS__EditorContainer ul
{
	border: 1px solid #a4a4a4;
	border-top: 0px;
}

#realCMS__EditorContainer ul, #realCMS__EditorContainer ul li
{
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	list-style: none;
}

#realCMS__EditorContainer ul li
{
	background: #f6f6f6 url(/__resource/da3170f4-645f-4350-ad08-e2bc0a58833e/) bottom left repeat-x;
	padding: 8px;
	width: 200px;
	border-top: 1px solid #a4a4a4;
}

#realCMS__EditorContainer ul li a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.modalDialog__
{
	background: #fff;
	border: 1px solid #000;
  height: 100%;
}

.modalDialog__Title
{
	background: #3d3da4;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #fff;
}

.modalDialog__Inner
{
	padding: 8px 8px 25px 8px;
	text-align: left;
  position: relative;
}

.modalDialog_OKCancel
{
  position: absolute;
  bottom: 4px;
  right: 8px;
  z-index: 605;
}

.modalDialog_resizeHandle
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 20px;
  width: 20px;
  line-height: 1px;
  overflow: hidden;
  background: #dfdfdf;
  cursor: move;
  z-index: 600;
}

.modalDialog__CloseButton
{
	position: absolute;
	top: 5px;
	right: 8px;
	color: #fff;
}

.modalDialog__CloseButton a
{
	color: #fff;
}

.formRow
{
	clear: left;
	text-align: left;
}

.formRow label
{
	float: left;
	width: 20%;
	margin-right: 4%;
	padding-top: 4px;
	text-align: left;
}

.formRow input, .formRow textarea
{
	border: 1px solid #4c4c4c;
	font-size: 100%;
	padding: 3px;
	font-family: Arial;
	text-align: left;
}

.formRow select
{
	font-size: 100%;
	font-family: Arial;
}

.formRowContent
{
	float: left;
	width: 70%;
	margin-bottom: 5px;
	text-align: left;
}

.formRowContent label
{
  float: none;
  width: auto;
}

.formRowNoLabel .formRowContent
{
	width: 99%;
}

.formRowContent label
{
  float: none;
}

.formRowNoLabel .formRow .formRowContent
{
	width: 60%;
}

.submitRow
{
	text-align: right;
}

.submitRow .formRowContent
{
	text-align: right;
	width: 90%;
}

.submitRow .formRowContent *
{
  text-align: left;
}

.formRow .formRowErrorMessage
{
	clear: left;
	display: block;
}

.clearFormRow
{
	clear: both;
	overflow: hidden;
	line-height: 1px;
	height: 1px;
	background: none;
	border: 0px;
}

.stackBarItem
{
	position: relative;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
	z-index: 99;
}

.stackBarItem a
{
	color: #000;
	font-weight: bold;
}

.stackBarItem a img
{
	border: 0px;
}

.stackBarContents
{
	top: 0px;
	right: 1000px;
	position: absolute;
	z-index: 90;
	border: 1px solid #4c4c4c;
	background: #fff;
	padding: 10px;
	text-align: left;
}

ul.realCMS__WorkflowItems, ul.realCMS__WorkflowItems li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

ul.realCMS__WorkflowItems li
{
	padding: 8px;
	border: 1px solid #a4a4a4;	
}

ul.realCMS__WorkflowItems li div
{
	border-top: 1px solid #e4e4e4;
	padding-top: 4px;
	margin: 6px 0px 0px 5px;
}

ul.realCMS__WorkflowItems li div a
{
	font-size: 10px;
	text-decoration: none;
	color: #545454;
}

#realCMS__Notifications
{
	background: #faffa3;
	padding: 3px;
	border: 1px solid #a4a4a4;
	width: 280px;
	height: 100px;
	overflow: auto;
}

#realCMS__Notifications ul, #realCMS__Notifications ul li
{
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#realCMS__Notifications ul li
{
	display: block;
	margin: 2px;
	border: 1px solid #bdbdbd;
	padding: 4px;
	text-align: left;
	width: 250px;
	overflow: hidden;
}

#realCMS__Notifications ul li a, #realCMS__Notifications ul li a img
{
	border: 0px;
	vertical-align: middle;
	margin: 0px 4px 0px 0px;
}

#realCMS__NotificationDesc
{
	display: none;
	position: absolute;
	right: 0px;
	background: #faffd3;
	padding: 3px;
	border: 1px solid #c4c4c4;
	width: 250px;
}

#realCMS__EditorContainer
{
	right: 1px;
}

#colorpicker {  position: absolute;  width: 145px;  height: 135px;  overflow: hidden;  background: #F9F9F9;  border: 2px #C0C0C0 outset;  z-index: 1000;}
#colorpicker-hue-container {    position: absolute;     top: 4px;    left: 120px;     width: 18px;    height: 110px; }
#colorpicker-hue-bg-img {    width: 100%;     height: 100%; }
#colorpicker-hue-slider {    position: absolute;     top: 0;    left: 0;     width: 100%;    height: 100%; }
#colorpicker-hue-thumb {     position: absolute;     top: 0;    left: 0;    width: 18px;     height: 18px;     z-index: 1009;    cursor: default;}
#colorpicker-bar {  text-align: right;  padding-right: 10px;}
#colorpicker-close {  cursor: pointer;  color: blue;  font-size: 10px;  font-family: Tahoma, Helvetica, Sans-Serif;  font-weight: bold;}
#colorpicker-div {  position: absolute;   top: 8px;  left: 8px;   width: 100px;  height: 100px;   border: 1px solid #666;}
#colorpicker-bg,#colorpicker-bg-overlay {   position: absolute;   top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1001;  overflow: hidden;}
#colorpicker-selector {   position: absolute;   top: 0px;  left: 0px;  width: 11px;   height: 11px;   z-index: 1009;  margin-top: -6px;  margin-left: -6px;  cursor: default;}
#colorpicker-selector img {  position: absolute;  left: 0;  top: 0;}
#colorpicker-footer {  position: absolute;   top: 114px;  left: 10px;   width: 127px;}
#colorpicker-value {  float: left;}
#colorpicker-value,#colorpicker-value-input {  font-size: 9px !important;  font-family: Helvetica, Verdana, Sans-Serif;  height: 10px;}
#colorpicker-value-input {  width: 40px;}
#colorpicker-okbutton {  float: right;  padding: 0 10px;  background: #3366FF;  font-size: 10px;  font-family: Tahoma, Helvetica, Sans-Serif;  border: 1px solid #666666;  color: #ffffff;}
      