@CHARSET "ISO-8859-1";

body {
	background-color: #444444;
	font-family: arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

a {
	color: #0054a6;
	text-decoration: underline;
}

a:visited {
	color: #662d91;
}

img {
	border: 0;
}

h1 {
	color:#f26522;
	font-size: 20pt;
	font-weight: normal;
	margin: .7em 0;
	padding: 0;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	margin: .7em 0;
	padding: 0;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: .7em 0;
	padding: 0;
}

p {
	line-height: 1.5;
	margin: 1.2em 0;
	padding: 0;
}

li {
	line-height: 1.5;
}

table {
	border-collapse: collapse;
	border-width: 0;
	margin: 0;
	padding: 0;
	table-layout: fixed;
}

td, th {
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

div.page {
	margin: 0 auto;
	padding: 0;
	width: 860px;
}

div.header {
	margin: 10px 0;
}

div.header table {
	width: 100%;
}

div.header td.leftCell {
	text-align: left;
}

div.header td.rightCell {
	text-align: right;
}

div.navigation {
	background-color: #000000;
	background-image: url("000000_444444_15_1.png");
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
}

div.navigationInner {
	background-image: url("000000_444444_15_2.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 15px 15px 0 15px;
}

div.navigation table {
	width: 100%;
}

div.navigation td.tab {
	background-color: #444444;
	background-image: url("tab.png");
	background-position: top left;
	background-repeat: repeat-x;
	height: 30px;
}

div.navigation td.tab a {
	color: #dae2e6;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

div.navigation td.tab a:hover {
	text-decoration: underline;
}

div.navigation td.tab.selected {
	background-color: #ffffff;
	background-image: url("tab_s.png");
}

div.navigation td.tab.selected a {
	color: #444444;
}

div.content {
	background-color: #ffffff;
	background-image: url("https://punit-php.sourceforge.net/css/ffffff_444444_15_3.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.contentInner {
	background-image: url("ffffff_444444_15_4.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 25px;
}

div.footer {
	color: #ffffff;
	font-size: 8pt;
	margin: 15px 0;
	text-align: center;
}

div.footer a {
	color: #b2b2b2;
}

div.footer a:hover {
	color: #dbdbdb;
}

div.console {
	border-color: #dae2e6;
	border-style: solid;
	border-width: 1px;
	margin: 1.2em 0;
	padding: 5px;
}

table.menu td {
	padding: 5px 0;
	text-align: left;
}

table.grid {
	margin: 10px auto;
}

table.grid td, table.grid th {
	border-color: #dae2e6;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

table.grid .left {
	text-align: left;
}