html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}

.monthCalendar {
    vertical-align: middle;
}

.monthCalendar td.rich-calendar-month {
    min-width: 100px;
    width: 100px;
}

.monthCalendar table.rf-cal-popup tr[id] {
    display: none;
}

.monthCalendar .rf-cal-hdr-month {
    min-width: 100px;
    width: 100px;
}
.monthCalendar .rf-cal-tl , .rf-cal-hdr-month{
    background-color:transparent;
}

.monthCalendar table {
    z-index: 10000;
}

.boldLabel{
    font-weight: bold;
}

.filterLabel {
    color: #315896;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 5px;
    font-weight: bold;
    vertical-align: middle;
}

.filterValue {
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}

.filterPanel {
    margin: 5px;
}

.filterInput {
    width: 90px;
    margin: 0 5px 0 5px;
}

.defaultLabel {
    font-size: 8.5pt;
    color: #003168;
}

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

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

.icon {
    cursor: pointer;
    border: 0;
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

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

.iconColumn {
    text-align: center;
    width: 35px;
    white-space: nowrap;
}

.idColumn {
    text-align: right;
    width: 35px;
    white-space: nowrap;
}

.priceColumn {
    width: 60px;
    text-align: right;
    white-space: nowrap;
}

.amountColumn {
    width: 60px;
    text-align: right;
    white-space: nowrap;
}

.textColumn {
    text-align: left;
}

.abbreviationColumn {
    text-align: center;
    width: 60px;
}

.centerColumn {
    text-align: center;
}

.dateColumn {
    width: 100px;
    text-align: center;
    white-space: nowrap;
}

.leftAlign {
    text-align: left !important;
}

.centerAlign {
    text-align: center !important;
    margin: 0 auto;
}

.rightAlign {
    text-align: right !important;
}

.centeredColumn {
    text-align: center;
}

.titleColumn {
    width: 170px;
    text-align: left;
    vertical-align: top;
}

.fieldColumn {
    width: 300px;
    text-align: left;
}

.rf-dt-nd, .rf-edt-ndt {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

table.dataReport {
    white-space: normal;
    word-break: normal;
    overflow-x: auto !important;
    margin: auto;
    width: 100%;
}

th.tableHeader, tr.tableHeader {
    white-space: normal;
}

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

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

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

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

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

.chooserTitleMask {
    width: 180px;
}

.defaultChooser-name {
    width: 320px;
}

.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;
}

input.refreshButton {
    background-image: url('../images/Refresh16.gif'), url('../images/buttonBackgroundImage.png');
    background-position: 4px 50%, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-clip: padding-box, padding-box;
    background-size: inherit, contain;
    border-radius: 4px;
    background-color: #BED6F8;
    width: 25px;
    text-align: center;
}

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

input.settingsButton {
    background-image: url('../images/Preferences16.gif'), url('../images/buttonBackgroundImage.png');
    background-position: 4px 50%, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-clip: padding-box, padding-box;
    background-size: inherit, contain;
    border-radius: 4px;
    background-color: #BED6F8;
    width: 25px;
    text-align: center;
}

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

a.menuActive {
    color: #13B24C;
    font-weight: bold;
    padding-left: 10px;
}

.menu {
    padding-left: 10px;
    white-space: nowrap;
}

input.rf-cal-inp {
    width: 105px;
    margin-left: 5px;
}

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

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

.rf-msg-err {
    height: 16px;
    width: 16px;
    display: inline-table;
    background-image: url('../images/errorMsg.png');
}

.notifyTextAlign {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 2px;
}

.sendMailTextArea {
    width: 400px;
    height: 200px;
}

.widthNotifyTitle {
    width: 100%;
}

.permissionsPanelGroup {
    width: 700px;
    margin: 0 auto;
}

.dataTableLabel {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

.departmentName {
    width: 800px;
}

.permissionColumn {
    width: 80px;
    text-align: center;
}

.permissionName {
    width: 533px;
}

input.accountsFilter {
    margin-right: 10px;
}

.tab-panel-width {
    width: 800px;
}

.tab-panel-height {
    height: 400px;
}

.accountEditorTitle {
    width: 110px;
    text-align: left;
}

.accountEditorField {
    width: 200px;
    text-align: left;
}

.serverLogTextArea {
    width: 1200px;
    height: 650px;
    font-size: 12px;
    margin-left: 10px;
}

.rf-plhdr {
    color: #989797;
}

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

.displayNone {
    display: none;
}

.reportMenuPanel {
    float: left;
    width: 200px;
    padding-right: 10px;
    padding-top: 5px;
    border-right: 1px solid #BED6F8;
}

.errorMsgWide {
    color: red;
    margin-left: 5px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    width: 100px !important;
}

.center {
    background-color: #9dc5fa;
    color: #001e70;
    font-weight: bold;
    display: inline-block;
    height: 150px;
    margin-top: 10%;
    position: relative;
    vertical-align: top;
    width: 540px;
    z-index: 0;
    float: left;
    transition: left 0.6s linear;
}

.forceContent {
    height: 255px;
    font-size: 8pt;
    position: relative;
    text-align: left;
    white-space: nowrap;
    z-index: 2;
    width: 540px ;
    margin-left: auto ;
    margin-right: auto ;
}

.panelGroupCenter {
    margin-left: 100px;
    margin-right: 90px;
}

.forceButton {
    background: #9BC2FD;
    border: none;
    box-shadow: inset -1px -1px 1px #70a0d0, inset 1px 1px 1px #aDc7eC;
    display: block;
    font-size: 8pt;
    font-weight: bold;
    height: 20px;
    width: 100%;
}

.forceTitle{
    display: block;
    font-size: 9pt;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.margingTop {
    margin-top: 30px;
}

.accountFilterPanel {
    margin: 5px 0;
}