/* Used by all pages */

body {
    margin: 0;
    font-family: Arial, sans-serif; /*"Lucida Grande", "Trebuchet MS",*/ 
}

body, .normalSizeFont, table td, table th {
  font-size: 13px;
}

.clickable  { cursor: pointer; }

textarea, input[type=text], input[type=password], select { 
    font-family: Arial, sans-serif; 
    font-size: 100%; 
}
textarea, input[type=text], input[type=password] { padding: 2px; }
textarea, input[type=text], input[type=password], select { border: 1px solid #d0d0f0; }
input[type=button], input[type=submit] { font-size: 12px; }
input.search { 
    background: white url('media/icons/actions/search-dark.png') no-repeat scroll 3px 4px;
    padding-left: 17px;
    border: 1px solid #d0d0f0;
}
input[type=checkbox] { margin: 0; }

img {
  vertical-align: middle;
}

.error { 
    color: #f00;
    background-position: 1% 5%;
    background-image: url('media/icons/error-small.png'); 
    padding-left: 30px;
}
.errormessage { 
    color: #f00; padding: 2px; 
}

input.cancelButton {
  background: none;
  border: none;
  font-size: 13px;
}

ul.arrow, ul li ul.arrow {
  list-style-image: url(media/icons/arrows/right.gif);
}

ul, ol { margin: 5px 0px 0px; }
ul li, ol li { padding: 0px 2px 5px 0px; }
ol.noIndent, ul.noIndent { padding-left: 20px; margin-left: 0; }

.warning, .info { 
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 2px 0px 0px 30px;
  min-height: 20px;
}
.warning { background-image: url('media/icons/warning-small.gif'); }
.info { padding-left: 20px; background-image: url('media/icons/information.png'); color: #808080; font-style: normal; }
form { padding: 0; margin: 0; }

.iconBg, .locked, .error, .tagName, .tipTitle, .tagLeaf, .tagFolder { 
  background-repeat: no-repeat;
  background-position: 1% 0%;
  padding-left: 30px;
}
.locked { background-image: url('media/frontPage/lock.png'); }
.newWindowLink { 
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 0px 15px 0px 0px;
  background-image: url('media/icons/external.gif');
}

.loginError {
  color: #d33;
  font-weight: bold;
}

.helpAction { color: #830; padding: 1px 4px; }

.nFontSize { font-size: 13px; }
.smallerFont { font-size: 11px; }
table tr.smallFont th, table tr.smallFont td,
table.smallFont td, table.smallFont th,
.smallFont table td, .smallFont, .iSmallFont * {
  font-size: 12px;
}
.vsmallFont table td, .vSmallFont, .vSmallFont * { font-size: 11px; }
.bigFont { font-size: 15px; }
.biggerFont { font-size: 16px; }
table.bigFont td { font-size: 15px; }

.nFontWeight { font-weight: normal; }
.bFontWeight, .b, b { font-weight: bold; }
.fullWidth, table.fullWidth { width: 100%; }
table.itValign td, table.itValign th, .tValign { vertical-align: top; }
table.ibValign td, .bValign { vertical-align: bottom; }
table.icValign td, .cValign { vertical-align: middle; }
table.icAlign td, .cAlign { text-align: center; }
table.ilAlign td, table.ilAlign th, .lAlign, .lA { text-align: left; }
table.irAlign td, .rAlign, .rA { text-align: right; }
ul.iaaPadding li, table.iaaPadding td, table.iaaPadding th { padding: 10px; }
ul.ivPadding li, table.ivPadding td, table.ivPadding th { padding: 5px 0px; }
ol.ibPadding li, ul.ibPadding li, table.ibPadding td, table.ibPadding th { padding-bottom: 5px; }
ul.iaPadding li, table.iaPadding td, table.iaPadding th { padding: 5px; }
table.itPadding td { padding-top: 5px; }
table.ibPadding td { padding-bottom: 5px; }
table.iaPadding td.label { padding-left: 0px; }
table.thickpadded td, table.thickpadded th { padding: 10px; }
table.lopadded td, table.lopadded th { padding: 2px; }
.minWidth { width: 1%; white-space: nowrap; }
span.padded, div.padded, table.padded td, table.padded th { padding: 5px; }
.tPadding { padding-top: 5px; }
.ttPadding { padding-top: 10px; }
.tttPadding { padding-top: 15px; }
.zMargin { margin: 0; }
table.izPadding td, .zPadding { padding: 0; }
.ztMargin { margin-top: 0px; }
.zlMargin { margin-left: 0px; }
.tMargin { margin-top: 5px; }
.ttMargin { margin-top: 10px; }
.tttMargin { margin-top: 15px; }
.zbMargin { margin-bottom: 0px; }
.bMargin { margin-bottom: 5px; }
.bbMargin { margin-bottom: 10px; }
.bbbMargin { margin-bottom: 15px; }
.bPadding { padding-bottom: 5px; }
.bbPadding { padding-bottom: 10px; }
.bbbPadding { padding-bottom: 15px; }
.tMargin { margin-top: 5px; }
.ttMargin { margin-top: 10px; }
.vMargin { margin: 5px 0px; }
.vvMargin { margin: 10px 0px; }
.hMargin { margin: 0px 5px; }
.hhMargin { margin: 0px 10px; }
.hhhMargin { margin: 0px 15px; }
.vPadding { padding-top: 5px; padding-bottom: 5px; }
.vvPadding   { padding-top: 10px; padding-bottom: 10px; }
.vvvPadding  { padding-top: 15px; padding-bottom: 15px; }
.vvvvPadding { padding-top: 20px; padding-bottom: 20px; }
.hPadding    { padding-right: 5px;  padding-left: 5px;  }
.hhPadding   { padding-right: 10px; padding-left: 10px; }
.hhhPadding  { padding-right: 15px; padding-left: 15px; }
.lPadding  { padding-left: 5px; }
.llPadding { padding-left: 10px; }
.lllPadding { padding-left: 15px; }
.rPadding { padding-right: 5px; }
.rbPadding { padding-right: 5px; padding-bottom: 5px; }
.rrPadding { padding-right: 10px; }
.rrrrPadding { padding-right: 20px; }
.lMargin, .lM { margin-left: 5px; }
.vMargin { margin-top: 5px; margin-bottom: 5px; }
.llMargin { margin-left: 10px; }
.lllMargin { margin-left: 15px; }
.rMargin { margin-right: 5px; }
.rrMargin { margin-right: 10px; }
.rrrMargin { margin-right: 15px; }
.aMargin { margin: 5px; }
.aaMargin { margin: 10px; }
.aaaMargin { margin: 15px; }
.aPadding { padding: 5px; }
.aaPadding { padding: 10px; }
.aaaPadding { padding: 15px; }
.alwaysHidden { display: none; }
.bigTPadding { padding-top: 30px; }
.bigBPadding { padding-bottom: 30px; }
.bigTMargin { margin-top: 30px; }
.bigBMargin { margin-bottom: 30px; }
.bigLMargin { margin-left: 30px; }

.ibbMargin div { margin-bottom: 10px; }

table.iaBorder td, table.iaBorder th { border-width: 1px 1px 0px 0px; }
table.iaBorder { border-width: 0px 0px 1px 1px; }
table.iaBorder td, table.iaBorder th, table.iaBorder { border-style: solid; border-color: #e0e0e0; }

div.vspacer { margin: 3px 0px; }
div.hspacer, span.hspacer { margin: 0px 3px; }

table.dottedBorder td, table.dBorder td { background: url('media/backgrounds/dotted.gif') repeat-x bottom; }
table.ibBorder td { border-bottom: 1px solid #e0e0e0; }
table.ilBorder td { border-left: 1px solid #e0e0e0; }
table.solidBorder td { border-bottom: 1px solid #e0e0e0; }
table.idBorder td, table.idBorder th, .dBorder { background: url('media/backgrounds/dotted.gif') repeat-x bottom; }
.tBorder, .hBorder { border-top: 1px solid #e0e0e0; }
.bBorder, .hBorder { border-bottom: 1px solid #e0e0e0; }
.lBorder, .vBorder { border-left: 1px solid #e0e0e0; }
.rBorder, .vBorder { border-right: 1px solid #e0e0e0; }
.aBorder { border: 1px solid #e0e0e0; }
.xPadding { padding: 0; }
.xMargin { margin: 0; }
.xBorder { border: none; }
.tdBorder { background: url('media/backgrounds/dotted.gif') repeat-x top; }

.rF, .rFloat { float: right; }
.lF, .lFloat { float: left; }
.lClear { clear: left; }
.cF, .clearFloat { clear: both; font-size: 0px; height: 0px; }

.i, .italic, .message { font-style: italic; }
.hOverflow    { overflow: hidden; white-space: nowrap; }

.bold { font-weight: bold; color: #555; }
.normal { font-weight: normal; font-size: 13px; }

div.p { padding: 5px 0px 8px; }

.greyBg { background-color: #f7f7f7; }
.whiteBg { background-color: white; }
.vFaint { background-color: #e7f4fa; }
.faint { background-color: #d7eaf4; }
.yellowBg { background-color: #ffffd4; }

div.relative { position: relative; }
div.absolute { position: absolute; top: 0; left: 0; }
div.rabsolute { position: absolute; top: 0; right: 0; }

.bgtext, .bgText, .bgText select { color: #777; }
.strongerBgtext, .strongerBgText, .tipTitle { color: #444; }
.weakerBgText { color: #aaa; }

table.nowrap td { white-space: nowrap; }
.noWrap { white-space: nowrap; }

.white, .a.white { color: white; }

.u { text-decoration: underline; }
.nDisplay { display: none; }
.hVisibility { visibility: hidden; }
.vVisibility { visibility: visible; }

body {
    color: #232323;
    min-width: 950px;
}

a {
  padding: 2px;
 color: #0e8bb0;
 text-decoration: none;
 /* outline: none; because we want tab key to focus on links */
 /*                to have no focus on <a> use onclick, dont use href */
}
.a, .a b, .newWindowLink, input.cancelButton { 
    color: #0e8bb0;
    cursor: pointer;
}

.pageHeader {
    background: url(media/bg-882-1.jpg) repeat-x top;
    padding: 0px 5px;
    height: 55px;
}
.pageHeader, .pageHeader a, .pageHeader .a {
    color: #fff;
}

.pageFooter {
    background: #f0f0f0 url('media/icons/indexPage/footer-shadow.gif') repeat-x top;
    font-size: 12px;
    padding: 10px;
}

.pageFooter .c {
  width: 650px;
  margin: auto;
  text-align: center;
}
.pageFooter a {
  margin-right: 20px;
}
.pageHeader.home {
    background: url(media/bg-882-2.jpg) repeat-x top;
}
.autocompleter { 
  margin: 0px; padding: 2px; 
  text-align: left;
}
.ac_outer { display: table-cell; border: 1px solid red; background: #fff;}
.autocompleter .selected { background: #d7eaf4; } 
.autocompleter ul { 
  border: 1px solid #c0c0c0; 
  background: #fff; 
  margin: 0; 
  padding: 0; 
  overflow-y: auto;
  overflow-x: hidden;
}
.autocompleter li { 
  list-style-type: none; 
  white-space: nowrap; 
  margin: 2px; 
  padding: 1px 8px; 
  cursor: pointer;
}
.autocompleter {
  z-index: 5000;
}

.dropdown {
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 1;
  background: #fff; 
  margin: 0px; 
  padding: 2px 8px; 
  text-align: left;
  border: 1px solid #c0c0c0; 
  overflow: auto;
  font-size: 12px;
}

.newtrans-link { 
    font-weight: normal;
    font-size: 12px;
}

span.attention { padding: 0 2px; color: #0300DF; }

table th { text-align: left; }

table.payment-tab td { padding: 5px; }
table.payment-tab th { color: #666; font-size: 14px; padding: 5px 5px 0px; }

.greyedout td input { color: #bbb; }
.greyedout input { color: #bbb; }

.example { font-size: 11px; color: #993300; }

.help { 
    text-decoration: underline; 
    color: #0e8bb0; padding-top: 3px; 
}

div.leftMenu {
    cursor: pointer; 
    text-align: left;
    padding: 4px 2px;
    margin: 0px;
    color: #0e8bb0;  
    background: url('media/backgrounds/dotted.gif') repeat-x bottom;  
}

div.submenu {
    text-align: left; /* IE stupidity */
    padding-top: 3px; padding-bottom: 3px;
    padding-left: 3px;
    cursor: pointer;
    border: 1px solid #e7f4fa;
}

div.submenu-clicked {
    background-color: white;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    color: #111;
}

div.submenu-notclicked {
    background-color: #e7f4fa;
    text-decoration: underline;
}

/* end stuff for left column */

.payAmt, .rcvAmt, .spentAmt, .earnedAmt { padding-right: 2px; font-size: 90%; }
.payAmt, .spentAmt { color: #990033; }
.rcvAmt, .earnedAmt { color: #009933; }

.reverseNotice { color: #cf4040; font-size: 12px; }
.statusNotice  { color: #cf4040; font-size: 12px; }

ul.noBullets { 
    display: block; 
    margin: 0px; 
    margin-bottom: 0px; 
    padding: 0; 
    list-style-type: none;
}

ul.noBullets li { 
    padding: 2px; 
    margin: 1px 0px; 
    text-align: left; 
}

.link { cursor: pointer; color: #0e8bb0; }
.label {cursor: default; }

div.fancysep, div.separator { padding: 0; margin: 4px 0px; }
div.fancysep { padding-bottom: 3px; margin-bottom: 3px; background: url('media/backgrounds/dotted.gif') repeat-x bottom; }
div.separator { border-top: 1px solid #e0e0e0; }

.tagLeaf {
  padding: 0px 0px 0px 20px;
  background-image: url('media/icons/tags/tag.png');
}

.tagName, .tag, .tgmd, .tgmd * { color: #bc5014; /* #d2691e; */ }
.tagName { padding: 0px 0px 0px 22px; background-image: url('media/icons/tags/tag.png'); }
.gpmd, .gpmd * { color: #89569a; /* #b0af65; */}
.acct, .acct * { color: #5f9d45; /* #7daf67; */}
.keyword { color: #800000; }

.contrast { color: #830; }
.orange { color: #dc8f23; }
.title { font-weight: bolder; font-size: 130%; color: #333; }
.subtitle, .subTitle { font-weight: bolder; color: #333; }

.strike { text-decoration: line-through; }

div.get_attention {
    font-size: 15px; 
    line-height: 20px; 
    color: #333; 
    padding: 5px;
}

p.get_attention { 
    background: #ffffc6;
    border: 1px solid #e0e0e0;
    margin: 10px 5px;
    padding: 5px;
}

div.attention_header { 
    background: #ffffd4;
    padding: 3px;
    font-size: 120%;
    font-weight: bold;
    color: #444;
    border-bottom: 1px solid #e0e0e0;
}

.emph { font-weight: bold; }

.hint { color: #444; font-size: 11px; }

.labeltd { width: 150px; }
.passCode { font-weight: bolder; font-size: 100%; }
.phoneInput { width: 4.5ex; }

blockquote { 
    font-weight: normal;
    line-height: 1.3em;
}

table.paytable th { color: #555; }
table.paytable th, table.paytable td {
  padding: 3px 0px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}
table.paytable th.amt, table.paytable td.amt { text-align: right; width: 100px; white-space: nowrap; }
tr.trd table.paytable td { padding: 2px; border: none; }

.greyHeader, .greyFooter { background: #f0f0f0; }

a.button:active { 
    outline: none;
}

div.transEditDetails { 
    padding: 5px 5px 5px 20px;
    border-top: 1px solid #e0e0e0;
    background: #f7f7f7;
}

div.edit-diff-table {
    margin: 5px 0px 5px 5px;
    padding-left: 5px;
    border-left: 1px dotted #c0c0c0;
}

option { padding-bottom: 1px }

.code {
    font-family: "Courier New", "Courier", "Monospace";
    font-weight: bold;
    font-size: 90%;
    padding: 1px 2px;
    border: 1px solid #c0c0c0;
}

.dotted-border { background: url('media/backgrounds/dotted.gif') repeat-x bottom; }
.vdotted-border { background: url('media/backgrounds/vdotted.gif') repeat-y left; }

.red { color: #d33; }
.green { color: #0d0; }
.black { color: #333; }
.fBlack { color: #555; }
.lightRed { color: #cf4040 }
.green { color: green; }
.tip { font-weight: normal; color: #666; }

ul.help-ul li { padding: 3px 0px; }
ul.help-ul { list-style-image: url('media/icons/arrows/list-bullet.gif'); }
ul.squareBullets, ul.square, ul li ul.square { list-style-type: square; }
ul li ul.square { list-style-image: none; }

span.disabled, span.lighten { color: #666; }
.disabled { color: #999; }
.enabled { color: #222; }

p.text { line-height: 16px; }
div { line-height: 1.3em; }
p { line-height: 1.2em; }

.nice-number {
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 5px;
    background: #eee;
    border: 1px solid #e0e0e0;
}

.notfocused { color: #bbb; }
.focused { color: #444; }

input.amount { width: 80px; }

div.label { 
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.sms {
  font-weight: bold;
  color: #800000;
}

ul li.separator { 
    list-style-type: none;
    list-style-image: none;
    margin: 0px 2px 2px;
    border-bottom: 1px solid #e0e0e0;
}

.tipTitle { background-image: url('media/icons/tip.gif'); background-position: 0% 0%; }

hr.light { 
    border: 0; 
    background-color: #e0e0e0;
    height: 1px;
    color: #e0e0e0;
}

.greyBg { background-color: #f3f3f3; }
.greenBg { background-color: #e2ffe4; }

.close { background: url('media/icons/close.gif') 0% 50% no-repeat; width: 15px; cursor: pointer }
.success {
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding-left: 30px;
}
.success { background-image: url('media/icons/actions/accept.png'); }

.headerRow, tr.headerRow th {
    background: url(media/bg-882-3.jpg) repeat-x bottom;
    padding: 2px 0px;
    vertical-align: top;
    font-weight: bold;
    color: #333;
}

.ad {
  position: absolute;
  right: 0;
}
.ad .t {
  color: white;
  height: 60px;
  width: 20px;
  font-weight: bold;
  background: #5c9fc9;
  float: left;
}
.ad .ti {
  text-align: center;
  padding-top: 2px;
}
.ad .h {
  font-size: 10px;
  padding-right: 5px;
  color: white;
}
.ad .h .a {
  color: white;
}

.bullet, .helpBullet {
  background-image: url(media/icons/arrows/right.gif);
  background-position: 0% 6px;
  background-repeat: no-repeat;
  margin: 5px 0px 0px 0px;
  padding-left: 15px;
}
strong {
  color: #333;
}

.faq .question {
  color: #830;
  font-size: 15px;
}
.faq .answer {
  margin-top: 5px;
  border-bottom: 1px solid #e0e0e0;
}

.deleteIcon {
  background: url(media/icons/actions/delete.gif) no-repeat 0 50%;
  cursor: pointer;
  width: 20px;
  margin-left: 20px;
}

.paneTitle {
  font-size: 15px;
  padding-bottom: 5px;
  background: url('media/backgrounds/dotted.gif') repeat-x bottom;
  height: 20px;
}

#content { 
    width: 960px; 
    margin: auto;
}

.normalColor { color: #232323; }

iframe.hiddenIframe {
    width: 0px;
    height: 0px;
    border: 0px;
    display: none;
}

.tos {
    width: 350px;
    height: 80px; 
    overflow: auto;
    border: 1px solid #c0c0c0;
    background: #f3f3f3;
    padding: 5px 3px;
}

.miscPageTitle {
  background-color:#E5F2FB;
  border-bottom:1px solid #B2E7FB;
  padding: 10px;
  padding-top: 20px;
  font-size:28px;
  text-align:left;
}

input#search {
  z-index: 500;
}

div#loadingIndicator {
  padding: 3px 10px 5px;
  font-size: 12px;
  right: 0px;
  background: #cc3322;
  color: #fff;
  position: absolute;
  display: none;
  z-index: 1000;
}

.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}


table.rnd td.elem { border-width: 0px 1px; border-style: solid; }
table.rnd td.rnd, div.tList table.search td.rnd { padding: 0; }
div.rnd {
  border-width: 0px 1px;
  border-style: solid;
  font-size: 1px;
  overflow: hidden;
}

div.tList div.tools {
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  border-width: 1px 0px 0px;
  padding: 0px 5px 2px;
}
div.tList div.tools div.item.r {
  float: right;
}
div.tList div.tools div.item {
  padding: 0px 5px;
  margin-top: 4px;
  float: left;
  cursor: pointer;
  color: #0e8bb0;
  font-size: 12px;
  height: 17px;
}
div.tList div.tools div.item.t { /* text */
  padding: 0px 5px;
}
div.tList div.tools div.item.d { /* not selected */
  color: #777;
  cursor: default;
}
div.tList div.tools div.item.last {
  border-right: none;
  margin-top: 3px;
  padding-right: 0px;
  padding-left: 2px;
}

div.tList div.tools div.item div.icon {
  padding: 1px 5px 1px 17px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  margin-right: 1px;
  border: none;
}
div.tList div.tools div.item div.icon.on {
  background-color: #fff;
  border-width: 1px;
  border-color: #000 #e0e0e0 #c0c0c0 #000;
  border-style: solid; 
}
div.tList div.tools div.subTitle {
  margin: 4px 2px 0px 0px;
  font-weight: normal;
  float: left;
}

/* --- general lists -- */
table.list th, table.list td { 
  padding: 6px 6px;
  text-align: left; 
  vertical-align: top;
}
table.list td.rAlign {
  text-align: right;
}
table.list th { 
  white-space: nowrap;
}
table.list tr.header th {
  padding: 3px 3px 3px 6px;
}

table.list th {
    background: #e7f4fa; /* #f0f0f0; */
}
table.list td { 
  border-bottom: 1px solid #e0e0e0;
}

table.list.nBorder td {
  border: none;
}
/* --- txn lists -- */
div.tList div.list {
  border: 1px solid #830;
  border-width: 1px 0px;
}
div.tList tr.header th {
  vertical-align: top;
  background: url(media/bg-882-4.jpg) repeat-x bottom;
  white-space: nowrap;
  color: #555;
  font-weight: bold;
  padding: 3px 0px 3px 5px;
  text-align: left;
}

div.tList tr.footer th {
  background: url(media/bg-882-5.jpg) repeat-x bottom; /* #eef8fc; #f3f3f3; */
}
div.tList tr.footer th {
  font-weight: bold;
  color: #555;
  padding: 5px;
}

div.tList table span.vetoer { 
    color: #cf4040;
}

div.tList table tr.checked td { 
    background-color: #e7f4fa; 
}

div.tList table.list {
  width: 100%;
}

/* bulk + nav bar */
div.tList div.navBar {
  background-color: #e7f4fa;
  font-size: 12px;
  padding: 2px 5px;
}

.navLabel {
  cursor: pointer;
  padding: 0px 3px;
  color: #0e8bb0;
}
.navLabel.c {
  text-decoration: underline;
  font-weight: bold;
}
a.navLabel:hover {
  background: #5c9fc9;
  color: white;
  font-weight: bold;
}
.navLabel.l {
  background: url(media/icons/arrows/left.gif) no-repeat 0% 50%;
}
.navLabel.r {
  background: url(media/icons/arrows/right.gif) no-repeat 100% 50%;
}
table.list tr.item.odd td {
  background-color: #F7F7f7;
  background: #e7f4fa;
  background: #EFF7FB;
}
/*
div.detailsLink {
  position: absolute;
  top: 4px;
  border: 1px solid #e0e0e0;
  border-top: none;
  background: #e7f4fa;
  cursor: pointer;
  padding: 1px 40px 2px;
}
*/
span.sU, span.sD, span.eM, span.iP, span.eI, span.aT, span.rD, span.iT, span.oT {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
}
span.iP { background-image: url('media/icons/money/plus.gif'); }
span.eM { background-image: url('media/icons/money/minus.gif'); }
span.aT { background-image: url('media/icons/money/transfer.gif'); }
span.aT { background-image: url('media/icons/money/transfer.gif'); }
span.iT { background-image: url('media/icons/money/transfer-in.gif'); }
span.oT { background-image: url('media/icons/money/transfer-out.gif'); }
span.rD { background-image: url('media/icons/money/refund.png'); }

/* view selection for selecting all txns in view */
div.tList div.vSel {
  background: white;
  float: left;
  margin-left: 10px;
  padding: 2px 5px;
}

table.list tr.item.lb td.cb { border-left: 1px solid #e0e0e0; }
table.list tr.item td.cb {
  cursor: default;
  padding: 5px 0px 5px 5px;
  width: 25px;
}
table.list tr.item input { margin: 0; }
table.list tr.item td {
    padding: 3px 0px 3px 5px;
    vertical-align: top;
    border-bottom: 1px solid #e0e0e0;
}
table.list tr.item.ms td { /* ms = more spacing */
    padding: 5px 0px 5px 5px;
}
table.list tr.item.nb td {
  border: none;
}
table.list tr.item td table td { padding: 0px; border: none; background-image: none; }

.cK { cursor: pointer; }
tr.nE { background: #ffffd4; }
table.list tr.item td.dT { color: #666; white-space: nowrap; }
table.list tr.item td.nW { white-space: nowrap; }
table.list tr.item td.aR { text-align: right; }
table.list tr.item td.min { width: 1px; white-space: nowrap; }

.md { margin-top: 2px; }
.md, .md .lbl , .aL { color: #777; font-size: 11px; }
.md .item, .md .date { width: 18%; white-space: nowrap; margin-right: 5px; }
.md .date { width: 50px; }
.aL /* .actionLink */ { cursor: pointer; }
.aL table td { background: none; font-size: 11px; }
.aL .contactlink { text-decoration: none; }
table.list tr.item div.it { float: left; margin: 2px 5px 0px 0px; }
table.list tr.item div.it img { vertical-align: top; }

table.list tr.item td.pt, table.list tr.item td.tg, table.list tr.item td.acc, table.list tr.item td.gp, table.list tr.item td.dt { color: #777; font-size: 11px; }
table.list tr.item td.gp, table.list tr.item td.dt { white-space: nowrap; }
table.list tr.item td.pt div { white-space: nowrap; padding: 4px 5px 0px 0px; }

table.list tr.item td.pt, table.list tr.item td.tg,
table.list tr.item td.gp, table.list tr.item td.acc,
table.list tr.item td.amt { padding-right: 10px; }

table.list tr.item .des {
  cursor: pointer;
  padding: 2px 0px 2px 20px;
  background: url(media/icons/arrows/right.gif) no-repeat 3px 6px;
}
table.list tr.item .des.o {
  /* NOTE(shashank): this is sepearted out into parts o/w it overrides background-color */
  background-image: url(media/icons/arrows/down.gif);
  background-repeat: no-repeat;
  background-position: 0px 9px;
}

table.list tr.trd td {
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}
table.list tr.trd .c {
  display: none;
  padding: 0px 10px 5px;
  background: #e7f4fa;
  margin-right: 40px;
}
table.list tr.trd div.e {
  font-size: 0px;
  height: 0px;
}
tr.trd .c, tr.trd .c table td, tr.trd .c table th, tr.trd .c .eip .lbl {
  font-size: 11px;
}
table.list tr.trd .c .eip .lbl {
  padding-top: 0px;
}
table.list tr.trd .sep {
  margin-bottom: 10px;
  height: 0px;
  font-size: 0px;
  border-top: 1px solid #e0e0e0;
}
table.list tr.trd .l { float: left; width: 55px; }
table.list tr.trd .v { float: left; width: 140px; }

tr.hR div.sep {
  background: url('media/backgrounds/vdotted.gif') repeat-y right;
}
div.tList table.search {
  width: 100%;
}

div.tList table.search td.inp {
  padding: 10px 5px 5px;
  width: 25%;
  vertical-align: top;
}
div.tList table.search select, div.tList table.search input[type=text] {
    width: 200px;
}


.sliderNavDrpdwn {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #000; border-right: 1px solid #000;
  border-top: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0;
  padding: 0px 3px;
  cursor: pointer;
}
div.sliderHandle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 20px;
}
div.sliderHandle.left {
  background: url(media/slider/handle-arrow-down-blue.png) no-repeat top right;
}
div.sliderHandle.right {
  background: url(media/slider/handle-arrow-down-blue.png) no-repeat top right;
}
div.sliderHandle.common {
  top: 2px;
  height: 12px;
  cursor: pointer;
  font-size: 0px;
  background: url(media/bg-882-6.jpg) repeat-x;
}
div.sliderXTic {
  height: 8px;
  border-left: 1px solid #c0c0c0;
  font-size: 0px;
}
div.sliderMonth .mLabel {
  margin: 2px 0px 2px -10px;
  white-space: nowrap;
}
div.sliderMonth {
    position: absolute; 
    color: #a0a0a0;
    font-size: 11px;
    top: 15px;
}
div.sliderMonth.selected {
  color: #dc8f23;
}
div.sliderTrack {
  height: 10px;
  position: relative;
  margin: 0;
  padding: 0;
}
div.sliderTrack .leftBg, div.sliderTrack .rightBg, div.sliderTrack .midBg {
  position: absolute;
  top: 0;
}
div.sliderTrack .leftBg, div.sliderTrack .rightBg {
  width: 9px;
}
div.sliderTrack .leftBg {
  background: url(media/slider/bg-left.png) no-repeat;
  left: -9px;
}
div.sliderTrack .midBg {
  width: 100%;
  background: url(media/slider/bg-mid.png) repeat-x;
  cursor: pointer;
}
div.sliderTrack .rightBg {
  background: url(media/slider/bg-right.png) no-repeat;
  right: -9px;
}
.button, .smallButton {
  cursor: pointer;
}
.buttonText, .buttonText a {
  color: #fff;
  text-decoration: normal;
  font-weight: bold;
}
.button {
  background: url(media/bg-882-7.jpg) repeat-x bottom;
  height: 17px;
  padding: 2px 10px 3px;
}
.smallButton {
  padding: 2px 5px 3px;
  font-family: verdana;
  font-size: 10px;
  background: url(media/bg-882-8.jpg) repeat-x bottom;
}
button.button { 
    border: none;
    display: block;
}
div#overlay-container, div#overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#overlay-container {
  background: #000;
  opacity: 0.45;
  filter: alpha(opacity=45);
  z-index: 1400;
  width: 100%;
  height: 100%;
}
#overlay {
  z-index: 1500;
  overflow: auto;
}
#overlay-shadow {
  position: absolute;
  z-index: 1450;
}

#the_mouse_busy_div {
  background: #fff;
  position: absolute; left: 0px;
  top: 0px;
  z-index: 1000;
}

.overlayTitle {
  background: url(media/bg-882-9.jpg) repeat-x bottom;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
}
.overlayTitle, .overlayTitle .a { color: white; }

.overlayTitle .warning {
  background-position: 0% 50%;
  padding: 0px 0px 0px 20px;
}
div.tabTitles {
  position: absolute;
  top: -23px;
}
.tabTitle {
  display: block;
  height: 17px;
  float: left;
  cursor: pointer;
  padding: 4px 10px 2px;
  margin-right: 10px;
  font-weight: bold;
}
.tabTitle.selected, .tabTitle.selected:hover {
  color: #dc8f23;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  padding: 3px 9px;
}
a.tabTitle:hover {
  background-color: #e0edf3;
}

div.mainTabStatus { 
  background: #ffffd4; 
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
div.mainTabStatus div {
  padding: 7px 10px;
}
div.mainTabStatus .msg {
  padding-top: 3px;
}
div.mainTabStatus img {
  margin-right: 10px;
}
div.mainTabStatus img.close {
  margin-right: 0px;
  cursor: pointer;
  float: right;
}
div.widgetTitle div.axn { 
  padding-right: 10px;
  float: right;
  font-weight: normal;
}
div.widgetTitle div.axn img { margin: 0; }
div.widgetTitle div.axn.first { padding-right: 0px; }
.widgetTitle {
  padding: 0px 10px 3px;
  font-weight: bold;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
  background: url(media/bg-882-10.jpg) repeat-x bottom;
}
.widgetTitle img {
  margin-right: 10px;
}
div#the_indicator {
     position: absolute;
     left: 10px;
     top: 0px;
     background: url(media/bg-882-11.jpg) repeat-x bottom;
     width: 20px;
     height: 28px;
     visibility: hidden;
}
div#the_indicator img {
  margin: 9px 2px 0px 0px;
}
div.statusMessage { 
    padding: 5px 0px;
    border-top: 1px solid #e0e0e0;
}
div.tabContent {
  min-height: 500px;
  padding: 10px 15px 0; 
}
div.tabContainer {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-bottom: none;
  padding: 5px 0 140px; 
}
div.tabContainer .settings {
  padding: 5px 10px 15px;
  margin-bottom: 10px;
  background: #f3f3f3;
}
.tabTitle.side {
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  margin-right: 3px;
}
.sideWidget {
  border: 1px solid #e0e0e0;
  color: #333;
}
.sideWidget .axn {
  background: url(media/bg-882-12.jpg) repeat-x bottom;
  padding: 5px;
  border-bottom: 1px solid #e0e0e0;
}
.sideWidget .item {
  background-color: #fff;
  white-space: nowrap;
  cursor: pointer;
  padding: 4px 8px 4px;
}
.sideWidget .total {
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
  color: #424242;
}
.sideWidget .item .amount {
  float: right;
  padding-left: 10px;
  font-size: 12px;
}
.sideWidget div.search {
  padding: 2px 0px;
  border-bottom: 1px solid #e0e0e0;
}

.sideWidget div.item.selected { 
    background-color: #e7f4fa;
}

.sideWidget .itemGroup .item {
  padding-left: 18px;
}
.sideWidget .itemGroup .itemGroupTitle {
  background: url(media/icons/arrows/down.gif) no-repeat 4px 50%;
  padding-left: 18px;
}
.sideWidget .itemGroup .itemGroupTitle.closed {
  background-image: url(media/icons/arrows/right.gif);
  background-position: 6px 50%;
  border-bottom: none;
}
.acc.itemGroup .itemGroupTitle {
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-width: 1px 0px;
}
.acc.itemGroup .itemGroupTitle.first {
  border-top: none;
}
.acc.itemGroup .itemGroupTitle.last {
  border-bottom: 1px solid #e0e0e0;
}
.sideWidget .axns {
  position: relative;
  display: none;
}
.sideWidget .axns div {
  position: absolute;
  left: 100%;
  top: -4px;
  margin-left: 3px;
  background: #e7f4fa;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-color: #e0e0e0 #a0a0a0 #a0a0a0;
  padding: 3px 5px 3px 5px;
  white-space: nowrap;
  z-index: 500;
}
.sideWidget .axns img {
  margin: 0px 3px;
}
.sideWidget .tool {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
  background: #e7f4fa;
}
div.leftEdge {
  background: url(media/backgrounds/shadow-edge-left.png) 0px 15px repeat-y;
  padding-left: 3px;
}
div.rightEdge {
  background: url(media/backgrounds/shadow-edge-right.png) 100% 15px repeat-y;
  padding-right: 3px;
}

div.header {
  background: url(media/bg-882-13.jpg) repeat-x bottom;
  padding: 3px 0px 3px 5px;
  border: 1px solid #e0e0e0;
  border-width: 1px 0px;
  font-weight: bold;
  color: #555;
}
div.drpdwnSep {
  margin: 3px 2px;
  border-right: 0px solid #d3d3d3;
  border-left: 0px solid #d3d3d3;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #fff;
}
div.customDropdown div.slOpt, div.customDropdown div.smOpt, div.customDropdown div.opt, 
div.customDropdown div.sdOpt, div.customDropdown div.suOpt {
    padding: 2px 20px;
    white-space: nowrap;
    color: #000;
    cursor: pointer;
    text-align: left;
}
div.customDropdown div.slOpt {
  background-image: url('media/icons/dropdowns/selected.gif');
  background-repeat: no-repeat;
  background-position: 3% 50%;
}
div.customDropdown div.smOpt {
  background-image: url('media/icons/dropdowns/expand.gif');
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
div.customDropdown div.hOpt {
    background-color: #7B79C7;
    color: #fff; 
}
div.customDropdown div.sdOpt, div.customDropdown div.suOpt {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 5px;
}
div.customDropdown div.sdOpt {
    background-image: url('media/icons/dropdowns/scroll-down.gif');
}
div.customDropdown div.suOpt {
    background-image: url('media/icons/dropdowns/scroll-up.gif');
}
div.customDropdown {
    position: absolute;
    z-index: 1000;
    font-weight: normal;
    left: 0px; top: 0px;
    padding: 0; margin: 0;
}
div.customDropdown div.oc {
   border: 1px solid #000;
   border-top: 1px solid #c0c0c0;
   border-left: 1px solid #c0c0c0;
   background-color: #fff;
}
div.customDropdown div.ic {
    border: 1px solid #808080;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

/* handler related styles */
.drpdwnHandler {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-image: url('media/icons/arrows/down-black.gif'); 
  padding: 0px 15px 2px 3px;
  text-decoration: none;
}

.dropdownContainer {
  padding: 5px;
  border-width: 1px; border-style: solid;
  border-color: #e0e0e0 #808080 #808080 #e0e0e0;
  background: #e7f4fa;
  z-index: 1000;
}
div.cMPopup.inline { border: 1px solid #e0e0e0; border-top: 1px solid #c0c0c0; border-left: 1px solid #c0c0c0; }
div.cMPopup.notInline {
  padding: 2px 4px;
  background: #e7f4fa;
  border: 1px solid #5c9fc9;
  color: #830;
  z-index: 100;
}
table.cM { width: 200px; }
table.cM td.dowHeader { font-weight: bold; }
table.cM td { padding: 1px; font-size: 11px; text-align: center; }
div.cMHeader { 
  font-size: 13px; padding-top: 5px; padding-bottom: 10px;
  color: #830;
}
table.cM td.day { cursor: pointer; border: 1px solid #e7f4fa; }
/* div.cMHeader .lNavLink, div.cMHeader .rNavLink { font-weight: normal; cursor: pointer; }
div.cMHeader .lNavLink { padding-left: 5px; padding-right: 20px; }
div.cMHeader .rNavLink { padding-left: 20px; } */
table.cM tr.headerRow td.closeLink { font-size: 80%; cursor: pointer; text-align: right; }
table.cM td.hl { background: #fff; color: #830; border: 1px solid #830; }
table.cM td.selected { background: #d7eaf4; border: 1px solid #830; }
.mouseSelected {
  color: #fff;
  background-color: #7B79C7;
}
.mouseSelected, .mouseUnselected { padding: 0px 2px; }

.indentMarker {
  float: left;
  height: 10px;
  width: 12px;
  margin-left: 8px;
  font-size: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 0px 0px 1px 1px;
}
.eip .lbl /* editLabel */ {
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
  color: #99a;
  margin-left: 5px;
  white-space: nowrap;
}
.eip .ic /* input container */ {
  position: relative;
  white-space: nowrap;
  display: none;
}
.eip .ind /* indicaitor */, .eip .if {
  position: absolute;
  top: 0; left: 0;
}
.eip .ind { left: -20px; }
.eip .if /* input form */ {
  padding-right: 20px;
}
.eip .elc /* edit link container */ {
  float: left;
  position: relative;
}
.eip .el /* edit link */ {
  position: absolute;
  top: 0; left: 0;
}
.eip .el .h /* hover */ {
  display: none;
}
.eip .el .lbl {
  padding: 2px 20px 2px 5px;
}
.eip input, .eip textarea {
  z-index: 1000;
}
.eip textarea {
  width: 300px; height: 5em;
}
.eip .rel { position: relative; }
.eip .find {
    position: absolute;
    background: white url('media/icons/actions/search-dark.png') no-repeat scroll 0px 100%;
    left: -15px;
    width: 15px;
    cursor: pointer;
}
.eoh { cursor: pointer; padding: 3px; line-height: 1.2em; }
.selected .eoh { border: 1px solid #d0d0f0; padding: 2px; }
div.draggable.handle, div.draggable .handle { cursor: pointer; }
div.droppable { padding: 1px; }
div.droppable.hover { 
  padding: 0px; 
  border: 1px solid #7B79C7; 
}
.setup {
  color: #555;
  border: 1px solid #e0e0e0;
  border-width: 1px 0px;
}
.setup .step {
  background: transparent url(media/backgrounds/chevron.png) no-repeat scroll 100% 50%;
}
.setup .step.last {
  background: transparent url(media/backgrounds/chevron-last.png) no-repeat scroll 100% 50%;
  font-weight: bold;
  color: #333;
}
.setup .completed.step, .setup .step.last {
  background-color: #e7f4fa;
}
.setup .step div {
  padding: 5px 25px 5px 15px;
}
div.import div.stepBullet {
  font-weight: bold;
  color: #555;
  margin-right: 10px;
}
div.reminderCalendar { margin-top: 20px; }
div.reminderCalendar div.dayTitle, div.reminderCalendar div.day { float: left; }
div.reminderCalendar div.day { height: 75px; }
div.reminderCalendar div.day.today { background: #e7f4fa; }
div.reminderCalendar div.dayTitle { background: #f3f3f3; font-weight: bold; }
div.reminderCalendar div.day div.label {
  font-size: 10px;
  color: #777;
  padding: 0;
}
div.reminderCalendar div.event, div.reminderCalendar div.fullEvent {
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 1px;
}
div.reminderCalendar div.event {
  width: 95%;
  overflow: hidden;
}
.inp {
  margin-left: 0px;
}
.inp.f {
  margin-left: 0px;
}
.xTic, .xTicLabel {
  position: absolute;
}

.xTic {
  border-left: 1px solid #c0c0c0;
  height: 7px;
  width: 1px;
  font-size: 0px;
}

.xTicLabel {
  white-space: nowrap;
  color: #777;
  font-size: 11px;
  top: 10px;
}
.barChart .bar, .barChart .yTic, .barChart .barLabel, .barChart .selection {
  position: absolute;
}
.barChart .bar, .barChart .legend .icon {
  width: 15px;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 0px; 
  font-size: 0px;
  bottom: 0px;
  cursor: pointer;
}
/* BEGIN: for 3d gradient bars */
.barChart .series {
  background: url(media/backgrounds/3d-vertical.png) center scroll repeat-y;
}
.barChart .series.green {
  background-color: #94dc21;
}
.barChart .series.red {
  background-color: #f24724;
}
div.hBar {
  border: 1px solid #e0e0e0;
}
div.hBar .inner {
  height: 11px;
  font-size: 1px;
  background: url(media/backgrounds/3d.png) center scroll repeat-x;
  background-color: #94dc21;
}
div.hBar .inner.over {
  background-color: #f24724;
}
/* END: for 3d gradient bars */
/* BEGIN: for non 3d gradient bars */
/*
.barChart .series.green {
  background: url(media/backgrounds/bars/green-h.gif) repeat-y;
}
.barChart .series.red {
  background-color: #f24724;
  background: url(media/backgrounds/bars/red-h.gif) repeat-y;
}
div.hBar .inner {
  height: 11px;
  background: url(media/backgrounds/bars/green-v.gif) bottom repeat-x;
}
div.hBar .inner.over {
  background: url(media/backgrounds/bars/red-v.gif) bottom repeat-x;
}
*/
/* END: for non 3d gradient bars */

div.hBar.progress .inner {
  height: 11px;
  background: url(media/backgrounds/bars/green-bg-block.gif) bottom repeat-x;
}

.barChart .legend .icon {
  border-width: 1px;
  height: 8px;
  width: 8px;
  font-size: 1px;
  margin-top: 2px;
}
.barChart .legend .label {
  font-size: 10px;
  color: #777;
}
.barChart .barLabel {
  font-size: 11px;
  padding: 0px 3px;
  background: #5c9fc9;
  color: #fff;
  z-index: 200;
}
.barChart .yTic {
  font-size: 11px;
  color: #777;
}
.barChart .yTicLine {
  border-top: 1px solid #f3f3f3;
  height: 29px;
  font-size: 0px;
}
.barChart .selection {
  background: #e7f4fa;
  bottom: 0px;
}

div.barLabel {
  font-size: 12px;
  margin-left: 10px;
}
.pieLabels {
  color: #777;
  position: relative;
}
.pieLabels .label {
  font-size: 11px;
  background: #fff;
  position: absolute;
  padding: 0;
}
.pieLabels .amount {
  font-size: 10px;
}
.legendSymbol {
  /* 12x14 are the image dimensions */
  width: 12px;
  height: 14px;
  font-size: 0px;
  background-image: url(media/icons/tags/transparent.gif);
  background-repeat: no-repeat;
}

.cursor, .cursorValue {
  position: absolute;
}

.cursor {
  /* cursor: pointer; */
  cursor: default;
  font-weight: bold;
  font-size: 15px;
}

.cursorValue {
  color: #fff;
  background: #5c9fc9;
  padding: 2px 5px;
  font-size: 12px;
  display: none;
  white-space: nowrap;
  z-index: 100;
}

.stepUp, .stepDown {
  cursor: pointer;
  font-size: 1px;
  height: 10px;
}
.stepUp {
  background: url(media/icons/arrows/up.gif) no-repeat 50% 65%;
}
.stepDown {
  background: url(media/icons/arrows/down.gif) no-repeat 50% 35%;
}
.envelope, .envelope .progress {
  height: 40px;
}
.envelope .det {
  text-align: center;
  padding: 10px 0px;
}

.envelope {
  margin-right: 1px;
  border: 1px solid #e0e0e0;
}

.envelope .progress {
  background: #e7f4fa;
}

/*
.todayMarker {
  position: absolute;
  width: 8px;
  height: 4px;
  top: -9px;
  font-size: 1px;
  background: url(media/icons/arrows/up.gif) no-repeat 0% 0%;
}
*/

.scale {
  position: absolute;
  font-size: 1px;
  height: 1px;
  border-top: 1px solid #999;
  top: 10px;
}

.scaleLabel {
  white-space: nowrap;
  position: absolute;
  top: 4px;
  font-size: 11px;
}
.scaleLabel.l { padding-right: 10px; }
.scaleLabel.r { padding-left: 10px; }

.todayMarker {
  position: absolute;
  width: 20px;
  bottom: -20px;
  border-left: 1px solid #aaa;
}
.todayMarker .c {
  margin-left: -12px;
  font-size: 11px;
  color: #777;
  white-space: nowrap;
}
ul.attach {
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
}
ul.attach li {
    margin-bottom: 20px;
    padding-left: 15px;
}
ul.attach div.label {
    vertical-align: top;
    margin-right: 15px;
    width: 25px;
    float: left;
    font-size: 12px;
}
.calculator {
  width: 200px;
}

.calculator input[type="text"] {
  width: 98%;
  text-align: right;
}

.reportPane {
  cursor: pointer;
}
.reportPane .chart {
  height: 160px;
  margin: 20px auto 0px;
}
.reportPane .header {
  border-top: none;
  background: none;
}
.sign {
  width: 30px;
  text-align: center;
  font-weight: bold;
  color: #555;
}
.sign div.l {
  margin-left: 15px;
  height: 160px;
  border-left: 1px solid #e0e0e0;
}
.sign .header {
  padding: 15px 0px 16px;
  border: none;
}
div.helpSubTitle {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 2px 1px;
    margin: 10px 5px 10px 0px;
    font-weight: bold;
    color: #333;
}

.helpTitle {
  background: url('media/icons/question.gif') no-repeat 80% 50%;
}
