html * {
    margin: 0; /* padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX  #006DBA; -> This color applies to all text headings */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background: #efefef;
    color: #333;
    font: 13px/1.231 arial, helvetica, clean, sans-serif; /* for IE6/7 */
    *font-size: small; /* for IE Quirks Mode */
    *font: x-small;

}

::selection, ::-moz-selection {
    background-color: #333 !important;
    color: #efefef !important;
}

/*a:link, a:visited, a:hover {*/
/*text-decoration: underline;*/
/*} */

h1 {
    color: #006dba;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

#org_name {
    color: #006dba;
    font-weight: bold;
    font-size: 50px;
    margin: .8em 0 .3em 0;
}

ul {
    padding-left: 15px;
}

.readonly {
    color: #555555;
    background-color: #E9F0FA
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
}

#header {
    width: 100%;
    background: #FFF;
}

#header_table {
    width: 960px;
    margin: 0 auto;
}

hr.thin {
    outline: 0;
    color: #E5E5E5;
    border: 0;
    border-color: #E5E5E5;
    border-top: 1px solid;
    margin: 15px 0;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}

.menuButton a {
    color: #333;
    padding: 4px 6px;
}

.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

.messageNoImg {
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 5px ;
    font-size: 11px;
}

div.error {
    background: #fff3f3 url(../images/skin/exclamation.png) 8px 50% no-repeat;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0
}

div.errors ul {
    list-style: none;
    padding: 0;
}

div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}

td.errors input, span.errors select {
    border: 1px solid red;
}

.latest-statement {
    text-align: center;
    font-size: 15px;
    background-color: #ccffcc;
    border: 1px solid #009900;
    line-height: 35px;
    margin: 15px 0;
}

#pay-now, #view-statement {
    display: inline-block;
    background-color: #111;
    color: #FFF;
    margin: 5px 0 0 8px;
    line-height: 25px;
    text-decoration: none;
    padding: 0 5px;
}

#pay-now:hover, #view-statement:hover {
    background-color: #444;
}

#cust-wrap {

}

#quick-info {
    float: left;
    width: 225px;
    margin-right: 15px;
}

#cust-table-wrap {
    float: left;
    width: 690px;
}

#domainPrefixMessage {
    display: none;
    float: left;
    font-size: 95%;
    font-weight: bold;
    left: 61px;
    position: relative;
    top: -5px;
    white-space: normal;
    width: 600px;
}

.three-forty {
    width: 340px !important;
}

/* SEARCH BOX */
#box {
    position: relative;
    padding: 0;
    text-align: left;
    background-color: #FFF;
    box-shadow: 1px 1px 4px #DDD;
    -moz-box-shadow: 1px 1px 4px #DDD;
    -webkit-box-shadow: 1px 1px 4px #DDD;
}

#content {
    padding: 15px;
    border: 1px solid #D1D1D1;
}

#paymentSearch, #customerSearch, #orderSearch, #invoiceSearch {
    width: 159px;
    padding: 4px 6px;
    margin: 10px 0 5px;
    position: relative;
    border: 1px solid #BBB;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#paymentSearch:focus, #customerSearch:focus, #orderSearch:focus, #invoiceSearch:focus {
    outline: none;
    border-color: #86C1D2;
    -moz-box-shadow: 1px 1px 10px #9CCCDA;
    -webkit-box-shadow: 1px 1px 10px #9CCCDA;
}

#box .button {

}

/* TABLES */

#ordersTabView, #graphViews, #more-info-additional {
    background: #FFF;
    box-shadow: 1px 1px 4px #DDD;
    -moz-box-shadow: 1px 1px 4px #DDD;
    -webkit-box-shadow: 1px 1px 4px #DDD;
}

#ordersTabView .yui-content, #graphViews .yui-content {
    padding: 15px;
    background: #FFF;
    border-top: none !important;
    border-color: #D1D1D1 !important;
}

.bluBox {
    padding: 15px;
    background: #FFF;
    border: 1px solid #D1D1D1 !important;
    margin-bottom: 5px;
    margin-top: 5px;
    box-shadow: 1px 1px 4px #DDD;
    -moz-box-shadow: 1px 1px 4px #DDD;
    -webkit-box-shadow: 1px 1px 4px #DDD;
}

#productList, .extra-5 {
    margin-bottom: 5px;
}

#priceGridHolder {
    position: relative;
    width: 700px;
    margin: 0 auto;
}

#priceGridHolder .comments {
    margin-top: 10px;
    margin-bottom: 20px;
}

#priceGridHolder .button {
    position: relative;
    top: 6px;
}

#gbox_list {
    margin: 0 auto;
}

.tabOuter {
    height: 38px;
    background: #026DAA;
}

.tabInner {
    margin: 0;
    padding: 7px 0 0 6px;
    height: 31px;
}

table {
    border: 0;
    width: 100%;
    font: 13px/16px Arial, sans-serif;
    color: #606060;
}

tr {
    border: 0;
}

/*td, th {
   font: 11px verdana, arial, helvetica, sans-serif;
   line-height: 12px;
   padding: 5px 6px;
   text-align: left;
   vertical-align: top;
} */
td {
    height: 30px;
    color: #555;
}

th {
    /*    background: #fff url(../images/skin/shadow.jpg);
 color: #666;
 font-size: 11px;
 font-weight: bold;
 line-height: 17px;
 padding: 2px 6px; */
    text-align: left;
    height: 30px;
    color: #666;
    background: #EFEFEF;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}

th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}

th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #fff;
}

.even {
    background: #f7f7f7;
}

.currency-thead th {
    background: none;
    border-top: none;
    color: #555;
    text-align: center;
}

/* TAB SKIN OVERRIDE */

.yui-nav {
    border: none !important;
}

.yui-nav li {
    float: left !important;
    list-style: none !important;
    padding: 0 5px 0 0 !important;
}

.yui-nav li a {
    float: left !important;
    height: 31px !important;
    padding: 0 9px 0 !important;
    color: #FFF !important;
    text-decoration: none !important;
    font: bold 13px/26px Arial !important;
    overflow: hidden !important;
    background: none !important;
    border: none !important;
}

.yui-nav li a:hover, .yui-nav li.selected a {
    background: #FFF !important;
    color: #026DAA !important;
}

.yui-skin-sam .yui-navset .yui-nav .selected a em, .yui-nav a em {
    padding: 0 !important;
}

/* LIST */

.list table, .bTable {
    border-collapse: collapse;
    border: 1px solid #ddd;
}

/* .list th, .list td {
   border-left: 1px solid #ddd;
} */
.list tr:hover {
    background: #DDD;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}

.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}

.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}

.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}

.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}

.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}

span.sortarrow_asc, span.sortarrow_desc {
    background-position: right;
    background-repeat: no-repeat;

}

span.sortarrow_asc {
    background-image: url(../images/skin/sorted_asc.gif);
}

span.sortarrow_desc {
    background-image: url(../images/skin/sorted_desc.gif);
}

table#actions {
    border: 0;
    width: 100%;

}

/* table#actions th {
    text-align: center;
    font-weight: 400;
    font-family:arial,helvetica,clean,sans-serif;
    font-size:12px;
    color:#333333;
    border: 1px solid #808080;
    background-image: url(../js/yui/2.7.0/assets/skins/sam/sprite.png);
    background-repeat:repeat-x;
    background-color:transparent;
    background-position:0 0;
    cursor:default;
}
table#actions th:hover {
    background-position:0 -1700px;
} */

.editLink {
    text-align: right;
    vertical-align: top;
    float: right;
}

.yui-content div form {
    margin: 5px 0 0;
}

.button {
    /* background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
  border: 1px solid #ccc;
  color: #666;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 5px;
  overflow: hidden;
  padding: 2px 6px;
  cursor: pointer;
  font-weight: bold; */
}

button, .button {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px 6px;
    border: none;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); /*text-shadow: 1px 1px 1px rgba(0,0,0,0.15);*/
}

button:active, .button:active {
    top: 1px;
}

.normal, .cancel {
    font-size: 12px !important;
}

.important {
    font-size: 16px !important;
}

.normal, .important {
    background: #6A9D2A;
    background: -moz-linear-gradient(top, #BCE18E 0%, #8FCD43 2%, #6A9D2A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BCE18E), color-stop(0.02, #8FCD43), color-stop(1, #6A9D2A));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8FCD43', endColorstr = '#6A9D2A');
    color: #FFF;
    border: solid 1px #598423;
    float: right;
    margin-left: 5px;
}

.normal:hover, .important:hover {
    background: #ACCC82;
    background: -moz-linear-gradient(top, #ACCC82 0%, #7EB23A 2%, #50751F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ACCC82), color-stop(2%, #7EB23A), color-stop(100%, #50751F));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ACCC82', endColorstr = '#50751F', GradientType = 0);
}

.important {
    float: none;
    margin-left: 0;
    width: 100%;
    padding: 7px 0 8px;
    text-align: center;
}

.cancel {
    background: #555;
    background: -moz-linear-gradient(top, #AEAEAE 0%, #737373 2%, #555555 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AEAEAE), color-stop(0.02, #737373), color-stop(1, #555555));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#737373', endColorstr = '#555555');
    color: #FFF;
    border: solid 1px #414141;
}

.delete {
    background: #555;
    background: -moz-linear-gradient(top, #AEAEAE 0%, #737373 2%, #555555 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #AEAEAE), color-stop(0.02, #737373), color-stop(1, #555555));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#737373', endColorstr = '#555555');
    color: #FFF;
    border: solid 1px #414141;
    margin-left:2%;
}

.cancel:hover {
    background: #939393;
    background: -moz-linear-gradient(top, #939393 0%, #595959 2%, #3A3A3A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #939393), color-stop(2%, #595959), color-stop(100%, #3A3A3A));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#939393', endColorstr = '#3A3A3A', GradientType = 0);
}

.disabled, .disabled:hover {
    background: #CCC;
    background: -moz-linear-gradient(top, #FFF 0%, #EFEFEF 2%, #E3E3E3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(0.02, #EFEFEF), color-stop(1, #E3E3E3));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#EFEFEF', endColorstr = '#E3E3E3');
    color: #777;
    border: solid 1px #B5B5B5;
}

table.bTable {
    font-size: 12px;
}

table.bTable tr {
    cursor: pointer;
}

table.bTable td {
    text-align: center;
}

table.bTable th {
    text-align: center;
}

table.bTable tr.selected {
    background: #006DBA;
    color: #FFF !important;
}

table.bTable tr.selected a, table.bTable tr.selected td {
    color: #FFF !important;
}

.yui-skin-sam .yui-dt table {
    border: 1px solid #d1d1d1 !important;
    border-top: none !important;
    border-right: none !important;
    width: 100% !important;
    font: 13px/16px Arial, sans-serif !important;
    color: #606060 !important;
}

.yui-skin-sam .yui-dt tr {
    border: 0 !important;
}

.yui-skin-sam .yui-dt td {
    height: 30px !important;
    color: #555 !important;
}

.yui-skin-sam .yui-dt th {
    text-align: left;
    height: 30px !important;
    color: #666 !important;
    background: #EFEFEF !important;
    border-top: 1px solid #d1d1d1 !important;
    border-bottom: 1px solid #d1d1d1 !important;
}

.yui-skin-sam .yui-dt th a:link, .yui-skin-sam .yui-dt th a:visited, .yui-skin-sam .yui-dt th a:hover {
    color: #333 !important;
    display: block !important;
    font-size: 10px !important;
    text-decoration: none !important;
    width: 100% !important;
}

.yui-skin-sam .yui-dt .odd {
    background: #fff !important;
}

.yui-skin-sam .yui-dt .even {
    background: #f7f7f7 !important;
}

.yui-skin-sam .yui-dt .yui-dt-hidden {
    display: none !important;
}

.nestedDataTable {
    border-left: none !important;
    border-right: none !important;
}

.nestedDataTable th {
    background-color: #e5f7ff;
}

.nestedDataTable tr.even {
    background-color: #f2fbff;
}

.nestedDataTable tr.odd {
    background-color: #f2fbff;
}

.relatedText {
    color: #555;
}

.suggestionText {
    color: #426FD9;
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-style: italic;
}

.requiredIndicator {
    color: red;
}

.comments {
    font-size: 11px;
    font-style: italic;
    text-align: justify;
    display: block;
    color: #555;
    margin: 0 1px 10px;
}

/* simple css-based tooltip */
div.tooltip {
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 15px;
    width: 200px;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 12px;
    z-index: 10; /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

.table_title {
    color: #006dba;
    font-weight: bold;
    font-size: 16px;
}

.table_description {
    color: #555555;
    float: right;
    font-size: 12px;
}

.table_description_left {
    color: #555555;
    float: left;
    font-size: 12px;
    white-space: nowrap;
}

.table_hint {
    color: #555555;
    float: right;
    font-size: 10px;
}

.simpleList > table {
    border-collapse: collapse;
}

.simpleList > table > tbody > tr.even:hover, .simpleList > table > tbody > tr.odd:hover {
    background: #DDD;
}

/* Make radion buttons good-looking under IE */
input[type=radio] {
    font-size: 150%;
    color: #00f;
    border-color: #00f;
    border: none !important;
}

.maxwidth {
    width: 100%;
}

.navigationMenu {
    color: #FFF; /* background:transparent url(../images/skin/sprite.png) repeat-x scroll 0 0; */
    z-index: 2;
    position: static;
    display: block;
    line-height: 2;
    visibility: visible;
}

.navigationMenu ul {
    padding: 0;
}

.navigationMenu li {
    list-style-type: none;
}

.navigationMenu > ul > li:hover {
    background: #2b2b2b url(../images/nav-hover-bg.png) repeat-x scroll 0 0;
}

.navItem {
    float: left;
}

.navItem a {
    color: #FFF;
    cursor: pointer;
    padding: 0 20px;
    text-decoration: none;
    line-height: 42px;
    display: block;
    font-weight: 700;
}

.navDropdown {
    background: transparent url(../images/navSprite.png) no-repeat right -93px;
    padding-right: 10px;
}

.navDropdown:hover {
    background: #2b2b2b url(../images/navSprite.png) no-repeat right 7px !important;
}

.submenu {
    position: absolute;
    z-index: 5;
    box-shadow: 2px 2px 5px #555;
    -moz-box-shadow: 2px 2px 5px #555;
    -webkit-box-shadow: 2px 2px 5px #555;
}

.submenu .innerSubmenu li {
    background-color: #FFFFFF;
}

.submenu .innerSubmenu li:hover {
    background-color: #DDD;
}

.submenu .innerSubmenu li a {
    white-space: nowrap;
    font-size: 12px;
    color: #222;
    padding: 2px 8px;
    border: 1px solid #222;
    border-top: none;
    line-height: 22px;
    font-weight: normal;
}



.submenu .innerSubmenu ul ul {
    display: none;
    position: absolute; left: 100%;
}



.submenu .innerSubmenu ul li:hover > ul{
    display: block;
}


.submenu ul {
    font-size: 100%;
    line-height: 1.5;
}

/* ###################################################
                     Form CSS Styles
   ################################################### */

.form-wrap {
    width: 650px;
    margin: 0 auto;
    font-family: arial;
    font-size: 12px;
    line-height: 1.7em;
}

.blu-form {
    width: 100%;
    padding: 5px;
    margin: 0 auto;
}

.blu-form fieldset {
    border: none;
    padding-top: 30px;;
    padding-bottom: 1.5em;
    margin-bottom: 2em;
    position: relative;

}

.blu-form legend {
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    padding: 0 0 .5em;
    display: block;
    margin-bottom: 0;
    border-bottom: 3px solid #EEE;
    width: 100%;
}

.blu-form legend {
    margin-bottom: 2.25em;
}

legend span {
    font-family: georgia;
    font-size: 30px;
    padding-right: .5em;
}

.blu-form label {
    margin-right: 10px;
    padding-right: 10px;
    line-height: 2.75em;
   /* padding-bottom: .5em;*/
    width: 275px;
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
    position: relative;
    font-size: 13px !important;
}

.blu-form label.integrationSettingsLabel {
    margin-right: 10px;
    padding-right: 10px;
    line-height: 2.75em;
    padding-bottom: .5em;
    width: 245px;
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
    position: relative;
    font-size: 13px !important;
}

.blu-form label.accountingCodeLabel {
    padding-right: 0px;
}

.blu-form label.two-line {
    line-height: 1.25em;
}

.blu-form label span.requiredIndicator {
    position: absolute;
    right: 0;
    font-size: 120%;
    font-style: normal;
    color: #C00;
}

.blu-form .field input:focus,
.blu-form .field textarea:focus,
.blu-form .field select:focus {
    outline: none;
    border-color: #86C1D2;
    -moz-box-shadow: 1px 1px 10px #9CCCDA;
    -webkit-box-shadow: 1px 1px 10px #9CCCDA;
}

.blu-form .field {
    margin-bottom: 2em;
    position: relative;
}

.blu-form .field input, .blu-form .field select, .blu-form .field textarea {
    padding: 6px;
    border: 1px solid #BBB;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background: #FFF;
}

.blu-form .field input[type="checkbox"] {
    position: relative;
    top: 8px;
}

.blu-form .field .multi-radio {
    width: 400px;
    float: left;
    margin-bottom: 15px;
}

.blu-form .field-newOrder input:focus,
.blu-form .field-newOrder textarea:focus,
.blu-form .field-newOrder select:focus {
    outline: none;
    border-color: #86C1D2;
    -moz-box-shadow: 1px 1px 10px #9CCCDA;
    -webkit-box-shadow: 1px 1px 10px #9CCCDA;
}

.blu-form .field-newOrder {
    margin-bottom: 1em;
    position: relative;
}

.blu-form .field-newOrder input, .blu-form .field-newOrder select, .blu-form .field-newOrder textarea {
    padding: 6px;
    border: 1px solid #BBB;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background: #FFF;
}

.blu-form .field-newOrder input[type="checkbox"] {
    position: relative;
    top: 8px;
}

.blu-form .field-newOrder .multi-radio {
    width: 400px;
    float: left;
    margin-bottom: 15px;
}

/*
Sunny - these interfere with the contract edit screens
.blu-form .field .value {
	margin-right: 10px;
	padding-right: 10px;
	line-height: 2.75em;
	padding-bottom: .5em;
	width: 275px;
	display: block;
	float: left;
	font-weight: normal;
	text-align: left;
	font-size:13px !important;
}
*/

#paymentMethods {
    padding: 10px 10px 5px;
    margin-bottom: 15px;
}

#paymentMethods input, #paymentMethods select, #paymentMethods textarea {
    padding: 6px;
    border: 1px solid #BBB;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background: #FFF;
}

#createNewsletterForm table input, #createNewsletterForm table select, #createNewsletterForm table textarea {
    padding: 6px;
    border: 1px solid #BBB;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background: #FFF;
}

#csvUploadField {
    margin-top: 2px;
    font-size: 14px;
}

.blu-form .action, #paymentMethodForm .action {
    border-top: 3px solid #EEEEEE;
    padding: 0.5em 0 0;
}

a.help {
    background: url(../images/help.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 0;
    position: relative;
    z-index: 24;
    color: #000;
    left: 8px;
    top: 2px;
    text-decoration: none;
    outline: none;
}

a.help:hover {
    z-index: 25;
}

a.help span {
    display: none
}

a.help:hover span {
    display: block;
    font-size: 11px;
    position: absolute;
    top: -6px;
    left: 2em;
    width: 17em;
    border: 1px solid #DDD;
    padding: 3px 7px;
    background-color: #F1F1F1;
    color: #000;
    text-align: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .25);
}

.form-fields-only {

}

input.form-fields-only, select.form-fields-only, textarea.form-fields-only {
    padding: 6px !important;
    border: 1px solid #BBB !important;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
    background: #FFF !important;
}

input.form-fields-only:focus,
textarea.form-fields-only:focus,
select.form-fields-only:focus {
    outline: none !important;
    border-color: #86C1D2 !important;
    -moz-box-shadow: 1px 1px 10px #9CCCDA !important;
    -webkit-box-shadow: 1px 1px 10px #9CCCDA !important;
}

.datefield button {
    background: #6A9D2A;
    background: -moz-linear-gradient(top, #BCE18E 0%, #8FCD43 2%, #6A9D2A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BCE18E), color-stop(0.02, #8FCD43), color-stop(1, #6A9D2A));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8FCD43', endColorstr = '#6A9D2A');
    color: #FFF;
    border: solid 1px #598423;
}

/* INVOICES */

.invoice-wrapper {
    margin: 15px auto;
    position: relative;
    padding: 0 15px 15px;
    text-align: left;
    background-color: #FFF;
    box-shadow: 1px 1px 4px #DDD;
    -moz-box-shadow: 1px 1px 4px #DDD;
    -webkit-box-shadow: 1px 1px 4px #DDD;
    border: 1px solid #D1D1D1;
    height: 100%;
}

.section_header {
    color: #006DBA;
    font-weight: bold;
    border-bottom: 3px solid #d1d1d1;
    margin-top: 15px;
    padding-bottom: 3px;
}

.big_section_header {
    color: black;
    text-align: center;
    font: 15px/1.231 arial, helvetica, clean, sans-serif;
    /*
        font-weight:bold;
    */
    border-bottom: 3px solid #d1d1d1;
    margin-top: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #e5f7ff;
    vertical-align:top;
    width: 660px;
    margin-left: 233px;
    /*
        background: #f8fad3;
    */
}

span.column-label {
    display: inline-block;
    width: 160px;
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
}

span.column-data {
    display: inline-block;
    width: 175px;
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
}

.no_spans {
    padding: 5px;
}

.invoice_row, .div_span {
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
}

#invoice_notes, .note_type_title {
    color: #006DBA;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 3px;
}

.invoice_notes {
    min-height: 50px;
    border: 1px solid #d1d1d1;
    padding: 5px;
}

#invoice_actions {
    margin: 10px 2px 5px 0;
}

#invoice_actions span, #order_actions span {
    display: block;
    margin-bottom: 5px;
}

.highlight {
    background: #F9F9F9;
}

.invoice-paid {
    background: #ccffcc;
    font-weight: bold;
    color: #009900 !important;
    border-top: 1px solid #66cc66;
    border-bottom: 1px solid #66cc66;
}

.invoice-paid .column-label {
    color: #009900 !important;
    border-bottom: none;
}

.invoice-paid .column-data {
    border-bottom: none;
}

td.invoice-paid {
    color: #009900 !important;
    border: 1px solid #66cc66;
}

.invoice-due {
    background: #990000;
    color: #FFF !important;
    font-weight: bold;
    border-top: 1px solid #660000;
    border-bottom: 1px solid #660000;
}

.invoice-due .column-label {
    color: #FFF !important;
    border-bottom: none;
}

.invoice-due .column-data {
    border-bottom: none;
}

td.invoice-due {
    color: #FFF !important;
    border: 1px solid #990000;
}

.invoice-other {
    background: #F9F9F9;
    font-weight: bold;
}

td.invoice-other {
    border: 1px solid #555;
}

.action-buttons-left {
    float: left;
    width: 210px;
    margin-right: 20px;
}

.action-buttons-left span {
    margin-bottom: 5px;
    display: block;
}

.invoice_left {
    float: left;
    width: 285px;
    margin-right: 20px;
}

.invoice_right {
    float: left;
    width: 360px;
}
.details_section {
    float: left;
    width: 74%;
}

.details_section_half{
    float: left;
    width: 50%;
}

.details_section_half .column-label {
    display: inline-block;
    width: 45%;
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
    float: left;
}

.details_section_half .column-data {
    display: inline-block;
    width: 48%;
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
    float: left;
}



.payment_customerBillingContact {
    float: left;
    width: 209px;
    margin-right: 20px;
}

.payment_linkedInvoices {
    float: left;
    width: 439px;
}

.payment_left {
    float: left;
    width: 439px;
    margin-right: 20px;
}

.payment_right {
    float: left;
    width: 439px;
}

.payment_left .column-label, .payment_right .column-label {
    width: 180px;
}

.payment_left .column-data, .payment_right .column-data {
    width: 235px;
}

#simpleView {
    margin-top: 30px;
}

#detailedView {
    margin-top: 30px;
}

.pseudo-legend {
    margin-top: 15px !important;
    text-align: center !important;
    border-bottom: 3px solid #EEEEEE !important;
}

#cust-wrap-left {
    float: left;
    width: 225px;
    margin-right: 15px;
}

#cust-more-info {
    margin-top: 15px;
}

#more-info-additional {
    width: 690px;
}

#more-info-additional .yui-content {
    background: #FFF !important;
    border-color: #d1d1d1 !important;
    border-top: none;
    padding: 15px;
}

#cust-orders-table {
    margin-top: 15px;
}

#more-info-info {
    width: 209px;
    float: left;
    margin-left: 15px;
}

#invoiceList {
    margin: 15px 0;
}

#bestWorst {
    width: 930px !important;
    display: table;
}

#bestWorst td {
    vertical-align: top;
}

.lower_order {

}

#order_actions {
    float: left;
    margin-right: 20px;
    width: 280px;
}

#order_notes {
    float: left;
    width: 100%;
}

/* Billing Run Styles */

.actionsPanel {
    width: 200px;
    float: left;
}

.twoChart {
    width: 100%;
}

.half-chart {
    display: inline-block;
    width: 420px;
    vertical-align: top;
}

.customerContactInfoTable {
    width: auto;
}

.customerContactInfoTable .name {
    line-height: 26px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}

.customerContactInfoTable .value {
    line-height: 26px;
    display: block;
    font-size: 15px;
}

.customerContactInfoTable .pseudo-tr {
    border-bottom: 1px solid #d1d1d1;
}

.customerContactInfoTable .pseudo-tr:last-child {
    border-bottom: none;
}

.half-tab {
    width: 325px;
    display: inline-block;
    vertical-align: top;
}

#paymentOptions td, #customerPreferences td {
    height: auto;
}

#toggleAdvanced {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.pseudo-table-h {
    padding: 5px;
    border-bottom: 1px solid #F4F4F4;
    font-weight: bold;
    background: #f9f9f9;
}

.pseudo-table {
    padding: 5px;
    border-bottom: 1px solid #F4F4F4;
}

.pst1 {
    width: 17%;
    display: inline-block;
    text-align: center;
}

.pst2 {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.pst3 {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.pst4 {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.pst5 {
    width: 19%;
    display: inline-block;
    text-align: center;
}

.sa1 {
    width: 8%;
    display: inline-block;
    text-align: right;
}

.sa2 {
    width: 15%;
    display: inline-block;
    text-align: right;
}

.sa3 {
    width: 30%;
    display: inline-block;
    text-align: center;
}

.sa4 {
    width: 10%;
    display: inline-block;
    text-align: right;
}

.sa5 {
    width: 30%;
    display: inline-block;
    text-align: center;
}

.ivr1, .ivr2, .ivr3 {
    width: 89px;
    display: inline-block;
    text-align: center;
}

.paid {
    background-color: #BCF5A9;
}

.outstanding {
    background-color: #FFC0CB;
}

.cancelled {
    background-color: #CACACA;
}

.draft {
    background-color: #FFFF66;
}

.default {
    background-color: #FFFFFF;
}

#Previous_Balance_col, #Current_Due_col, #Outstanding_Balance_col, #Amount_col {
    text-align: right !important;
    padding-right: 5px !important;
}

.currentBalance, .lastInvoiceAmount, .lastPaymentAmount, .previousBalance, .currentAmountDue, .paymentsAndAdjustments, .outstandingBalance, .amount, .amountApplied, .currentBalanceAfter {
    text-align: right !important;
    padding-right: 5px !important;
}

.td_radio {
    padding-left: 3px !important;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
     if width will be 100% horizontal scrollbar will apear
     when scroll mode will be used
     */
/*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
     it is very important, if line-height not setted or setted
     in relative units scroll will be broken in firefox
     */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

.failedActivityBatch .column-label {
    display: inline-block;
    width: 160px;
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
}

.failedActivityBatch .column-data {
    display: inline-block;
    width: 746px;
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
}

.failedActivityBatchStatus {
    background: #C80000;
    color: #FFF !important;
    font-weight: bold;
    border-top: 1px solid #660000;
    border-bottom: 1px solid #660000;
}

.failedActivityBatchStatus .column-label {
    color: #FFF !important;
    border-bottom: none;
}

.failedActivityBatchStatus .column-data {
    border-bottom: none;
}

.billingRun_legend {
    margin-left: 20px;
}

.order-active .column-label {
    color: #009900 !important;
    border-bottom: none;
}

.invoice-active {
    color: #000000 !important;
    border-bottom: none;
    background-color: #FFFF99;
    text-align: center;
    font-size: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #D1D1D1;
    padding:3px;
}


/*changes done by kasturee*/







.order-active .column-data {
    border-bottom: none;
}

td.order-active {
    color: #009900 !important;
    border: 1px solid #66cc66;
}

.order-draft .column-label {
    color: #656565 !important;
    border-bottom: none;
}

.order-draft .column-data {
    border-bottom: none;
}

td.order-draft {
    color: #656565 !important;
    border: 1px solid #66cc66;
}

.order-suspended .column-label {
    color: #997379 !important;
    border-bottom: none;
}

.order-suspended .column-data {
    border-bottom: none;
}

td.order-suspended {
    color: #997379 !important;
    border: 1px solid #66cc66;
}

.order-canceled .column-label {
    color: #a17980 !important;
    border-bottom: none;
}

.order-canceled .column-data {
    border-bottom: none;
}

td.order-canceled {
    color: #a17980 !important;
    border: 1px solid #66cc66;
}

table .report {
    width: 100% !important;
}

.report td,
.report th {
    padding-left: 1em;
    padding-right: 1em;
}

.report .right {
    text-align: right;
}

.report .subtotal td {
    border-top: 1px solid #006DBA;
}

table .subTable {
    border: 0;
    width: 100%;
    font: 13px/16px Arial, sans-serif;
    color: #333333;
}

.subTable tr {
    border: 0;
}

.subTable td {
    height: 30px;
    color: #333;
}

.newOrderHeader {
    margin: 0px auto;
    position: relative;
    padding: 0 0px 0px;
    text-align: left;
    background-color: #f2f2f2;
    box-shadow: 1px 1px 4px #DDD;
    -moz-box-shadow: 1px 1px 4px #DDD;
    -webkit-box-shadow: 1px 1px 4px #DDD;
    border: 1px solid #D1D1D1;
    color: #006DBA;
}

.newOrder-wrapper {
    margin: 15px auto;
    position: relative;
    padding: 0 0px 0px;
    text-align: left;
    background-color: #FFF;
    box-shadow: 1px 1px 4px #DDD;
    -moz-box-shadow: 1px 1px 4px #DDD;
    -webkit-box-shadow: 1px 1px 4px #DDD;
    border: 1px solid #D1D1D1;
}

table#promotionSubTable {
    border: 0;
    width: 50% !important;
    font: 13px/16px Arial, sans-serif;
    color: #333333;

}

#promotionSubTable tr {
    border: 0;
}

#promotionSubTable td {
    height: 30px;
    color: #333;
}

/*Css for Credit Cards*/

.cards {
    overflow: hidden;

}

.cards li {
    list-style: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-image: url(../images/card_logos.png);
    background-position: 0 0;
    float: left;
    height: 32px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 51px
}

.cards li:last-child {
    margin-right: 0
}

.cards .mastercard {
    background-position: 306px 0
}

.cards .visa {
    background-position: 255px 0
}

.cards .amex {
    background-position: 204px 0;
}

.cards .discover {
    background-position: 153px 0
}

.cards .jcb {
    background-position: 102px 0
}

.cards .diners {
    background-position: 51px 0
}


/*OFF CSS*/

.cards .mastercard.off {
    opacity:0.2;
}

.cards .visa.off {
    opacity:0.2;
}

.cards .amex.off {
    opacity:0.2;
}

.cards .discover.off {
    opacity:0.2;
}

.cards .jcb.off {
    opacity:0.2;
}

.cards .diners.off {
    opacity:0.2;
}
/*
.cards .visa.off {
    background-position: 0 32px
}

.cards .visa_electron.off {
    background-position: 204px 32px
}

.cards .mastercard.off {
    background-position: 153px 32px
}

.cards .maestro.off {
    background-position: 102px 32px
}

.cards .discover.off {
    background-position: 51px 32px
}
*/

.valid{background:url(../images/tick.png) 260px center no-repeat}

.standardInvoice{
    width: auto;
}

.code{
    text-transform: uppercase;
}