﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eedeba;
	font-size: 10pt;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.Mast
{
	background: #006699;
}

.Footer
{
	padding-top:8px;
	padding-bottom:2px;
	text-align:center;
	background-color: Transparent;
	font-size: 8pt;
}
.UserMessageTable
{
	display: inline-block;
	background-color: #FFFFFF;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	margin: 0px;
	padding: 4px;
	font-weight: bold;
	color: red;
	margin-right:8px;
	margin-bottom:8px;
}
.SystemMessage
{
	font-weight: bold;
	color: #0033ff;
}
.ErrorMessage
{
	font-weight: bold;
	color: #ff0033;
}
.DiagnosticsSummary
{
	border-top: gray solid;
	border-bottom: gray solid;
	font-size: xx-small;
}

.LinkButton
{
	border: 1px solid;
	border-color: #79765d;
	padding: 3px;
	font-size: 10pt;
	text-decoration: none;
	white-space:nowrap;
	
	color:#e3e0d1;
	background-color: #918f75 ;
}

.LinkButton:hover
{
	border-color: #5b5943;
	
	color: #c8c3a5;
	background-color: #79765d;
}

.QuickLink
{
	font-size: 10pt;
	text-decoration: none;
	white-space:nowrap;
	
	color:#2a261e;
}
.QuickLink:visited
{
	font-size: inherit;
	text-decoration: inherit;
	white-space:inherit;

	color: inherit;
}
.QuickLink:active
{
	font-size: inherit;
	text-decoration: inherit;
	white-space:inherit;

	color: inherit;
}
.QuickLink:hover
{
	font-size: inherit;
	text-decoration: inherit;
	white-space:inherit;

	color: #79765d;
}

.MiniLinkButton
{
	border: 1px solid;
	border-color: #79765d;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
	text-decoration: none;
	white-space:nowrap;
	cursor:pointer;
	
	color:#e3e0d1;
	background-color: #918f75 ;
	
}
.MiniLinkButton:hover
{
	border-color: #5b5943;

	color: #c8c3a5;
	background-color: #79765d;
} 

.InputHelperFormat
{
	font-style:italic; 
	font-size:smaller; 
}
.OrderNotSubmitted
{
	color:Red;
	font-weight:bold;
	border-style:solid;
	border-width: 2px;
	padding:2px;
	text-align:center;
	vertical-align:middle;
}

.NewsByline
{
	font-size: 10px;
	font-style:italic;
}
.NewsHeadlineTable
{
	border-color:#5b5943;
	border-style:solid;
	border-width: 2px;
}
.bar
{
	background-color:#4b4438; 
	height:6px;
	vertical-align:middle;
}
.bar-projection
{
	background-color:#4b4438; 
	height:2px;
	vertical-align:middle;
	margin-top:2px;
}