
body {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background: #d3ddfc url(../images/bg.jpg) repeat-x;
    font: 12px 'Lucida Grande',sans-serif;
}

#headline_container {
    margin-top: 1em;
    margin-bottom: 1em;
}

#logo img {
    position: relative;
    float: right;
}

#headline_container h1 {
    font-size: 26px;
}

div#headline_container h1 a {
    text-decoration: none;
}

div#navbar {
    background-color: #fff;
    margin-top: 21px;
}

div#navbar ul {
    list-style: none;
    display: block;
    margin: 0 10px;
}

div#navbar ul li {
    margin-left: 20px;
    float: left;
}

div#navbar ul li img {
    float: right;
    position: absolute;
}

div#navbar a {
    color: blue;
    text-decoration: none;
}

ul#rightbar li a {
}

div#page_container {
    margin-top: 1em;
    margin-bottom: 1em;
    background: #fff url(../images/sidebar-bg.gif) repeat-y right;
}

div#page_container_wide {
    margin-top: 1em;
    margin-bottom: 1em;
}

#footer_container {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #fff;
}

div.spacer {
    margin-top: 10px;
    margin-bottom: 10px;
}

div#sidebar {
    padding-left: 1em;
    font-size: 11px;
}

div#sidebar h3 {
    background-color: #D3DDFC;
    width:217px;
    font-size: 12px;
}

div#sidebar h4 {
    font-size: 12px;
}

div#sidebar ul {
    list-style: none;
    margin: 0;
}

div#sidebar ul li {
    margin-left: 0;
}

div#news {
}

div#page_container div#content {
    min-height: 400px;
    padding: 10px;
}


/************************ Rounder corners ***************/

/** White **/
.roundedcornr_box {
    background: #ffffff;
}
.roundedcornr_top div {
    background: url(../images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
    background: url(../images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
    background: url(../images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
    background: url(../images/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
    height: 10px;
    font-size: 1px;
}
.roundedcornr_content { margin: 0 0; }

/** Blue **/
.roundedcornr_box_blue {
    background: #e3eafc;
}
.roundedcornr_top_blue div {
    background: url(../images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top_blue {
    background: url(../images/roundedcornr_blue_tr.png) no-repeat top right;
}
.roundedcornr_bottom_blue div {
    background: url(../images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_blue {
    background: url(../images/roundedcornr_blue_br.png) no-repeat bottom right;
}

.roundedcornr_top_blue div, .roundedcornr_top_blue,
.roundedcornr_bottom_blue div, .roundedcornr_bottom_blue {
    width: 100%;
    height: 10px;
    font-size: 1px;
}
.roundedcornr_content_blue { margin: 0 0px; }

/************************ Typography ***************/

p {
    margin: .2em 0;
}

div#legal p {
    font-size: 12px;
    color: #333;
}

div#legal a {
    padding-left: 10px;
}

a {
    /*color: #1162b7;*/
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

h1 {
    margin: .2em 0;
    text-align: left;
}

h2, h3, h4 {
    font-weight: bold;
    margin: .3em 0;
}

h3 {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    border-top: 1px solid #6B90DA;
    background: #D3DDFC none repeat scroll 0 0;
    clear: both;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

.date {
    font-size: 10px;
    color: #555;
}

em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}

/************************ Forms ***************/

form {
    margin-top: 10px;
}
form fieldset {
    border: 1px solid #444;
    padding: 10px;
}
form li label {
    font-weight: 600;
    display: inline-block;
    width: 150px;
    text-align: right;
}
form li.help {
    margin-left: 150px;
}
form fieldset ol {
    margin: 0;
    padding: 0;
}
form fieldset li {
    list-style: none;
}
form fieldset li small {
    display: inline;
    font-size: 12px;
    color: #3A84C3;
}
form fieldset legend {
    color: blue;
    font-weight: 600;
}
form input[type="text"].currency {
    width: 70px;
    text-align: right;
}

form input[type="text"].long {
    width: 200px;
}

form input[type="text"].extralong {
    width: 400px;
}

form input[type="text"].middle {
    width: 100px;
}

form input.short {
    width: 30px;
}
form ol.fieldgroup {
}
form ol.fieldgroup li {
    display: inline;
    list-style: none;
}
form ol.fieldgroup label.first {
    width: 150px;
}
form ol.fieldgroup label {
    width: auto;
}
form input.btn-m[type="submit"] {
}
a.btn-m {
}
a.btn-m:hover {
    text-decoration: none;
}

/************************ Application form ***************/

form.application_form ol.wide label {
    width: 250px;
}
form.application_form ol.wide li.help {
    margin-left: 250px;
}
form.application_form ol.superwide label {
    width: 300px;
}
form.application_form ol.superwide li.help {
    margin-left: 300px;
}
form.application_form ol.full label {
    width: auto;
    text-align: left;
}
form.application_form input[type="text"] {
    /*margin-left: 10px;*/
}
form.application_form textarea {
    display: block;
    width: 90%;
    height: 80px;
}
form.application_form select {
    margin-left: 10px;
}
form.application_form div.error {
    font-size: 10px;
    display: inline;
}

/************************ Tabs ***************/

.tabs {
    margin:10px 0 10px;
}
.tabs li {
    display:inline;
    margin-left:-5px;
}
.tabs li a {
    background-color:#E6E6E6;
    border-left:1px solid #CECECE;
    border-right:1px solid #CECECE;
    border-top:1px solid #CECECE;
    color:#4C4C4C;
    display:inline;
    padding:3px 10px 1px;
    text-decoration:none;
}
.tabs li a:hover {
    background-color:#999999;
    color:black;
    text-decoration:none;
}
.tabs li.active {
    border-color:#CECECE #CECECE #FFFFFF;
    border-style:solid;
    border-width:1px;
    padding:3px 10px 1px;
}
.tabs li.active a {
    background-color:#FFFFFF;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
    color:#4C4C4C;
    display:inline;
    text-decoration:none;
}

.tabs .active {
    border-color:#CECECE #CECECE #FFFFFF;
    border-style:solid;
    border-width:1px;
    padding:3px 10px 1px;
}


/************************ definition list ***************/

dl {
    display: block;
}

dt {
    clear:   left;
    display:  block;
    font-weight: 600;
    float:   left;
    padding-right: 1em;
}

dd {
    clear:   right;
    display:  block;
    white-space: nowrap;
}

/************************ Page nav bar ***************/

div.navbar {
}

div.navbar ul {
    list-style: none;
    line-height: 32px;
}

div.navbar ul li {
    display: inline;
    margin-left: 0;
}

div.navbar a.edit {
    background: url(../images/edit.png) no-repeat;
    padding-left: 35px;
    padding:10px 38px;
}

div.navbar a.apply {
    background: url(../images/apply.png) no-repeat;
    padding-left: 35px;
    padding:10px 38px;
}

div.navbar a.print {
    background: url(../images/printer.png) no-repeat;
    padding-left: 35px;
    padding: 10px 38px;
}

div.navbar a.show {
    background: url(../images/show.png) no-repeat;
    padding-left: 35px;
    padding: 10px 38px;
}

div.navbar a.cancel {
    background: url(../images/cancel.png) no-repeat;
    padding-left: 35px;
    padding: 10px 38px;
}

/************************ Application menu ***************/

div #applicationmenu {
    width: 370px;
    position: absolute;
    margin-top: 10px;
    background-color: #D3DDFC;
    border: 1px solid #1162B7;
    z-index: 10;
}

div #applicationmenu ul {
    padding: 10px;
}

div #applicationmenu ul li {
    float: none;
    margin: 0px;
}

/************************ Tables ***************/

table {
    border-collapse:collapse;
    font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size:12px;
    text-align:left;
    width: 100%;
}
th:hover, tr:hover {
    background: #b2d1ff;
}

th {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#B9C9FE url(../images/gradhead.png) repeat-x scroll 0 0;
    border-bottom:1px solid #FFFFFF;
    border-top:2px solid #D3DDFF;
    color:#003399;
    font-size:13px;
    font-weight:normal;
    padding:5px;
}

td {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#E8EDFF url(../images/gradback.png) repeat-x scroll 0 0;
    border-bottom:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
    padding:5px;
}

th a:link, th a:visited, th a:hover {
    display: block;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

th.right, td.right {
    text-align: right;
}

th.center, td.center {
    text-align: center;
}

/************************ Others ***************/

div.errors {
    margin-top: 1em;
    background: url(../images/error.png) left  no-repeat;
}

div.errors ul {
    margin-top: 0;

    padding-left: 35px;
}

div.errors li {
    color: #f00;
}

div.errors h3 {
    color: #f00;
    margin-bottom: 1em;
}

input.errors {
    border: 2px solid #f00;
}
.error {
    color: #f00;
}
.message {
    color: red;
    line-height: 33px;
    background: url(../images/message.png) left no-repeat;
    padding-left: 35px;
    font-weight: 600;
}
#rightbar {
    position: relative;
    float: right;
}
span.appstate {
    text-transform: uppercase;
}
div.scroll {
    font-size: 10px;
    border:1px solid black;
    height:200px;
    overflow:auto;
    width:100%;
}
span.ttq {
    font-weight: 600;
    color: red;
    font-size: 15px;
}
span.tth {
    font-weight: 600;
    color: orange;
    font-size: 15px;
}
.help {
    font-size: 12px;
    color: orange;
}
.toggletrigger {
    background: url(../images/show.gif) no-repeat;
    width: 90px;
    height: 32px;
    line-height: 32px;
    float: right;
    text-decoration: none;
}

form.contract_form fieldset ol li { padding: 0; margin: 0; }
#param_paragraph { width: 300px; }

form input.extralong[type="text"] {
width:300px;
}

fieldset.width400 ol li label { width: 400px; }

.nowrap { white-space: nowrap; }
.hidden { display: none; }
#param_uz { width: 57px; }