/* 
    Document   : raport
    Created on : 21.06.2011, 13:18:45
    Author     : Design
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#antet{
    display:none;
}
#meniu-principal{
    display:none;
}
.column-dreapta{
    display:none;
}
.filter-group,#subsol{
    display:None;
}


.r-column{
    width:160px;
    overflow:hidden;
    display:block;
    float:left;
}

span.d{
    background: lightblue;
    float: left;
    clear: left;
    margin: 0 5px;
    padding: 0 2px;
    font-weight:bold;
    color: white;
    width: 14px;
    overflow:hidden;
    font-weight:bold;
    text-align:center;
}

span.f{
    background: #00cc66;
    float: left;
    clear: left;
    margin: 0 5px;
    padding: 0 2px;
    font-weight:bold;
    color: white;
    width: 14px;
    overflow:hidden;
    font-weight:bold;
    text-align:center;
}



.border td{

    border: solid 1px #eee;
}

table.log tr td{
    padding: 5px;
    margin: 0;
    font-size:11px;
    font-family:tahoma, sans-serif;
}
table.log tr.toCell td{
    padding: 0;
    margin: 0;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
    height: 30px;
    vertical-align: top;
}

table.log thead tr th{

    background: #000 url('../ico2/shadow.jpg');
    text-align: left;
    line-height: 25px;
    height: 25px;
    color: #fff;
    padding: 0;
    margin: 0;

}
table.log thead.new tr th{

    background: #fff url('../new/thead_bg.gif') repeat-x;
    height: 28px;
    line-height: 28px;
    margin: 0;
}
table.log thead.new tr th a{
    color: #777777;
    text-decoration: none;
}
table.log thead.new tr th{
    color: #999;
}


table.log thead.new tr th.activ{
    background: #00A5EE;
    border: 1px solid #0084C6;
    color: #FFFFFF;
}
table.log thead.new tr th.activ a{
    color: #fff;
}

table.log thead.light tr th{

    background: #000 url('../ico2/shadow_blue.jpg');
}
table.log thead.darklight tr th{

    background: #000 url('../ico2/th_bg_activ.jpg');
}
table.log thead tr th.a img{
    float: right;
}
table.log thead tr th.activ{
    background: #e9e9e9 url('../ico2/th_bg_activ.jpg');
    color: #fff;
}
table.log thead tr th.activ a{
    color: #fff;
}
table.log thead tr th a{
    color: #fff;
    text-decoration: none;
}
table.log tr .table-options{
    visibility: hidden;
    margin: 0 auto;
}
table.log tr:hover .table-options{
    visibility:visible;
}

.hideOnPrint{
    display:none;
}
.inventar{
    display:block;
    width: 750px;
/*    border-left: solid 1px red;*/
    overflow:hidden;
}
.inv-head div{
    display:block;
    float:left;
    font-weight:Bold;
/*    border-left: solid 1px red;*/
    overflow:hidden;
        height: 18px;
    line-height: 18px;
    color: #444;
        padding:0 5px;
}

.inv-body{
    display:block;
    float:left;
    clear:left;
    overflow:hidden;
    color: #444;
    
}
.inv-body div{
    overflow:hidden;
    float: left;
    display:block;
/*    border-left: solid 1px red;*/
    height: 20px;
    line-height: 20px;
    padding:0 5px;
}
