.alignRight {
    text-align:right;
    padding-left: 15px !important;
}

.alignLeft {
    text-align:left;
    white-space: nowrap; 
}

.alignTop {
    vertical-align: top;
}
.alignBottom {
    vertical-align: bottom;
}

.alignTopRight {
    vertical-align: top;
    text-align:right;
    padding-left: 15px !important;
}

.alignTopLeft {
    vertical-align: top;
    text-align:left;
}

.alignCenter {
    text-align: center;
}
.alignMiddle {
    vertical-align: bottom;
}

.upperCase {
    text-transform: uppercase !important;
}

.readOnly {
    background-color:gainsboro !important;
    color:black !important;
}

.readOnly input {
    background-color:gainsboro !important;
    color:black !important;
}

.error {
    background-color:peachpuff !important;
}

.tableHeader {
    font-size:1.5em  !important;
    font-weight: bold !important;
}

.panelGridCenter {
    margin: 0 auto;
    /*text-align:-moz-center;*/
}

.noPadding td {
    padding: 0px !important;
} 
