/* EDITOR */


#dbx_page_break {
	border: 2px dashed Fuchsia;
	width: 98%;
	height: 2px;
	display: block;
}
#dbx_col_break {
	border: 2px dashed deeppink;
	width: 98%;
	height: 2px;
	display: block;
}

#dbx_content__content {
  margin:0;
	padding:0;
	font-family:Verdana;
	font-size:12px;
}
.mceContentBody {
  margin:0;
	padding:0;
	font-family:Verdana;
	font-size:12px;
}



h1 {
  margin:0;
	padding:0;
	font-size: 126%;
	letter-spacing: -1px;
	font: bold;
	font-stretch: wider;
	margin-bottom: 1px;

}
h2 {
  margin:0;
	padding:0;
  color:#800000;
  font-family:arial;
  font-size:155%;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
}


h3 {
  margin:0;
	padding:0;
  
  color:#800000;
	font-size: 136%;
  font-family:arial;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
}
h4 {
  margin:0;
	padding:0;
  color:#000000;
	font-size: 126%;
  font-family:arial;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
}


h5 {  margin:0;
	padding:0;font-size: 116%	;letter-spacing: -1px;}
h6 {  margin:0;
	padding:0;font-size: 100%	;letter-spacing: -1px;}


.flexme {
	background-color: transparent;
}

.shadow {
	background-color: transparent;
}

.small_logo {
	font-size: 90%;
}
.big_logo {
	font-size: 110%;
}

th {
	font-size: 110%;
	background-color: Black;
	color: white;
	line-height: 1.8;
	background-image: url(../images/th.png);
	background-position: center;
	background-repeat: repeat-x;
}

.form {
	background-color: #E4E4E4;
	border: 2px ridge;
	padding: 4px;
	margin: 4px;
}

.header {
  margin:0;
	padding:0;
	background-color: transparent;
	color: Maroon;
	font: bold;
	border: 0px inset;
	padding: 2px;
}
.footer {
	background-color: transparent;
	color: Maroon;
	font: bold;
	border: 0px inset;
	padding: 2px 20px;
}

.label {
  margin:0;
	background-color: transparent;
	color: Maroon;
	font-weight:bold;
	text-align: left;
	border: 0px inset Maroon;
	padding: 2px 6px;
}
.field_label {
  margin:0;
	background-color: transparent;
	color: Maroon;
	font-weight:bold;
	text-align: left;
	padding: 2px 6px;
}
.field_labelr {
  margin:0;
	background-color: transparent;
	color: Maroon;
	font-weight:bold;
	text-align: right;
	padding: 2px 6px;
}


.translation_tab {
  width:  99%;
}

.editform {
	background-color: #EEEEEE;
}

.red {
	color: Red;
}
.green {
	color: Lime;
}

.dbxView {
	border: 2px inset;
}

.link_button  {
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid Maroon;
	border-bottom: 2px solid Maroon;
	border-left: 1px solid Maroon;
	border-right: 2px solid Maroon;
	background: Red;
	background-color: Red;
}

.link_button a {
	text-align: center;
	text-decoration: none;
	color: yellow;
}




.scrollbox100p300px {
	background: #EDF0F5;
	overflow: auto;
	width:  99%;
	height: 300px;
	border: 2px inset;
	padding: 2px;
	display: block;
	visibility: visible;
	empty-cells: show;
}

.scrollbox100p140px {
	background: #EDF0F5;
	overflow: auto;
	width:  99%;
	height: 140px;
	border: 2px inset;
	padding: 2px;
	display: block;
	visibility: visible;
	empty-cells: show;
}


.scrollbox100p120px {
	background: #EDF0F5;
	overflow: auto;
	width:  99%;
	height: 120px;
	border: 2px inset;
	padding: 2px;
	display: block;
	visibility: visible;
	empty-cells: show;
}

.scrollbox100p40px {
	background: #EDF0F5;
	overflow: auto;
	width:  99%;
	height: 40px;
	border: 2px inset;
	padding: 2px;
	display: block;
	visibility: visible;
	empty-cells: show;
}
.scrollbox100p60px {
	background: #EDF0F5;
	overflow: auto;
	width:  99%;
	height: 60px;
	border: 2px inset;
	padding: 2px;
	display: block;
	visibility: visible;
	empty-cells: show;
}
.scrollbox100p80px {
	background: #EDF0F5;
	overflow: auto;
	width:  99%;
	height: 80px;
	border: 2px inset;
	padding: 2px;
	display: block;
	visibility: visible;
	empty-cells: show;
}
a.button {
	display: inline;
	width: 120px;
	border: 3px groove gray;
	padding: 1px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

a.button:link    {
	color: Maroon;
	background-color: #fff;
	text-decoration: none;
}
a.button:visited { color:Maroon; background-color:#fff; text-decoration:none; }
a.button:hover   { color:Maroon; background-color:#ff9; text-decoration:none; }
a.button:active  { color:Maroon; background-color:#ff9; text-decoration:none; }

/*div.button { color:#000; background-color:#ddf; width:120px; text-align:center; padding:2px; }*/



#msg {
	border: thin groove Maroon;
	background-color: green;
	color: yellow;
}

#error {
	border: thin groove Maroon;
	background-color: red;
	color: yellow;
}

.dbx_evalerr{
	background-color: #FF9393;
}
.highlight {color:#E17000}

.left {
	text-align: left;
	padding-left: 2px;
}

.right {
	text-align: right;
	padding-right: 2px;
}
