body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	background-color: #ACACAC;
	background: #ACACAC;
	margin-left: 3;
	margin-right: 3;
	margin-top: 0; 
}

td, p, ul, ol, blockquote
{
	font-size: 11px;
	color: #404040;
	font-family: Arial, Verdana, sans-serif;
}

form, input, select, textarea
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

.center
{
	text-align:center;	
}
/*gold colored information on the right side*/
.sideinfo
{
	color: #996633;
	line-height: 1.5;
	margin-right: 10px;
}

/*big font on Index page*/
.main
{
	font-size: 12px;
	margin-left: 5px;
}

/*big font throughout site*/
.big
{
	font-size: 12px;
}

/*little gifs and dots section on index*/
.centerinfo
{
	margin-right: 70px;
}

/*news section on index page*/
.news
{
	margin-left: 13px;
	margin-right: 5px;
}

A:link
{
	color: #404040;
	text-decoration: underline;
}
A:active
{
	color: gray;
	text-decoration: none;
}

A:visited
{
	color: #404040;
	text-decoration: underline;
}

A:hover
{
	color: #BCAFA6;
}

.auto
{
	width: 550px;
	height: 600px;
	overflow: auto;
}

.dropdown
{
	position: absolute;
	color: black;
	width: 140px;
	background-color: #666666;
	layer-background-color: #666666;
	top: 72px;
	z-index: 1;
	visibility: hidden;
}
.dropitem:link
{
	text-decoration: none;
	color: #404040;
	font: 11px Verdana, Helvetica, sans-serif;
}
.dropitem:visited
{
	text-decoration: none;
	color: #404040;
	font: 11px Verdana, Helvetica, sans-serif;
}
.dropitem:hover
{
	color: #BCAFA6;
}
.moveover
{
	margin-left: 5px;
}
.TopHeader
{
	color: Teal;
	font-size: large;
}
.TopMenuTable
{
	background-color: #F5F6F9;
}
.ListTable
{
	background-color: #F5F6F9;
	border-color: Teal;
}
.MailboxTable
{
	background-color: #F5F6F9;
	border-color: Teal;
}

.FormTable
{
	border-color: #000000;
	font-family: Arial;
}
.PrintShipmentTable
{
	border-color: Black;
	border-collapse: collapse;
}
.MenuStyle
{
	text-indent: 4px;
	padding: 2px 4px;
	background-color: #F5F6F9;
	border-color: Teal;
	border-width: 0;
}
.MenuStyleOver
{
	text-indent: 4px;
	padding: 2px 4px;
	background-color: #B6BDD2;
	border-color: #B6BDD2;
	border-width: 0;
}
.Invisible
{
	visibility: hidden;
	display: none;
}
.FilterTable
{
	border-collapse: collapse;
	border-color: #008080 #008080 #008080 #008080;
}
table.FilterTable td
{
	border-color: #008080 #008080 #008080 #008080;
}

.Title
{
	text-align: center;
	font-size:14px;
	font-weight: bold;
}

.ErrorDisplay
{
	background-color: #ffff99;
	color: Red;
	border-style: solid;
	border-width: 1px;
	border-color: Red;
	display: inherit;
	text-align: left;
	padding: 8px 5px 8px 15px;
	margin:auto;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Silver;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.modalWindowPopup
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: Silver;
	padding: 3px;
}

.modalPopup
{
	z-index: 1000;
	text-align: center;
	margin-top:200px;
	padding-top: 80px;
	border-style: solid;
	border-width: 1px;
	background-color: White;
	width: 320px;
	height: 100px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.ModalProgressBackground
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}