html,
body {
    height: 100%;
    margin: 0;
}
body {
    font: normal normal normal 12px/14px Verdana, serif;
}
a {
    color: #A56B0D;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
#l-message {
    margin: 0 0 15px 0;
    padding: 8px 10px;
    border-width: 2px 1px 1px 1px;
    border-style: solid;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
}
#l-message.info {
    border-color: #99E78F;
    background-color: #E5F9E3;
    color: #227018;
}
#l-message.warning {
    border-color: #E7C88F;
    background-color: #F9F1E3;
    color: #705118;
}
#l-message.error {
    border-color: #E78F8F;
    background-color: #F9E3E3;
    color: #701818;
}
div.l-footer-hint {
    margin-top: 25px;
    overflow: auto;
    border-top: 2px dashed #CCCCCC;
    color: #888888;
    line-height: 120%;
}
div.l-footer-hint p {
    margin-top: 15px;
    margin-bottom: 5px;
}
div.l-footer-hint ul,
div.l-footer-hint ol {
    margin-top: 5px;
    margin-bottom: 5px;
}
div.l-sections {
    color: #333333;
    font: normal normal normal 12px/14px Verdana, serif;
}
div.l-sections > div {
    margin-top: 5px;
}
div.l-sections > div:first-child {
    margin-top: 0;
}
div.l-sections > div > div.label-and-help {
    padding: 5px;
    border-radius: 4px;
    background-color: #CCCCCC;
}
div.l-sections > div > div.label-and-help > div.label {
    font-weight: bold;
    text-transform: uppercase;
}
div.l-sections > div > div.label-and-help > div.help {
    color: #888888;
    font-size: 11px;
    line-height: 13px;
}
div.l-sections > div > div.content {
    margin: 2px 0 0 5px;
    padding: 3px 0 0 5px;
    border-left: 1px dotted #BBBBBB;
}
table.l-table {
    width: 100%;
    border-collapse: collapse;
}
table.l-table > tbody > tr {
    background-image: url("images/l-section-background.png");
    background-position: left bottom;
    background-repeat: repeat-x;
}
table.l-table > tbody > tr > th {
    padding: 6px 5px 6px 0;
}
table.l-table > tbody > tr > td {
    padding: 6px 0 6px 5px;
}
table.l-table > tbody > tr > th {
    color: #777777;
    font-weight: normal;
    text-align: right;
}
table.l-table > tbody > tr > td {
    color: #000000;
}
table.l-table > tbody > tr > td > div.row-1 {
    padding-right: 10px;
    float: left;
    text-align: left;
}
table.l-table > tbody > tr > td > div.row-2 {
    padding-right: 5px;
    float: right;
    text-align: right;
}
table.l-table.table-4 > tbody > tr > th {
    width: 25%;
}
table.l-table.table-3 > tbody > tr > th {
    width: 33%;
}
table.l-table.table-2 > tbody > tr > th {
    width: 50%;
}
#colorbox {
    z-index: 100000 !important; /* PLUpload + 1 */
}
#cboxLoadedContent {
    margin-bottom: 0 !important;
}
