﻿*
{
	margin: 0px;
	padding: 0px;
	border: none 0px;
	vertical-align: top;
}

body
{
	/* background-image: url('../images/bg-tile.jpg'); */
	background-color: #153645;
	font-family: Trebuchet MS;
	font-size: 10pt;
}

a 
{
	text-decoration: none;
	color: #567f95;
	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: 21px;
	margin-bottom: 5px;
	height: 2px;
	background-color: #153645;
}

div.line
{
	margin-left: 0px;
	height: 2px;
	background-color: #153645;
}

div.subnav_line
{
	margin: 2px 0px;
	height: 1px;
	background-color: #f4f0df;
}

/* Outer most invisible table */
.MainTable
{
	width: 752px;
	height: 500px;
	margin: 20px auto;
}

.FooterTable
{
	width: 100%;
	font-size: 8pt;	
	margin-top: 5px;
}

.FooterLeftSpace
{
	width: 5px;
}

.FooterCenter
{
	
}

.FooterRight
{
	text-align: right;
}

.VersionText
{
	display: none;
	color: #CCCCCC;	
}

.TextBox, .LoginTextBox, .ContactMeTextBox
{
	border: solid 1px #000000;
	padding: 2px;	
	color: #000000;
}

.TextBoxActive
{
	border: solid 1px #000000;
	padding: 2px;
	background-color: #f4f0df;
	
	font-weight: bold;
	color: #000000;
}

.DropDownList
{
	border: solid 1px #000000;
	padding: 2px;
	
	color: #000000;
}

.errorTable
{
    margin: 50px auto;
    width: 250px;
}