.buttonsPanel {
    float: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

.button {
    margin: 5px;
    height: 20px;
    cursor: pointer;
}

.dataTable {
    width: 100%;
}

.linkIcon {
    width: 14px;
    height: 14px;
}

.width-forty-pixel {
    width: 40px;
}

.width-seventy-pixel {
    width: 70px;
}

textarea[disabled], input[type="text"][disabled], input[type="password"][disabled], select[disabled] {
    background: #F5F5F5;
    color: #555;
}

#accordian {
    color: #e1e1e1;
}

#accordian ul {
    margin-left: 0;
    padding-left: 0;
}

#accordian ul li div {
    width: 100%;
    padding: 17px;
    margin: 0;
    border-bottom: 1px solid #1a1a1a;
}

#accordian ul li div a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12pt;
    color: #e1e1e1;
}

#accordian ul li div:hover {
    background-color: #4c4c4c;
}

#accordian ul li ul li {
    padding-bottom: 15px;
    padding-left: 35px;
    padding-top: 15px;
}

#accordian ul li ul li:hover {
    background: #6d6d6d;
}

#accordian ul li ul li a {
    font-family: Arial, Verdana, sans-serif;
    text-decoration: none;
    font-size: 10pt;
    color: #e1e1e1;
}

#accordian ul ul {
    display: none;
}
#accordian li.active ul {
    display: block;
    background: #4c4c4c;
}
#accordian li.active ul li.active {
    background: #6d6d6d;
}

.multipleTableFilterTitle {
    width: 100%;
}

input.multipleFilterLocal {
    background-image: url('../images/filter.png'), url('../images/buttonBackgroundImage.png');
    background-position: 2px 50%, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-clip: padding-box, padding-box;
    background-size: inherit, contain;
    border-radius: 2px;
    background-color: #BED6F8;
    width: 22px;
    text-align: right;
    padding-right: 2px;
    margin-left: 5px;
}

input.multipleFilterLocal:hover {
    background-image: url('../images/filter.png'), url('../images/buttonHoverBackgroundImage.png');
    background-repeat: no-repeat, repeat-x;
    background-position: 2px 50%, 0 7px;
    background-clip: padding-box, padding-box;
}

input.multipleFilterDisabledLocal {
    background-image: url('../images/filter_Disabled.png'), url('../images/buttonDisabledBackgroundImage.png');
    background-position: 2px 50%, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-clip: padding-box, padding-box;
    background-size: inherit, contain;
    border-radius: 2px;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
    color: #9b9fac;
    width: 22px;
    text-align: right;
    padding-right: 2px;
    margin-left: 5px;
}

input.multipleFilterDisabledLocal:hover {
    background-image: url('../images/filter_Disabled.png'), url('../images/buttonDisabledBackgroundImage.png');
    background-position: 2px 50%, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-clip: padding-box, padding-box;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
    color: #9b9fac;
}

.rightNumberColumn {
    text-align: right;
}

.tableContentBlock {
    margin-left: 170px;
    margin-right: 5px;
    vertical-align: top;
}

.wideTable {
    width: 100%;
}

.even-row {
    cursor: pointer;
}

.odd-row {
    cursor: pointer;
    background-color: #f1f5f4;
}

.odd-row:hover, .even-row:hover {
    cursor: pointer;
    background-color: #e5e5e5;
    max-height: 20px;
}

.tableHeader {
    vertical-align: middle;
    text-align: center;
}

.centeredColumn {
    text-align: center;
}

.columnControl {
    text-align: center;
    width: 40px;
}

.columnControl a {
    text-decoration: none;
}

.headerLabelOverFilter {
    font-weight: bold;
    color: #315896;
    font-size: 15px;
    padding: 6px 0 6px 6px;
}

.menuIcon {
    height: 15px;
    padding-left: 10px;
    padding-top: 2px;
}

.icon {
    cursor: pointer;
    border: 0;
    padding-left: 5px;
    vertical-align: bottom;
    text-decoration: none;
}

.bigTextArea {
    width: 375px;
    height: 105px;
}

.displayNone {
    display: none;
}

.selectedMenuItem {
    background-color: #cee2fc;
    font-style: italic;
}

.errorMsgSmall {
    color: red;
    margin-left: 5px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
}

.reqLabel {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003168;
    margin-right: 2px;
}

.chooserIcon {
    cursor: pointer;
    border: 0px;
    padding-left: 5px;
    vertical-align: bottom;
    text-decoration: none;
}

.bigLabel {
    font-size: 14px;
    padding: 6px;
}

.viewTogglePanel {
    float: right;
    margin-right: 100px;
}

.viewToggleLabel {
    padding-right: 5px;
}

.editor-input-column {
    width: 250px;
}

.editor-label-column {
    width: 140px;
}

.editor-error-message-column {
    width: 60px;
}

#sumOrderForm\:sumOrdersTable\:header {
    overflow: hidden !important;
}

#sumOrderForm\:sumOrdersTable\:body {
    overflow: hidden !important;
}

#sumOrderForm\:sumOrdersTable\:footer {
    overflow: hidden !important;
}

input[type="submit"].wp-header-action-button {
    background-image: none;
    border-radius: 7px;
    border-color: #315896;
    border-width: 2px;
    font-size: 15px;
    font-weight: bold;
    color: #315896;
}

.warning-message {
    font: bold normal 16px Verdana sans-serif;
    color: #B22222;
    text-align: center;
    display: block;
}
