﻿*
{
	margin: 0px;
	padding: 0px;
	border: none 0px;
	vertical-align: top;
}

body
{
	background-color: #161302;

	color: #9f8b68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a 
{
	text-decoration: none;
	color: #d0b07f;
	font-weight: bold;
}

a:hover 
{
	text-decoration: underline;
}

li
{
	list-style-image: url('../images/op-bullet.gif');	
}

hr
{
	display: none;
}

div.header_line
{
	margin-left: 10px;
	margin-bottom: 5px;
	height: 2px;
	background-color: #38361F;
}

div.line
{
	margin-left: 0px;
	height: 2px;
	background-color: #38361F;
}

div.subnav_line
{
	margin: 2px 0px;
	height: 1px;
	background-color: #4D3322;
}

/* Outer most invisible table */
.MainTable
{
	width: 955px;
	height: 700px;
	margin: 5px auto;
}

.FooterTable
{
	width: 100%;
	font-size: 8pt;	
	margin-top: 5px;
	font-family: Arial, sans-serif;
}

.FooterLeftSpace
{
	width: 5px;
}

.FooterCenter
{
	
}

.FooterRight
{
	text-align: right;
}

.VersionText
{
	display: none;
	color: #CCCCCC;	
}

.TextBox, .LoginTextBox, .ContactMeTextBox
{
	border: solid 1px #38361F;
	padding: 2px;
	
	color: #000;
}

.TextBoxActive
{
	border: solid 1px #38361F;
	padding: 2px;
	background-color: #FFFFFF;
	
	font-weight: bold;
	color: #000;
}

.DropDownList
{
	border: solid 1px #38361F;
	padding: 2px;
	
	color: #000;
}

.errorTable
{
    margin: 50px auto;
    width: 250px;
}
