#Statistics .title {
    display: block;
    float: left;
    width: 100%;
    color: #DC9307;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

#Statistics .statMain {
    display: block;
    float: left;
    width: 100%;
    padding: 8px;
}

#Statistics .statFolder {
    display: block;
    float: left;
    width: 20%;
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #ededed;
    /*    border-right: 1px solid #555555;*/
    padding: 8px;
    margin-right: 8px;
}

#Statistics .statFolderTitle {
    float: left;
    color: #000000;
    font-family: Tahoma;
    font-size: 14px;
    background-color: #ededed;
    font-weight: bold;
    margin-bottom: 8px;
}

#Statistics .statContent {
    display: block;
    width: 75%;
    float: left;
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    padding: 8px;
}

#Statistics .statRow {
    display: block;
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    margin-left: 4px;
    margin-bottom: 1px;
}

#Statistics a.reload {
    display: block;
    height: 18px;
    float: right;
    background: url('./images/refresh.gif') no-repeat;
    color: #005500;
    padding-left: 18px;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

#Statistics a.selectedstatistic {
    width: 90%;
    float: left;
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    padding: 4px;
    margin-bottom: 1px;
    background-color: #aaaaaa;
    border-left: 3px solid #888888;
    text-decoration: none;
    font-weight: bold;
}

#Statistics a.statistic {
    width: 90%;
    float: left;
    color: #000000;
    font-family: Tahoma;
    font-size: 12px;
    padding: 4px;
    margin-bottom: 1px;
    background-color: #ededed;
    border-left: 3px solid #888888;
    text-decoration: none;
}

#Statistics a.statistic:hover {
    background-color: #dddddd;
    border-left: 3px solid #555555;
}

#Statistics .statTitle {
    float: left;
    width: 100%;
    border-bottom: 1px solid #555555;
    color: #888888;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 2px;
}

#Statistics table {
    font-family: Tahoma;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #000000;
}

#Statistics tr {
    font-family: Tahoma;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

#Statistics td {
    border: 1px solid #000000;
    font-family: Tahoma;
    font-size: 11px;
    margin: 0px;
    padding: 2px;
}

