/* general settings */
html, body {
    height: 100%;
    min-height: 100%;
    font-family: Verdana;
    font-size: 11px;
    color: #454545;
    background-color: #252424;
    margin: 0px;
    padding: 0px;
}
form {
    margin: 0px;
    padding: 0px;
}
img {
    border-style: none;
}
a {
    color: #ffffff;
}

/* layout properties */
div.layout {
    position: relative;
    width: 497px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
div.wrapper {
    position: absolute;
    top: 50%;
    width: 497px;
    height: 300px;
    background-image: url('/images/general/login-box.png');
    background-repeat: no-repeat; 
    margin-top: -150px;
}
div.iframe-content {
    background-image: url('../images/general/line-middle-green.png');
    background-repeat: repeat-x;
    background-color: #e6e4e5;
}
div.scroll-attribute {
    height: 430px;
    overflow: auto;
    padding-top: 5px;
}

/* list */
div.section-header {
    width: 652px;
    height: 5px;
    background-image: url('../images/general/line-section-dark.png');
    background-repeat: no-repeat;   
}
div.section-wrapper {
    width: 652px;
    height: 42px;
    background-color: #252424;
}
div.section-title {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 5px;
    margin-left: 15px;
}
table.list {
    width: 652px;
}
th.light-header {
    font-size: 12px;
    text-align: left;
    color: #252424;
    font-weight: bold;
    background-image: url('../images/general/line-table-header.gif');
    background-repeat: repeat-x;
    background-color: #c1c1c1;
    padding: 10px;
}
td.cell {
    height: 38px;
    color: #356710;
    vertical-align: middle;
    border-bottom: 1px solid #a6a9ae;
    padding: 3px 10px 0px 10px;
}
td.cell-right, td.cell_right {
    height: 38px;
    font-style: italic;
    color: #555555;
    vertical-align: middle;
    border-bottom: 1px solid #a6a9ae;
    padding: 3px 0px 3px 0px;
}
td.title {
    width: 150px;
}

/* parameters */
div.property-header {
    width: 652px;
    height: 7px;
    background-image: url('../images/general/line-property.png');
    background-repeat: no-repeat;
}
div.property-inner {
    width: 622px;
    font-size: 14px;
    font-weight: bold;
    color: #292b2e;
    background-color: #b3b1b1;
    padding: 3px 15px 10px 15px;
}
div.property-wrapper {
    display: none;
    margin-top: 5px;
}

/* content */
div.caption {
    float: left;
    margin: 35px 13px 0px 14px;
}
div.content {
    float: left;
    width: 295px;
    height: 245px;
}
div.content-inner {
    margin: 30px 42px 0px 28px;
}
div.navigation {
    float: left;
    width: 125px;
    margin-top: 10px;
    margin-left: 15px;
}
div.footer {
    height: 206px;
    color: #ffffff;
    background-image: url('/images/general/shadow.png');
    background-repeat: no-repeat;
    *margin-top: -5px;
    padding-top: 15px;
}
div.copy {
    float: left;
    font-size: 11px;
    color: #ffffff;
    margin-top: 5px;
}
div.image {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}
div.remember {
    float: left;
    line-height: 18px;
    margin-top: 37px;
}
a.link {
    display: block;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 5px;
    margin-top: 5px;
}
a.item-top {
    float: right;
    display: block;
    width: 23px;
    height: 23px;
    background-image: url('/images/general/icon-close.png');
}

/* form */
div.field-small {
    background-image: url('/images/general/input-field-small.png');
    background-repeat: no-repeat;
}
div.field-middle, div.field_middle {
    background-image: url('/images/general/input-field-middle.png');
    background-repeat: no-repeat;
}
div.field-large, div.field_large {
    background-image: url('/images/general/input-field-large.png');
    background-repeat: no-repeat;
}
div.field-wrapper {
    background-image: url('/images/general/input-field.png');
    background-repeat: no-repeat;
    background-color: transparent;
}
input.box-small {
    width: 68px;
    color: #777777;
    background-color: transparent;
    border-style: none;
    margin: 8px 10px 8px 10px;
}
input.box-middle, input.box_middle {
    width: 217px;
    color: #777777;
    background-color: transparent;
    border-style: none;
    margin: 8px 10px 8px 10px;
}
input.box-large, input.box_large {
    width: 460px;
    color: #777777;
    background-color: transparent;
    border-style: none;
    margin: 8px 10px 8px 10px;
}
select.list-large {
    width: 360px;
    font-size: 12px;
    padding: 5px;
}
input.button {
    float: right;
    width: 96px;
    height: 38px;
    font-size: 12px;
    font-size: inherit !important;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-image: url('/images/general/button-green.png');
    background-color: transparent;
    border-style: none;
    margin-top: 25px;
}
input.save-button {
    width: 96px;
    font-family: "Mariad Pro";
    font-size: 12px;
    font-weight: bold;
    font-size: inherit !important;
    text-transform: uppercase;
    color: #ffffff;
    background-image: url('../images/general/button-save-green.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    margin-top: 20px;
    margin-left: 260px;
    padding-top: 12px;
    padding-bottom: 12px;
}
input.chbox {
    float: left;
    margin-right: 10px;
}
input.radio-box {
    vertical-align: sub;
    *vertical-align: middle;  
    margin-right: 5px;
}
textarea.databox {
    width: 366px;
    height: 87px;
    color: #777777;
    background-image: url('../images/general/textbox-middle.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    padding: 5px 10px 5px 10px;
}
label.form-box {
    display: block;
    font-weight: bold;
    text-transform: uppercase; 
    margin-top: 10px;
    margin-bottom: 5px;
}
label.title {
    font-weight: normal;
    text-decoration: none !important;
    color: #292b2e;
}
label.info {
    float: left;
    text-transform: none;
    margin: 0px;
}
input.field {
    width: 200px;
    margin: 10px;
    background-color: transparent;
    border-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* other elements */
.green {
    color: #72b244;
}
.green-light {
    color: #72b243;
}
.b {
    font-weight: bold;
}
.pic {
    float: left;
}
div.fleft {
    float: left;
}
div.fright {
    float: right;
}
div.spacer {
    clear: both;
    height: 60px;
    line-height: 70px;
}
div.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
}
div.clear5 {
    clear: both;
    height: 5px;
    line-height: 5px;
}
div.clear10 {
    clear: both;
    height: 10px;
    line-height: 10px;
}
div.clear20 {
    clear: both;
    height: 20px;
    line-height: 20px;
}