body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  color: #000000;
  background: #ffffff;
  text-align: left;
  margin: 10px;
}

table {
  font-size: 10pt;
  color: #000000;
  background: transparent;
}

table.standard td, table.padded td {
  white-space:pre;
  text-align:left; 
}

table.standard th, table.padded th {
  white-space:pre;
  vertical-align:bottom;
  text-align:left; 
}

table.padded td,th { padding-right:10px; }

div#page {}

.clear {
  clear: both;
  margin: 0;
  padding: 0 0;
}

/* === Login Name Style ===================================================== */
div#bLogin {
  position: absolute;
  top: 4px;
  padding: 0px 50px;
}
/* === end Login Name Style === */


/* === Open Order Alert Style ===================================================== */
span#ooAlert {
  position: relative;
  font-weight: bold;
  color: red;
  background-color: yellow;
  margin: 0px 10px;
  padding: 0px 10px;
}
/* === end Open Order Alert Style === */


/* === Logo Style =========================================================== */
img#bLogo {
  position: absolute;
  top: 8px;
  left: 12px;
  width: auto;
  min-width: 40px;
  height: auto;
  min-height: 37px;
}
/* === end Logo Style === */


/* === Main Navigation Style ================================================ */
div#bNav {
  height: 23px;
  padding: 14px 50px 1px 46px;
}

div#bNav table {
  position: relative;
  margin: 0px;
  padding: 0px;
  top: -3px;
  left: 0px;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 596;
  background-color: transparent;
}

/* Dropdown styles in separate style sheet.
 * Place desired override styles here.
 */ 

/* LEVEL 1 */
ul.dropdown li {
  border-right: 1px solid #409C36;
  border-left: 2px solid #ffffff;
  background: #BDE9B9;
}

/* LEVEL 2 & 3 */
ul.dropdown ul, ul.dropdown ul ul {
  border-color: #f0f0f0 #666 #666 #f0f0f0;
  background-color: #BDE9B9;
}

ul.dropdown ul li, ul.dropdown ul ul li {
  background: #BDE9B9;
}

ul.dropdown ul a:link, ul.dropdown ul ul a:link,    
ul.dropdown ul a:visited, ul.dropdown ul ul a:visited, 
ul.dropdown ul a:hover, ul.dropdown ul ul a:hover,
ul.dropdown ul a:active, ul.dropdown ul ul a:active {
  background: #BDE9B9;
}
/* === end Main Navigation Style === */


/* === Wrapper Style ======================================================== */
div#Wrapper {}

div#WrapperTop, div#WrapperBtm {
height: 0px;
}

div#bWrapper {
  background: #FFFFFF;
  color: #000000;
}

div#bWrapperTop, div#bWrapperBtm {
height: 0px;
}
/* === end Wrapper Style ==================================================== */


/* === Account Navigation Style ============================================= */
div#bACHeader {
  border: 0px solid #000000;
  border-top-width: 1px;
  padding: 0px 0;
  background: #F2F2F2;
  height: auto;
}

div#bACTitle {
  font-weight: bold;
  font-size: 12pt;
  position: relative;
  padding: 1px 5px;
}

div#bACNav {
  height: auto;
}

div#bACNav table {
  height: auto;
  background-color: transparent;
}

/* Dropdown styles in separate style sheet.
 * Place desired override styles here.
 */ 

/* === end Account Navigation Style === */


/* === Debug Style ========================================================== */
div#bDebug {
  background: #FFFFCC;
  color: #000000;
  padding: 0px 4px 0px 4px;
}
/* === Debug Style === */


/* === Body Context Style ==================================================== */
div#bContext {
  position: relative;
  border: 0px solid #000000;
  border-top-width: 1px;
  background: #EEEEEE;
  color: #000000;
  height: auto;
  z-index: 1;
}

div#bTitle {
  position: relative;
  width: 50%;
  font-weight: bold;
  font-size: 12pt;
  padding: 1px 5px;  
  z-index: 2;  
}

div#bListPaging {
  position: relative;
  font-weight: bold;
  font-size: 10pt;
  width: 50%;
  text-align: right;
  margin-top: -20px;
  margin-left: auto;
  padding: 2px 5px;
  z-index: 3;
}

div#bListPaging ul {
  padding: 0px 0;
  margin: 0;
  font: normal 12px Arial;
  font-weight: bold;
}

div#bListPaging ul li {
  display: inline;
}

div#bListPaging ul li a {
  color: #000000;
  background: #EEEEEE;
  padding: 0px 2px;
  margin: 0;
}

div#bListPaging ul li a:hover {
  color: #FFFFFF;
  background: #000000;
}

div#bListFunctions {
  position: relative;
  width: 35%;
  text-align: left;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 10pt;
  z-index: 3;
}

div#bListFunctions ul {
  padding: 0px 0;
  margin: 0;
  font: normal 12px Arial;
  font-weight: bold;
}

div#bListFunctions ul li {
  display: inline;
}

div#bListFunctions ul li a {
  color: #000000;
  background: #EEEEEE;
  padding: 0px 2px;
  margin: 0;
}

div#bListFunctions ul li a:hover {
  color: #FFFFFF;
  background: #000000;
}

div#bFilterCriteria {
  position: relative;
  width: 60%;
  text-align: right;
  margin-top: -20px;
  margin-left: auto;
  font-weight: bold;
  font-size: 10pt;
  padding: 2px 5px;
  z-index: 3;
}

div#bFilterCriteria ul {
  padding: 0px 0;
  margin: 0;
  font: normal 12px Arial;
  font-weight: bold;
}
 
div#bFilterCriteria ul li {
  display: inline;
  color: #000000;
  background: #EEEEEE;
  padding: 0px 2px;
  margin: 0;
}

div#criteria {
  font: normal 10px Arial;
}
/* === end Body Context Style === */


/* === Error Style ========================================================== */
div#bError {
  font-size: 10pt;
  color: red;
  background: #ffffff;
  left: 10px;
  padding: 10px 0px 0px 0px;
}
/* === end Error Style === */


/* === Status Style ========================================================= */
div#bStatus {
  position: relative;
  font-size: 10pt;
  font-weight: bold;
  left: 10px;
  padding: 10px 0px 0px 0px;
  height: auto;
  z-index: 4;
}
/* === end Status Style === */


/* === Warning Style ========================================================= */
div#bWarning {
  position: relative;
  font-size: 10pt;
  font-weight: normal;
  left: 10px;
  padding: 10px 0px 0px 0px;
  height: auto;
  z-index: 4;
}
img#bWarningImg {
  position: relative;
  float: left;
  padding: 0px 10px 0px 0px;
  min-width: 32px;
  height: auto;
  min-height: 32px;
}
/* === end Warning Style === */


/* === Content Style ======================================================== */
div#bContent {
  left: 8px;
  height: 100%;
  padding: 10px 0px 0px 0px;
}
/* === end Content Style === */


/* === Order Style ========================================================= */
div#odSHW div, div#odORDER div, div#odPAY div, div#odCREDIT div, 
  div#odISSUE div, div#odRALLOCATE div, 
  div#odCANCEL div, div#odROLLBACK div, div#odLOG div, div#odPEND div,
  div#pySHW div, div#pyMOD div, 
  div#cdSHW div, div#cdMOD div
  {
  margin: 10px 0px 10px 0px;
}

blockquote.padded0 {
  margin: 0px 0px 0px 0px;
}
blockquote.padded1 {
  margin: 0px 0px 0px 20px;
}
blockquote.padded2 {
  margin: 0px 0px 20px 20px;
}

div#odCREDIT div#odTot {
  margin: 0px 0px 20px 0px;
}
div#odCREDIT div#odBal {
  margin: 20px 0px 0px 0px;
}

/*begin Order "Pay" / "Credit" Style*/

div#odRecord {
  border: 3px green solid;
  min-width: 540px;
  max-width: 620px;
  position: relative;
  float: right;
  background-color: #EEEEEE;
  background-image: '';
  font-size: 9pt;
}
div#odRecord div {
  margin: 10px 3px 10px 3px;
  font-size: 9pt;
}
div#odRecord span {
  font-size: 16pt;
  font-weight: bold;
}
div#odRecord div table {
  font-size: 9pt;
}
div#odRecord div span {
  font-size: 9pt;
  font-weight: normal;
}
div#odRecord div#odLicenses {
  height: auto;
  min-height: 130px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: auto;
}

/*end Order "Pay" / "Credit" Style*/

/**use these styles to scroll dog information**/
/**checkout process & new/modify order**/
div#odORDER div#odItemsS div.tTbl {
  width: 99%;
  height: 100%;
  min-height: 150px;
  margin-top: 0px;
  overflow-y: auto;
  overflow-x: auto;
}
    
div#odORDER div#odItemsS div.tFt {
  height: auto;
  margin: 0px;
}

/*begin Color Checkbox Style*/
table.liColor, table.liColorH {
  vertical-align: top;
  text-align: center;
  padding: 1px;
  height: 12px;
  font-size: 9pt;
  font-family:Arial;
}

table.liColorH {
  font-size: 8.5pt;
}

td.liColorEven {
  background: #BDE9B9;
}

td.liColorOdd, td.liColorOdd input {
  background: #FFFFFF;
}
/*end Color Checkbox Style*/

span.Alert {
  position: relative;
  font-weight: bold;
  color: #000000;
  background-color: yellow;
  margin: 0px;
  padding: 0px;
}
/* === end Order Style === */


/* === Footer Style ========================================================= */
div#bFoot table {
  font-size: 10pt;
  color: #000000;
  background: #ffffff;
}
/* === end Footer Style === */


/* === Text Layout & FRD Styles ============================================= */
div#layout{
 position: relative;
 margin: 0px;
 padding: 0px;
 height: 400px;
 }

div.left {
  position: relative;
  margin: 0px;
  padding: 0px 40px 0px 0px;
  float: left;
}

div.mDesc ul {
  margin-top: 0px;
}
/* === end Text Layout & FRD Styles === */



/*-------------- Suckerfish focus stuff----------------*/
/*
.content input, textarea {
  border: 2px solid;
  border-color: #666 #ddd #ddd #666;
}
*/
/*
input:focus, textarea:focus, select:focus,
input.sffocus, textarea.sffocus, select.sffocus
 {
  background: #cfc;
/*  outline: 2px solid;
  outline-color: #090;*/
/*  border: 2px solid;
  border-color: #090;
}*/