html, body {
	margin: 0px;
	padding: 0px;
	background-color: black;
}
body {
	width: 860px;
	margin: 20px auto;
	background-color: black;
	position: relative;
	font-family: verdana, helvetica, sans-serif;
	font-size: 9pt;
	color: white;
}
input, option, select {
	font-size: 8.25pt;
	color: black;
}
h1, h2, h3 {
	font-size: 9pt;
}
h1, p {
	margin: 12px 0px 8px 0px;
}
tt, pre, tt *, pre * {
	font-family: consolas, "lucida console", "courier new", monospace;
}
pre {
	overflow: auto;
}
a {
	text-decoration: none;
	color: #FF9;
}
a:hover { color: #99F; }

small, small *, .smallfont, .smallfont * {
	font-size: 7.5pt;
}

img {
	border: none;
}

ul {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
ul.section_selection {
	border-bottom: 1px solid #222;
}
ul.section_selection, ul.section_selection * {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.section_selection li {
	padding: 0px;
	padding: 1px 10px;
	background-color: #333;
	border-left: 1px solid #444;
	border-right: 1px solid #222;
	background-image: url('../images/glass/title.gif');
	background-repeat: repeat-x;
}
ul.section_selection li.selected {
	border-left: 1px solid #066;
	border-right: 1px solid #022;
	background-image: url('../images/glass/title_blue.gif');
}
ul.section_selection li:hover, ul.section_selection li.selected:hover {
	border-left: 1px solid #066;
	border-right: 1px solid #022;
	background-image: url('../images/glass/title_green.gif');	
}
ul.section_selection li a {
	color: white;
}
ul.section_selection li ul li,
ul.section_selection li ul li.selected,
ul.section_selection li ul li:hover,
ul.section_selection li ul li.selected:hover {
	border-right: none;
	border-left-color: #444;
	font-weight: normal;
	padding-left: 16px;
	background-image: none;
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-image: none;
	position: relative;
	left: -11px;
	top: 1px;
}
ul.section_selection li ul li a {
	font-size: 8pt;
}
ul.section_selection li ul li.selected,
ul.section_selection li ul li.selected:hover {
	background-image: url('../images/icons/bullet_go.png');	
	border-left: 1px solid #444;
}
table td, table th {
	text-align: left;
	vertical-align: top;
}
table.centred {
	margin: 0px auto;
}
table.basic {
	border-collapse: collapse;
	background-color: white;
}
table.basic td, table.basic th {
	text-align: left;
	border: 2px solid black;
	padding: 3px;
	color: black;
}
table.basic td *, table.basic th * {
	color: black;
}

table.versioned_download {
	width: 100%;
	border-collapse: collapse;
}
table.versioned_download th, table.versioned_download td  {
	text-align: left;
	background-color: #339;
	height: 16px;
	padding: 0px 6px;
}
table.versioned_download th  {
	background-image: url('../images/glass/title_blue.gif');
	background-repeat: repeat-x;
}
table.versioned_download td  {
	background-image: url('../images/glass/title.gif');
	background-repeat: repeat-x;
}
a.versioned_download_exe {
	background-image: url('../images/icons/cd.png');
}
a.versioned_download_zip {
	background-image: url('../images/icons/compress.png');
}
a.versioned_download_zip, a.versioned_download_exe {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left;
	color: white;
}


div.content {
	background-color: #333;
	margin-bottom: 12px;
}
div.content_header {
	background-image: url('../images/glass/title_red.gif');
	background-repeat: repeat-x;
	padding: 0 10px;
	font-weight: bold;
	border-left: 1px solid #933;
	border-right: 1px solid #300;
	height: 16px;
}
div.content_body {
	padding: 4px 10px;
	text-align: justify;
	border-left: 1px solid #444;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
}
div#toolbar {
	background-image: url('../images/glass/menu_greyed.gif');
	background-position: top;
	background-repeat: repeat-x;
	height: 32px;
}
div#toolbar ul {
	margin: 0;
	padding: 0;
	float: right;
}
div#toolbar ul li {
	height: 32px;
	text-align: center;
	margin: 0 1px 0 0;
	padding: 0;
	background-image: url('../images/glass/menu.gif');
	background-position: top;
	list-style: none;
	width: 80px;
	float: left;
}
div#toolbar ul li.selected {
	background-image: url('../images/glass/menu_blue.gif');
}
div#toolbar ul li:hover {
	background-image: url('../images/glass/menu_green.gif');
}
div#toolbar ul li div {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div#toolbar ul li a {
	color: white;
	text-transform: lowercase;
	position: relative;
	top: 7px;
	white-space: nowrap;
}
div#toolbar ul li ul {
	overflow: hidden;
	float: none;
	display: none;
}
div#toolbar ul li ul li {
	cursor: pointer;
	width: 100%;
	float: none;
	position: relative;
	height: 16px;
	background-color: #666;
	background-image: none;
	background-position: left 50%;
}
div#toolbar ul li ul li div {
	background-repeat: no-repeat;
	background-image: none;
	background-position: 2px 50%;
}
div#toolbar ul li ul li a {
	position: static;
	font-size: 8.25pt;
}

div#content_left {
	float: left;
	width: 190px;
}
div#content_right {
	float: right;
	width: 659px;
}
div.footer, div.footer * {
	font-size: 8pt;
	text-align: center;
}