div#login {
	margin: auto;
	border: 1px solid #022169;
	border-radius: 0px;
	padding: 5px;
	background-color: #ffffff;
	box-shadow: 5px 5px 15px #666666;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	top: 50%; 
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 200px;
	margin-top: -100px;
	font-size: 14px;
}
.forminput {
	margin: 5px 0px 0px 0px;	
}
.loginsubmit {
	background-color: #006eb7; 
	border:none; 
	color:white; 
	padding: 10px 16px; 
	text-align: center; 
	text-decoration:none; 
	display:inline-block; 
	margin: 5px auto 0px auto;
}
table#menu {
	margin: 10px auto 15px auto;
	text-align: center;
}
table#menu ul {
	background: white;
	color: #666666;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
table#menu li {
	display: inline;
}
table#menu li a {
	background: white;
	color: #666666;
	padding: .25em 1em;
	float: left;
	text-decoration: none;
	border-bottom: solid 5px white;
	border-top: solid 0px #fff;
	border-left: solid 0px #fff;
	border-right: solid 0px #fff;
}
table#menu li a:hover {
	background: white;
	color: #006EB7;
	border-bottom: solid 5px #006EB7;
}
table#menu li#selected_menu a {
	background: white;
	color: #006EB7;
	border-bottom: solid 5px #006EB7;
}
table#menu li#selected_menu a:hover {
	background: white;
	color: #666666;
	border-bottom: solid 5px #006EB7;
}
body {
	font-size:10px;
	margin:1px;
	height: 100%;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	background: rgba(226,226,226,1);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 100%);
	background-attachment: fixed;
}
form {
	padding: 0px;
	margin: 0px;
}
td {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #000060;
}
td.status {
	color: #8080a0;
}
input {
	background-color: #FCFFFF;
}
input.ip {
	width:32px;
	padding:0px;
	font-size:12px;
	margin:1px;
}
.big {
	padding:5px;
	font-weight:bold;
	font-size:16px;
	color:#A06000;
	background-color:#e0e0e0;
}
.small {
	padding:0px;
	font-weight: normal;
	font-size:15px;
	margin:5px;
	color:#000060;
	font-weight: bold;
	background-color:#d5d5d5;
}
.imgbutton {
	padding:0px;
	font-weight:bold;
	font-size:12px;
	border:0px;
	margin:4px;
	width:140px;
	height:27px;
	text-indent:10px;
	color:#FFFFFF;
	float:left;
	display:inline;
}
a {
	padding:0px;
	margin:0px;
}
table.grid {
	border-spacing:0px;
	border:0px solid #000000;
	width: 352px;
	height: 240px;
	padding:0px;
	margin:0px;
}
.imgbutton2 {
	padding:0px;
	font-weight:bold;
	font-size:12px;
	border:0px;
	margin:0px 15px 0px 15px;
	width:24px;
	height:24px;
	text-indent:10px;
	color:#FFFFFF;
	display:inline;
}
img.grid {
	width:17px;
	height:15px;
	border:1px solid #808080;
	padding:0px;
	margin:0px;
	z-index: 4;
}
td.grid {
	border:0px;
	padding:0px;
	margin:0px;
}
div.background {
	border:0px solid #000000;
	position: absolute;
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
	z-index: -1;
}
table.config {
	border: 1px solid #808080;
	border-spacing: 0px;
	float: left;
	width: 100%;
}
.highlight {
	color: #00BF00;
	font-size:16px;
}
.hilight {
	color: #00BF00;
}
.lolight {
	color: #BF0000;
	text-decoration:none;
}
table#body {
	width: 980px;
	margin: 10px auto 0px auto;
	border: 1px solid #022169;
	border-radius: 0px;
	padding: 5px;
	background-color: #ffffff;
	box-shadow: 5px 5px 15px #666666;
}
.tooltip {
	position: relative;
}
.tooltip .tooltiptext {
	visibility: hidden;
	background-color: #006eb7;
	color: #fff;
	text-align: left;
	min-width: 220px;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 5;
	margin-top: 30px;
	opacity: 0;
	transition: opacity 0.5s;
	transition-delay: 1s;
	padding: 5px 5px 5px 5px;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	border-color: #006eb7 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
h1 {
	color: #006EB7;
	font-size: 18px;
	text-align: right;
}
h1 > i {
	color: #FF0000;
}
h2 {
	color: #006EB7;
	font-size: 13px;
	margin: 2px 2px 2px 2px;
}
table.tablesorter {
	width: 100%;
	margin: 10px auto 10px auto;
	border: 0px solid black;
	font-size: 10pt;
}
table.tablesorter th {
	border: 0px solid black;
	font-weight: 600;
	text-align: center;
	margin: 5px 5px 5px 5px;
	font-family: 'Courier New', Courier, monospace, Arial, Verdana;
	background-color: #6ec4e8;
	color: #022169;
	cursor: pointer;
}
table.tablesorter tr {
	border: 0px solid black;
	margin: 5px 5px 5px 5px;
	font-family: 'Courier New', Courier, monospace, Arial, Verdana;
	background-color: #edeae7;
	color: #022169;
	display: table-row;
}
table.tablesorter tr:hover {
	background-color: #e1dcd7;
}
table.tablesorter td {
	font-family: 'Courier New', Courier, monospace, Arial, Verdana;
	color: #022169;
}
table.tablesorter a {
	font-family: 'Courier New', Courier, monospace, Arial, Verdana;
	color: #006eb7;
	text-decoration: none;
}
table.tablesorter a:hover {
	color: #6ec4e8;
}
.content {
	color: #666666;
}
input.content {
	color: #666666;
	border: 1px solid #666666;
}
a.content {
	color: #006EB7;
	text-decoration: none;
}
a.content:hover {
	color: #666666;
	text-decoration: none;
}
a.smallprint {
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	font-style: italic;
	font-weight: 50;
}
a.smallprint:hover {
	font-size: 8pt;
	color: #006EB7;
	text-decoration: none;
	font-style: italic;
	font-weight: 50;
}
.tablesorter-headerUnSorted {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
	padding: 4px 20px 4px 4px;
}
.tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	border-bottom: #000 2px solid;
	background-repeat: no-repeat;
	background-position: right center;
}
.tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	border-bottom: #000 2px solid;
	background-repeat: no-repeat;
	background-position: right center;
}
