/* Top Elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	background: #82A1CC;
	font: 9pt Verdana, Tahoma, Arial, Sans-serif;
	color: #747474;
	margin: 15px 0px;
	text-align: justify;
}

a, a:visited {
	color: #5893CA;
	text-decoration: none;
	background: inherit;
}

a:hover {
	color: #79AAD8;
	text-decoration: underline;
	background: inherit;
}

a.black {
	color: #747474;
	text-decoration: none;
	background: inherit;
}

a.white {
	color: #FFFFFF;
	text-decoration: none;
	background: inherit;
}

h1 {
	font: 15pt Verdana, Tahoma, Arial, Sans-serif;
	color: #FFFFFF;
}

h2 {
	font: 11pt Verdana, Tahoma, Arial, Sans-serif;
	font-weight: bold;
	color: #575757;
}

h3 {
	font: 9pt Verdana, Tahoma, Arial, Sans-serif;
	font-weight: bold;
	color: #575757;
}

h1, h2, h3, p, form {
	padding: 4px 4px 10px 4px;
	margin-left: 6px;
}

ul {
	list-style-image: url(bullet.png);
	margin: 0px 0px 8px 10px;
	padding: 0px 20px;
}

code {
	margin: 5px 0px;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: Courier New, monospace;
	background: url(code.png);
	border: 1px solid #D7D7D7;
}

/* table {
	border-collapse: collapse;
	margin: 10px;
} */

img {
	border: 0px;
}









#wrapper {
	position: absolute;
	width: 961px;
	background: #C4C4C4 url(content.png) repeat-y center top;
	margin: 0px 24px;
	text-align: justify;
}

#top {
   	position: absolute;
	width: 961px;
	height: 0px;
	top: 0;
	left: 0;
	z-index: 2;	
}

#header {
	position: relative;
	width: 961px;
	height: 112px;
	background: #C4C4C4 url(header.png) center top;
	padding: 0;
}

#content {
	position: relative;
	float: left;
	clear: both;
	width: 931px;
	padding: 0px;
	background: #2F4C76;
	border-top: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	margin-left: 15px;
	margin-top: 5px;
	display: inline;
}

#nav {
	clear: both;
	padding: 0px;
}

.mainbox {
	float: left;
	width: 679px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background: #2F4C76 url(mainbox.png);
}

.sidebox {
	float: right;
	width: 222px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #2F4C76 url(sidebox.png);
}

.mainbox-bottom {
	background: #2F4C76 url(mainbox-bottom.png) no-repeat;
	width: 689px;
	height: 11px;
	float: left;
	margin: -20px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.sidebox-bottom {
	background: #2F4C76 url(sidebox-bottom.png) no-repeat;
	width: 232px;
	height: 11px;
	float: right;
	margin: -11px -10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.sidebox-splitter {
	background: #2F4C76 url(sidebox-splitter.png) no-repeat;
	width: 232px;
	height: 59px;
	float: right;
	margin: -11px -10px 0px 0px;
	padding: 7px 0px 0px 0px;
}

#footer {
	clear: both;
	width: 961px;
	padding: 21px 0px 0px 0px;
	background: url(footer.png) no-repeat center bottom;
	text-align: center;
}

#footer-text {
	text-align: center;
	font: 7pt Verdana, Tahoma, Arial, Sans-serif;
	color: #FFFFFF;
}









table.standard {
	padding: 0px 0px 0px 0px;
	margin-left: 8px;
	width: 650px;
	border: #000000 0px solid;
}

table.standard th {
	border: #D7D7D7 1px solid;
	//border-bottom: #D7D7D7 1px solid;
	background: #E4E4E4;
}

table.standard tr.odd td {
	background: #F1F1F1;
}

table.standard tr.even td {
	background: #000000;
}

table.standard td {
	border: #D7D7D7 1px solid;
	//border: #D7D7D7 1px solid;
}

table.standard th.invisible {
	border: #FFFFFF 1px solid;
	background: #FFFFFF;
}

table.standard td.invisible {
	border: #FFFFFF 1px solid;
	background: #FFFFFF;
}





table.sortable {
	padding: 0px 0px 0px 0px;
	margin-left: 8px;
	width: 650px;
	border: #000000 0px solid;
}

table.sortable th {
	border: #D7D7D7 1px solid;
	//border-bottom: #D7D7D7 1px solid;
	background: #E4E4E4;
}

table.sortable th a {
	color: #747474;
	text-decoration: none;
	background: inherit;
}

table.sortable th a:visited {
	color: #747474;
	text-decoration: none;
	background: inherit;
}

table.sortable th a:hover {
	color: #747474;
	text-decoration: none;
	background: inherit;
}

table.sortable tr.odd td {
	background: #F7F7F7;
}

table.sortable tr.even td {
	background: #F1F1F1;
}

table.sortable td {
	border: #D7D7D7 1px solid;
	//border: #D7D7D7 1px solid;
}






table.invisible {
	padding: 4px 4px 10px 4px;
	margin-left: 6px;
	width: 650px;
}