/* 
    Document   : table_style
    Created on : 3 Май 2007 г., 11:53
    Author     : lyashko
    Description:
        Purpose of the stylesheet follows.
*/


.maintable {background: white; color: black; font-size: 10pt; border: 0px; width: 100%; text-align: left;}/*#F1F7F9*/
.maintable a:link {color: black;}/*midnightblue*/
.maintable a:hover {color: black;}
.maintable a:visited {color: black;}

/*.maintable tr {border-bottom:1px #e0e5Ff solid; }
.maintable tr a:link {border-bottom:1px #e0e5Ff solid; }
.maintable tr a:hover {border-bottom:1px #e0e5Ff solid; }
.maintable tr a:visited {border-bottom:1px #e0e5Ff solid; }*/

.maintable tr.caption {background: white; color: black;}/*#F1F7F9*/
.maintable tr.caption a:link {background: white; color: #ffffcc;}
.maintable tr.caption a:hover {background: white; color: #993300;}
.maintable tr.caption a:visited {background: white; color: #ffffcc;}

.maintable tr.buttons {background: #95C8F0; color: #ffffcc; font-size: 12pt;}
.maintable tr.buttons a:link {color: #ffffcc;}
.maintable tr.buttons a:hover {color: #ffffcc;}
.maintable tr.buttons a:visited {color: #ffffcc;}

.maintable tr.header {background: #B2D5F1; color: #660000; border-color: #660000; border-width: 1pt;}
.maintable tr.header * {vertical-align: middle;}
.maintable tr.header img {float: right;}
.maintable tr.header a:link {color: black; background: #B2D5F1;}
.maintable tr.header a:hover {color: black; background: #B2D5F1;}
.maintable tr.header a:visited {color: black; background: #B2D5F1;}

.maintable tr.checked {background: #D5EFF7; color:black;}/*midnightblue*/
.maintable tr.checked a:link {color: black; background: #D5EFF7; }
.maintable tr.checked a:hover {color: black; background: #D5EFF7; }
.maintable tr.checked a:visited {color: black; background: #D5EFF7; }

.maintable tr.unchecked {background: #F1F7F9; color: black; }

.maintable tr.odd {background: #e0e5Ff; color: black;}/*#e0e5Ff*/

.maintable tr.even {background: white; color: black; }/*#F1F7F9*/
.maintable tr.even a:link {background: white; color: black;}
.maintable tr.even a:hover {background: white; color: black; }
.maintable tr.even a:visited {background: white; color: black; }

.maintable tr td.caption {vertical-align: middle; font-weight: bold;}
.maintable tr td.value {vertical-align: middle;}

div.kodeks {border: 1px solid #660000; width: 100%; height:100%}
div.filterOn {border: 1px solid #660000; width: 100%;}
div.fileOn {position: relative; vertical-align: middle;}
*.off {display: none;}

input.enableButton {
    padding-right: 3pt; 
    height: 25px; 
    background-image: url('/img/enable.gif'); 
    font-weight: bold; 
    font-size: 10pt; 
    border-color: #95C8F0;
    background-color: white;/*kozhuhov*/
}
input.disableButton {
    padding-right: 3pt; 
    height: 25px; 
    background-image: url('/img/disable.gif'); 
    color: #C1C6C9; 
    font-weight: bold; 
    font-size: 10pt;
    background-color: white;/*kozhuhov*/
}

.table2_field_even {
    background: #e0e5Ff !important;/*#e0e5Ffborder-bottom:2px #e0e5Ff solid;*/
}

.table2_field_odd {
    background: white !important;/*#F1F7F9border-bottom:2px #e0e5Ff solid;*/
}


.indent_1 {
    padding-left: 20px
}

.indent_2 {
    padding-left: 40px
}

.indent_3 {
    padding-left: 60px
}

.indent_4 {
    padding-left: 90px
}

.indent_5 {
    padding-left: 120px
}

a.enableButton {cursor: pointer;}
a.disableButton {cursor: default;}

span.error {color: red;}

