
*.txt_center { text-align: center; }

.clearfix:after,
#logo:after,
.marg:after,
.head:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix,
#logo,
.marg,
.head { display: inline-block; }


html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: url('../images/body-bg.gif') 0 0 repeat;
    font-size: 12px;
    font-family: "Arial";
    color: #363636;
    text-align: center;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    color: #951b20;
    font-family: "Trebuchet MS";
}

h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 14px;
}

p {
    display: block;
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}


#header {
    background: #242323 url('../images/bg-nav.gif') 100% 100% no-repeat;
    height: 125px;
}

#logo {
    background: url('../images/header.gif') 0 0 no-repeat;
    width: 100%;
    min-height: 90px;
}

#header #global_links {
    float: right;
    font-size: 11px;
    color: #000;
    padding: 10px 20px;
}

#header #global_links a {
    color: #727172;
    text-decoration: none;
    display: inline-block;
}

#header #global_links a:hover {
    color: #ffffff;
}


#shell {
    width: 760px;
    margin: 35px auto;
    text-align: left;
    background: #f6f6f6;
}

#content {
    background: url('../images/bg-content.gif') 0 0 no-repeat;
    padding-top: 25px;
}

.marg {
    margin: 0;
    padding: 10px;
}


.input_row {
    float: left;
    padding: 4px 0;
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
    margin-top: -1px;
    color: #363636;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
}

.input_row label {
    display: inline;
    width: 90px;
    margin: 0 5px;
    padding: 3px 0;
    float: left;
}

.input_row .txt_inpt {
    float: left;
    background: #fff;
    border: 1px solid #8c8c8c;
    padding: 0;
    margin: 0;
    width: auto;
    height: 18px;
}

.input_row .txt_inpt .txt_inpt {
    background: #fff;
    border: none;
    padding: 0;
    margin: 2px;
    width: 224px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    font-family: "Arial";
}


.txt_inpt.disabled {
    border: 1px solid #aaa;
    color: #3c3c3c;
}

.txt_inpt.disabled * {
    color: #8c8c8c;
}

.input_row .txt_inpt.dbl .txt_inpt {
    width: 554px;
}

.input_row .txt_inpt.sml .txt_inpt {
    width: 92px;
}


.errors {
    color: #bd1c49;
    background: #f5dde4;
    border: 1px solid #bd1c49;
    padding: 5px 0;
    margin-bottom: 10px;
    width: 100%;
}

.errors span.no {
    float: left;
    display: inline;
    width: 15px;
    padding: 3px 0;
    margin-left: 15px;
}

.errors span.txt {
    float: none;
    overflow: hidden;
    width: auto;
    display: block;
    padding: 3px 0;
    margin-right: 15px;
}


.row {
    float: left;
    padding: 2px 0;
    background: #f6f6f6 url('../images/inactive-row-bg.gif') 0 2px repeat-x;
    width: 100%;
    border-top: 1px solid #951b20;
    border-bottom: 1px solid #951b20;
    margin-top: -1px;
    color: #363636;
    font-size: 11px;
    overflow: hidden;
}

.row.active {
    background: #f6f6f6 url('../images/active-row-bg.gif') 0 2px repeat-x;
    color: #ffffff;
    padding-bottom: 0;
    border-bottom: none;
}

.row .row {
    background: none;
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
}

.row p {
    clear: both;
    display: block;
    color: #363636;
    padding: 14px 5px;
    margin-bottom: 0;
}

.row ul {
    list-style: none;
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
    float: left;
    width: 100%;
    color: #363636;
}

.row ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.row ul li.clear {
    float: left;
    width: 100%;
    height: 0px;
    line-height: 0;
    margin: 0;
    padding: 0;
    font-size: 1px;
    overflow: hidden;
}

.row ul li span {
    display: block;
    margin: 10px 5px;
    padding-left: 16px;
    background: url('../images/bullet.gif') 4px 2px no-repeat;
}


.row .row.head {
    background: #e0e0e0;
    color: #363636;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    margin-top: 0;
    margin-bottom: 1px;
}

.cell {
    float: left;
    padding: 0;
    margin: 0;
    width: auto;
}

.cell span {
    display: block;
    margin: 0 5px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
}

.row .row .cell span {
    white-space: normal;
    line-height: normal;
    padding: 4px 0;
}

.cell.auto {
    float: none;
    overflow: hidden;
}


a.button {
    float: right;
    background: url('../images/red-btn-left.gif') 0 0 no-repeat;
    margin: 1px 0;
    color: #ffffff;
    padding: 0;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.row.active a.button {
    background-image: url('../images/grey-btn-left.gif');
    color: #363636;
}

.row.active a.button.orange {
    background-image: url('../images/orange-btn-left.gif');
    color: #ffffff;
}

a.button span {
    float: left;
    background: url('../images/red-btn-right.gif') 100% 0 no-repeat;
    padding: 0 10px !important;
    line-height: 23px !important;
    height: 23px;
    font-size: 10px;
    margin: 0 !important;
}

a.button span.fixed {
    padding: 0 !important;
    width: 80px;
    text-align: center;
}

.row.active a.button span {
    background-image: url('../images/grey-btn-right.gif');
}

.row.active a.button.orange span {
    background-image: url('../images/orange-btn-right.gif');
}

.loading {
    float: left;
    width: 100%;
    background: url('../images/loading.gif') 50% 50% no-repeat;
    margin: 0;
    padding: 0;
    height: 100px;
}

.field_row {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
}

.field {
    width: 150px;
    float: left;
}

.value {
    width: auto;
    float: none;
    overflow: hidden;
}







