*
{
	padding: 0;
	margin: 0;
}

body
{
	background: white;
	color: #ddd;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	margin: 5px 10px 10px 10px;
}

input, textarea, td
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

#main
{
	width: 900px;
	background-color: black;
}

#logo
{
	height: 104px;
	margin: 10px;
	text-align: left;
}

#logo img
{
	margin-top: 5px;
	padding-left: 120px;
}

/* ********** Content area ********* */

#container
{
	color: inherit;
	z-index: 5;
}

#content
{
	width: 100%;
	float: right;
	margin: 0 0 0 -130px;
	text-align: left;
	z-index: 10;
}

#content .wrapper
{
	color: white;
	background: #333;
	margin: 0 10px 0 130px;
	overflow: hidden;
	padding: 10px 10px 20px 20px;
	border: 1px solid #999;
	column-gap: 2em;
	text-align: justify;
	font-size: 8pt;
	min-height: 400px;
	z-index: 12;
}

#content p
{
	font-size: 8pt;
	margin: 5px 0 11px 0;
}

#content p
{
	line-height: 1.6em;
}

#content li
{
	line-height: 1.5em;
}

#content ul
{
	margin-bottom: 10px;
}

#content h1
{
	color: white;
	font-size: 14pt;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 0 4px -10px;
	padding: 6px 0 0 10px;
	height: 24px;
}

#content h1.centered
{
	color: black;
	font-size: 14pt;
	margin: 2px 0 5px 0;
	text-align: center;
}

#content h2
{
	color: white;
	font-size: 12pt;
	font-weight: bold;
	margin: 12px 0 4px 0;
	vertical-align: middle;
}

#content h3
{
	color: #5e7f1d;
	font-size: 9pt;
	font-weight: bold;
	margin: 1px 0 3px 0;
}

#content h3.apih3
{
	margin: 4px 0 6px 0;
}

#content a, #content a:visited
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	color: yellow;
}

li
{
	margin: 4px 0 4px 30px;
}

.dslist li
{
	margin: 10px 0 10px 30px;
}

#homepage
{
	background-color: black;
}

#homepage table
{
	background-color: black;
	width: 100%;
}

#homepage table td
{
	text-align: center;
	background-color: black;
}

/* ********** Copyright area ********* */

#copyright
{
	clear: both;
	height: 20px;
	margin: 4px 1px 0 201px;
	text-align: center;
	font-size: 7pt;
	color: #fff;
	padding-top: 2px;
}

#copyright a, #copyright a:visited
{
	color: #ffc;
	text-decoration: none;
}

#copyright a:hover
{
	color: #fa7;
	text-decoration: none;
}

/* ********** Page Images ********* */

.imgl
{
	float: left;
	padding: 0 10px 10px 0;
	text-align: center;
}

.imgr
{
	float: right;
	padding: 0 0 10px 10px;
	text-align: center;
}

.img
{
	padding: 5px;
	text-align: center;
}

.imgb
{
	padding: 8px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 10px;
	text-align: center;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: #bbb 2px 2px 4px;
	-webkit-box-shadow: #bbb 2px 2px 4px;
	box-shadow: #bbb 2px 2px 4px;
}

.imglb
{
	float: left;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 10px 10px 0;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: #bbb 2px 2px 4px;
	-webkit-box-shadow: #bbb 2px 2px 4px;
	box-shadow: #bbb 2px 2px 4px;
}

.imgrb
{
	float: right;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 0 10px 10px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: #bbb 2px 2px 4px;
	-webkit-box-shadow: #bbb 2px 2px 4px;
	box-shadow: #bbb 2px 2px 4px;
}

/* ********** Misc ********* */

#errmsg
{
	border: 1px solid red;
	padding: 0 5px 5px 5px;
	background-color: #ffc;
	color: red;
}

/* Tables */

table.cbm
{
	margin-top: 8px;
}

table.cbm th
{
	background-color: #4fabcf;
	color: white;
	text-align: center;
	padding: 2px;
	font-size: 9pt;
	border-right: 1px solid #1f7baf;
	border-bottom: 1px solid #1f7baf;
}

table.cbm th.cbmclr
{
	background-color: white;
	color: white;
	text-align: center;
	padding: 2px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

table.cbm td
{
	background-color: #e1efff;
	color: #036;
	padding: 3px;
	font-size: 8pt;
	border-top: 1px solid #1f7baf;
	border-left: 1px solid #1f7baf;
}

pre
{
	font: 9pt "Courier New",courier;
	color: #060;
}

pre.code
{
	background: url("/images/site/code.png") no-repeat #c4eecf;
	border-right: 1px solid #050;
	border-bottom: 1px solid #040;
	color: #040;
	font-weight: bold;
	padding: 10px;
	margin-left: 20px;
	overflow: auto;
	margin-bottom: 20px;
}

.tiny
{
	font-size: 7pt;
}

