body
{
    margin:0;
    padding:0;
}
body,p,div,td,textarea,button,input,span
{
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; /*,"Trebuchet MS", Arial, Verdana; */
    font-size:13px;
    color: #333;
}
a, button
{
    color:#1087B6;
    text-decoration:none;
}
a:hover
{
    text-decoration:none;
}
a img
{
    border:1px solid #bbf;
}
#main-header
{
    background-color: #89C8D8; /*#B2D9DB; /*#A9C5C7; /*88C9E2*/
}
#main-content
{
    clear:left;
}
#main-header #share-bar
{
    
    clear: both;
    float:right;
    font-size:12px;
    padding:2px 4px 2px 4px;
    margin-bottom: 3px;
    background-color: #B9EEFF;;
    border-radius:0px 0px 0px 5px;
}
#main-header #share-bar a
{
    font-weight: bold;
}
#main-header #share-bar em
{
    color: #444444;
}
#main-header #account-bar
{
    float:right;
    font-size:13px;
    font-weight:400;
    padding:2px;
}
#main-header #account-bar a
{
    border-radius:3px;
    padding:1px 4px;
    color: white;
}
#main-header #account-bar a:hover
{
    background-color: rgba(0, 0, 0, 0.1);
}
#main-header #account-bar strong a
{
    border-radius:3px;
    padding:2px 6px;
    color: white;
    background-color: #1ED8D8;
    border-top: 1px solid #44eff5;
    border-left: 1px solid #44eff5;
    border-bottom: 1px solid #14a6aE;
    border-right: 1px solid #14a6aE;
}
#title a {
    color: white;
}
#title
{
    text-align: left;
    max-width: 1260px;
    color:#858585;
    font-size:16px;
    font-weight:700;
    padding:7px 7px 11px 10px;
}
#title span#othermodules a 
{
    padding: 1px 6px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    margin: 0 3px;
    color: #fff;
}
#title span#othermodules a:hover 
{
    background-color: rgba(0, 0, 0, 0.1);
}
#main-area
{
    background-color:#FFF;
    height:93%;
    text-align:left;
    width:100%;
}
#main-body
{
    max-width: 1260px;
    text-align: left;
}
#main-body.padded
{
    padding: 0 10px;
}
#controls
{
    clear:both;
    min-height:15px;
    border-top: rgb(139, 221, 252) 1px solid
}
#controls span#toolbar
{
    float:right;
    margin:7px;
}
#controls span#toolbar a
{
    border-radius: 3px;
    background-color:#8DA9B4;
    margin:3px 2px;
    padding:3px 6px;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    color: white;
}
#controls span#toolbar a.lite
{
    background-color:#DAE3E4;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    color:#6B7D97;
}
#controls span#toolbar input
{
    border-radius: 3px;
    margin:3px 2px;
    padding:2px 6px;
    border: 1px solid silver;
}
#controls span#toolbar a:hover
{
    background-color: #26ADE4;
    text-decoration: none;
}
span#close-form-link em
{
    color:gray;
}
#controls span#filters
{
    float:left;
    margin:7px;
}
#controls span#filters a
{
    border-radius: 3px;
    margin:1px;
    padding:0px 3px;
}
#controls span#filters a.act
{
    background-color: #E9E9E9;
    color: #333
}
.main-point h4
{
    margin-top:10px;
}
.def-action-link
{
    background-color:orange;
    float:right;
    font-size:130%;
    padding:12px;
    text-align:center;
    width:240px;
}
#report-summary .r-ok
{
    color:green;
    font-weight:700;
}
#report-summary .r-unre
{
    color:gray;
    font-weight:700;
}
#report-summary .r-inval
{
    color:orange;
    font-weight:700;
}
#report-summary .r-miss
{
    color:red;
    font-weight:700;
}
p.subinfo
{
    color:gray;
    font-size:90%;
}

/** FORM CSS **/

form, div.form
{
    background-color:#efefef;
    padding-bottom: 12px;
    padding: 12px;
    margin: 0;
}
form p {
    text-align: left;
    padding: 0 0 5px 0;
    margin: 0px;
}
form label
{
    display:block;
    float:left;
    margin:10px 0 0;
    padding:1px;
    text-align:right;
    width:220px;
    color: #404040;
}
.vnote
{
    color:#ff5e5e;
    display:none;
    font-weight:700;
}
form div.field
{
    float:left;
    margin:5px 0 0 5px;
}
form div.field em, form p em
{
    color:#232323;
    display:block;
    font-size:90%;
}
form div.field em {
    width: 320px;
    font-style: normal;
    color: #666;
    padding: 0 0 0 1px;
}
form div.field select 
{
    #margin-left: 10px;
}
form div.row
{
    clear:left;
    text-align: left;
    padding: 1px 0;
}
form input
{
    #overflow:visible; 
}
form input,form textarea,form select,form button
{
    box-sizing: initial
    border:none;
    border-top:1px solid #999999;
    border-left:1px solid #999999;
    border-bottom:1px solid #f5f5f5;
    border-right:1px solid #f5f5f5;
    padding:3px;
    max-width: 322px;
}
form input.alert {
    border: 1px solid rgb(213, 70, 70);
}
form input.bold {
    font-weight: bold;
}
form input.datep, form input.datep2 {
    width: 78px;
    margin-left: 2px;
    #margin-left: 0px;
}
form input.datep2 {
    width: 150px;
}
input.datep {
margin-left: 2px;
}
form input.small
{
    width:160px;
}
form input.submit
{
    font-weight:700;
    width:104px;
    padding: 4px 3px;
}
form button
{
    font-size:90%;
    padding:1px 2px;
}
form input.submit,form button
{
    background-color:#c6c6c6;
    border-bottom:1px solid #888888;
    border-left:1px solid #f0f0f0;
    border-right:1px solid #888888;
    border-top:1px solid #f0f0f0;
}
form input.submit:hover,form button:hover
{
    background-color:#bababa;
}
form a.submit-red:hover,form a.red:hover
{
    background-color:#E76851;
}


input.submit {
    /*    box-shadow: inset 0 0 1px 1px #6D6D6D;
	  font-size: 13px;
	  background: #BDC0BC;
	  border: 1px solid #B6B6B6;
	  padding: 2px 0 2px;
	  color: #252525;
	  width: 80px; */

    box-shadow: inset 0 0 10px 0px #B3B3B3;
    text-shadow: 0 0 3px white;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}
input.submit:hover {
    background: #A5E099;
    color: #222;}
input.submit:active {
    background: #d0e0d0;
    color: #000; }


form fieldset
{
    border:1px solid silver;
    padding:10px;

}
form fieldset legend
{
    color:gray;
    font-weight:700;
}


/* end form */

ul#messages
{
    background-color:#dcdcdc;
}
ul#messages li
{
    padding:3px;
}
#messages .ok
{
    background-color:#adff2f;
}
#messages .er
{
    background-color:#ff9c8a;
}
table.data-table
{
    padding:0;
    width:100%;
    border-collapse: separate;

}
table.data-table tr td
{
    border-bottom: 1px solid #F3F3F3;
    padding:5px;
}
table.data-table tr:hover
{
    background-color:#f6f6f6;
}
tr.act td
{
    background-color: #DEFDA7;
}
tr.toremove td
{
    background-color:#ffd1d1;
}
table.data-table th
{
    background-color:#efefef; /*#F4F8C0;*/
    color:#888888;
    font-size:13px;
    padding:4px;
    text-align:left;
    font-weight: normal;
}
table.data-table tr td,table.data-table tr th
{
    padding-left:5px;
    padding-right:5px;
}
table.data-table tr th em
{
    color:#666;
    font-weight:400;
}
table.data-table tr td span.good
{
    color:green;
}
table.data-table tr td span.alert
{
    color:red;
}
table.data-table tr td.cmd a, #controls span#toolbar span#close-form-link a.cmd
{
    border-radius: 3px;
    background-color: #DAE3E4;
    color: #6B7D97;
    padding: 2px 5px;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    text-shadow: 0 0 3px white;
}
table.data-table tr td.cmd a:hover, #controls span#toolbar span#close-form-link a.cmd:hover
{
    background-color: #C2E6EA;
    text-decoration: none;
}
table.data-table tr.disabled td
{
    background-color:#e6e6e6;
    color:#888;
    text-decoration:line-through;
}
table.data-table tr small, small.badge, small.badge-2
{
    font-style: italic;
    border-radius: 2px;
    font-size: 8px;
    background-color:#779977;
    padding: 1px 2px 1px 2px;
    line-height: 8px;
    height: 9px;
    color:white;
    font-weight: bold;
    cursor: help;
    display: inline-block;
    margin: 0px 0px 0px 1px;
}
small.badge-2
{
    font-size: 11px;
    font-weight: normal;
}
table.data-table tr em.badge 
{
    border-radius: 2px;
    font-size: 12px;
    background-color:#779977;
    padding: 1px 3px 1px 3px;
    line-height: 12px;
    height: 12px;
    color:white;
    font-weight: bold;
    cursor: help;
    display: inline-block;
    margin: 0px 0px 0px 1px;
}
table.data-table tr.sums th
{
    background-color:#A4FF00;
    border-bottom:1px solid #ccc;
    border-top:2px solid #ccc;
    color:#434343;
    font-size:12px;
    font-weight:700;
}
table.data-table tr.disabled td.cmd {
    text-decoration: none;
}
a.disabled
{
    color:silver;
}
.right-float-command
{
    background-color:#ffc3c3;
    float:right;
}
div.website-details
{
    float:left;
    margin:5px;
    padding:5px;
    text-align:left;
    width:45%;
}
.hidden
{
    display:none;
}
span.htip
{
    background-color:#d0ffb5;
    color:#c47b00;
    cursor:help;
    font-family: helvetica,arial,sans-serif; /*,Verdana;*/
    font-size:10px;
    font-weight:700;
    padding:0 3px;
}
ul#tabnav
{
    max-width: 1260px;
    font:bolder 13px; 
    list-style-type:none;
    margin:0;
    padding:1px 10px 3px 20px;
    text-align:left;
}
ul#tabnav li a
{
    white-space:nowrap;
    border-radius: 3px 3px 0 0;
    border-bottom:none;
    color:#616161;
    margin-right:3px;
    padding:3px 12px 3px 12px;
    text-decoration:none;
}
ul#tabnav li.tab1 a
{
    background-color:#efefef;
    border-bottom:none;
    color:#000;
    padding-top:4px;
    position:relative;
    top:1px;
    box-shadow: rgb(106, 208, 213) 0px -1px 1px;
    font-weight: bold;
}
ul#tabnav a:hover
{
    background-color: rgba(255, 255, 255, 0.3);
}
table.payments
{
    width:650px;
}
table.payments th
{
    background-color:gray;
    color:#FFF;
    font-size:12px;
}
table.payments td
{
    border-bottom:1px solid silver;
}
/*form.plans
  {
  background-color:#FFF;
  text-align:center;
  width:590px;
  #width:610px;
  }
  form.plans input.submit
  {
  background-color:#f19a9a;
  font-weight:700;
  margin:10px;
  padding:8px;
  width:180px;
  }
  div.plans div
  {
  border-radius:6px;
  border:1px solid #4682b4;
  float:left;
  height:190px;
  margin:4px;
  padding:0;
  text-align:center;
  vertical-align:top;
  width:170px;
  }
  div.plans div.curr
  {
  background-color:#FFF;
  }
  div.plans div h3
  {
  border-radius:3px 3px 0 0;
  background-color:#008AB5;
  color:#FFF;
  font-size:17px;
  height:23px;
  margin:0;
  padding:10px;
  }
  div.plans div.curr h3
  {
  background-color:#009DCE;
  }
  div.plans div em,div.plans div b
  {
  display:block;
  font-size:13px;
  margin:10px 1px;
  }
  div.plans div b
  {
  font-size:15px;
  }
  div.plans div strong
  {
  color:#333;
  font-size:14px;
  }
  div.plans div p a
  {
  border-radius:6px;
  background-color:#90c800;
  color:#FFF;
  font-size:11px;
  font-weight:700;
  margin-top:5px;
  padding:6px;
  }
  div.plans div p
  {
  margin:14px;
  } */
em.loading
{
    border-radius: 3px;
    background-color:#e6ffe3;
    color:gray;
    margin:5px;
    padding:3px;
}
div.starthelp
{
    border-radius: 3px;
    background-color: #F4FDC8;
    margin: 10px;
    padding: 5px 22px;
    text-align: left;
    width: 620px;
}
table.subdata-table
{
    padding:0;
}
table.subdata-table td
{
    border-bottom: 1px solid #DFDFDF;
    padding: 5px 5px;
}
table.subdata-table th
{
    background-color: #b5b5b5;
    border-bottom: 1px solid #adadad;
    color: #FFF;
    padding: 5px;
    text-align: left;
    font-weight: normal;
}
table.subdata-table tr td.cmd
{
    text-align:center;
}
table.subdata-table tr td input#a_object_title, table.subdata-table tr  td  input#e_object_title { width: 440; }
table.subdata-table tr  td  input#a_price, table.subdata-table tr  td  input#e_price { width: 70; }
table.subdata-table tr  td  input#a_qty, table.subdata-table tr  td  input#e_qty { width: 60; }
table.subdata-table tr  td  input#a_mu, table.subdata-table tr  td  input#e_mu  { width: 60; }
table.subdata-table tr  td  input#a_discount, table.subdata-table tr  td  input#e_discount  { width: 60; }
table.subdata-table tr  td  input#a_vat, table.subdata-table tr  td  input#e_vat  { width: 61; }

div.subdata-header
{
    border-radius: 3px;
    background-color:#fff;
    padding:8px;
    width:300px;
    margin-bottom: 7px;
}
div.subdata-header small
{
    border-radius: 3px;
    background-color: #fbfbfb;
    padding: 5px;
    margin: 2px;
    display: block;
}
table.subdata-table tr td.cmd a,
table.subdata-table tr td.cmd button,
table.subdata-table-clr tr td.cmd a
{
    border-radius: 3px;
    background-color: #D1D1D1;
    padding: 2px 5px;
    margin: 1px 1px;
    border-top: 0px solid gray;
    border-left: 0px solid gray;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    color: rgb(104, 104, 104);
    text-shadow: 0 0 3px white;
}
table.subdata-table tr td.cmd a:hover,
table.subdata-table tr td.cmd button:hover
{
    background-color: #C2E6EA;
    text-decoration: none;
}
table.subdata-table tr td.cmd button.red, table.subdata-table tr td.cmd button.submit-red
{
    background-color: #F1BDBD;
}
table.subdata-table tr td.cmd button.red:hover, table.subdata-table tr td.cmd button.submit-red:hover
{
    background-color: #F1BDBD;
}
h2.top,#form-area h2
{
    margin-top:0;
} 
#form-area h2 {
    margin-bottom: 8px;
}
h2,h3
{
    color:#666;
    font-family: Tahoma,helvetica,arial,sans-serif; /*,Tahoma;*/
}
div.subdata-header table td.right {
    text-align: right;
    padding-right: 5px;
}
#main-header #account-bar a.tab1
{
    background-color:#63B0C3;
}
#controls span#toolbar a.red,form a.red, div.form a.red,form a.submit-red, div.form a.submit-red
{
    background-color: #EC7A66;
}
#controls span#toolbar a.red:hover, form a.red:hover, form a.submit-red:hover, div.form a.red:hover, div.form a.submit-red:hover
{
    background-color:#E76851;
}
form .required,table.data-table td.domain,table.data-table tr.opened,table.subdata-table td.domain
{
    font-weight:700;
}
table.data-table td.tools, td.num,table.data-table tr th.num,table.data-table tr td.cmd,table.subdata-table td.tools,table.subdata-table  th.num
{
    text-align:right;
}
table.data-table tr.disabled td span.good,table.data-table tr.disabled td span.alert,table.data-table tr.disabled td a
{
    color:#888;
}
ul#tabnav li,div.plans div em b
{
    display:inline;
}
div.plans div b small,div.plans div strong a
{
    font-size:10px;
    font-weight:400;
}
div.doc-send div.subarea {
    float: left;
    padding: 10px;
    margin: 2px 2px;
    border-radius: 3px;
}
div.doc-send div table td {
    padding-top: 0px;
    padding: 0 14px 7px 0;
}
div.doc-send div small {
    background-color: #b4b4b4;
    color: white;
    padding: 1px 12px;
    font-size: 11px;
    border-radius: 0px 0px 3px 3px;
    max-width: 200px;
}
a.download, a.tablink {
    padding: 5px 6px;
    background-color: #57B685;
    border-radius: 3px;
}
a.tablink {
    background-color: white;
}
a.download {
    color: white;
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
}
a.download:hover {
    text-decoration: none;
    background-color: #4C9E70;
    color: white;
}
body div#_usrjoy_button div#usrjoy-btn-br a {
    background-image: none;
    background-transition: none;
    background-color: rgb(98, 182, 221);
    background-transition: none;
}
body div#usrjoy-btn-br a:hover {
    padding: 4px 10px 6px 10px;
    opacity: 1;
}
div#payment-note {
    text-align: center;
    background-color: #3CB371;
    /*	font-size: 85%; */
    color: white;
}
div#payment-warn {
    text-align: center;
    background-color: #E94D6D;
    /*	font-size: 110%;  */
    color: white;
    padding: 4px 60px;
}
div#payment-warn2 {
    text-align: center;
    background-color: #E94D6D;
    font-weight: bold;
    color: white;
    padding: 18px 60px;
}
div#payment-warn3 {
    text-align: center;
    background-color: #E94D6D;
    font-size: 120%;  
    color: white;
    padding: 40px 70px;
}
div#payment-warn a, div#payment-warn2 a, div#payment-warn3 a  {
    color: #ddddff;
}
form.upgrade {
    text-align: center;
    background-color: white;
}
select.preinv-select {
    width: 160px;
}

form fieldset.jsgoo {
    clear: both;
    background-color: #F1F1F1;
    border: none;
    padding: 10px 0;
    width: 680px;
    margin: 40px 0 10px 0;
    border-radius: 3px;
}

a.close-x, button.close {
    background-color: white;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 14px;
    color: gray;
}

a.close-x:hover, button.close:hover {
    background-color: gray;
    color: white;
}

a.toggle {
    background-color: #f1f1f1;
    padding: 0 5px;
    border-radius: 3px;
}
div.update button {
    color: #333;
}

.nodisplay {
    display: none;
}

.vhidden {
    visibility: hidden;
}

table.change-log td { border-bottom: 1px solid #eee; }
table.change-log td {
    border-bottom: 1px solid #eee;
    color: #444;
    font-size: 90%;
    padding: 4px 8px;
}
table.change-log td b {
    margin-left: 2px;
    display: inline-block;
    padding: 1px 6px;
    background-color: rgb(180, 180, 180);
    color: white;
    font-weight: normal;
}

table.change-log td em {
    padding: 1px 6px;
    background-color: #f1f1f1;
    color: rgb(207, 64, 64);
    text-decoration: line-through;
}

table.change-log td strong {
    padding: 1px 6px;
    background-color: rgb(228, 228, 228);
    color: rgb(80, 150, 80);
}

table.paneswitch {
    background-color: #f1f1f1;
    
}

table.paneswitch a {
    color: #a0a0a0;
    
}
table.paneswitch a:hover {
    color:#316fc9;
}
div.smaller {
    font-size: 85%; color: #444;
}
span.sold-amt {
    color: #7FA82A;
}
span.unpaid-pd-amt {
    color: #FF3815;
}

table tr.hidden-rows td {
    background-color: #FFFFFF;
    text-align: center;
    box-shadow: inset rgb(224, 224, 219) 0 0 20px;
    color: #4F5661;
    padding: 13px;
}
table tr.hidden-rows td a:hover {
    text-decoration: underline;
}

table.sums td {
    font-size: 15px;
    padding: 3px;
    color: #525252;
}

table.sums td.val {
    font-weight: bold;
    text-align: right;
    padding-right: 90px;
}

/* inventoryfox */

div#alerts div {
background-color: rgb(248, 212, 167);
text-align: center;
padding: 7px;
color: rgb(100, 42, 42);
}

table.data-table tr small, small.badge, small.badge-2
{
    border-radius:2px;
    font-size: 7px;
    background-color:#779977;
    padding: 0px 2px 0px 2px;
    line-height: 7px;
    height: 8px;
    color:white;
    font-weight: bold;
    cursor: help;
    display: inline-block;
    margin: 0px 0px 0px 1px;
}
small.badge-2
{
    font-size: 11px;
    font-weight: normal;
}
table.data-table tr em.badge-t.docin {
    background-color: rgb(201, 166, 143);
}
table.data-table tr em.badge-t.docout {
    background-color: rgb(156, 194, 206);
}
table.data-table tr em.badge-t.docbtw {
 background-color: rgb(178, 196, 170);

}
table.data-table tr em.badge-t 
{
    border-radius:3px 0 0 3px;
    font-size: 12px;
    background-color:rgb(149, 167, 141);
    padding: 1px 3px 1px 3px;
    line-height: 12px;
    height: 12px;
    color:white;
    font-weight: bold;
    cursor: help;
    display: inline-block;
    margin: 0px 2px 0px 1px;
    min-width: 12px;
    text-align: center;
}


div.report-title {
    font-size: 130%;
    padding: 0px 8px 10px 8px;
    text-align: left;
}

td.rborder {
border-right: 1px dashed #e0e0e0;
}
div.left {
    padding: 10px;
}