BODY, TABLE {
	font: 9pt Arial, Sans-Serif;
	cursor: default
}

BODY, UL, FORM, UL.stretcher, .nostyle {
	margin: 0;
	padding: 0
}

BODY {
	position: relative
}

A, VAR {
	color: #33c;
	text-decoration: none
}

VAR {
	border-bottom: 1px dashed #33c
}

VAR:hover {
	border-bottom-color: #c33
}

A:hover, VAR:hover {
	color: #c33
}

IMG {
	border: 0
}

UL {
	width: 200px
}

LABEL, VAR, A, UL {
	cursor: pointer
}

VAR {
	font-style: normal
}

INPUT, TEXTAREA, SELECT {
	border: 1px solid #666;
	font: inherit
}

FIELDSET {
	border: 1px solid #666;
	text-align: left;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px
}

FIELDSET LEGEND {
	font-weight: 700
}

TEXTAREA, INPUT[type=text], INPUT[type=password], INPUT[type=file], INPUT[type=date], INPUT[type=datetime], INPUT[type=datetime-local], INPUT[type=number], INPUT[type=color], INPUT[type=tel], INPUT[type=email], INPUT[type=url], INPUT[type=search], SELECT {
	padding: 3px;
	outline: none;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .2), inset 0 1px 5px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .2), inset 0 1px 5px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(0, 0, 0, .6);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2), inset 0 1px 5px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(0, 0, 0, .6);
}

SELECT {
	padding: 2px 3px
}

INPUT[type=button], INPUT[type=submit], INPUT[type=reset] {
	background: #C8D8E1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E5F6FF), to(#C8D8E1));
	background-image: -webkit-linear-gradient(top, #E5F6FF, #C8D8E1);
	background-image: -moz-linear-gradient(top, #E5F6FF, #C8D8E1);
	background-image: -ms-linear-gradient(top, #E5F6FF, #C8D8E1);
	background-image: -o-linear-gradient(top, #E5F6FF, #C8D8E1);
	background-image: linear-gradient(top, #E5F6FF, #C8D8E1);
	border: 1px solid #C8D8E1;
	border-bottom: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	padding: 5px;
	text-align: center;
	text-shadow: 0 1px 0 #C8D8E1;
}

INPUT[type=button]:hover, INPUT[type=submit]:hover, INPUT[type=reset]:hover {
	background: #C8D8E1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C8D8E1), to(#B4C3CC));
	background-image: -webkit-linear-gradient(top, #C8D8E1, #B4C3CC);
	background-image: -moz-linear-gradient(top, #C8D8E1, #B4C3CC);
	background-image: -ms-linear-gradient(top, #C8D8E1, #B4C3CC);
	background-image: -o-linear-gradient(top, #C8D8E1, #B4C3CC);
	background-image: linear-gradient(top, #C8D8E1, #B4C3CC);
	border: 1px solid #B4C3CC;
	border-bottom: 1px solid #999;
	cursor: pointer;
	text-shadow: 0 1px 0 #C8D8E1;
}

INPUT[type=button]:active, INPUT[type=submit]:active, INPUT[type=reset]:active {
	border-color: red;
}

INPUT[type=button]:disabled, INPUT[type=submit]:disabled, INPUT[type=reset]:disabled {
	background: #f2f2f2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#d4d4d4));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #d4d4d4);
	background-image: -moz-linear-gradient(top, #f2f2f2, #d4d4d4);
	background-image: -ms-linear-gradient(top, #f2f2f2, #d4d4d4);
	background-image: -o-linear-gradient(top, #f2f2f2, #d4d4d4);
	background-image: linear-gradient(top, #f2f2f2, #d4d4d4);
	cursor: default;
}

INPUT.red[type=button], INPUT.red[type=submit], INPUT.red[type=reset] {
	background: #e0c8c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fae6e6), to(#e0c8c8));
	background-image: -webkit-linear-gradient(top, #fae6e6, #e0c8c8);
	background-image: -moz-linear-gradient(top, #fae6e6, #e0c8c8);
	background-image: -ms-linear-gradient(top, #fae6e6, #e0c8c8);
	background-image: -o-linear-gradient(top, #fae6e6, #e0c8c8);
	background-image: linear-gradient(top, #fae6e6, #e0c8c8);
	border: 1px solid #e0c8c8;
	border-bottom: 1px solid #bbb;
	text-shadow: 0 1px 0 #e0c8c8;
}

INPUT.red[type=button]:hover, INPUT.red[type=submit]:hover, INPUT.red[type=reset]:hover {
	background: #e0c8c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0c8c8), to(#ccb6b6));
	background-image: -webkit-linear-gradient(top, #e0c8c8, #ccb6b6);
	background-image: -moz-linear-gradient(top, #e0c8c8, #ccb6b6);
	background-image: -ms-linear-gradient(top, #e0c8c8, #ccb6b6);
	background-image: -o-linear-gradient(top, #e0c8c8, #ccb6b6);
	background-image: linear-gradient(top, #e0c8c8, #ccb6b6);
	border: 1px solid #ccb6b6;
	border-bottom: 1px solid #999;
	cursor: pointer;
	text-shadow: 0 1px 0 #e0c8c8;
}

.red, A.red {
	color: red
}

A.red:hover {
	color: #c33
}

.green, A.green {
	color: green
}

A.green:hover {
	color: #c33
}

TEXTAREA {
	line-height: 1.4em
}

TEXTAREA:focus, INPUT[type=text]:focus, INPUT[type=password]:focus, SELECT:focus {
	border-color: #c33
}

INPUT[type=checkbox] {
	border: 0
}

.disabled {
	background: #EBEBE4
}

.dnd {
	cursor: move
}

.u, .underline {
	text-decoration: underline
}

.nounderline, A.help_link {
	text-decoration: none;
	border-bottom: 0
}

.noBorder {
	border: 0
}

.jsButton {
	text-decoration: none;
	color: #33c;
	border-bottom: 1px dashed #33c;
	padding-bottom: 1px;
	cursor: pointer
}

.jsButton:hover {
	color: #c33;
	border-bottom: 1px dashed #c33
}

.noimg, .hidden {
	visibility: hidden
}

.dispNone {
	display: none
}

.clear {
	clear: both
}

.absolute {
	position: absolute;
	top: 0;
	left: 0
}

.relative {
	position: relative
}

.grey {
	color: #999
}

TABLE.tbl TR TD {
	padding: 4px 2px
}

TABLE.tbl .tblTtl TD {
	background: #eeffe5;
	font-weight: 700;
	text-align: center;
	padding: 6px 2px
}

#htmlgen_table_container {
	position: relative
}

INPUT.txt, SELECT.txt, TEXTAREA.txt {
	width: 100%
}

.menu TD, .menu2 TD, .moreTable TD, .moreBoxContent {
	padding: 0
}

#mainContentBox {
	overflow-y: auto
}

#innerWindow {
	width: 100%;
	height: 500px;
	background: #f5f5f5;
	border: 2px solid #999;
	border-right-color: #aaa;
	border-top: 2px solid #aaa
}

#innerWindowContainerWithScroller {
	overflow: scroll;
	overflow-x: hidden;
	height: 380px;
	position: relative
}

#fileImg {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	background: #f5f5f5;
	border: 1px solid #999
}

UL.stretcher {
	width: 100%;
	height: 100%
}

.nounderline {
	text-decoration: none
}

.cMenu {
	position: absolute;
	border: 1px solid #ccc;
	line-height: 14pt;
	background: #fff;
	padding: 1px 0;
	box-shadow: 6px 6px 9px #ccc;
	-moz-box-shadow: 6px 6px 9px #ccc;
	-webkit-box-shadow: 6px 6px 9px #ccc;
	border-radius: 0 6px 6px;
	-moz-border-radius: 0 6px 6px;
	-webkit-border-radius: 0 6px 6px;
	z-index: 1000
}

@media print {
	.menu, .menu2, .hide_print {
		display: none
	}
}

#menu {
	box-shadow: 0 3px 9px #ccc;
	-moz-box-shadow: 0 3px 9px #ccc;
	-webkit-box-shadow: 0 3px 9px #ccc
}

.menu, .menu2 {
	margin-top: 2px;
	border-collapse: collapse
}

.menu2, .menu TD.sel {
	margin: 0;
	background: #e5f6ff
}

.menu TD, .menu2 TD {
	border-bottom: 1px solid #ccc
}

.menu TD.sel, .menu2 TD.sel {
	border: 1px solid #ccc;
	border-bottom-color: #e5f6ff
}

.menu A, .menu2 A {
	text-decoration: none
}

.menu A:hover, .menu2 A:hover {
	text-decoration: underline
}

#logout {
	padding-left: 10px;
	padding-right: 10px
}

#menuleft {
	padding-left: 10px;
	font-weight: 700
}

.hint_no_padding, .hint {
	font-size: 8pt
}

.hint {
	padding: 0 10px
}

#sitemap_tree A.nounderline SPAN {
	font-family: monospace
}

/* CSS for auto generated fields */

.autoCMSform {
}

.autoHint {
	font-size: 8pt;
	padding: 0 10px
}

.autoText, .autoTextarea, .autoSelect, .autoPassword {
	width: 100%;
	margin-bottom: 0
}

.elementWithErr {
	/*color: red; background-color: red;*/
	border: 1px solid red;
}

.autoCheckbox {
	border: 0
}

.autoWYSIWYGbutton {
}

.autoTextHints, .autoTextareaHints {
	padding-left: 9px;
	border: 1px solid #666;
	border-top: 0;
	text-align: right;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: -16px;
	z-index: 999
}

.autoTextHints SPAN, .autoTextareaHints SPAN {
	padding-right: 9px
}

.autoTextHints TABLE, .autoTextareaHints TABLE {
	width: 100%;
	font-size: 8pt
}

.autoTable TD {
	padding: 1px 6px
}

.autoTable TH {
	padding: 0 5px
}

.dashboard > TBODY > TR > TD {
	border: 1px solid transparent
}

.dashboard > TBODY > TR > TD:hover {
	border: 1px solid #ccc
}

.moreBox {
	cursor: pointer;
	height: 14px;
	border: 1px solid #ccc;
	padding: 2px 10px;
	border-right-width: 0;
	text-align: center;
	position: relative;
	background: #fff
}

.moreArrow {
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #e5f6ff;
	cursor: pointer
}

.moreBoxContent {
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	text-align: left;
	display: none
}

.moreTable, .moreBoxContent TABLE {
	border-collapse: collapse
}

.moreTable TD {
	border-bottom: 0
}

.nostyle {
	width: 100%;
	list-style: none
}

.CodeMirror-line-numbers {
	width: 2.2em;
	color: #aaa;
	background: #eee;
	text-align: right;
	padding-right: .3em;
	font-size: 10pt;
	font-family: monospace;
	padding-top: .4em
}

.nobrd TD {
	border: 0
}

.help_box {
	position: absolute;
	background-color: #e5f6ff;
	text-align: left;
	padding: 5px;
	width: 200px;
	border: 1px solid #000;

	margin-left: -10px;
	font-size: 12px;
	z-index: 100;
}

td.hover, tr.hover {
	background-color: #aee3ff
}

th.hover {
	background-color: #aee3ff
}