.commandLink a:link, .commandLink a:visited {
    text-decoration: none;
}

.debit {
    font-weight: bold;
    color: red;
}

.credit {
    font-weight: bold;
    color: blue;
}

.hide-column-names table thead tr {
    display: none;
}

.hide-panel-border.ui-panelgrid > * > tr,
.hide-panel-border.ui-panelgrid .ui-panelgrid-cell {
    border: none;
}

.grid-columnsPaid .ui-datagrid-column {
    width: 80px;
    background-color: #7EB5B5;
}

.deleteCommandLink {
    width: 25px;
}

.paidStyle {
    background-color: #7EB5B5;
}

.notPaidStyle {
    background-color: transparent;
}

.notPaidStyle > .ui-panel-titlebar {
    background: none;
    font-weight: bold;
    font-size: smaller;
    border: none;
    height: 10px;
    color: #0f6ebb;
}

.paidStyle > .ui-panel-titlebar {
    background: none;
    font-weight: bold;
    font-size: smaller;
    border: none;
    height: 10px;
    color: #0f6ebb;
}

.round {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 12px;

    /* Firefox 1-3.6 */
    -moz-border-radius: 12px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
}

.backgroundWhite{
    border: 0px dotted blue;
    background-color: white;
}
