/*-------------------------------------------------
PAGE BODY
-------------------------------------------------*/

body
{
	margin: 20px 0 0 0;
	padding: 0;
	font: 11px Tahoma, Verdana, arial, sans-serif;
	color: #333;
	background-color: #DCDCE1;
}

td
{
	font: 11px Tahoma, Verdana, arial, sans-serif;
	vertical-align: top;
}

a:link, a:visited, a:active
{
	color: #4E6E9E;
	text-decoration: underline;
}

a:hover
{
	color: #FF9900;
	text-decoration: underline;
}

a:active
{
	color: #990000;
	text-decoration: underline;
}

/*-------------------------------------------------
PAGE STRUCTURE
-------------------------------------------------*/

#MainContainer
{
	width: 900px;
	\width: 900px;
	w\idth: 900px;
	border: 1px #304F7C solid;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#StatusBarContainer
{
	width: 900px;
	\width: 900px;
	w\idth: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #DCDCE1;
	color: #000;
	font-size: 10px;
}

#FooterContainer
{
	width: 900px;
	\width: 900px;
	w\idth: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #DCDCE1;
	color: #666;
	font-size: 9px;
}

#header
{
	padding: 5px;
	background: url("header_bkgd.gif") right top no-repeat;
	background-color: #6684B6;
}

#bar
{
	border-top: 1px #304F7C solid;
	border-bottom: 1px #304F7C solid;
	background: url("bar.gif") left top repeat-x;
}

/*-------------------------------------------------
STATUS BAR
-------------------------------------------------*/

#statusLeft
{
	width: 500px;
	float: left;
	color: #333;
	text-align: left;
}

#statusRight
{
	margin-left: 500px;
	text-align: right;
	font-weight: bold;
}

#statusRight a
{
	color: #173953;
	text-decoration: underline;
}

#statusRight a:hover
{
	background-color: #173953;
	color: #fff;
}

/*-------------------------------------------------
WORKSPACE
-------------------------------------------------*/

#content
{
	padding: 5px;
	margin: 10px;
	background-color: #fff;
}

h1
{
	margin: 0;
	padding-bottom: 10px;
	color: #990000;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
}

h2
{
	color: #000;
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 4px;
}

hr 
{ 
	text-align: center;
	margin: 10px 0 10px 0;
	border-top: 1px dotted #999;
	height: 0;
	color: white;
	background-color: white;
}

.blue { color: #002854; }

.red { color: #900; }

.helpicon { text-align: right; }

.searchBox
{
	color: #000;
	font: 10px Tahoma, Verdana, sans-serif;
	border: 1px solid #000;
	padding: 2px 4px 2px 4px;
	background-color: #EBEAEF;
	vertical-align: middle;
}

.warning
{
	padding: 3px;
	border: 1px dotted #f96;
	width: auto;
	background-color: #ffe;
	font: 10px Tahoma, Verdana, sans-serif;
}

.warningTitle
{
	color: #900;
	font-weight: bold;
}

ul
{
	margin-top: 0;
	margin-bottom: 0;
}

.dwgDescrip
{
	font-family: Verdana;
	font-size: 9px;
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*-------------------------------------------------
NAVIGATION
-------------------------------------------------*/

#navQuotes a
{
	display: block;
	margin-right: 18px;
	width: 91px;
	height: 33px;
	background: url("nav_quotes.gif") top left no-repeat;
}

#navQuotes a:hover { background-position: 0 -33px; }
#navQuotes a:active { background-position: 0 -33px; }

#navTools a
{
	display: block;
	margin-right: 18px;
	width: 129px;
	height: 33px;
	background: url("nav_tools.gif") no-repeat left top;
}

#navTools a:hover { background-position: 0 -33px; }
#navTools a:active { background-position: 0 -33px; }

#navDist a
{
	display: block;
	margin-right: 18px;
	width: 139px;
	height: 33px;
	background: url("nav_dist.gif") no-repeat left top;
}

#navDist a:hover { background-position: 0 -33px; }
#navDist a:active { background-position: 0 -33px; }

#navCust a
{
	display: block;
	margin-right: 18px;
	width: 117px;
	height: 33px;
	background: url("nav_cust.gif") no-repeat left top;
}

#navCust a:hover { background-position: 0 -33px; }
#navCust a:active { background-position: 0 -33px; }

/*-------------------------------------------------
STEP BUTTONS
-------------------------------------------------*/

a.steps, a:visited.steps
{
	color: #002854;
	text-decoration: none;
}

a:hover.steps, a:active.steps
{
	font-weight: bold;
	text-decoration: none;
}

.steps
{
	height: 22px;
	overflow: hidden;
}

.stepBegOn
{
	background: url("step_beg.gif") top left no-repeat;
	margin-right: 3px;
	width: 85px;
	height: 22px;
	display: block;
	color: #002854;
	font: 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	line-height: 22px;
}

.stepBegActive
{
	background: url("step_beg.gif") top left no-repeat;
	background-position: 0 -22px;
	margin-right: 3px;
	width: 85px;
	height: 22px;
	display: block;
	color: #002854;
	font: 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	line-height: 22px;
}

.stepBegOff
{
	background: url("step_beg.gif") top left no-repeat;
	background-position: 0 -44px;
	margin-right: 3px;
	width: 85px;
	height: 22px;
	display: block;
	color: #002854;
	font: 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	line-height: 22px;
}

.stepMidOn
{
	background: url("step_mid.gif") top left no-repeat;
	margin-right: 3px;
	width: 85px;
	height: 22px;
	display: block;
	color: #002854;
	font: 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	line-height: 22px;
}

.stepMidActive
{
	background: url("step_mid.gif") top left no-repeat;
	background-position: 0 -22px;
	margin-right: 3px;
	width: 85px;
	height: 22px;
	display: block;
	color: #002854;
	font: 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	line-height: 22px;
}

.stepMidOff
{
	background: url("step_mid.gif") top left no-repeat;
	background-position: 0 -44px;
	margin-right: 3px;
	width: 85px;
	height: 22px;
	display: block;
	color: #002854;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
}

.stepEndOn
{
	background: url("step_end.gif") top left no-repeat;
	margin-right: 3px;
	width: 85px;
	height: 22px;
	display: block;
	color: #002854;
	font: 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	line-height: 22px;
}

.stepEndActive
{
	background: url("step_end.gif") top left no-repeat;
	background-position: 0 -22px;
	margin-right: 3px;
	width: 85px;
	height: 22px;
	display: block;
	color: #002854;
	font: 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	line-height: 22px;
}

.stepEndOff
{
	background: url("step_end.gif") top left no-repeat;
	background-position: 0 -44px;
	margin-right: 3px;
	width: 85px;
	height: 22px;
	display: block;
	color: #002854;
	font: 12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	line-height: 22px;
}

/*-------------------------------------------------
TABS
-------------------------------------------------*/

#Tabs
{
	height: 21px;
	margin: 0;
	text-align: left;
	vertical-align: bottom;
}

#Tabs a:link, #Tabs a:visited
{
	float: left;
	background-color: #C0D2EE;
	font-size: 10px;
	padding: 3px 6px;
	margin: 0;
	border-top: 2px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	text-decoration: none;
	color: #000;
}

#Tabs a:link.current, #Tabs a:visited.current
{
	border-top: 2px solid #6684B6;
	border-right: 0;
	border-bottom: 1px solid #6684B6;
	border-left: 0;
	background-color: #6684B6;
	color: #fff;
	font-weight: bold;
}

#Tabs a:hover
{
	color: #000;
	background-color: #ffc;
}

.TabRule
{
	height: 3px;
	margin: 0;
	background-color: #6684B6;
	border-bottom: 1px solid #fff;
	width: 765px;
}

/*-------------------------------------------------
TABLES
-------------------------------------------------*/

table.DataTable
{
	margin-bottom: 10px;
	width: 765px;
}

tr.DataHeader
{
	background-color: #D2D2D7;
	text-transform: uppercase;
}

 .subHead
{
	color: #002854;
	font-weight: bold;
	border-bottom: 1px #002854 solid;
}

.lineItem
{
	border-bottom: 1px #999 dotted;
}

tr.shade { background-color: #EAEAEF; }

td.radio
{
	text-align: center;
	width: 20px;
}

.required
{
	font-family: 'Book Antiqua', 'Times New Roman', Times;
	font-weight: bold;
	font-size: 20px;
	color: #002854;
}

table.DataTable td
{
	color: #000;
	font: 11px Tahoma, Verdana, sans-serif;
	padding: 4px 8px 4px 8px;
	border-right: 1px solid #fff;
}

.DisplayHeader
{
	margin: 0;
	padding: 4px 8px 4px 8px;
	background-color: #999;
	color: #fff;
	font: 12px Tahoma, Verdana, sans-serif;
}

div.DisplayTable
{
	margin: 0;
	padding: 0 10px 0 10px;
	background-color: #fff;
	border: 1px #999 solid;
	color: #000;
	font: 11px Tahoma, Verdana, sans-serif;
}

table.DisplayTable
{
	margin: 5px 0 5px 0;
	padding: 0;
}

table.DisplayTable td { padding: 4px; }

.DisplayCol-1
{
	float: left;
	width: 385px;
	margin: 0;
	padding: 5px;
}

.DisplayCol-2
{
	float: right;
	width: 385px;
	margin: 0;
	padding: 5px;
}

.itemID
{
	color: #333;
	text-transform: uppercase;
	font-size: 10px;
}

table.borders
{
	border-color: #999;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

tr.borders
{
	color: #fff;
	background-color: #999;
}

td.bordersItemID
{
	border-color: #999;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

td.bordersItem
{
	border-color: #999;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
	color: #000;
	font-size: 10px;
}

/*-------------------------------------------------
FORM BUTTONS
-------------------------------------------------*/

.btn
{
	color: #002854;
	font: 11px Tahoma, Verdana, sans-serif;
	border: 1px solid #002854;
	padding: 2px 4px 2px 4px;
	background-color: #DCDCE1;
}

.redbtn
{
	color: #002854;
	font: 11px Tahoma, Verdana, sans-serif;
	border: 1px solid #002854;
	padding: 2px 4px 2px 4px;
	background-color: #FF0000;
}

.btnHover
{
	color: #002854;
	font: 11px Tahoma, Verdana, sans-serif;
	border: 1px solid #002854;
	padding: 2px 4px 2px 4px;
	background-color: #FFC;
	cursor: hand;
}

.btnDisabled
{
	color: #B8B8B8;
	font: 11px Tahoma, Verdana, sans-serif;
	border: 1px solid #B8C3CF;
	padding: 2px 4px 2px 4px;
	background-color: #EDF2FA;
}

.btnDisabledHover
{
	color: #B8B8B8;
	font: 11px Tahoma, Verdana, sans-serif;
	border: 1px solid #B8C3CF;
	padding: 2px 4px 2px 4px;
	background-color: #EDF2FA;
	cursor: not-allowed;
}

.btnCancel
{
	color: #333;
	font: 11px Tahoma, Verdana, sans-serif;
	border: 1px solid #ccc;
	padding: 2px 4px 2px 4px;
	background-color: #EBEAEF;
}

.btnCancelHover
{
	color: #000;
	font: 11px Tahoma, Verdana, sans-serif;
	border: 1px solid #999;
	padding: 2px 4px 2px 4px;
	background-color: #EBEAEF;
	cursor: hand;
}
