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

.fieldTitle {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

.fieldset ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fieldset {
    margin-bottom: 1em;
    margin-right: 1em;
}

.fieldset .fieldsetTitle {
    color: #005895;
    font-weight: bold;
    margin-bottom: 1em;
}

.fieldset .fieldsetTitle.highlited {
    background-color: #FFEFC6;
    background-image: -moz-linear-gradient(left center, #EAEDF4 16%, #FFEFC6 63%);
}

.fieldset .fieldsetTitle .extrainfo {
    color: #005895;
    font-size: 0.9em;
}

.fieldset .fieldsetTitle a {
    font-weight: bold;
}

.fieldset .fieldsetBody {

}

.formTable {
    background-color: #EEE;
    width: 100%;
    margin: 0 !important;
    margin-top: 1em !important;
}

.formTable td {
    padding: 4px;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.formTable .filler {
    width: 99%;
}

.formTable label {
    font-weight: normal !important;
    float: none !important;
    margin-left: 4px;
}

.feedbackPanel {
    margin-left: 0 !important;
    margin-bottom: 1em;
}

.selectable {
    margin-top: 1em !important;
    margin-bottom: 2em !important;
    border-right: 1px solid #CEDDF4 !important;
    border-bottom: 1px solid #CEDDF4 !important;
}

.selectable thead th {
    border-left: 1px solid #CEDDF4 !important;
}

.selectable tbody tr:hover {
    background-color: #EDF3FB !important;
}

.selectable tbody td {
    border-left: 1px solid #CEDDF4 !important;
    color: #333333 !important;
    font-weight: normal !important;
}

.selectable thead tr {
    background-color: #CEDDF4 !important;
    color: #005895;
}

.superscript {
    font-size: xx-small;
    vertical-align: super;
}

.sso-icon-linked {
    background-image: url("../images/chain-icon.jpg");
    height: 20px;
    width: 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
}

.sso-icon-unlinked {
    background-image: url("../images/chain-icon.jpg");
    height: 20px;
    width: 24px;
    background-position: -24px 0;
    background-repeat: no-repeat;
    display: inline-block;
}
