/*
 *	rb-training.com
 *  Global Style Sheet
 *  Author: Matthew Abbott
 */
 
 body {
	background-color: black;
	color: white;
	margin: 0px;
	padding: 0px;
 }
 
 body, td, input, textarea {
	font-family: Arial, Verdana, sans-serif;
 }
 
 input.form, textarea.form {
	font-size: 10pt;
	width: 100%; 
	background-color: black; 
	border: 1px double #777777; 
	color: #777777;
	scrollbar-base-color: #777777;
 }
 
 div#title {
	border-bottom: 1px double #777777;
 }
 
 div#navigation {
	padding: 5px;
	font-size: 9pt;
	color: #999999;
 }
 
 div#content {
	padding: 5px;
	font-size: 9pt;
	color: #999999;
 }
 
 a, a:link, a:visited, a:active {
	color: #999999;
 }
 
 div#navigation a, div#navigation a:link, div#navigation a:visited, div#navigation a:active {
	color: #999999;
	text-decoration: none;
 }
 
 a:hover {
	color: white;
 }
 
 div#navigation a:hover {
	color: white;
	text-decoration: underline;
 }
 
 td#dutch-left {
	background: black url(dutch-left.jpg) no-repeat top right;
 }
 
 td#dutch-right {
	background: black url(dutch-right.jpg) no-repeat top left;
 }
 
 img {
	border: 0px;
 }
 
 #layout-8 {
	background: url(layout_8.gif) repeat-y top left;
 }
 
 #content-1 {
	background: url(content_1.gif) no-repeat top left;
 }
 
 #content-2 {
	background: url(content_2.gif) no-repeat top left;
 }
 
 #layout-9 {
	background: url(layout_9.gif) repeat-y top left;
 }
 
 div#images {
	padding-top: 15px;
 }
 
 div#images img {
	padding-top: 5px;
 }