tr.menuItemActive {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 12px;
    cursor: pointer;
    height: 20px;
}

tr.menuItemPassive,tr.menuItemPassive a {
    text-decoration:none;
    background-color: white;
    color: #333333;
    font-family: sans-serif;
    font-size: 10px;
    cursor: pointer;
    height: 20px;
}

tr.menuItemSub,tr.menuItemSub a {
    text-decoration:none;
    background-color: #C9C9C9;
    color: #333333;
    font-family: sans-serif;
    font-size: 10px;
}

td.menuItemTd {
    border-bottom: 1px solid #C5C5C5;
    font-size: 12px;
    vertical-align:middle;
    height:20px;
}
td.menuItemTd a{
    margin:0px;
    padding:0px;
    vertical-align:middle;
}
td a{
    margin:0px;
    padding:0px;
    display:inline;
}
td.menuBul {
    background-image:url("../images/bul.gif");
    background-position:center;
    background-repeat:no-repeat;
    border:0px;
    border-bottom: 1px solid #C5C5C5;
    width:15px;
}
td.menuBulSub {
    background-image:url("../images/vulSub.gif");
    background-position:center;
    background-repeat:no-repeat;
    border:0px;
    border-bottom: 1px solid #C5C5C5;
    width:15px;
}
.reportsBloc{
    border-top:1px solid #841928;
    border-bottom:1px solid #dadada;
    width:190px;
}
.reportsBloc .bloc{
    width:100%;
    border:1px solid #A6CC3E;
    background-color:#DCEEAA;
    padding:5px 2px 5px 5px;
    margin:2px 0px 4px 0px;
    height:39px;
    font-size:11px;
    color:#333333;
}
