.edit_table
{
    width: 99%;
    color: white;
}

.edit_table_contact
{
    width: 89%;
    color: white;
}


.edit_table tr
{
    border-bottom: 1px solid #871f04;
}

.edit_table td
{
    border-top: 0px solid #871f04;
}

.edit_table .separator
{
    border-bottom: 1px solid #AAD;
    color: #77B;
}

.edit_table .separator span
{
}

.edit_table .left
{
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    width: 27%;
}

.edit_table .left div
{
    padding: 3px;
    margin: 0 10px 10px 0;
}

.edit_table .right
{
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

.edit_table .td_info
{
    width: 30%;
}

.edit_table td
{
    vertical-align: top;
}

.edit_table .text
{
    width: 98%;
    color: white;
    border: 1px solid #871f04;
    background-color: black;
    padding: 4px;
    margin: 0;
}

.edit_table .min
{
    width: 30%;
}

.edit_table .mid
{
    width: 70%;
}

.edit_table .select
{
    width: 30%;
    width: 128px;
    color: white;
    background: black;
    border: 1px solid #871f04;
}

.edit_table .checkbox
{
    width: 12px;
}

.edit_table .radio
{
    width: 12px;
}

.edit_table .select50
{
    width: 50%;
    border: 1px solid #DDD;
}

.edit_table .select99
{
    width: 99%;
    border: 1px solid #DDD;
}

.selectable
{
    background: url(../images/checkbox_off.gif) 5px -2px no-repeat;
    cursor: pointer;
    display: table;
    white-space: nowrap;
    float: left;
    margin: 2px;
    padding: 4px 4px 4px 25px;
}

.selected
{
    /*background: #472866;*/
    background: url(../images/checkbox_on.gif) 5px -2px no-repeat;
    /*border: 1px solid #F90;*/
}

.selectlist
{
    display: block;
    position: absolute;
    background: #EEE;
    border: 2px solid #888;
    padding: 10px;
    color: black;
}

.p15_contact .buttons,
.p75 .buttons,
.p15 .buttons{
    cursor: pointer;
}

ul.buttons {margin: 6px 0 4px 0; width: 100%; padding: 0; border-top: 3px solid #5E1501;}

.buttons li,
.p75 .buttons li,
.p15 .buttons li{
    display: inline;
    background: url(../images/button.gif) bottom left;
    border: 2px solid #871f04;
    font-weight: bold;
    font-size: 13px;
    margin: 5px 0px 4px 2px;
	position: relative;
	padding: 4px 10px 4px 10px;
	cursor: pointer;
	float: right;
	list-style: none;
	color: white;
}

label.error
{
    color: red;
}

/*
style dla UI
*/

.ui-dialog .edit_table{
    color: white;
}
#vars_accordion div{
    color: white;
}
#vars_accordion .text,
.ui-dialog .edit_table .text{
    background-color: transparent;
    color: white;
    border: 1px solid #871f04;
    padding: 4px;
    width: 97%;
}

.ui-dialog .edit_table select{
    background-color: black;
    color: white;
    border: 1px solid #871f04;
    width: 97%;
}

.ui-dialog .edit_table select.min{
    background-color: black;
    color: white;
    border: 1px solid #871f04;
    width: 137px
}

a{
    cursor: pointer;
}

.ui-dialog a{
    color: #D92F16;
}

.ui-dialog ul.buttons li{
    cursor: pointer;
    display:inline;
    color: #FFF;
    padding: 5px;
    margin-left: 6px;
}
.message{
    color: red;
    text-align: left;
    font-weight: bold;
}

.c{
    color: green;
}

.ui-dialog .message{
    color: green;
    text-align: center;
    font-weight: bold;
}


/*
    Style dla niceEdit
*/

.nicEdit-main{
    background-color: #fff;
    color: black;
}

.nicEdit-pane{
    color: black;
    background-color: #fff !important;
}


