html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
}
img {
	border: 0px;
}
div.loading {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 995;
	background-image: url('/img/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
p {
	font-size: 12px;
}
div.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 275px;
	height: 100px;
	background-image: url('/img/logo.png');
}
div.mainmenubg {
	position: absolute;
	top: 0px;
	left: 275px;
	right: 0px;
	height: 70px;
	text-align: right;
	border-bottom: 1px solid black;
	vertical-align: bottom;
}
div.deviceinfo {
	position: absolute;
	top: 5px;
	left: 10px;
	vertical-align: top;
}
div.mainmenu {
	position: relative;
	top: 50px;
	height: 20px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	vertical-align: bottom;
}
div.status {
	position: absolute;
	top: 70px;
	left: 250px;
	right: 0px;
	height: 30px;
	text-align: right;
	vertical-align: top;
}
div.submenu {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 175px;
	bottom: 0px;
}
div.content {
	position: absolute;
	top: 100px;
	left: 175px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
}
div.pagecontent {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
}
div.container {
	overflow: auto;
	padding: 1px;
}
tr.submenuoption {
	margin-left: 2px;
	margin-right: 2px;
	border-bottom: 1px solid black;
}
td.submenuoption {
	height: 25px;
	font-size: 12px;
}
a.menu_main_option {
	color: #fd810d;
}
a.menu_main_option_active {
	color: #de0072;
	font-weight: bold;
}
a.menu_sub_option {
	color: #fd810d;
}
a.menu_sub_option_active {
	color: #de0072;
	font-weight: bold;
}
a.pagelink {
	color: #fd810d;
}
a.activepagelink {
	color: #de0072;
}
a {
	color: #fd810d;
	text-decoration: none;
}
h1 {
	margin-top: 0px;
	font-size: 20px;
	color: #de0072;
	margin-bottom: 0px;
}
h2 {
	margin-top: 0px;
	font-size: 16px;
	color: #de0072;
	margin-bottom: 0px;
}
p {
	margin-top: 3px;
}
p.info {
	width: 80%;
}
span.msg_ok {
	color: #00aa00;
	font-weight: bold;
	font-size: 12px;
}
span.msg_warning {
	color: #ff8800;
	font-weight: bold;
	font-size: 12px;
}
span.msg_error {
	color: #aa0000;
	font-weight: bold;
	font-size: 12px;
}
table.list {
/*	border: 1px solid gray; */
	border-collapse: collapse;
}
tr.listheader {
/*	border: 1px solid gray; */
}
th.listheader {
	white-space: nowrap;
	text-align: left;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 12px;
}
th.listtopheader {
	white-space: nowrap;
	text-align: left;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 12px;
}
tr.listrowodd {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #e0e0e0;
}
tr.listrowodd:hover {
	background-color: #bbbbbb;
}
tr.listroweven {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #f0f0f0;
}
tr.listroweven:hover {
	background-color: #bbbbbb;
}
td.listcellaction {
	font-size: 10px;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 10px;
}
td.listcell {
	padding-left: 5px;
	padding-right: 10px;
	white-space: nowrap;
	font-size: 12px;
}
table.listinfo {
	border-collapse: collapse;
	font-size: 10px;
	width: 100%;
}
td.listinfo {
	text-align: left;
}
td.listinfopages {
	text-align: right;
}
table.form {
	border-collapse: collapse;
}
tr.formrow {
	height: 20px;
}
td.formcellinfo {
	vertical-align: top;
/*
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
*/
}
td.formcelleditinfo {
	font-size: 10px;
}
th.formcell {
	padding-left: 5px;
	padding-right: 10px;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
}
td.formcell {
	padding-left: 5px;
	padding-right: 10px;
	font-size: 12px;
	vertical-align: top;
/*
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
*/
}
input.formbutton, input.filterbutton {
	border: 1px solid gray;
	background-color: #ffffaa;
	height: 22px;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	
}
input.formbutton:hover, input.filterbutton:hover {
	cursor: pointer;
}
input.forminput, select.forminput, input.filterinput {
	border: 0px;
	background-color: #ffffaa;
	height: 18px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 300px;
	font-size: 12px;
}
textarea.forminput {
	border: 0px;
	background-color: #ffffaa;
	height: 82px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 300px;
	font-size: 12px;
}
div.filter {
}
table.filter {
	font-size: 12px;
}
div.debuglogtitle {
	position: absolute;
	height: 14px;
	font-size: 10px;
	left: 0px;
	width: 50px;
	bottom: 0px;
	padding-left: 5px;
	background-color: red;
	color: white;
	font-weight: bold;
}
div.debuglog {
	position: absolute;
	height: 150px;
	left: 25px;
	right: 25px;
	bottom: 10px;	
	margin: 10px;
	border: 1px solid red;
	padding: 5px;
	overflow: auto;
	background-color: #f8f8f8;
	display: none;
	z-index: 999;
}

