/* here you can put your own css to customize and override the theme */
.divUpdateProcess {
    background-color: #e61e2a;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid white;
    color: #e70000;
    font-family: tahoma,Arial,verdana;
    font-size: 8pt;
    font-weight: bolder;
    height: 30px;
    left: 45%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 40%;
    vertical-align: middle;
    z-index:999;

}
.textContentBold {
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.HoverTreeNode,.SelectedTreeNode {
    background:#ccc;
    border:1px solid gray;
    padding:0px 5px;
    cursor:pointer;
}