body
{
	margin:0px;
	font-family:Arial;
	background-color:White;
}

a:link
{
	color:darkblue;
	text-decoration:none;
}

a:visited
{
	color:darkblue;
	text-decoration:none;
}

.loginSeperator
{
	background-color:#FF0000;
	height:10px;
	width: 100%;
	text-align:center;
}

.loginTitle
{
	font-weight:bold;
}

.loginTableOuter
{
	background-color:#F0F0F0;
	padding:10px;
	border:solid 1 black;
}

.loginTableInner
{
	width:300px;
}

.sectionHeader
{
/*	background-color:#005AE1; */
	background-color:#3030B0;
	color:White;
/*	cursor:hand; */
	font-weight:bold;
	padding:2px;
	margin-bottom:2px;
}

.newCustomerMsg
{
	font-weight:bold;
}

.newCustomerTitle
{
	font-size:large;
	font-weight:bold;
}

.datepicker
{
	font-family:Arial;
	font-size:10pt;
}

.bannerTitle
{
    font-size:24pt;
    font-family:Sans-Serif;
    font-weight:bold;
    font-style:italic;
}

.bannerImageLogin
{
    height:75px;
    width:100%;
}

.ORDER_NEW
{
    font-weight: bold;
    color: black;
    background-color: skyblue;
}

.ORDER_SETUP
{
	font-weight:bold;
	color:black;
	background-color:#00F000;
}

.ORDER_SIGNED
{
	font-weight:bold;
	color:black;
	background-color:lightgreen;
}

.ORDER_EXPORTED
{
	font-weight:bold;
	color:black;
	background-color:lightgrey;
}

.ORDER_CANCELLED
{
	font-weight:bold;
	color:black;
	background-color:lightgrey;
}

.ORDER_PROBLEM_LATE
{
	font-weight:bold;
	color:black;
	background-color:#FF5050;
}

.ORDER_PROBLEM_NO_SIGN
{
	font-weight:bold;
	color:black;
	background-color:#FF5050;
}

.ORDER_PROBLEM_OTHER
{
	font-weight:bold;
	color:black;
	background-color:#FF5050;
}

.ORDER_NEEDS_ATTN
{
	font-weight:bold;
	color:black;
	background-color:yellow;
}

.ORDER_NO_SIGN
{
	font-weight:bold;
	color:black;
	background-color:lightgrey;
}

.ORDER_EXPORTED_NO_SIGN
{
	font-weight:bold;
	color:black;
	background-color:lightgrey;
}

