@import url('sprite.css');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,100,100italic,300,300italic,700italic,900italic,900&subset=latin,latin-ext');
* {
	font-family:"Lato", "Arial", "Arial Unicode MS", "Microsoft Sans Serif", "Free Sans", "Gentium Plus", "Gentium Basic", "Gentium", "GentiumAlt", "DejaVu Sans", "DejaVu Serif", "Free Serif", "TITUS Cyberbit Basic", "Bitstream Cyberbit", "Bitstream CyberBase", "Doulos SIL", "Code2000", "Code2001";
}

a {
	cursor: pointer;
}

::-webkit-scrollbar {width:7px;height:14px;background:transparent}
::-webkit-scrollbar-thumb {border-radius:0;box-shadow:none;background:#535453}
.greyscale {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}


body {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	background-color: White;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.passwordStyle{
}

input[type=text]::-ms-clear { 
	display: none;
}

table {
	font-size: 9pt;
	width: 100%;
	border: 0 solid;
}

div.scrollable td, #scrollable td, div.panelcontent td, div.scrollable th, #scrollable th, div.panelcontent th {
	background-color: transparent !important;
	border-bottom: 1px solid #EBEDEB;
	line-height:25px;
	border-right: 1px solid #EBEDEB;
	padding-left: 10px;
	padding-right: 10px;
}

div.scrollable th, #scrollable th, div.panelcontent th {
	line-height:36px;
	font-size:1.2em;
	border-right: 1px solid #EBEDEB;
	padding-left: 10px;
	padding-right: 10px;
}

div.panelcontent td{
	line-height:25px;
	font-size:1.0em;
}

.pageMenuBarUnSucessful {	
 	height: 40px;
 	text-align:center;
	border: 0;
}


.pageMenuBarSucessful {	
 	height: 40px;
 	text-align:center;
	border: 0;
}

.signontable {
	background-color: White;
}

FORM {
	display: inline;
}

HR {
	color: #CCCCCC;
	width: 100%;
	height: 1px;
}

TH {
	background-color: #e0e0e0;
	color: black;
	font-weight: normal;
	white-space: nowrap;
	padding-left: 2px;
	padding-right: 9px;
	text-align: left;
}
TH.end {
}

TH.sortHeader, TH.sortHeaderAscending, TH.sortHeaderDescending {
    background-image: url(prodimage/sortNone.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer; 
    padding-left: 2px;
}

TH.sortHeaderAscending {
    background-image: url(prodimage/sortaz.gif);
}

TH.sortHeaderDescending {
    background-image: url(prodimage/sortza.gif);
}

TH.sortHeaderEnd {
    cursor: pointer; 
    padding-left: 2px;
    padding-right: 9px;
    border-color: black black black black;
}

TH.endpt {
	border-color: black black black black;
	cursor: pointer;
}

TH.pt {
	cursor: pointer;
}

td {
	background-color: inherit;
	color: inherit;
	margin: 0;
	border-width: 0;
}

td.dAttribute,
td.dAltItem,
td.dBrand,
td.dChkNum,
td.dCompany,
td.dCustName,
td.dCustNum,
td.dDate,
td.dDateErr,
td.dDesc,
td.dEach,
td.dHeader,
td.dInput,
td.dInvPrint,
td.dIvc,
td.dIvcRpt,
td.dItem,
td.dIteml,
td.dItemRpt,
td.dItemRel,
td.dMvmnt,
td.dOE,
td.dOGline,
td.dOption,
td.dOrdQty,
td.dPack,
td.dPar,
td.dParEa,
td.dPONum,
td.dPrice,
td.dProfit,
td.dPromo,
td.dPMsg,
td.dQty,
td.dReserve,
td.dReturn,
td.dRound,
td.dSize,
td.dSort,
td.dType,
td.dSummary,
td.dUM,
td.dUPC,
td.dValue,
td.dRight,
td.dWeight {
	background-color: inherit;
	color: inherit;
	margin: 0;
	border-width: 0;
	white-space: nowrap;
}

td.dAttribute {
	text-align: right;
}

td.dHeader {
padding-left: 0.50em;
}

td.dAltItem,
td.dChkNum,
td.dCompany,
td.dCustNum,
td.dDate,
td.dDateErr,
td.dEach,
td.dInput,
td.dInvPrint,
td.dIvc,
td.dItem,
td.dMvmnt,
td.dOE,
td.dPack,
td.dPack,
td.dPriceChk,
td.dQty,
td.dOrdQty,
td.dReserve,
td.dReturn,
td.dRound,
td.dSize,
td.dSort,
td.dType,
td.dValue {
	text-align: center;
}

td.dIvcRpt,
td.dItemRpt,
td.dItemRel,
td.dOGline,
td.dPar,
td.dPrice,
td.dProfit,
td.dPromo,
td.dQty,
td.dReason,
td.dSummary,
td.dUPC,
td.dRight,
td.dWeight {
	text-align: right;
}

td.dIteml,
td.dPMsg {
	text-align: left;
}

td.padLeft5 {
	padding-left: 5px;
}

.error,
td.dDateErr {
	color: red;
}

.errorAlt {
	color: white;
}

.confirmed {
	background-color: inherit;
	color: green;
	font-weight: bold;
}

.confirmedError {
	background-color: inherit;
	color: red;
	font-weight: bold;
}

.paymentError {
	background-color: inherit;
	color: red;
	font-weight: bold;
}

.usda1 {
	background-color: inherit;
	color: green !important;
	font-weight: bold;
}

.usda1 a {
	background-color: inherit;
	color: green !important;
	font-weight: bold;
}

.usda2 {
	background-color: inherit;
	color: red !important;
	font-weight: bold;
}

.usda2 a {
	background-color: inherit;
	color: red !important;
	font-weight: bold;
}

.confirmedWarning {
	background-color: yellow;
	color: black;
	font-weight: bold;
}

td.dInvPrint {
	padding: 0 3px 0 3px;
}

#scrollable table.form, table.form{
	border:none;
	width: auto !important;
	margin-top: 20px;
	margin-left: 10px;
}

#scrollable table.form td{
	border:none;	
}
table.MessageBoardList {
	width: 100%;
	font-size: 9pt;
	padding: 0;
}

table.MessageBoardRead {
	width: 100%;
	font-size: 9pt;
	padding: 0;
}

td.Read,
td.Unread,
td.Priority,
td.PriorityUnread,
td.MBtxt {
	font-weight: normal;
	vertical-align: baseline;
	white-space: nowrap;
}
td.MBtxt {
	white-space: normal;
}
span.MBSubject {
	color: #777;
}
.msgclass {
	border: 2px solid #cccccc;
}

pre.messageboard {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	display: inline;
}

.bRead,
.bUnread,
.bAlwaysRead,
.bPriority,
.bPriorityUnread,
.bReason {
	background: transparent;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
	height: 20px;
	text-align: left;
	/* TODO */
	//text-decoration: underline;
	white-space: nowrap;
	cursor: pointer;
	font: 12px;
	font-size: 1.0em;
}
input, textarea, keygen, select, button {
	font: 12px;
}
.bUnread,
.bAlwaysRead, 
.bPriorityUnread,
td.Unread,
td.AlwaysRead, 
td.PriorityUnread {
	font-weight: bold;
}


.bReason {
	color: red;
}

.none {
	color: red;
}

.mbpageHeader {
	background-color: #EEEEEE;
	font-size: 10pt;
	font-weight:normal;
	height:24px;
	width: 100%;
	border: 0px;
}

.i {
	text-align: right;
}

.itemCopy{
	overflow:scroll;
	height:220px;
}
.il {
	text-align: left;
}

.irol {
	text-align: left;
	background: inherit;
	border-width: 0;
}

.irolR {
	text-align: left;
	background: inherit;
	border-width: 0;
	color: red;
}


.irolG {
	text-align: left;
	background: inherit;
	border-width: 0;
	color: green;
}

td.receiptHead {		
	padding-top: 2px;
	padding-left: 4px;	
	text-align: right;
	background: inherit;
	font-weight: bold;	
	width: 50%;
}

td.receiptData {
	padding-left: 4px;	
	padding-top: 2px;
	text-align: left;
	background: inherit;	
	width: 50%;
}

.paymentInfo {	
	border: 0px solid;
	line-width: 100%;
}

#invpay td, #invpay th {
	background-color: transparent !important;
	border-bottom: 1px solid #EBEDEB;
	line-height:25px;
	border-right: 1px solid #EBEDEB;
	padding-left: 10px;
	padding-right: 10px;
}

#invpay th {
	line-height:36px;
	font-size:1.2em;
}

.iror {
	text-align: right;
	background: inherit;
	border-width: 0;
}

.r {
	background-color: inherit;
	color: inherit;
	height: 24px;
}

.re,
.ro,
.roAlt,
.rhl,
div.panelcontent tr
 {
	background-color: White;
	color: Black;
	height: 24px;
	padding: 0 2px 0 2px;
    border-bottom: none;
	border-bottom-color :rgb(50, 51, 50);
	border-bottom-width:1px;

 }

.ro {
}

.roAlt {
}

.rhl {
	background-color: rgb(235, 237, 235);
}

.rsum1 {
	font-weight: bold;
	background-color: #e0e0e0;
	color: Black;
	height: 24px;
	padding: 0 2px 0 2px;
}

.rsum2 {
	font-weight: bold;
	background: #d0d0d0;
	color: Black;
	height: 24px;
	padding: 0 2px 0 2px;
}

.rgrand {
	font-weight: bold;
	background: #c0c0c0;
	color: black;
	height: 24px;
	padding: 0 2px 0 2px;
}

.b,
.baction,
.bbrand,
.borgn,
.brel,
.burl,
.bsub,
.bparent,
.bchild,
.bprm,
.bdel,
.bins,
.binsb,
.binsl,
.binst,
.binsr,
.bmsg,
.bexpand,
.bcontract,
.boemsg,
.bnoted,
.bns,
.bnsoemsg,
.bloemsg,
.blns,
.blnsoemsg,
.boos,
.bloos,
.bwhm,
.beitm,
.bcal,
.clock,
.lock,
.upArrowBox,
.downArrowBox,
.bothArrowBox,
.btimeanddate {
	font-size: 9pt;
	background: transparent;
	border-width: 0;
	margin: 0;
	padding: 0;
	height: 20px;
	cursor: pointer;
}

.b,
.baction,
.borgn,
.brel,
.burl,
.bsub,
.bparent,
.bchild,
.bins,
.binsb,
.binsl,
.binst,
.binsr,
.bmsg,
.bexpand,
.bcontract,
.bprm,
.bwhm,
.beitm,
.bcal,
.clock,
.lock,
.upArrowBox,
.downArrowBox,
.bothArrowBox,
.btimeanddate {
	color: #0000ff;
	text-align: Center;
	text-decoration: underline;
}

.bcal {
	background-image: url(prodimage/cal.gif);
	text-align: center;
	text-decoration: none;
	width: 16px;
	height: 16px;
}

.bcol {
	color: #ffffcc;
	text-decoration: none;
	width: 20px;
}

.bbrand {
	color: #0000ff;
	text-align: Left;
	text-decoration: underline;
}

.borgn {
	background-image: url(prodimage/province.png);
	width: 20px;
}

.brel {
	background-image: url(prodimage/inforel.png);
	width: 20px;
	background-repeat: no-repeat;
	vertical-align: top;
}

.burl {
	background-image: url(prodimage/note.gif);
	width: 20px;
	background-repeat: no-repeat;
	vertical-align: top;
}

.bsub {
	background-image: url(prodimage/infosub.png);
	width: 20px;
	background-repeat: no-repeat;
	vertical-align: top;
}

.bparent {
	background-image: url(prodimage/infoparent.gif);
	width: 20px;
}

.baction {
	background-image: url(prodimage/action.png);
	width: 20px;
}

.bchild {
	background-image: url(prodimage/infochild.gif);
	width: 20px;
}

.bins {
	background-image: url(prodimage/rightarrow.gif);
	height: 20px;
	position: relative;
	top: -12px;
	left: 0px;
	width: 20px;
	padding-right: 1px;
}

.binsl {
	background-image: url(prodimage/leftarrow.gif);
	height: 20px;
	position: relative;
	top: -12px;
	left: 0px;
	width: 20px;
	padding-right: 1px;
}

.binst {
	background-image: url(prodimage/toparrow.gif);
	width: 36px;
	background-repeat: no-repeat;
	background-position: center center;
}

.binsb {
	background-image: url(prodimage/bottomarrow.gif);
	width: 36px;
	background-repeat: no-repeat;
	background-position: center center;
}

.binsr {
	background-image: url(prodimage/uparrowred.png);
	height: 16px;
	width: 16px;
}

.bmsg {
	background-image: url(prodimage/note.gif);
	width: 20px;
}

.bexpand {
	background-image: url(prodimage/expand.png);
	width: 18px;
	height: 18px;
}

.bcontract {
	background-image: url(prodimage/contract.png);
	width: 18px;
	height: 18px;
}

.bprm {
	background-image : url(prodimage/infoprm.png);
	width : 20px;
	background-repeat: no-repeat;
}


.bdel {
	background-image : url(prodimage/infodeal.gif);
	width : 20px;
}

.beitm {
	background-image: url(prodimage/infoe.gif);
	width: 20px;
}

.btimeanddate {
	background-image: url(prodimage/timeanddate.png);
	text-align: center;
	text-decoration: none;
	width: 16px;
	height: 16px;
}

.clock {
	background-image: url(prodimage/clock.png);
	width: 20px;
	background-repeat: no-repeat;
}

.lock {
	background-image: url(prodimage/locked.png);
	width: 20px;
}

.upArrowBox {
	background-image: url(prodimage/upArrowSquare.png);
	width: 20px;
}

.downArrowBox {
	background-image: url(prodimage/downArrowSquare.png);
	width: 20px;
}

.bothArrowBox {
	background-image: url(prodimage/bothArrowSquare.png);
	width: 20px;
}

.bicon{
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 1px;
}
.bigrounded{
	color:#fff;
}
.boemsg,
.bns,
.bnsoemsg,
.bloemsg,
.blns,
.blnsoemsg,
.boos,
.bloos{
	text-align: Left;
}

.bns,
.bnsoemsg,
.bloemsg,
.blns,
.blnsoemsg,
.boos,
.bloos{
	width: 100%;
}

.boemsg,
.bloemsg {
	background-color: #FFFFCC;
}

.bns,
.blns {
	color: GRAY;
}

.bnsoemsg,
.blnsoemsg {
	color: gray;
	background-color: #FFFFCC;
}

.boos,
.bloos {
	color:  black;
	background-color: #FAF8CC;
	text-decoration: none;
}

.bloos,
.bloemsg,
.blns,
.blnsoemsg {
	text-decoration: underline;
}

.msg {
	color: #000000;
}

.boff,
.bon {
}

.bon {
}

.bnoted {
	text-align: Center;
	background-image: url(prodimage/note.gif);
	width: 20px;
}

.screenBorder {
	border: 6px solid;
	border-color: #BF222D #BF222D #BF222D #BF222D;
}

.logobody {
	background-color: white;
	color: black;
}

.logoprint {
	background-color: white;
	color: black;
}

.mainMenuBar {
	background-color: #BF222D;
	border: 1px solid;
	border-color: #BF222D #BF222D #BF222D #BF222D;
	width: 100%;
	height: 27px;
}

.mainFooterBar {
	background-color: #BF222D;
	border: 1px solid;
	border-color: #BF222D #BF222D #BF222D #BF222D;
	width: 100%;
	height: 27px;
	color: white;
}

.mainHeader {
	background-color: #e0e0e0;
	border-width: 0 1px 0 1px;
	border-color: black;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}

.mainFooter {
	background-color: #e0e0e0;
	border-width: 0 1px 0 1px;
	border-color: black;
	color: black;
}
.non-stock_abbreviation{
	color : red;
} 
.pageBorder {
	border: 0px solid;
	border-color: #E0E0E0;
}

.pageMenuBar {
	background-color: #DCDEDC;
 	height: 40px;
	border: 0;
}

.pageMenuBar div {
	height: 40px;
}

div.panel table {
	background-color: white;
	border-collapse: collapse;
}

div.signon {
	border: 5px outset #d8d8d8;
	background-color: #d8d8d8;
	padding: 1.0em;
	width: 400px;
	border-radius: 1.0em;
}

#mainmenubar {
	width: 100%;
	height: 40px;
    background-color: #DCDEDC;
	font-size: 9pt;
	border: 0;
	background-repeat: repeat-x;
	background-position: top;
}

.messageBoardReadMessageWizard{
	border-top: 1px solid; 
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height:320px;
	overflow:scroll
}

#pagemenu-bar img {
	vertical-align: text-top;
	border: 0;
	padding-right: 3px;
}

#pagemenu-bar li {
	float: left;
}

.menuflyout {
	float: right;
}

span.menu {
	white-space: nowrap;
}

.menuprimary, .pagemenuprimary {
	float: right !important;
/* 	padding-right:15px !important; */
/* 	padding-left:15px !important; */
	background: #B3D550 !important;
	border-top: 5px solid #B3D550 !important;
	border-bottom: 5px solid #B3D550 !important;
}

.menuprimary{
		right: 20px !important;
		margin-left: 15px;
}

.pagemenuprimary {
 	right: 25px  !important; 
}
 

.menuprimary:hover,  .pagemenuprimary:hover{
	border-top: 5px solid #535453 !important;
}

#pagemenu-bar {
	width: 100%;
}

.pageInfo {
	background-color: #EBEDEB;
	border: 0px solid;
	line-width: 100%;
}

.pageHeader {
	background-color: #EBEDEB;
	font-size: 10pt;
	font-weight:normal;
	height:24px;
	width: 100%;
	border-top: 1px solid #DCDEDC;
	border-bottom: 1px solid #DCDEDC;
	padding: 2px 10px 2px 10px;
}

.pageFooter {
	background-color: #d8d8d8;
	font-size: 10pt;
	font-weight:normal;
	height:24px;
	border: 0px;
	width: 100%;
}

.inputHeader,
.grouping{
	font-size: 10pt;
	font-weight:bold;
	white-space: nowrap;
	height:24px;
	text-align: left;
	padding-right: 4px;
}

.inputHeaderSmall{
	text-align: left;
	padding-right: 4px;
}

.inputHeader,
.inputHeaderSmall{
	cursor: help;
}
.grouping{
	font-size: 15pt;
	text-align: left;
}

.noteMenuBar {
	font-weight:bold;
	border: 0px;
	width: 100%;
	background-color: #CCCCCC;
	border: 1px solid;
	border-color: #CCCCCC #CCCCCC black #CCCCCC;
}

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */

.clBar{
	position:absolute;
	visibility:hidden;
}

.mainMenuLevel0,
.mainMenuLevel0over{
	position:absolute;
	padding:2px;
	font-size:12px;
	font-weight:bold;
	text-align: Center;
	background-color:#BF222D;
	layer-background-color:#BF222D;
	border: 2px solid;
	border-color: #CC0000 DARKRED DARKRED #CC0000;
	color:#EEEEEE;
}

.mainMenuLevel0over{
	background-color:#FF7F00;
	layer-background-color:#FF7F00;
	cursor:pointer;
	border-color: #FF9248 #DF5900 #DF5900 #FF9248;
	color:white;
}

.mainMenuLevel0border{
	position:absolute;
	visibility:hidden;
}

.mainMenuLevel1,
.mainMenuLevel1over{
	position:absolute;
	padding:2px;
	font-size:11px;
	font-weight:bold;
	text-align: Left;
	background-color:white;
	layer-background-color:white;
	color:black;
}
.mainMenuLevel1over{
	background-color:#DDDDDD;
	layer-background-color:white;
	color:#BF222D;
	cursor:pointer;
}
.mainMenuLevel1border{
	position:absolute;
	visibility:hidden;
	background-color:black;
	layer-background-color:black;
}

.orderCartStyle{
	right:150px;
	position: absolute;
	padding-top:8px;
	padding-right:30px;
}

.pageMenuLevel0,
.pageMenuLevel0over {
	position:absolute;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: Center;
	background-color: #CCCCCC;
	layer-background-color: #CCCCCC;
	color:black;
	border: 2px solid;
	border-color: #FAFAFA #ACACAC #ACACAC #FAFAFA;
}

.pageMenuLevel0over{
	cursor:pointer;
	border-color: #ACACAC #FAFAFA #FAFAFA #ACACAC;
}
.pageMenuLevel1,
.pageMenuLevel1over{
	position:absolute;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align: left;
	color:black;
	background-color: #EEEEEE;
	layer-background-color: #EEEEEE;
}
.pageMenuLevel1over{
	background-color:white;
	layer-background-color:white;
	cursor:pointer;
}

.pageMenuLevel1border{
	position:absolute;
	visibility:hidden;
	background-color:black;
	layer-background-color:black;
}

.twotableseparator {
	background-color: black;
}

span.link {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

#scrollable thead tr, .scrollable thead tr, div.panelcontent thead tr {
 	display: table-row;
    height: 35px;
    line-height: 35px;
 }

tr.gradientgray {
 	color: black;
}

th.gradient {
 	color: black;
}

#waitbox{
font-size:14px;
font-weight: normal;
position: absolute;
top: 40%;
left: 42%;
width: 200px;
height: 65px;
padding: 20px;
border:  2px solid;
border-color:  #EEEEEE #555555 #555555 #EEEEEE;
background-color: #d4d0c8;
color: black;
visibility: visible;
z-index: 9;
}

dt {
	font-weight: bold;
}

dd {
	font-style: italic;
}

a:link.footerlink {
	color: black;
}

a.footerlink {
	color: black;
	text-decoration: underline;
}

a:visited.footerlink {
	color: black;
}

a:active.footerlink {
	color: black;
}

a:hover.footerlink {
	color: black;
}

/* CSS elements for the popup calendar */
table.cal {
	border: 5px solid #a0a0a0;
	font-family: sans-serif;
	font-size: 14px;
}

td.cal, td.caltoday, td.caloutside, td.calevent, td.calselected, td.calroute {
	border: 1px solid #a0a0a0;
	width: 30px;
	height: 30px;
	background-color: #ffcccc;
	color: #000000;
	text-align: center;
}

span.caltoday {
	background-color: #ccccff;
}

td.calevent {
	background-color: #ccffcc;
	cursor: pointer;
}

td.calroute {
	background-color: #9c6;
	cursor: pointer;
}

td.calselected {
	background-color: #ffffcc;
	cursor: pointer;
}

td.caloutside {
	background-color: #c0c0c0;
}

th.cal {
	background-color: #ffffcc;
	color: #000000;
	width: 30px;
}

td.calchange {
	border: 0;
	text-align: center;
	font-weight: bold;
}

span.calchange {
	cursor: pointer;
	background-color: #e0e0e0;
	border: 1px solid #808080;
	padding-left: 2px;
	padding-right: 2px;
}

div.note {
	display: none;
	zIndex:9999;
	position:absolute;
	text-align: center;
	background-color: lightyellow;
	border: 1px solid black;
	white-space:nowrap;
}

div.note TEXTAREA {
	background-color: lightyellow;
}

.droppableHilite {
	border: 1px solid red;
}

.disabled {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#scrollable,
.scrollable {
	overflow: auto;
	position: relative;
}

.treeNodeSelected {
	background-color: #ffffd0 !important;
}

.treeSearchHit {
	background-color: #d0d0d0;
}

div.orderStatsPane {
	margin: 5px auto;
	text-align: center;
	white-space: nowrap;
}

div.orderStatsPane img {
	vertical-align: middle;
}

.tabpanes > div {
	display:none;
 	border:1px solid #999;
	border-top:0;
 	font-size:14px;
	background-color:#fff;
}

 

/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:36px;
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}



/* link inside the tab. uses a background image */
ul.tabs a {
    margin: 0 1px 0 0;
    background: #d0d0d0;
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 134px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
 	position:relative;
	top:1px;
	border-top: 5px solid #d0d0d0;
	border-bottom: 1px solid #fff;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;
	border-top: 5px solid #535453;
	background: #DCDEDC;
	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;
	cursor:default !important;
	color:#000 !important;
	border-top: 5px solid #535453;
	background: #DCDEDC;
	
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */
.panes .pane {
	display:none;
}

.pagetitle {
	margin-right: 0.5em;
	font-size: 1.5em;
}

.pagetitle > span {
	font-size: 0.8em;
}

.panelcontent th, .panelcontent td {
	white-space: nowrap;
	overflow: hidden;
	padding-left:5px;
	padding-right:5px;
}

	#popupClose{
		font-size:16px;
		line-height:16px;
		right:6px;
		top:4px;
		position:absolute;
		color:#006699;
		font-weight:700;
		display:block;
	}
	li.ProductHeader span:first-child {
		float: left;
   	 	font-weight: bold;
 	}
	.lastSpan{
		float: right;
   	 	margin-right: 5px;
 	}
 	.ProductNameTitle {
		margin-left: 40px;
   	 	color: #70BF60;
    	font-size: 12pt;
    	font-weight: bold;
	}
	#ProductMain {
		margin-left: 20px;
		margin-top: 20px;
		//overflow: hidden;
	}
	#ProductMainRight {
	  float: left;
      margin-left: 20px;
      margin-top: 20px;
      //overflow: hidden;
    }
	.ProductList {
 		margin-left: 20px;
	}
	#ProductImage {
		float: right;
		vertical-align:middle;
		margin-top: 20px;
		max-height: 120px;
		max-width: 120px;
	}
	#ProductImageTitle {
		margin-top: 20px;
    	color: #006699;
    	font-size: 12pt;
    	font-weight: bold;
	}
	
	#ProductScheduleInstruction{ 
	   	font-size: 14px;
	   	padding-top: 12px;
	   	padding-bottom:12px;
   	 }
    	 
   	 #ProductScheduleBottomMessage{
	   	padding-top: 12px;
		font-size :14px;
	   	color: red;
	   	float: left;
   	}
   	
   	#ProductScheduleNotFound{
	   	padding-top: 40px;
	   	padding-bottom: 40px;
		font-size :14px;
	   	color: red;
	   	float: left;
   	}

	.ProductCutoffTime{
  		border: 1px solid #EBEDEB;
  		padding:6px;
  		text-align: right;
 	}
 	
 	.ProductLeadDays{
  		border: 1px solid #EBEDEB;
   		text-align: center;
  		padding:6px;
	}
 	.ProductDeliveryDay{
  		border: 1px solid #EBEDEB;
   		text-align: left;
  		padding:6px;
	}
 	
 	.ProductScheduleTable{
  	  	width:auto;
  	  	white-space: nowrap; 
    	border-collapse: collapse; 
    }
    
	

#keypad {
	background-color: #808080;
	padding: 5px;
}

#keypad table {
	border-spacing: 3px;
	padding: 5px;
	background-color: #e0e0e0;
	width: 211px;	/*24*4+5*2+3*3*/
	height: auto;
}

#keypad td {
	background-color: #f0f0f0;
	border: 3px outset #c0c0c0;
	border-radius: 6px;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	height: 48px;
	width: 48px;
	text-align: center;
	vertical-align: middle;
}

#keypad td.keypadclose {
	background-color: #ff4040;
}
li.menuseparator {
	border-top: 1px solid #404040;
}

input.keypadcurrent {
	background-color: #ccffcc;
}

#alert {
	width: 400px;
	background-color: white;
	color: black;
	border: 3px ridge gray;
	padding: 0.25em;
	display: none;
	z-index: 15000;
}

#alertheader {
	background-color: #c0c0c0;
	text-align: center;
	padding: 0.25em;
}

#alertok {
	text-align: center;
}

#alert > p {
	max-height: 350px;
	overflow: auto;
	white-space: pre-wrap;
	padding: 0.25em;
}

#searchbardiv {
	background-repeat: no-repeat;
	width: 440px;
	height: 32px;
	position: relative;
	display: inline-block;
	float:right;
	right:15px;
    box-sizing: border-box;
    border: 1px solid #DCDEDC;
    background: #FFF;
}




#searchbarrfresh{
	float:right;
}

#searchoptions {
	display: none;
}

#searchbardiv #searchbargo {
	position: absolute;
	float:left;
	top: 2px;
 	width: 10px;
	height: 10px;
	cursor: pointer;
	left: 2px;
}
 
.dashboardsearch {
	width: 10px  ;
	height: 10px ;
	float:left ;
	left: 30px ; 
} 
 
.dashboardsearch img {
    top: 8px;
    height: 16px;
    float: left;
    position: absolute;
    cursor:pointer; 
    
 } 
#searchbardiv #searchbargo img {
	top: 6px;
 	height:16px;
 	position: absolute;
}

#searchbardiv #searchbarsearch {
	position: relative\9; 

}


#searchbardiv #searchbarsearch #search {
	border: 0;
	background-color: transparent;
	width: 250px;
	height: 25px;
	top:2px;
	position: absolute;
    left: 40px;
    float:left;
 }
 
#searchbardiv #searchbarsearch #search:focus {
	outline: 0;
}


#searchbardiv #searchbarsearchtype #searchtype {
	border: 0;
	background: inherit;
	background-color: transparent;
	font-size: 1.2em;
	width: 300px;
	height: 32px;
	position: absolute;
	left: 20px;
	top: 4px;
}

#searchbardiv #searchbarclear {
	position: absolute;
	top: 10px;
	right: 150px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	color: #c0c0c0;
	font-size: 0.8em;
}

#searchbarclear {
	width:65px;
	text-align: right;
}

#searchbardiv #searchbarclear img {
	position: absolute;
	top: 0px;
	padding-right: 0px;
	right: -27px;
	height: 12px;
}

#searchbardiv #searchbarsearchtype a.selectBox {
	border: 0;
	background-color: transparent;
	color: #c0c0c0;
	font-size: 0.8em;
	width: 120px;
/* 	height: 28px; */
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.selectCustomerDashBoard {
	display: inline-block;
    box-sizing: border-box;
    height: 42px;
	/* padding-top: 12px; */
	padding-right: 10px;
	font-size: 1.0em;
	float:right;
	color: #ffffff;
	
}

.currentCustomer{
	display: inline-block;
	padding-top:15px;
	padding-right: 25px;
	font-size : 1.0em;
	float:right;
	color:#ffffff;
}

.selectCustomerDashBoard option {
    background: #70BF60;
 }

.selectCustomerDashBoard select {
    text-indent: 0;
    height: 28px;
    margin: 0;
    margin: 10px 0;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,0.3)!important;
    background: transparent;
    border: none;
    color: #FFF;
   -webkit-appearance:none;
   -moz-appearance:none;
   text-indent:1px;
   text-overflow:'';
 }
 
.selectCustomerDashBoard select::-ms-expand {
	display: none;
}

    
.pageTitleLine {
	background-color: #70BF60;
	height:75px;
	color: #FFF
}

.guidedSearchPageTitleLine{
 	height:25px;
}

.pageTitleText {
	float:left;
	line-height: 40px;
	/* padding-top: 7px; */
	padding-left:150px;
	font-size: 2.0em;	
}

.pageTitleToolbar {
	display: inline-block;
}

#globalToolbar {
	width: 100%;
	height: 75px;
	color: #FFF;
	background-color: #70BF60;
}

.pageTitleLine img{
	float: right;
	padding-right: 5px;
 }

.pageMenuBar .pageTitleLine .globalToolbarLogo , .pageMenuBar .pageTitleLine .globalToolbarLogo .globalToolbarAppName, .globalToolbarLogo {
		background:transparent;
	
}
.globalToolbarLogo {
	line-height: 30px;
	padding-left:10px;
	float: left;
	background:transparent;
	padding: 6px;
	
 }
 
.logoImage img{
	height: 35px;
    margin: 5px 0 5px 0;
    float:left;
}

.globalToolbarAppName{
    height: 10px;
    line-height: 10px;    
    float:left;
 	font-size: 1.0em;	
	position:relative;
	/* top:60px; */
	white-space: nowrap;
 }

#popupData {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.popupDataSelected {
	background-color: #ccffcc; 	
	font-weight: bold;
}

.contextMenu {
    position: absolute;
    width: 180px;
    z-index: 99999;
    border: solid 1px #CCC;
    background: #EEE;
    padding: 0px;
    margin: 0px;
    display: none;
}

.contextMenu LI {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.contextMenu A {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 20px;
    height: 20px;
    background-position: 6px center;
    background-repeat: no-repeat;
    outline: none;
    padding: 1px 5px;
    padding-left: 28px;
}

.contextMenu LI.hover A {
    color: #FFF;
    background-color: #3399FF;
}

.contextMenu LI.disabled A {
    color: #AAA;
    cursor: default;
}

.contextMenu LI.hover.disabled A {
    background-color: transparent;
}

.contextMenu LI.separator {
    border-top: solid 1px #CCC;
}


.customerSingleDisplay{
	padding-top: 7px;
	padding-left:5px;
	font-size: 2.0em;
	color: #FFF
}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(prodimage/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(prodimage/info.gif);
}

#popup_content.confirm {
	background-image: url(prodimage/important.gif);
}

#popup_content.prompt {
	background-image: url(prodimage/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
#CompanyLogo {
	width: 300px;
	height: 75px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

#LogoImage {
	width: 100%;
	height: 100%;
}

.AdvertisingBody {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

#AdvertisingSpace {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
}

.AdSpan {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* Sprite images css */
.sprite-16x16 { background: url(/pnet/prodtheme/prodimage/sprite_16x16.png) no-repeat top left; display: block; width: 16px; height: 16px;	float: right; cursor: pointer; }
.sprite-32x32 {	background: url(/pnet/prodtheme/prodimage/sprite_32x32.png) no-repeat top left; display: block; width: 32px; height: 32px; float: right; cursor: pointer; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; }
.sprite-48x48 { background: url(/pnet/prodtheme/prodimage/sprite_48x48.png) no-repeat top left; display: block; width: 48px; height: 48px;	float: left; cursor: pointer; }
.sprite-transaparent { background: url(/pnet/prodtheme/prodimage/transparentadd.gif) no-repeat top left; display: block; width: 38px; height: 30px; cursor: pointer; }
.sprite-cart { background: url(/pnet/prodtheme/prodimage/sprite_cart.png) no-repeat top left; display: block; width: 38px; height: 30px; cursor: pointer; }
.sprite-menu { background: url(/pnet/prodtheme/icons/sprite_menu.png) no-repeat top left; display: block; width: 16px; height: 16px; cursor: pointer; float: right; }
.sprite-menubg { background: url(/pnet/prodtheme/prodimage/sprite_menubg.png) no-repeat top left; display: inline-block; width: 12px; height: 24px; line-height: 24px; overflow: hidden; position: relative; }

span.orderStats { margin-top: 5px; padding: 0px; }
div.cart, span.cart { margin: 2px; padding: 0px; float: left; }
div.cart label { margin: 5px; }
td.cart {font-weight: bold;}
#cart-count { color: black; font-weight: bold; font-family: arial,sans-serif; position: relative; width: 20px; text-align: center; left: -30px; }
.cart-amount, .cart-cube, .cart-weight, .cart-minamount  { color:black; font-weight: bold; font-family: arial,sans-serif; text-align: left; }

div#sort, div#configureview { float:left; cursor:pointer; }

/* tooltip styling */
.tooltip { 	background-color: white; border: 1px solid black; padding: 5px; width: auto; height: auto; display: none; z-index: 2; color: black; text-align: left; font-size: 12px;
			-moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; }

.tooltipcart { 	background-color: white; border: 1px solid black; padding: 5px; width: 225px; display: none; z-index: 2; color: white; text-align: left; font-size: 12px;
				-moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; }
				
.hdtooltip { 	background-color: white;border: 2px solid black; padding: 5px; width: auto; height: auto; display: none; z-index: 2;   text-align: left; font-size: 12px;
			-moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; }

.hdtooltipcart {background-color: white; border: 1px solid black; padding: 5px; height:120px !important; width: 175px; display: none; top:20px; z-index: 2;  text-align: left; font-size: 12px;
				-moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; }

				
.tooltipConfigureView { 	background-color: white; border: 1px solid black; padding: 5px; width: 175px; display: none; z-index: 2; color: black; text-align: left; font-size: 12px;
				-moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; }
.tooltipConfigureView div.title { text-align: center; }
img.itemListAddContext {
	cursor: pointer;
}

.globalButtonBar { float: right; color: inherit; /* padding-top:15px; */}
.pageMenuBar span.globalButtonBar { float: right; color: inherit;padding-top:0px;}
input.required { border: 1px solid red; }
.input-prompt { position: absolute; font-style: italic; color: #aaa; margin: 0.2em 0 0 0.5em; }
span.menuicon { float: left; margin-right: 5px;margin-top: 7.5px; }


/* Tile View Enhancements styling*/
div.item { float: left;	width: 230px; height: 330px; border: 2px ridge gray; margin: 0.5em;	padding: 0.5em;overflow: hidden; word-wrap: break-word; }
div.item_0 { float: left; width: 230px; height: 330px;  border: 2px ridge #ccffcc; border-style:groove; margin: 0.5em; padding: 0.5em; overflow: hidden; word-wrap: break-word; }
div.desc { width: 230px;}
div.item_image { float: left; width: 115px; overflow: hidden; }
div.item_details { float: right; height: 100px; width: 110px; }
div.item_header { padding: 10px; }
div.item_display_attributes, div.item_brand,div.dLineItemMessage { width: 200px;	height: 16px; float:left; padding-top: 1.5em;}
div.item_quantity { float: left; bottom: 0; text-align: center; width: 225px; padding-top: 1.0em; }

/* User Options */
div span.optiontitle { postion: relative; top: 10px; font-size: 17px;}

div.success { border: 1px solid; color: #4F8A10; background-color: #DFF2BF; }
div.warn { border: 1px solid; color: #9F6000; background-color: #FEEFB3; }
div.info { border: 1px solid; color: #00529B; background-color: #BDE5F8; }
div.hint { border: 1px solid; color: black; background-color: #FFFFCC; }

.nestedTable tbody {height:auto !important;}
.actionIcon {
	width: 2%;
	text-align: center;
	padding: 0px 5px 0px 5px;
}

.actionIcon img {
	padding-left: 0px;
	float: none;	
}

.ErrorText {
	color:red;
	font-weight: bold;
	font-size: 14px;
}

.out_of_stock {
	color: red;
}

.externalIcons {
	margin-left: 7px;
}

.brandHighlight {
	font-weight: bold !important;
}

.StartOrderCutoff {
	font-size: 1.2em;
	color: #ff0000;
	text-align: center;
	margin-bottom: 5px;
}



div.logoabout {
	text-align: center;
}

span.logoabout {
	background-image: url("/pnet/prodtheme/prodimage/logo_about.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 160px;
	height: 80px;
	margin-top: 30px;
	margin-bottom: 20px;
	display: inline-block; 
	background-color: #323332; 
	background-size: 70%;
}


div.productname {
	text-align: center;
	/* Uncomment the below line to hide the product name. This is needed if the logo has the name of the product. */ 
	/* 	display: none; */
}

span.powernet {
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
	line-height: 200%;
}

span.cp {
	font-size: 12pt;
	color: #323332;
	font-weight: bold;
	line-height: 200%;
}

._removeerror {
 color: red;
 font-size:1em;
 margin-top:90%;
 text-align: left;
}

.error {
}

.login-screen {position:absolute;top:0;bottom:0;right:0;left:0;background:#70BF60; color:#FFF}
.login-container {position:absolute;top:0;left:25%;bottom:0;box-sizing:border-box;width:280px;padding:20px;background:#323332}
.login-logo{border:0px;}
.login-logo img {display:block;height:40px;margin:0 0 10px 0;}
.login-slogan {height:10px;line-height:10px;}
.login-form-container {position:absolute;top:40%;width:240px}
.login-form-container .field-title {padding: 0 0 5px 0;font-size: 1.2em;}
.login-actions-container {text-align:right}
.login-button-native {margin:0 0 20px 0}
.login-button-native button {color:#FFF}
.login-button-native button:hover {color:#323332}
.login-forgot-password {cursor:pointer;}
.login-forgot-password a {font-size:1em;text-decoration:underline}
.login-forgot-password a:hover {text-decoration:none}

#app-frame.mobile .login-screen .login-container {left:0%}
        
.login-container {z-index:1;}
.login-description {position:absolute;z-index:0;top:40%;left:25%;right:0;min-height:160px;padding:20px 20px 20px 300px;line-height:180%;font-size:1.2em;text-align:justify;background:rgba(255,255,255,0.3);}
.login-footer {position:fixed;right:0;bottom:0;padding:20px;line-height:30px;font-size:1.2em;text-align:right;height:auto;}
.login-footer > .locales {font-size:1.4em;}
.login-footer > .locales > span {display:inline-block;cursor:pointer;padding:0 0 0 10px;}
.login-footer > .locales > span > img {position:relative;top:5px;height:25px;}
.login-footer > .copyright{line-height:20px}
.login-footer > .copyright br:first-child{display:none}

.login-footer > .links {}
.login-footer > .links > a {text-decoration:none;}
.login-footer > .links > a:hover {text-decoration:underline;}
        
.login-button-native {display:inline-block;height:40px;}
.login-button-native > button:focus {outline:0;}
.login-button-native > button {display:block;box-sizing:border-box;min-width:120px;height:40px;margin:0 auto;padding:0 20px;border:2px solid #DCDEDC;font-size:1.2em;text-align:center;border-radius:8px;background:transparent;cursor:pointer;}
.login-button-native > button:hover {border-color:#DCDEDC;background:#DCDEDC;}
.login-button-native > button:active {position:relative;top:2px;}

.login-button-native > button {}
.login-button-native.primary > button {border-color:#B3D550;}
.login-button-native.primary:hover > button {border-color:#B3D550;background:#B3D550;}
.login-button-native.secondary > button {border-color:#DCDEDC;}
.login-button-native.secondary:hover > button {border-color:#DCDEDC;}
.login-button-native.tertiary > button {border-color:#BCBDC1;}
.login-button-native.tertiary:hover > button {border-color:#AAA}

.form-fields {padding:0}
.form-fields .field-container {padding: 0 0 20px 0;}
.form-fields .field-container.select_list {color:#AAA;}
.form-fields .field-container:last-child {padding-bottom:0;}
.form-fields .field {position:relative;}
.form-fields .field input[type="text"], .form-fields .field input[type="password"], .form-fields .field input[type="email"], .form-fields .field input[type="date"], .form-fields .field input[type="time"], .form-fields .field input[type="datetime-local"] {
		box-sizing:border-box;width:100%;height:35px;padding:5px 10px;border:1px solid #CCC;
}
.form-fields .field input:focus {outline:none;}
.form-fields .field input::-ms-clear {display:none;}
.form-fields .field input input {border-color:#B50010;color:#B50010;transition-duration:0.2s;-webkit-transition-duration:0.2s;}
.form-fields .field.disabled label {color:#AAA;}
.form-fields .field .field-icon {position:absolute;top:10px;left:10px;font-size:1.3em;}
.form-fields .field .field-icon.app-filter-icon {font-family:'icomoon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.form-fields .field .field-icon.app-filter-icon:before {content:"\e600";}
.form-fields .field.with-icon input {padding-left:35px;}
.form-fields .field.checkbox .field-label {position:relative;top:-2px;padding:0 0 0 5px;font-size:1.2em;cursor:pointer;}
.form-fields .field.textarea {
	padding:5px;background-color:#FFF;border:1px solid #CCC;border-radius:8px;
}
.form-fields .field {text-align:center;}

.signonerror {
	background-color: #B50010 ;
	color: #ffffff;
	font-size: 1em;
	text-align: left;
	margin-bottom: 20px;
	padding: 5px;
}

.srpcontent {
	padding-left:15px;
	padding-top:10px;
	padding-right:15px;
}
.pagecolor {
	background-color:#FFFFFF;
	border:1px solid;
	margin-bottom:10px;
}
.backgroundcolor{
	background-color:#FFFFFF;
	
}
.textborder{
	border:     1px solid #EBEDEB;
	border-collapse: collapse;
}

.wizardtablecontainer th{
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    border-collapse: collapse;
    font-size: 1.2em;
    
}
.wizardtablecontainer table{
    border-spacing: 0px;
    padding:0px;
    border-collapse: collapse;
}

.wizardtablecontainer td{
 	border-bottom: 1px solid #EBEDEB;
    line-height: 25px;
    border-right: 1px solid #EBEDEB;
    border-left: 1px solid #EBEDEB;
    padding-left: 10px;
    font-size: 1.0em;
    padding-right: 10px;
    border-collapse: collapse;
    
}    
.menuflyout{
  	position:absolute;
  	float:none;
  	right:5px;
}

.sf-menu li {
	background: transparent;
}
.wizardbuttons{
	text-align: center;
}
div.modalheading {
	background-color: #DCDEDC;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

div.modalpageinfo {
	background-color: #EBEDEB;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 0px;
}

div.modalpagecontent {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#popupdata th {
	font-size: 1.2em;
	padding: 5px;
}

#popupdata td {
	padding-left: 5px;
	padding-right: 5px;
}

th.right {
	text-align: right;
}

th.center {
	text-align: center;
}

td.right {
	text-align: right;
}

td.center {
	text-align: center;
}
td.left {
	text-align: left;
}

td.noRightBorder {
	border-right: 0 !important;
}

#scrollable table.form td.inputLabel, td.inputLabel{
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align:top;
	padding-right:25px;
	white-space: nowrap; 
}

.pageInfoPanel{
  text-align:center; 
}

.pageInfoPanel table{
	margin: 0px auto;
	width:auto;
}
.pageInfoPanel td{
	padding-left:10px;
	padding-right:25px;
	white-space: nowrap; 
}

.pageInfoPanel label{
	font-weight: bold;
	font-size: 0.9em;
}





#scrollable table.form td.inputField , td.inputField , div.displayHeading {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align:top;
	padding-right:25px;
}

#scrollable table.formContainer table.form tbody, #wizardtable  table.form tbody {
	height:auto !important;
}

table.form label, td.inputLabel label, td.inputField label, div.displayHeading {
	font-weight: bold;
	font-size: 1.2em;
}

table.formContainer {
	width: 100%;
	margin-bottom: 20px;
	background-color: #ffffff;
}

.button, .button_faded {
	display: inline-block;
	display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .2em 1.5em .2em 1.5em;
	border: solid 2.5px #3FAE29;
	border-radius: .5em;
	font-size: 1.2em;
	color: #000000;
	background: #FFFFFF;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
}

.button_faded {
    opacity:0.5;
    cursor: inherit;
}

.button:hover {
	background-color: #3FAE29; 
	color: white;
}

.smallsize {
}

.reviewNotes {
	text-align: center;
	color: red;
}

td.nowrap {
	white-space: nowrap;
}

span.LANG_ENG_CAN {
	background-image: url("/pnet/prodtheme/prodimage/ENG_CAN.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 64px;
	width: 80px;
	background-size: contain;
}

span.LANG_ENG_USA {
	background-image: url("/pnet/prodtheme/prodimage/ENG_USA.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 64px;
 	width: 80px;
	background-size: contain;
}

span.LANG_FRE_CAN {
	background-image: url("/pnet/prodtheme/prodimage/FRE_CAN.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 64px;
	width: 80px;
	background-size: contain;
} 

.signon-urls{
		color: white;	
}

.sf-menu a.sf-with-ul {
	padding-right: 	8px;
}