
/* browser is unknown */

/* general */

BODY {
	margin: 5px;
	background: white;
	font-family: lucida grande, lucida sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

P, TD, BLOCKQUOTE, UL, OL, LI {
	font-family: lucida grande, lucida sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* page structure */

#pageframe {
	width: 800px;
}

#split {
	margin-top: 0.0em;
}

/* hyperlinks (general) */

A, A:visited, A:hover, A:active {
	text-decoration: underline;
	color: #0054a6;
}

/* form styles */

INPUT, SELECT, TEXTAREA {
	font-family: lucida grande, lucida sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

INPUT.bold, TEXTAREA.bold, SELECT.bold {
	font-weight: bold;
}

INPUT.wide, TEXTAREA.wide, SELECT.wide {
	width: 100%;
}

FORM {
	margin: 0px;
}

FIELDSET {
	margin-bottom: 1em;
	padding: 0px 10px 10px 10px;
}

LEGEND {
	margin-bottom: 10px;
	font-weight: bold;
	color: #000d42;
}

/* list styles */

LI { margin-bottom: 1em; }

OL, UL { margin-top: 1em; }

UL.nospaces LI, OL.nospaces LI { margin-bottom: 0px; }

/* background styles */

.drkblue {
	background: #000d42;
	color: white;
	padding: 0.25em;
}

.midblue {
	background: #0054a6;
	color: white;
	padding: 0.25em;
}

.lgtblue {
	background: #6ccff6;
	color: black;
	padding: 0.25em;
}

.ultblue {
	background: #c5e8f6;
	color: black;
	padding: 0.25em;
}

/* table styles */

.tablegrid {
	border: 2px solid #0054a6;
}

TD.fieldlabel {
	background: #c5e8f6;
	color: black;
	padding: 0.25em;
	text-align: right;
	white-space: nowrap;
	padding-right: 0.5em;
	vertical-align: top;
}

TD.fieldvalue {
	padding: 0.25em;
	text-align: left;
	padding-left: 0.5em;
}

TD.fieldcenter {
	width: 1px;
}

THEAD TH {
	background: #c5e8f6;
	font-weight: normal;
	font-size: 10pt;
	padding: 4px;
	border-bottom: 1px solid #000d42;
}

TFOOT TH {
	background: #c5e8f6;
	font-weight: normal;
	font-size: 10pt;
	padding: 4px;
	border-top: 1px solid #000d42;
}

TABLE.compact TD, TABLE.compact TH {
	font-size: 8pt;
}

#content {
	padding-right: 20px;
}

/* text styles */

H2 {
	font-size: 12pt;
	border-bottom: 1px solid #0054a6;
	color: #0054a6;
	font-weight: normal;
	clear: both;
}

SPAN.double {
	font-size: 18pt;
	color: #000d42;
	font-weight: normal;
	clear: both;
}

.small {
	font-size: 8pt;
}

.grey {
	background: #eeeeee;
	padding: 2px;
}

.red {
	color: #FF0000;
}

.paidgreen {
	color: #008000;
}

.ultblue {
	background: #c5e8f6;
	padding: 2px;
}

.green {
	background: #0054a6;
	color: white;
	padding: 2px;
}

.underline {
	border-bottom: 1px solid #000d42;
	padding: 2px;
	margin-top: 0.5em;
}

.borderfillblue {
	background: #c5e8f6;
	border: 1px solid #000d42;
	padding: 4px;
}

/* navigation */

#customerbar {
	margin-top: 5px;
}

#navigation {
	padding: 0.25em;
	padding-right: 20px;
	width: 200px;
	height: 100%;	background: url('/images/side-gradient.png') top left no-repeat;
	margin-right: 1em;
	-moz-box-sizing: border-box;
}

#navbottom {
	width: 200px;
	height: 20px;
	background: url('/images/side-bottom.png') top left no-repeat;
	margin-right: 1em;
}

#navigation UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation LI.heading {
	list-style: none;
	text-align: center;
	padding: 0.25em;
	border-bottom: 1px solid white;
	color: #c5e8f6;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	font-weight: bold;
}

#navigation LI.link {
	list-style: none;
	text-align: left;
	margin-bottom: 0px;
}

#navigation LI.link A, #navigation LI.link A:visited {
	width: 100%;
	display: block;
	-moz-box-sizing: border-box;
	padding: 0.25em;
	text-decoration: none;
	padding-left: 7px;
	color: white;
}

#navigation LI.link A:hover, #navigation LI.link A:active {
	width: 100%;
	display: block;
	-moz-box-sizing: border-box;
	padding: 0.25em;
	text-decoration: none;
	padding-left: 7px;
	background: #000d42;
	color: #c5e8f6;
}

/* footer links */

#footerlinks {
	list-style: none;
	margin: 0px;
	margin-top: 0.5em;
	margin-right: 20px;
	border-top: 1px solid #000d42;
	padding: 0.25em;
	padding-right: 0.5em;
	width: 785px;
	text-align: right;
	background: #0054a6;
}

#footerlinks LI {
	display: inline;
	font-size: 8pt;
	padding-left: 1em;
	color: white;
}

#footerlinks LI A, #footerlinks LI A:hover, #footerlinks LI A:active, #footerlinks LI A:visited {
	color: white;
}

#copyright {
	font-size: 7pt;
	color: #808080;
	text-align: left;
	margin: 0px;
	margin-top: 0.25em;
}

.productfooter {
	font-size: 8pt;
	border: 1px solid #0054a6;
	padding: 2px;
	color: #808080;
	background: #F8F8F8;
	margin-bottom: 5px;
	margin-top: 0px;
}

/* classes for new tabbing control library */

DIV.libtabs_selection_menu {
	background: #0054a6;
	color: white;
	padding: 5px;
}

UL.libtabs_selection_normal {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-bottom: 5px;}

UL.libtabs_selection_normal LI {
	margin: 0;
	list-style: none;
	display: inline;
	padding: 0px;
	margin-right: 5px;
	width: 1px;
	cursor: hand;
	font-size: 10pt;
}

UL.libtabs_selection_normal LI.inactive A, UL.libtabs_selection_normal LI.inactive A:visited {
	background: #eeeeee;
	padding: 4px;
	margin: 0px;
	text-decoration: none;
	color: black;
	width: 1px;
	white-space: nowrap;
	border: 1px solid #000d42;
	border-bottom: none;
}

UL.libtabs_selection_normal LI.inactive A:hover, UL.libtabs_selection_normal LI,inactive A:active {
	background: #c5e8f6;
	color: black;
}

UL.libtabs_selection_normal LI.active A, UL.libtabs_selection_normal LI.active A:visited {
	background: #0054a6;
	padding: 5px;
	margin: 0px;
	text-decoration: none;
	color: white;
	width: 1px;
	white-space: nowrap;
	border: 1px solid #000d42;
	border-bottom: none;
}

UL.libtabs_selection_normal LI.active A:hover, UL.libtabs_selection_normal LI.active A:active {
	background: #0054a6;
	color: white;
}

TD.libtabs_panel {
	border: 1px solid #000d42;
	padding: 10px;
	background: white;
}

/* customer information box */

#customerbox {
	background: url('/images/gradient80.png') top left no-repeat #c5e8f6;
	width: 250px;
	height: 80px;
	margin-right: 25px;
	padding: 2px;
	border: 1px solid #000d42;
}


#customerbox TABLE {
	width: 100%;
}

#customerbox TABLE TD {
	padding: 2px;
	color: white;
	font-size: 8pt;
}

#customerbox TABLE TD.whitesplit {
	border-bottom: 1px white solid;
}

#customerbox A, #customerbox A:visited, #customerbox A:hover, #customerbox A:active {
	color: white;
	text-decoration: underline;
	padding-left: 8px;
	margin-right: 4px;
	background: url('/images/whitearrow.gif') top left no-repeat;
	background-position: 0px 4px;
}

/* form confirmation styles */

.standarderror {
	border: 1px solid #000d42;
	background: #c5e8f6;
	margin-bottom: 10px;
}

.standarderror .medium {
	font-weight: bold;
}

TD.activetab {
	padding: 4px;
	color: white;
	background: #0054a6;
	text-align: center;
	border-top: 1px solid #000d42;
	border-left: 1px solid #000d42;
	border-right: 1px solid #000d42;
}

.fc-bar, .fc-bar-grey {
	padding: 4px;
	
}

.fc-bar-grey {
	background: #eeeeee;
}

.tabpanel {
	border-bottom: 1px solid #000d42;
	border-left: 1px solid #000d42;
	border-right: 1px solid #000d42;
}

/* miscellaneous objects */

.quotabar {
	margin-top: 5px;
	white-space: nowrap;
}

.rightphoto {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* end of stylesheet */