/* CWCMS */

.cwcms,.cwcms td,.cwcms th,.cwcms input,.cwcms button,.cwcms textarea,.cwcms select,.cwcms option,.cwcms p,.cwcms div,.cwcms .form .label,.cwcms .form .control,.cwcms .form .subLabel,.cwcms .form .subControl,.cwcms .checkbox .subLabel
{
   font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
   font-size:9pt;
   font-weight:300;
   color:#333333;
}

.cwcms .breakAfter
{
	margin-right:15px;
}

.cwcms .itemAfter
{
	margin-right:3px;
}

.cwcms .form input.text,.cwcms .form textarea
{
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(hsla(0,0%,100%,0)),to(hsla(0,0%,100%,0)));
	border:1px solid #cccccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	padding:2px;
}

.cwcms .form tr.error input.text,.cwcms .form tr.error textarea
{
	border:1px solid #aa0000 !important;
	background-color:#fff6f6;
}

.cwcms .form textarea
{
	resize:none;
}

.cwcms .form tr.error td
{
	color:#aa0000;
}

.cwcms .form th
{
	text-align:left;
}

.cwcms .form td.label,.cwcms .form td.subLabel,.cwcms .checkbox td.subLabel
{
	white-space:nowrap;
}

.cwcms .form td.label
{
	padding:0px 5px 7px 0px;
	text-align:right;
}

.cwcms .form th,.cwcms .form td.control
{
	padding-bottom:7px;
}

.cwcms .form td.subLabel,.cwcms .form td.subControl
{
	padding-right:7px;
}

.cwcms .form td.subLabel,.cwcms .form td.subControl
{
	padding-right:7px;
}

.cwcms .checkbox td.subLabel
{
	padding-left:2px;
}

.cwcms .form tr.error td.message
{
	padding:0px 0px 7px 0px;
}

.cwcms #menuDialog
{
	padding:3px 0px 0px 0px;
}

#cwcmsToolbar
{
	z-index:10000 !important;
	position:fixed;
	opacity:0.95;
	filter:alpha(opacity=95);
}

.cwcmsEditorLabel
{
	display:inline-block;
	margin-top:1px;
	padding:2px 5px;
	color:white;
	background-color:#cccccc;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-size:9pt;
}

.cwcmsEditor
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	min-width:28px;
	min-height:28px;
	background-color:white;
	border:1px dashed #cccccc;
	overflow:hidden;
}

.cwcmsEditor.embedded
{
	border:1px solid #cccccc;
	overflow:scroll;
	color:black !important;
}

.mce-edit-focus
{
	outline:none !important;
}
