.fieldLabel {
    font-size: 12px;
    color: black;
    font-family: Verdana, Tahoma;
    font-weight: bolder;
    text-align: left;
    vertical-align: bottom;
}

.alignPadLeft10 {
    padding-left: 10px;
    white-space: nowrap;
}

.alignPadRight10 {
    padding-right: 10px;
    text-align: right !important;
    white-space: nowrap;
}

.fieldCell {
    font-size: 10px;
    color: black;
    font-family: Verdana, Tahoma;
    text-align: left;
    vertical-align: top;
}

.labelCell {
    text-align: left;
    vertical-align: bottom;
}

.labelTitle {
    font-weight: bold;
    font-family: Verdana, Tahoma;
    font-size: 12px;
    vertical-align: baseline;
}

.fieldLabelSpace {
    height: 5px;
}

.cancelButton {
    background: red;
    font-weight: bold;
}

.saveButton {
    background: green;
    font-weight: bold;
}

.novsButton {
    background: lightblue;
    font-weight: bold;
}

.generalDataValue {
    font-weight: bold;
}

.subTitle {
    font-size: 0.9em;
}

.leftSideSpace {
    width: 2em;
    color: green;
}

.menuSpace {
    height: 1em;
}

.textField {
    width: 712px;
    height: 140px;
}

.error {
    color: red;
    font-weight: bold;
    font-family: Verdana, Tahoma;
    font-size: 12px;
}

.statusMessage {
    color: red;
    font-weight: bold;
    font-family: Verdana, Tahoma;
    font-size: 12px;
}

.topSideSpace {

}

.pageTitle {
    font-size: 16px;
    font-family: Verdana, Tahoma;
    font-weight: bold;
    color: #666666;
}

.adminLink {

}


td.sortTableHeader {
    background-color: #F2EEDC;
    border: 1px solid black;
    padding: 5px;
}

td.sortTableBody {
    border: 1px solid black;
    border-collapse: collapse;
}

a:link {
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    border: none;
}

a:hover, a:active {
    text-decoration: underline;
    font-weight: bold;
    color: #FF9900;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #999999;
    font-family: Verdana, Tahoma;
    font-size: 11px;
}

input[disabled] {
    background-color: #CCCCCC;
}


select[disabled] {
    background-color: #CCCCCC;
}


textarea[disabled] {
    background-color: #CCCCCC;
}

#loading-div-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
}

#loading-div {
    width: 260px;
    height: 180px;
    background-color: #F2EEDC;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}