html {
	margin: 0;
	height: 100%;
	line-height: 0.9em;
}

/* bottom-locked footer positioning
   - must make body have height 100% for this to work properly */

#nonFooter {
	position: relative;
	min-height: 100%;
}
/* IE Hack */
* html #nonFooter {
	height: 100%;
}
#mainContent {
	padding: 10px 10px 32px 10px;
}
#footer {
	position: relative;
	margin: -22px auto 0 auto;
	clear: both;
}
/* A CSS hack that only applies to IE -- specifies a different offset for the footer */
* html #footer {
	margin-top: -22px;
}


body {
	height: 100%;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	background-color: #fff;
	background-image: url(/images/left_margin_pattern.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
td {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

#popupheader {
	background-color: #0A6794;
	width: 100%;
	padding: 0;
}

#popupheaderinnercontent { /* work around inability to make 100% plus padding with a signle div */
	padding: 3px;
	vertical-align: bottom;
	border: 0;
}

#popupheader h2 {
	color: #fff;
	margin: 0;
}

#popupcontent {
	/*width: 100%;*/
	padding: 0;
	margin-left: 5px;
}

#innercontent { /* work around inability to make 100% plus padding with a signle div */
	padding: 5px 10px 5px 10px;
}

#clientbanner {
	margin-left: 10px;
}


p.warning {
	border: 1px solid #066595;
	margin: 0px 0px 10px;
	padding: 10px;

	background-color: #f00;
	border-color: #f00;
	color: #fff;
	font-weight: bold;
}
h1 {
	font-weight: bold;
	color: #0A6794;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -.055em;
	font-size: 20px;
	line-height: 1em;	
}


h2 {
	font-weight: bold;
	color: #0A6794;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -.055em;
	font-size: 18px;
	line-height: 1em;
}
	
	h2#popup {
		color: #fff;
		margin: 10px 0;
	}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -.055em;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 10px 0px;
	color: #666666;
	border-top: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-left: 0;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
}

	h3.welcome {
		font-weight: bold;
		color: #0A6794;
		padding-bottom: 0px;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1em;
		border: 0;
	}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -.03em;
}

.callout h4:first-child {
	margin-top: 0;
}


	h4.notice {
		color: red;
		margin-bottom: 6px;
		margin-top: 0;
		padding: 0;
	}
	
/* MAIN FORM ELEMENTS */
	input {
		font-family: Tahoma, Verdana;
		font-size: 11px;
	}

	input[type=text],
	input[type=password],
	/*select*/ {
		border-top: 1px solid #666;
		border-left: 1px solid #999;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #fff;
	}
		input[type=text],
		input[type=password] {
			padding: 1px 2px 2px 2px;
		}
		select {
			padding: 1px 1px 1px 1px;
		}

	input.disabled {background-color:#ddd;}
	input.enabled {background-color: inherit;} 

	.checkbox {
		border-top: 0px none #FFFFFF;
		height: 50px;
		width: 50px;
	}
	.submit, .button, .reset {
		font-family: Tahoma, Verdana;
		font-size: 11px;
		height: 40px;
		border-left: 1px solid #EEEEEE;
		border-top:  1px solid #EEEEEE;
		border-right: 1px solid #999999;
		border-bottom:  1px solid #999999;
		padding-left: 4px;
		padding-right: 4px;
	}

	select {
		font-family: Tahoma, Verdana;
		font-size: 11px;
	}

	/* NEW 2005 */

	input.inp,
	textarea.inp { /* standard text fields */
		border: 1px solid rgb(221, 221, 221);
		width: 180px;
		background-color: rgb(242, 242, 242);
		font-family: Verdana, Tahoma, Arial, sans-serif;
		font-size: 11px;
		color: rgb(68, 68, 51);
		padding: 3px 0 3px 3px;
		margin-bottom: 10px;
	}
	input.inp:hover,
	textarea.inp:hover
	{
		border: 1px solid rgb(170, 170, 170);
	}
	input.inp:focus,
	textarea.inp:focus
	{
		border: 1px solid rgb(170, 170, 170);
		background-color: #fff;
	}
	label {
		display: block;
		float: left;
	}
	label span {
		padding-top: 2px; /* compensate for alignment with text field */
		/* width: 80px; */ /* should standardize with different classes? */
		float: left;
		text-align: right;
		margin-right: 10px;
		margin-bottom: 10px; /* in case the label runs deeper than the input field */
	}
	input[type="checkbox"] {
		margin: 0 4px;
		padding: 0;
		vertical-align: absbottom;
	}
/* END MAIN FORM ELEMENTS */

.headercompany {
	font-size: 14px;
	font-weight: bold;
}

/* Keep in LVHA order */
a:link {
	color: #016390;
	text-decoration: underline;
}
a:visited {
	color: #08689B;
}
a:hover {
	color: #990000;
}
a:active {
	color: #016390;
}

td.menubar { cursor: pointer; }

a#menubar {
	font-family: "Trebuchet MS", Verdana, "Arial Black", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 12px;
	font-weight: bold;

}
a#menubar:hover {
	text-decoration: underline;
}

a#columnheader {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.sup {
	font-size: 7px;
	vertical-align: text-top;
}
li {
	padding-bottom: 10px;

}
ul {
	margin-left: 2em;
}


.linklist {
	margin-bottom: 4px;
	margin-top: 0px;
	font-size: 11px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.popuptext {
	background-color: #FAF3E3;
	margin: 0px;
	border: 1px solid #E6DCC3;
	padding: 5px;
}

table {
	empty-cells: show;
	border-collapse: collapse;
}

.tableRowLeft {
	background-color: #EEEEEE;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #DDDDDD;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.tableRowMid {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #DDDDDD;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.tableRowRight {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.tableheader1 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9B4343;
	border: 1px solid #9B4343;
}
.tableheader1_emphasis {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #672D2D;

}
.tableheader2 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
.alternatingLight {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
.alternatingDark {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	background-color: #eeeeee;
}
.faqQuestion {
	font-family: "Trebuchet MS", Verdana, "Arial Black", sans-serif;
	font-size: 20px;
	color: #FF6600;
}
.faqAnswer {
	font-family: "Trebuchet MS", Verdana, "Arial Black", sans-serif;
	font-size: 20px;
	color: #006699;
}
.rowVeryDark {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	background-color: #dddddd;
}
.contentarea {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	width: 700px;
}
.contentarea_inline {
	width: 700px;
}
.popupcontentarea {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.headerlinkblock {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#menulinks {
	font-size: 10px;
}
.callout {
	border: 1px solid #C9916C;
	background-image:url("/images/bg_gradient_lorange.jpg");
	background-position:0 -8px;	
	background-color: #F4EBD8;
	margin: 0px 0px 10px;
	padding: 10px;
	width: 600px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
p.callout {
	margin-top: 12px;
}

.callout_alt {
	border: 1px solid #99C0F9;
	background-image:url("/images/bg_gradient_lblue.jpg");
	background-position:0 -8px;	
	background-color: #F4EBD8;
	margin: 0px 0px 10px;
	padding: 10px;
	width: 600px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
p.callout_alt {
	margin-top: 12px;
}

.calloutwarning {
	background-color: #f00;
	border: 1px solid #f00;
	margin: 0 0 10px;
	padding: 10px;
	width: 680px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}
.callout_alt {
	background-color: #faf6ee;
	border: 1px solid #B8D3E1;
	margin: 0px 0px 10px;
	padding: 10px;
	color: #666;
	width: 600px;
}
.tableRowFullwidth {
	background-color: #EEEEEE;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.faded {
	color: #999999;
}
option.dis { /* provide grayed-out background for popup menu items */
	background-color: #ccc;
}
.tableHeaderTab {
	background-color: #eeeeee;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bold;
	color: #333;
}
.dropdown-menu {
	font-size: 11px;
	font-family: Tahoma, Verdana;

}
.InlineSmallSoftHed,
.issh {
	font-family: Tahoma, Verdana;
	font-size: 9px;
	color: #666;
	text-decoration: none;
}
.embosstopbottomLg {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #666;
	border-left-color: #fff;
	color: #333;
	font-size: 11px;
}
.SoftSmallCellHed,
.ssch {
	font-family: Tahoma, Verdana;
	font-size: 9px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-decoration: none;

}
.tagline {
	font-size: 9px;
	color: #666666;
}
.headerquestions {
	font-weight: bold;
	color: #fff;
}
.menubar {
	color: #FFFFFF;
	background-color: #066595;
}
.headerblock {
	background-color: #fff;
	z-index: 100;
}

.instruction {
	width: 450px;
}

.demoemail {
	background-color: #FFFFFF;
	width: 400px;
	padding: 10px;
	border: 1px solid #666666;
}
.searchResultsQtyFld {
	text-align: right;
	height: 17px;
	width: 20px;
}

/* PAGER STYLES */


div.pagerCapsule {
	padding: 5px 0 5px 0;
	margin: 20px inherit;
	display: block;
}

div.pagerPrevLink,
div.pagerNextLink,
div.pagerXofX {
	border: 1px solid #ccc;
	display: inline;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

div.pagerPrevLink,
div.pagerNextLink {
	padding: 2px 5px;
}

div.pagerNextLink {
	background-color: #066595;
	color: #fff;
}
div.pagerNextLink a:link { color: #fff; text-decoration: none; }
div.pagerNextLink a:visited { color: #fff; text-decoration: none; }
div.pagerNextLink a:hover { color: #fff; text-decoration: underline; }
div.pagerNextLink a:active { color: #fff; text-decoration: none; }

div.pagerPrevLink {
	background-color: #066595;
	color: #fff;
}
div.pagerPrevLink a:link { color: #fff; text-decoration: none; }
div.pagerPrevLink a:visited { color: #fff; text-decoration: none; }
div.pagerPrevLink a:hover { color: #fff; text-decoration: underline; }
div.pagerPrevLink a:active { color: #fff; text-decoration: none; }


div.pagerXofX {
	background-color: #e9e6d7;
	padding: 2px 5px 2px 5px;
	margin: 0;
}

a.pagerHover {
	padding: 1px;
}

a.pagerHover:link { background-color: #066595; color: #fff; }
a.pagerHover:visited { background-color: #066595; color: #fff; }
a.pagerHover:hover { background-color: #066595; color: #fff; text-decoration: none; }
a.pagerHover:active { background-color: #066595; color: #fff; }

.pagerCapsule a {
	padding: 2px;
	margin: 0;
	border: 0;
}

span.pagerSel {
	padding: 2px;
	border: 2px solid #066595;
	font-weight: bold;
}

div.setcontrol { /* used for set navigation within pager results */
	padding: 2px 3px;
	background-color: lightblue;
	border: 1px solid #066595;
	display: inline;
	margin: 0;

}
.disableText {
	color: #999;
}
div.promo {
	background-color: #DFECF2;
	border: 1px solid #069;
	padding: 5px;
	font-size: 11px;
	color: #069;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 688px;
}
div.promo p {
	padding: 0;
	margin: 0;
}
input.required,
select.required,
div.required {
	/* background-color: #FEE4F0; */
}

td.cur { text-align: right; } /* used for currency alignment */

div.hang1 { /* small hanging indent */
	text-indent: -5px;
	margin-left: 5px;
}

span.ver { /* styling for version text if present */
	font-size: smaller;
	color: #127592;
}

/* THESE NEXT TWO WORK TOGETHER FOR TITLE+TEXT CONTROL LABELS, E.G. CHECKBOX */
div.optiontitle {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	margin-bottom: 3px;
}
div.optiontext {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666;
	margin-bottom: 5px;
}

span.tighthead {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -.055em;	
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}

div.description_short {
	font-size: 10px;
	color: #666;
	margin-top: 3px;
	margin-left: 15px;
}

div#indicia {
	font-size: 10px;
	height: 18px;
	padding-top: 3px;
	text-align: center;
}
div#indicia a:hover {
	color: #fff;
}
div#indicia a,
div#indicia a:link,
div#indicia a:visited,
div#indicia a:hover,
div#indicia a:active {
	color: #C1D9E5;
	text-decoration: none;
}


div#indicia a:hover {
	text-decoration: underline;
}

.plate {
	white-space: nowrap;
	padding: 1px 3px;
	text-align: center;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 9px;
}

.plate_so {
	background-color: green;
	color: white;
}

span.pona { /* punchout not active */
	background-color: #666;
	color: #fff;
	margin-right: 10px;
}
span.poa { /* punchout active */
	background-color: #090;
	margin-right: 10px;
	color: #0f0;
}
/* table sorter styles */
table.tablesorter {
/* background-color:#CDCDCD;
font-family:arial;
font-size:8pt;
margin:10px 0pt 15px;
text-align:left; */
width:100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
/*
background-color:#E6EEEE;
border:1px solid #FFFFFF;
font-size:8pt; */
padding:4px;
}
table.tablesorter thead tr .header {
background-image:url(/images/tablesorter/bg.gif);
background-position: bottom right;
background-repeat:no-repeat;
cursor:pointer;
}
table.tablesorter tbody td {
/* background-color:#FFFFFF;
color:#3D3D3D; */
padding:4px;
vertical-align:top;
}
table.tablesorter tbody tr.odd td {
background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
background-image:url(/images/tablesorter/small_asc.gif);
background-position: bottom right;
}
table.tablesorter thead tr .headerSortDown {
background-image:url(/images/tablesorter/small_desc.gif);
background-position: bottom right;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #AD7575;
}

/* roundrect table header backgrounds */
td.hedleft, th.hedleft {
	background-image: url(/images/header_red_shadow_bg_roundrect.gif);
	background-position: top left;
}
td.hedmid, th.hedmid {
	background-image: url(/images/header_red_shadow_bg_roundrect.gif);
	background-position: -10px 0;
}
td.hedright, th.hedright {
	background-image: url(/images/header_red_shadow_bg_roundrect.gif);
	background-position: top right;
}

td.hed_bl_left, th.hed_bl_left {
	background-image: url(/images/header_blue_shadow_bg_roundrect.gif);
	background-position: top left;
}
td.hed_bl_mid, th.hed_bl_mid {
	background-image: url(/images/header_blue_shadow_bg_roundrect.gif);
	background-position: -10px 0;
}
td.hed_bl_right, th.hed_bl_right {
	background-image: url(/images/header_blue_shadow_bg_roundrect.gif);
	background-position: top right;
}


td.hed_gr_right, th.hed_gr_right {
	background-image: url(/images/header_gray_shadow_bg_roundrect.gif);
	background-position: top right;
}