/* EDITOR */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
}
h1 {
	font-size: 166%;
	margin-top:0.1em
	margin: 1.2em 0 .3em;
	color:#000;
	border-bottom: 1px solid #eee;
	padding-bottom: .1em

}
h2 {font-size: 136%}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 96%}


.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 {
	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 {
	background-color: transparent;
	color: Maroon;
	font: normal bold;
	text-align: left;
	border: 0px inset Maroon;
	padding: 2px 6px;
}

.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: 6px groove gray;
	margin-top: 2px;
	padding: 3px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 110%;
	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; }*/




.dbx_evalerr{
	background-color: #FF9393;
}
.highlight {color:#E17000}
.date {font: bold 82% arial;color:#bbb;display:block;letter-spacing: 1px}
