body,td,th,input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #eae39f;
/*	background-image: url(background.png);
	background-repeat: repeat-x;
*/	margin: 0px;
}
.adminbackground{
	background-image: url(background.png);
	background-repeat: repeat-x;
	margin: 20px auto;
	width:990px;
	vertical-align:middle;
}
form {
	margin: 0;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
}
h1 {
	text-align: center;
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
}
h2 {
	font-size: 15px;
	color: #888899;
	margin: 5px 0px 5px 0px;
}
a:link, a:visited, a:active {
	color: #555566;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #888899;
}
.note {
	color: #666666;
	font-size: 10px;
}
label {
	cursor: pointer;
}
.menu {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 2px;
    background: #000 url(menu.png) ;
    background-repeat:repeat-x;
}
.menu li {
	list-style-type: none;
	display: inline;
	padding-right: 1px;
}
.menu a, .menu a:link, .menu a:active, .menu a:visited {
	border-bottom: 0;
	padding: 7px;
	color: #555;
}
.menu a:hover {
	text-decoration: none;
	color: #fff;
    background: #fff url(menuo.png) ;
    background-repeat:repeat-x;
}
.current a, .current a:link, .current a:active, .current a:visited {
	background: #fff url(menuo.png) ;
    background-repeat:repeat-x;
	color: #fff;
}
.menu li ul.submenu {z-Index:99; position: absolute; background: #eae39f; margin: 0; display: none; padding-left:0px; padding-right:10px; text-transform: none;; font-size: 100%; border: 2px outset #fff;}
.menu li ul.submenu li{width: 95%; text-align: left; background: #dad38f; color:#555555; font-weight: normal; margin: 0; padding: 0; line-height: 1.7em; display: block;}
.menu li ul li a {width: 95%; padding: .6em .8em .6em .8em; background: #eae39f; }
.menu li:hover ul, .menu li a:focus ul, .menu li ul li {display: inherit; margin-top:1.5em; margin-left: -80px;}
.menu li ul.submenu li a, .submenu li a:link {width: 95%; padding: .6em .8em .6em .8em; background: #eae39f; color: #555555; display:inherit;}
.menu li ul.submenu li a:hover, .submenu li a:focus{ background: #cac37f; color:#555555; display:inherit;}
.content {
    background: #f5f7e9 url(bgtitle.png) ;
    background-repeat:repeat-x;
	padding: 20px;
	height: 280px;
	width: 850px;
	text-align: left;
	vertical-align: top;
}
.loginout {
    background: #f5f7e9;
	padding: 20px;
	height: 280px;
	width: 850px;
	text-align: left;
	vertical-align: middle;
	border: 1px #666666 solid;
}
.row_a {
	background-color: #eae39f;
}
.row_b {
	background-color: #dad38f;
}
.row_c {
	background-color: #cac37f;    /* this is for mouseover in lines */
}
.hide {
	display: none;
}

input:focus, select:focus, textarea:focus {
	background: #F1F8FD;
}
input[type=submit], input[type=button], input[type=reset]{ background:#eae39f url(menuo.png); height:25px; border:1px solid #eae39f; }
input[type=file] { background:#eae39f; height:25px; border:1px inset #eae39f; width:97%; }
/* if a old version of forms is without this class in backend.css */
.formInfoBox{
  position:absolute;
  z-Index:2;
  display:none;
  background-color:#ffeedd;
  width:90px;
  border:2px outset #ffffff;
  padding:3px;
}
/* so on for calendar */
.divInfoBox{
  position:absolute;
  visibility:hidden;
  border:2px #ffffff outset;
  z-Index:2;
  background-color:#ffeedd;
/*  width:150px; */
  padding:3px;
}
/* Styles for settings */
.settings_table td {
	vertical-align: top;
	text-align: left;
}
.setting_name {
	width: 30%;
}
.setting_value {
	width: 70%;
}
.setting_value50 {
	width: 35%;
}
.setting_value input, .setting_value textarea {
	width: 98%;
}
.setting_value select, .setting_value50 select, .setting_value50 textarea {
	width: 99%;
}
.setting_value textarea {
	height: 50px;
}
#file_mode input {
	width: 12px;
	height: 12px;
}
#dir_mode input {
	width: 12px;
	height: 12px;
}
.save, .reset {
	width: 100px;
}
.setting_repair{
	width: 35%;
	text-align:right;
}
.setting_repair input{
	width: 99%;
}
#hide2 {
	display: none;
}
.not_visible{
	visibility:hidden;
}