input.v-centered
{
    vertical-align: middle;
}
div.message-empty
{
    margin: 4px; 
    border: solid 1px #fff;
    color: #000;
    -moz-border-radius: 2px;
    padding: 2px 0;
}
div.message-empty div
{
    margin: 2px 2px 2px 20px;
}

div.message-success
{
    margin: 4px; 
    background: url(images/16x16/accept.png) 2px center no-repeat;
    border: solid 1px #6c6;
    color: #000;
    -moz-border-radius: 2px;
    background-color: #cfc;
    padding: 2px 0;
}
div.message-success div
{
    margin: 2px 2px 2px 20px;
}
div.message-error
{
    margin: 4px; 
    background: url(images/16x16/dialog-warning.png) 2px center no-repeat;
    border: solid 1px #f00;
    color: #000;
    -moz-border-radius: 2px;
    background-color: #fcc;
    padding: 2px 0;
}
div.message-error div
{
    margin: 2px 2px 2px 20px;
}
div.message-warning
{
    margin: 4px; 
    border: solid 1px #fad163;
    color: #000;
    -moz-border-radius: 2px;
    background-color: #ff0;
    padding: 2px 0;
}
div.message-warning div
{
    margin: 2px 2px 2px 20px;
}
fieldset.inner
{
    border: solid 1px #CECFCE!important;
}
div.date-log
{
    text-align: right;
    color: #666;
    cursor: default;
}
div.tripan-left
{
    width: 50%; 
    /* background: yellow; */
    float: left;
    margin-bottom: 4px;
}
div.tripan-right
{
    width: 49%; 
    /* background: blue; */
    float: right;
    margin-bottom: 4px;
}
div.tripan-bottom
{
    /* background: red; */
    clear: both;
}
.icon-increase
{
    background: url(images/16x16/increase.png) 2px center no-repeat;
    text-indent: 10em!important;
}
.icon-decrease
{
    background: url(images/16x16/decrease.png) 2px center no-repeat;
    text-indent: 10em!important;
}
h4
{
    margin: 2px;
    /*border: solid 1px #8C8E8C;*/
}
span.details
{
    color: #999;
}
.box
{
    border: solid 1px #fff;
    padding: 7px 0 7px 0;
    line-height: 14px;
    margin: 2px 0 2px 0;
}
.note
{
    border: solid 1px #CECFCE;
    background-color: #f7f7f7;
    color: #313031; 
    padding: 7px 10px 7px 10px;
    line-height: 14px;
    margin: 2px 0 2px 0;
}

.b-expand
{
    background-image: url(images/16x16/expand.gif)!important;
}
.b-collapse
{
    background-image: url(images/16x16/collapse.gif)!important;
}
.b-arrow-left
{
    background-image: url(images/16x16/arrow_left.png)!important;
}
.b-arrow-right
{
    background-image: url(images/16x16/arrow_right.png)!important;
}
.b-folder-add
{
    background-image: url(images/16x16/folder_add.png)!important;
}
.b-folder-edit
{
    background-image: url(images/16x16/folder_edit.png)!important;
}
.b-folder-delete
{
    background-image: url(images/16x16/folder_delete.png)!important;
}
.b-folder-error
{
    background-image: url(images/16x16/folder_error.png)!important;
}
.b-folder-link
{
    background-image: url(images/16x16/folder_link.png)!important;
}

#modal-mask
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #ccc;
    display: none;
}
.modal-window
{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    padding: 20px;
    background-color: white;
    border: solid 1px #000;
}
.modal-window .close
{
    display: block;
    background: url(images/16x16/close.png) top left no-repeat;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    text-indent: 50px;
    overflow: hidden;
}

ul.ofilter
{
    width: 400;
    display: block!important;
    /*border: solid 1px red;*/
}
ul.ofilter li
{
    display: block!important;
    /*border: solid 1px blue;*/
    padding: 0;
    vertical-align: middle;
}
ul.ofilter li select
{
    width: 49%;
}
ul.ofilter li input
{
    margin: 0;
}
ul.ofilter li label
{
    margin: 0;
}

td.editable
{
    border: 0;
    margin: 0;
    text-indent: 0!important;
}
td.editable input.editable
{
    background-color: #ffffe0!important;
    border: 0!important;
    margin: 0!important;
    width: 100%!important;
}
.frozen
{
    background-color: #ccc!important;
}
/* jquery.ui.accordion */
    .accordion
    {
        font: normal 100% Tahoma, Verdana, sans-serif!important;
    }
    .accordion div
    {
        margin: 0;
        padding: 10px 30px!important;
        cursor: pointer;
    }
    .accordion p.explanation
    {   
        border: none;
        text-decoration: none;
        margin: 0;
        padding: 0;
    }   
    .accordion a.accordion
    {
        cursor: pointer;
        display: block;
        padding: 2px 10px;
        margin-top: 0;
        text-decoration: none;
        color: #000;
        background-color: #fcfcfc;
        border-bottom: 0;
    }   
    .accordion a.accordion:hover
    {
        text-decoration: none;
    }
    .accordion a.selected
    {
        text-decoration: none;
    }
    .accordion a.pass
    {
        cursor: pointer;
        background: url(images/16x16/accept.png) top right no-repeat;
        background-color: #fcfcfc;
    }
    .accordion a.no-pass
    {
        cursor: pointer;
        background: url(images/16x16/exclamation.png) top right no-repeat;
        background-color: #fcfcfc;
    }

.ui-autocomplete-loading,
.loading
{
    background-image: url(images/16x16/loading2.gif);
    background-position: top right;
    background-repeat: no-repeat;
}
th.af
{
    padding: 0!important;
    text-indent: 0!important;
}
select.af
{
    width: 100%;
}

.checklist {
    margin: 0;
    padding: 0;
}
.checklist li {
    line-height: 20px;
    list-style: none;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    cursor: default;
}   
.checklist li.odd {
    background-color: #f9f9f9;
}
.checklist li.even {
    background-color: #fff;
}
.checklist li:hover {
    background-color: #c6d3ef;
}
.checklist li span {
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -1000px;
    width: 16px; 
    height: 16px; 
    margin: auto 4px;
    background-repeat: no-repeat;
}   
.breadcrumb {
    padding: 2px;
    background-color: #f9f9f9;
}
.breadcrumb span {
    padding-left: 2px;
    padding-right: 2px;
}
.breadcrumb a {
    background-color: #fff;
    padding: 2px;
}

/* horizontal legend type chart */
dl.legend {
}
dl.legend dt {
    float: left;
}
dl.legend dd {
    float: left;
    margin-left: 2px;
    margin-right: 1em;
}

/* vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker: */
