html {
	margin: 0;
	height: 100%;
	font-size: 100%;
	line-height: 1.2;
	font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #333;
}

/* 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;
}
div#pageTop {
	position: relative;
	z-index: 100;
}

div#page_bottombar {
	background-color: #066595;
	height: 20px;
}


body {
	height: 100%;



	font-size: 11px;
	background-color: #fff;
	background-image: url(/images/left_margin_pattern.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
td {
	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 single div */
	padding: 5px 18px 5px 10px;
}

#popupcontent #innercontent {
	max-width: 540px;
}

div#clientbanner {
	margin-left: 10px;
	height: 71px;
	width: 400px;
	position: absolute;
	padding-top: 8px;
}
img,
a img,
a:link,
a:visited,
a:hover,
a:active {
	border: 0;
}

img.clientbanner {
	padding-left: 8px;
}
div#clientbanner a {
	display: block;
}
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;
	/*

font-family: 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, 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;
	/*

font-family: 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;

*/
	letter-spacing: -.055em;
	font-size: 18px;
	line-height: 1em;
}

div.contentarea h2 {
	margin-top: 0;
}



	h2#popup {
		color: #fff;
		margin: 10px 0;
	}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*

font-family: 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;

*/
	letter-spacing: -.055em;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
	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;
	/*

font-family: 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;

*/
	letter-spacing: -.03em;
}

h5, h6 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 3px;
}
h6 { font-size: 10px; }

.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;

	}

	button {
		/*font-family: Tahoma, Verdana;*/
		font-size: 11px;
		/*padding: 1px 4px;*/
	}
	input[type=submit], input.submit {
		font-family: Tahoma, Verdana;
		font-size: 11px;
		/*padding: 1px 4px;*/
	}
	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;
	}


/*

#lpSignup input {
color:#777777;
float:left;
font-size:17px;
margin:0 10px 12px 0;
width:370px;
}
style....9777830 (line 264)
input {
line-height:1;
}

*/



input[type=text],
input[type=password],
textarea {
	-moz-border-radius:3px; -webkit-border-radius: 3px; border-radius: 3px;
	border:1px solid #DDDDDD;
	color:#777777;
	/*font:14px sans-serif !important;*/
	outline:medium none;
	padding:7px 6px 5px;

	background-color: #F2F2F2;
	background-color: #fff;
	/* previous */
	font-family: Verdana, Tahoma, Arial, sans-serif;
	margin-bottom: 10px;
	font-size: 11px;
	padding: 3px 0 3px 3px;

	/* behavior: url(/js/PIE.htc); */

	box-shadow: #666 0px 1px 1px inset;
	-webkit-box-shadow: #666 0px 1px 1px inset;
	-moz-box-shadow: #666 0px 1px 1px inset;
	text-align: left;
}



input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	background: none repeat scroll 0 #fff;
	border-color: #0584e6;
	color: #444 !important;
		-moz-box-shadow:0 0 4px rgba(5, 132, 230, 0.3);
		-webkit-box-shadow:0 0 4px rgba(5, 132, 230, 0.3);
		box-shadow: 0 0 4px rgba(5, 132, 230, 0.3);
		background-color: #fff;
		behavior: url(/js/PIE.htc);

}

input[type=submit], input[type=submit]:focus,
input[type=checkbox], input[type=checkbox]:focus,
input[type=radio], input[type=radio]:focus {
	/* other styles */

}



	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: bottom;
		top: -1px;
		position: relative;
		*overflow: hidden;
	}

/* END MAIN FORM ELEMENTS */

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

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

td.menubar { cursor: pointer; }

a#menubar {


font-family: "Trebuchet MS", Verdana, "Arial Black", sans-serif;


	/*

font-family: 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, 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;
}
.th2-last-col {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
.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-size: 20px;
	color: #FF6600;
}
.faqAnswer {
	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;
}


.nobr {
	white-space: nowrap;
}
div.headerlinkblock {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 0px;
	float: right;
}
div#menulinks {
	font-size: 11px;
	margin-bottom: 13px;
	color: #aaa;
}
div#menulinks a {
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
}
div#regionrestrictions {
	padding: 0; background-color: #ddd; color: #888; display: block; float: left; height: 18px;
}
div#regionlabel {
	background-color: gray; color: white; float: right; padding: 2px 2px 2px 4px;
}
div#regiondata {
	padding: 2px 4px 2px 4px; float: right;
}
div#menulinks a:link { text-decoration: none; }
div#menulinks a:visited { text-decoration: none; }
div#menulinks a:hover { text-decoration: underline; }
div#menulinks a:active { text-decoration: none; }

div#menulinks a img { /* icons */
	border: 0; padding: 0; vertical-align: top;
}
div#upper-right-matter {
	margin-top: -8px; height: 37px; width: 325px;
}
/*
div#menulinks a:before {
	content:'\00B7';padding-right:5px;
}
*/
.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;
	/* behavior: url(/js/PIE.htc); */
}
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;
	/* behavior: url('https://local.ksr.client3.csms-usa.com/js/PIE.htc'); */
}
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 #89B2F2;
	margin: 0px 0px 10px;
	padding: 10px;
	color: #333;
	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-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-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 {

	display: inline;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}

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 {
	background-color: #066595;
	color: #fff;
	padding: 2px;
	border: 2px solid #066595;
	font-weight: bold;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}

a.scrublink,
a.ellipsis {
	text-decoration: none;
	padding: 0 3px;
}




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;
}


/* THESE NEXT TWO WORK TOGETHER FOR TITLE+TEXT CONTROL LABELS, E.G. CHECKBOX */
div.optiontitle {




	/*

font-family: 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;

*/
	font-size: 10px;
	font-weight: bolder;
	margin-bottom: 3px;
}
div.optiontext {


	/*

font-family: 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;

*/
	font-size: 10px;
	color: #666;
	margin-bottom: 5px;
}

span.tighthead {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*

font-family: 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, 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;
}


/* message container boxes/lozenges */

div.messageContainer {
	border: 1px solid #99C0F9;
	background-image:url(/images/bg_gradient_lblue.jpg);
	background-position:0 -8px;
	padding: 3px;
	margin-bottom: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	div.messageContainer div.header {
		color: #4D7AE3;
		text-shadow: 0px 1px 0px #e5e5ee;
		/* light on dark: text-shadow: 0px -1px 0px #374683; */
		/* IE7+ */ /* filter: dropshadow(color=#e5e5ee,offX=0,offY=1); */
		-webkit-border-top-left-radius: 8px; -moz-border-radius-topleft: 8px; border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px; -moz-border-radius-topright: 8px; border-top-right-radius: 8px;
		padding: 5px;
		padding-bottom: 5px;
	}
	div.messageContainer div.body {
		color: #555;
		padding: 5px 10px 8px;
		background-color: white;
		-webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px;
	}
		div.messageContainer div.body p:last-child {
			margin-bottom: 0;
		}
		div.messageContainer div.body:first-child { /* if only element */
			-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
		}

div.messageContainer.warning {
	background-image:url(/images/bg_gradient_lred.jpg);
	border: 1px solid #F68282;
}
	div.messageContainer.warning h4 {
		color: #8b0000;
		text-shadow: 0px 1px 0px #e5e5ee;
	}

div.messageContainer.severe {
	background-image:url(/images/bg_gradient_bred.jpg);
	border: 0;
}
	div.messageContainer.severe h4 {
		color: white;
		text-shadow: 0px -1px 0px #374683;
	}

div.messageContainer.neutral {
	background-image:url(/images/bg_gradient_lgray.jpg);
	border: 1px solid #ccc;
}
	div.messageContainer.neutral div.body{
		background-color: white;
	}

/* wgi table */
table.wgi {
	width: 99%;
}
table.wgi th {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	padding: 4px;
	background-color: #1A6EAE;
	color: #fff;
}
table.wgi td {
	padding: 4px;
	border-bottom: 1px solid #aaa;
}
table.wgi tr.odd td {
	background-color: #F4F4F4;
}
p.interfacetext {
	font-size: 11px;
	color: #1A6EAE;
}
/* jquery ui overrides */

/* light blue rounded modal dialog */
.ui-widget-overlay {
background: white;
opacity: 0.7;
}
.ui-dialog {
	border: 4px solid #1A6EAE;
	-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
	behavior: url(/js/PIE.htc);
	position: absolute; /* critical to prevent IE jumping */
}
.ui-dialog-titlebar {
	-webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px;
	background:url("/images/bg_gradient_lblue.jpg") repeat-x scroll 0 -9px #E6E6E6;
	border-bottom: 1px solid #75B4E4;
	font-family:"Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#1A6EAE;
	behavior: url(/js/PIE.htc);
}
.ui-dialog-content {
	font-family:"Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
	font-size:12px;
	font-weight:normal;
	overflow: auto;
	margin-bottom: 25px;
}
.temp_dialog :first-child {
	margin-top: 0;
}
.ui-dialog-overlay{
        opacity:0.5;
        background:white;
}
.ui-dialog {
	box-shadow: 0 0 20px #003; -webkit-box-shadow: 0 0 20px #003; -moz-box-shadow: 0 0 20px #003;
}
