.abs {
    position: absolute
}

.rel {
    position: relative
}


hr {
    margin-top: -5px;
    height: 1px;
    background-color: #999999;
    color: #999999;
    visibility : visible;
}

#header {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 40px;
}

#footer {
    background-color: #FFFFFF;
    margin-top: 30px;
    font-size: 10px;
    color: gray;
    padding-left: 4px;
    padding-bottom: 0px;
}

#account {
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    text-align: right;
    font-size: 10px;
}

#navigation {
    background-color: #E7E7CE;
    padding: 2px 0px 2px 0px;
    margin-top: 4px;
    margin-bottom: 15px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    color: #FFFFFF;
    font-weight: bold;
}

#navigation a {
    background-color: #E7E7CE;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    color: #FFFFFF;
}

#navigation a:hover {
    background-color: #3C5462;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    color: #FFFFFF;
}

.breadcrumbs {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 2px;
}

.note {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-left: 2px;
}

.heading {
    margin-top: 0px;
    margin-bottom: 4px;
    padding-bottom: 2px;
    padding-left: 0px;
    font-family: Georgia;
    font-size: 15px;
    font-weight: bold;
    color: #821400;
}

.headingError {
    margin-top: 0px;
    margin-bottom: 6px;
    padding-bottom: 2px;
    padding-left: 0px;
    border-bottom: 1px solid #999;
    font-family: Georgia;
    font-size: 15px;
    font-weight: bold;
    color: #FF0000;
}

.icons {
    margin-left: 10px;
    padding: 0px;
}

.listing {
    padding: 0px;
    width: 100%;
}

.listing td {
    padding-left: 2px;
}

.listing th {
    padding-left: 2px;
    background-color: #C8CDEC;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    color: #777E82;
    text-align: left;
}

.listing th a {
    text-decoration: none;
}

.listing th a:hover {
    text-decoration: none;
}

.listing .active {
    background-color: #667AB3;
    color: #000000;
}

.listing .active a {
    color: #000000;
    text-decoration: none;
}

.listing .active a:hover {
    color: #5B7F93;
    text-decoration: none;
}

.odd {
    background-color: #F5F5F5;
}

.even {
    background-color: #EFEFEF;
}

.old {
    background-color: #DDDEDF;
}

.new {
    background-color: #F6F5F5;
}

.content {
    padding: 0px;
    width:100%;
}

.content .leftvalue {
    width:25%;
    text-align: right;
    font-weight: bold;
}

.content td {
    padding-left: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.content th {
    padding-left: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #C8CDEC;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    color: #777E82;
    text-align: left;
}

.error {
    padding-top: -10px;
    width:100%;
}

.error td {
    color: #FF0000;
    text-align: left;
    padding-left: 2px;
    padding-bottom: 20px;
}

.message {
    padding-top: -10px;
    padding-bottom: 20px;
    width:100%;
}

.message td {
    padding-left: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #C8CDEC;
    color: #000000;
    text-align: left;
}

.tableRevision {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

.revisionTr {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}