﻿div.fblock
{
    margin: -3px -2px 10px -2px;
    width: 243px;
}
div.fblock-h
{
    background: url(images/bg-fblock-x.png) no-repeat left top;
    color: #ffffff;
    font-size: 14px;
    height: 21px;
    line-height: normal;
    padding: 8px 20px 4px;
    white-space: nowrap;
}
div.fblock-b
{
    background: url(images/bg-fblock-b.png) no-repeat left bottom;
}
div.fblock-c
{
    background: url(images/bg-fblock-c.png) repeat-y left top;
}
div.fblock-f
{
    background: url(images/bg-fblock-y.png) no-repeat left top;
    height: 6px;
}
div.fblock-m
{
    padding: 8px 16px 4px 17px;
    min-height: 218px;
}
div.fblock td
{
    line-height: 11px;
}
div.fblock td.label
{
    padding: 0px 0px 6px 0px;
}
div.fblock td.input
{
    padding: 0px 0px 9px 0px;
    vertical-align: top;
    white-space: nowrap;
}
div.fblock td.input input, div.fblock td.input select
{
    width: 100%;
}
div.fblock td.input input, .jNiceInputWrapper input
{
    background: transparent;
    border: 0px none;
    height: 17px;
    margin: 0;
    outline: none;
    padding: 3px 0 1px 0;
    width: 100%;
}
div.fblock td.input select
{
    background: url(images/bg-input-c.png) repeat-x top;
    border: 1px solid #969696;
    height: 21px;
}
div.fblock div.input-l, .jNiceInputWrapper div.input-l, .jNiceSelectWrapper div
{
    background: url(images/bg-input-l.png) no-repeat left top;
    height: 21px;
    padding: 0px 0px 0px 2px;
}
div.fblock div.input-r, .jNiceInputWrapper div.input-r
{
    background: url(images/bg-input-r.png) no-repeat right top;
    height: 21px;
    padding: 0px 2px 0px 0px;
}
div.fblock div.input-c, .jNiceInputWrapper div.input-c, .jNiceSelectWrapper
{
    background: url(images/bg-input-c.png) repeat-x top;
    padding: 0 2px;
    height: 21px;
}
div.fblock label
{
    position: relative;
}
div.fblock table .datepicker
{
    width: 98px;
}
div.fblock table .datepicker input
{
    width: 70px;
}

button
{
    background: transparent;
    border: 0px none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    height: 25px;
    line-height: 21px;
    margin: -2px;
    outline: none;
    overflow: visible;
    padding: 0;
    white-space: nowrap;
}
*:first-child + html button[type] /* IE7 */
{
    width: 1;
}
button span
{
    background: url(images/bg-button-l.png) no-repeat left;
    display: block;
	margin: 0;
    padding: 0 0 0 4px;
}
button span span
{
    background: url(images/bg-button-r.png) no-repeat right;
    padding: 0 5px 0 0;
}
button span span span
{
    background: url(images/bg-button-c.png) repeat-x;
    height: 21px;
    padding: 1px 10px 3px 9px;
    text-decoration: none;
}
.jNiceMozillaWrapper button
{
    margin: -3px -5px -1px -5px;
}
.jNiceMozillaWrapper button span span span
{
    padding: 2px 10px 2px 9px;
}
input.texttip
{
    color: #cccccc;
}

.jNiceInputWrapper
{
    position: relative;
}
.jNiceInputWrapper a.dp-choose-date
{
    background: url(images/bg-input-d.png) no-repeat center;
    display: block;
    float: left;
    height: 20px;
    left: 100%;
    margin: 1px 0 0 -18px;
    overflow: hidden;
    position: absolute;
    text-indent: -2000px;
    top: 0px;
    z-index: 2;
    width: 14px;
}

#left .jNice table
{
    table-layout: fixed;
}
.jNiceWrapper
{
    height: 21px;
    position: relative;
    vertical-align: top;
}
.jNiceHidden
{
    position: relative;
    z-index: -1;
}

.jNiceWraper select
{
    border: none;
    margin: 0;
    padding: 0;
}
.jNiceWrapper iframe
{
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0px;
    top: 0px;
}
.jNiceInputWrapper
{
    padding: 0;
}
.jNiceSelectWrapper
{
    height: 21px;
    left: 0px;
    top: 0px;
    z-index: 3;
    padding: 0;
    position: absolute;
}
.jNiceSelectWrapper div
{
    padding: 0 0 0 2px;
}
.jNiceSelectWrapper .jNiceSelectText
{
    color: #363636;
    cursor: default;
    display: block;
    float: none;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    margin: 2px 0;
    padding: 2px 0 0 5px;
    position: absolute;
    z-index: 100;
}
.jNiceSelectWrapper .jNiceSelectOpen
{
    background: url(images/bg-input-s.png) no-repeat right;
    display: block;
    height: 21px;
    margin: 0;
    position: absolute;
    right: 0px;
    width: 18px;
    z-index: 100;
}
.jNiceSelectWrapper ul
{
    background: #ffffff;
    border: 1px solid #969696;
    display: none;
    max-height: 160px;
    list-style: none;
    left: 0px;
    margin: 0;
    overflow: auto;
    padding: 1px 0;
    position: absolute;
    top: 21px;
    width: 100%;
    z-index: 100;
}
.jNiceSelectWrapper ul li
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.jNiceSelectWrapper ul a
{
    background: #ffffff;
    color: #363636;
    display: block;
    margin: 0 1px;
    padding: 3px 7px;
    text-decoration: none;
}
.jNiceSelectWrapper ul a.selected
{
    background: #cccccc;
    color: #000000;
}
.jNiceFocus .jNiceSelectText, .jNiceSelectText:focus, .jNiceSelectWrapper ul a:hover
{
    background: #000080;
    color: #ffffff;
}

#main div.form
{
    margin: -8px 15px 11px;
    width: 661px;
}
#main div.form-e.dt
{
    background: url(images/bg-form-t.png) no-repeat top;
}
#main div.form-e.db
{
    background: url(images/bg-form-b.png) no-repeat bottom;
}
#main div.form-e.dc
{
    background: url(images/bg-form-c.png) repeat-y;
}
#main div.form form
{
    padding: 11px 14px 11px 17px;
}
#main form table
{
    margin: 0;
    table-layout: fixed;
}
#main form table td
{
    padding: 0 9px 7px 0;
}
#main form table td.last
{
    padding-right: 0;
}
#main form table td td
{
    padding-bottom: 0;
    padding-right: 0;
}
#main form table td input.text, #main form table td select, #main form table td textarea
{
    width: 100%;
}
#main div.fblock div.input-l, #main .jNiceInputWrapper div.input-l
{
    background-image: url(images/bg-input-c-l.png);
    height: 24px;
}
#main div.fblock div.input-r, #main .jNiceInputWrapper div.input-r
{
    background-image: url(images/bg-input-c-r.png);
    height: 24px;
}
#main div.fblock div.input-c, #main .jNiceInputWrapper div.input-c
{
    background-image: url(images/bg-input-c-c.png);
    height: 24px;
    padding: 0 4px;
}
#main div.fblock td.input input, #main .jNiceInputWrapper input
{
    font-size: 13px;
    height: 20px;
    padding: 4px 0 0 0;
}
#main div.fblock td.input .jNiceMozillaWrapper input, #main .jNiceMozillaWrapper .jNiceInputWrapper input
{
    padding: 2px 0;
}

