
.fckeditor {
	border: 1px dashed red;
}


BODY {
	margin:0px;
	padding:20px 0px 10px;
	border:0px;
}

BODY, TD, DIV {
	font-family:Verdana;
	font-family:Arial;
	color:#9C3121;
	font-size:9pt;
	color:#000;
	cursor: default;
}


h1 {
	margin: 0px;
	padding-bottom: 0px;
	font-size: 16pt;
	line-height:1em;
}

h2 {
	margin: 0.4em 0em 1.5em 0em;
	font-size: 12pt;
}

h1, h2 {
	color: #a42200;
	text-align:left;
}

small {
	color:red;
}

ul {
	list-style-type: circle;
}


.orange {
	color: rgb(235,139,24) !important;
}

.green {
	color: rgb(0,135,62) !important;
}




/*******************
   MOUSE CURSOR 
*******************/

acronym {
	padding-right:4px;
	background:url(icon_acronym.gif) top right no-repeat;
	cursor:help;
} 

a {
	cursor: hand;
}

a.none {
	text-decoration:none;
	color: #000 !important;
}


input[type=text],
textarea {
	cursor: text;
}


p.error {
	padding:5px 10px 5px 30px;
	margin-left:15px;
	border: 1px solid red;
	color: red;
	background: url(../../images/icons/exclamation.png) 5px 3px no-repeat;
	background-color: #fee;
}

p.okay,
p.info {
	padding:5px 10px 5px 30px;
	margin-left:15px;
	border: 1px solid green;
	background-color: #efe;
	background: url(../../images/icons/accept.png) 5px 3px no-repeat;
	color: darkgreen;
}


/*******************
   BORDER
*******************/

.border350 {
	background: url(../images/border_350_3.gif) top left no-repeat;
	padding-top:10px;
	width:360px;
	margin:0px;
	padding:0px;
}

.border350_title {
	display:block;
	padding:15px 0px 0px 15px;
	margin-bottom:5px;
	font-weight:bold;
}

.border350_inner {
	background: url(../images/border_350_3.gif) bottom left no-repeat;
	width:360px;
	padding:10px 5px 20px 15px;
}

.border250 {
	background: url(../images/border_250.gif) top left no-repeat;
	padding-top:10px;
}

.border250_inner {
	background: url(../images/border_250.gif) bottom left no-repeat;
}



.toplinks a {
	display:inline;
	margin-left:20px;
	color: #a42200;
	text-decoration:none;
	font-size:8pt;
}


ul#module {
	float:left;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 30px;
}

ul#module li {
	display:inline;
	margin:0px;
	padding:0px;
	float:left;
}

ul#module li a,
ul#module li a:hover {
	display:block;
	border:1px solid #9c3121;
	padding:5px 10px 5px 10px;
	margin:5px 0px 0px 2px;
	background:#fff3f3;
	color:#9c3121;
	font-size:9pt;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}

ul#module li a:hover {
	padding:7px 10px 8px 10px;
	margin:0px 0px 0px 2px;
}

ul#module li a.checked,
ul#module li a.checked:hover {
	background:#9c3121;
	color: #fff;
	padding:7px 20px 8px 20px;
	margin:0px 0px 0px 2px;
	
	padding:5px 10px 5px 10px;
	margin:5px 0px 0px 2px;
}

a {
	color:#9c3121;
}




a.menu_page,
a.menu_page_checked {
	color:#9C3121;
	text-decoration:none;
	white-space:nowrap;
	margin-left:10px;
}

a.menu_page_checked {
	font-weight:bold;
}

a.menu_page:hover {
	text-decoration:underline;
}


div.page_folder {
	color: #000;
	font-size:8pt;
	background:#f6f6f6;
	border: 1px solid #ccc;
	padding:2px 5px;
	cursor:default;
	display:inline;
}

div.folder {
	position:relative;
	left:15px;
	display:block;
	margin-top:20px;
}


div.forms {
	color: #000;
	cursor:default;
}

div.form,
div.form_checked {
	margin:5px 0px 0px;
	padding:0px;
	font-size:8pt;
	background:#f6f6f6;
	color: #000;
	border: 1px solid #ccc;
	padding:2px 5px;
	margin: 5px 0px 2px;
	cursor:default;
	width:100px;
	
	-moz-border-radius:15px;
	
}
div.form_checked {
	background:#fff3f3 url(../images/easyform_form_selected.gif) top right no-repeat;
	border: 1px solid #a42200;
}

div.form:hover {
	background-color:#fff3f3;
}

.recordedit_header {
	background:#fff3f3;
	font-weight:bold;
	color:#a42200;
}


	
/**********************************
   FUNCTIONSMENU   IN   MODULES 
 **********************************/

ul#ecs_content_menu {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 7px;
	overflow:hidden;
	white-space:nowrap;
	height:30px;
	border-bottom: 1px solid #a42200;
}

ul#ecs_content_menu li,
ul#ecs_content_menu li.checked  {
	display:inline;
	margin:0px;
	padding:0px;
	float:left;
	
	white-space:nowrap;
}


ul#ecs_content_menu li.checked {
	margin-top:0px;
	padding-top:3px;
	border: 1px solid red;
}

ul#ecs_content_menu li a,
ul#ecs_content_menu li a:hover  {
	display:block;
	margin:6px 0px 0px 2px;
	padding:4px 5px 5px 5px;
	border: 1px outset #9c3121;
	background:#fff3f3;
	color: #9c3121;
	text-decoration:none;
	
	white-space:nowrap;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

ul#ecs_content_menu li a:hover,
ul#ecs_content_menu li a.checked {
	background:#fff3f3;
	margin:0px 0px 0px 2px;
	padding:7px 5px 8px 5px;
}

ul#ecs_content_menu li a.checked,
ul#ecs_content_menu li a.checked:hover {
	padding:7px 10px 8px 10px;
	font-weight:bold;
	white-space:nowrap;
}


ul#ecs_content_menu li.content_menu_admin a,
ul#ecs_content_menu li.content_menu_admin a:hover {
	background:#eee;
	color:darkblue;
}

ul#ecs_content_menu li.content_menu_admin a:hover,
ul#ecs_content_menu li.content_menu_admin a.checked {
	background:#f6f6fa;
}

ul#ecs_content_menu li.content_menu_admin a.checked {
	font-weight:bold;
}

a.page,
a.pagechecked {
	color:#666;
	border:1px solid #ccc;
	background: #f3f3f3;
	padding:2px 4px;
	text-decoration:none;
}

a.pagechecked {
	font-weight:bold;
	color:#000;
	color:#a42200;
	border:1px solid #a42200;
	background:#fff3f3;
	padding:2px 4px;
}


table.easyform_config tr.active td,
table.easyform_config tr.inactive td {
	
}

table.easyform_config tr.inactive td {
	background: #eee;
}

table.easyform_config tr.inactive * {
	background: #eee;
	color:#666;
}

table.easyform_config tr.inactive textarea,
table.easyform_config tr.inactive select,
table.easyform_config tr.inactive input {
	background: #eee;
	color:#666;
	border: 1px solid #666;
}


/******************************
   RECORD HEADER TABLE
 *****************************/
 
table.recordheader {
	background: #f3f3f3;
	background: transparent;
	background: #eee;
	border-right: 1px solid #fff;
	height:30px;
	vertical-align:center;
}

table.recordheader tr {
}

table.recordheader  td {
	font-size:8pt;
	vertical-align:bottom;
}

table.recordheader  td a {
	font-size:8pt;
	color: #a42200;
	text-decoration:none;
	vertical-align:top;
}



/******************************
   RECORDS FOOTER
 *****************************/


table.recordfooter {
	background: #f3f3f3;
	background: transparent;
	background: #eee;
	padding: 2px 0px;
	line-height:1.3em;
	margin-top:10px;
}

span.easyform_content_footer {
	
}

a.resultset,
a.resultset_checked {
	color:cornflowerblue;
	padding:2px 5px;
	border: 1px solid cornflowerblue;
	background: #efefff;
	text-decoration:none;
}

a.resultset:hover  {
	background: #fff;
}

a.resultset_checked {
	font-weight:bold;
	background: #efefff;
	background: cornflowerblue;
	color: #fff;
}

/******************************
   RECORDS TABLE
 *****************************/

table.records {
	border-bottom:1px solid #fff;
	margin-bottom:0px;
}

th {
	background:rgb(200,207,211);
	font-size:8pt;	
	font-weight:normal;
	color:#000;
	text-align:center;
	line-height:12pt;
}


tr.alternate2 td {
	background: #f6f6f6;
}

tr.alternate1 td {
	background: #fafafa;
}

table.records tr:hover td {
	background: #fff3f3;
	cursor: default;
}

table.records tr.checked:hover td ,
tr.checked td {
	background: #fff3f3;
}

table.records tr {
	height:25px;
}

table.records tr td,
table.records tr th {
	border-right: 1px solid #fff;
	padding-left:3px;
}

table.records th {
	height:3.5em;
	vertical-align:center;
}

table.records a {
	color:#000;
}

form {
	display:inline;
	margin:0px 0px 0px 10px;
}

fieldset {
	background:#fffcfc;
	border: 1px outset #9c3121;	
	margin: 5px 20px 20px;
	padding: 10px;
}

legend {
	background:#fff3f3;
	border: 1px outset #9c3121;
	padding:1px 5px;
}

fieldset.gray {
	background:#fefefe;
	border: 1px outset darkblue;	
	margin: 5px 20px 20px;
}

fieldset.gray legend {
	background:#f0f0f0;
	border: 1px outset darkblue;
	padding:1px 5px;
}


td.label {
	text-align:right;
	vertical-align:top;
}

label {
	color: #9c3121;
	font-weight:normal;
	font-size:8pt;
	display:block;
	margin-left:10px;
	padding-right:5px;
}


td.input {
	padding-left:5px;
	margin-right:10px;
	vertical-align:top;
}

td.label_left {
	text-align:left;
	vertical-align:top;
	margin:5px 0px 0px;
	padding:0px;
}

td.label_left label {
	margin:5px 0px 0px 0px;
	padding:0px 5px;
}



input[type=text] {
	border:1px solid #ccc;
	color:#000;
	padding:2px 2px;
	font-family:Verdana;
}

input[type=text].active,
input[type=password].active {
	border:1px solid #000;
	background-color: #fff6f6;
	padding:2px 2px;
	color:#9c3121;
}

select {
	border:1px solid #000;
	color:#000;
	padding:0px 0px 0px 2px;
	font-family:Verdana;
}

select.active {
	border:1px solid #9c3121;
	background-color: #fff6f6;
	padding:0px 0px 0px 2px;
	color:#9c3121;
}

input,
select,
textarea {
	font-size:8pt;
	font-family:Arial;
}

textarea {
	font-family:Arial;
}


td.required input, 
td.required input.active, 
td.required select,
td.required select.active {
	padding-left:20px;
	background: #fff url(../images2/edit_captions.png) top left no-repeat;
}

td.required select option,
td.required select.active option {
	
	padding-right:20px;
}

button {
	background:transparent;
	border:0px;
	font-size:8pt;
	text-align:center;
	vertical-align:top;
	color: #666;
}

button.button03,
input[type=button].button03,
input[type=reset].button03,
input[type=submit].button03 {
	background: url(../images/icon_button03.gif) top left no-repeat;
	width: 25px;
	height:19px;
	border:0px;
	color: #666;
}

a.button03 {
	background: url(../images/icon_button03.gif) top left no-repeat;
	width: 25px;
	height:19px;
	border:0px;
	color: #666;
}

button.button06,
input[type=button].button06,
input[type=reset].button06,
input[type=submit].button06 {
	background: url(../images/icon_button06.gif) top left no-repeat;
	width: 56px;
	height:20px;
	border:0px;
	color: #666;
}

a.button06 {
	background: url(../images/icon_button06.gif) top left no-repeat;
	width: 56px;
	height:20px;
	border:0px;
	color: #666;
}

button.button09,
input[type=button].button09,
input[type=reset].button09,
input[type=submit].button09 {
	background: url(../images/icon_button09.gif) top left no-repeat;
	width: 79px;
	height:20px;
	border:0px;
	color: #666;
}

a.button09 {
	background: url(../images/icon_button09.gif) top left no-repeat;
	width: 79px;
	height:20px;
	border:0px;
	color: #666;
}

button.button12,
input[type=button].button12,
input[type=submit].button12,
input[type=reset].button12 {
	background: url(../images/icon_button12.gif) top left no-repeat;
	width: 102px;
	height:20px;
	border:0px;
	color: #666;
}

a.button12 {
	background: url(../images/icon_button12.gif) top left no-repeat;
	width: 102px;
	height:20px;
	border:0px;
	color: #666;
}


button.button15,
input[type=button].button15,
input[type=submit].button15,
input[type=reset].button15 {
	background: url(../images/icon_button15.gif) top left no-repeat;
	width: 125px;
	height:20px;
	border:0px;
	color: #666;
}

a.button15 {
	background: url(../images/icon_button15.gif) top left no-repeat;
	width: 125px;
	height:20px;
	border:0px;
	color: #666;
}

button.button18,
input[type=button].button18 ,
input[type=reset].button18 ,
input[type=submit].button18 {
	background: url(../images/icon_button18.gif) top left no-repeat;
	width: 148px;
	height:20px;
	border:0px;
	color: #666;
}

a.button18 {
	background: url(../images/icon_button18.gif) top left no-repeat;
	width: 148px;
	height:20px;
	border:0px;
	color: #666;
}

button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
	color:#000;
	cursor: hand;
}



a.button03,
a.button06,
a.button09,
a.button12,
a.button15,
a.button18 {
	text-align:center;
	padding-top:3px;
}
cssbox_header,
cssbox_body {
	font-size:8pt;
}
