table.stat {
    width: 100%;
    background-color: white;
    padding: 1px;
    border-spacing: 1px;
}

table.stat tr.header {
    background-color: #D3D3D3;
    text-align: center;
}

table.stat tr.other {
    background-color: #f2f6f0;
    text-align: right;
}
table.stat td { padding-right: 5px; padding-left: 5px }

table.stat tr.header td.header {    
    width: 70px;
}

table.stat tr.other td.other_one {    
    width: 32px;
}

table.stat tr.other td.other_two {    
    width: 28px;
}

table.status {
    width: 350px;
    background-color: white;
    padding: 1px;
    border-spacing: 1px;
}

table.status tr.header {
    background-color: #D3D3D3;
    text-align: center;
}

table.status tr.other {
    background-color: #f2f6f0;
    text-align: right;
}

table.status tr.other td.right {width: 50px;}

table.status_top {
    background-color: white;
    padding: 1px;
    border-spacing: 1px;
}

table.status_top tr.header {
    background-color: #D3D3D3;
    text-align: center;
}

table.status_top tr.other td.left {
    background-color: #f2f6f0;
    text-align: left;
    padding-left: 10px;
    padding-right: 20px;
}

table.status_top tr.other td.right {      
      text-align: right;
      padding-left:  20px;
      padding-right: 10px;
}


table.stat_user {
    width: 300px;
    background-color: white;
    padding: 1px;
    border-spacing: 1px;
}

table.stat_user tr.header {
    background-color: #D3D3D3;
    text-align: center;
}

table.stat_user tr.other {
    background-color: #f2f6f0;
    text-align: right;
}

table.stat_user tr.header td.header {    
    width: 70px;
}

table.stat_user tr.other td.other_one {    
    width: 32px;
}

table.stat_user tr.other td.other_two {    
    width: 28px;
}

table.stat_userus {
    width: 350px;
    background-color: white;
    padding: 1px;
    border-spacing: 1px;
}

table.stat_userus tr.header {
    background-color: #D3D3D3;
    text-align: center;
}

table.stat_userus tr.other {
    background-color: #f2f6f0;
    text-align: right;
}

table.stat_userus tr.other td.right {width: 50px;}

table.stat tr.webmasters input { font-size: 11px; }

table.data tr td.bold {font-weight:bold;}
table.data tr td.green {color:green;}
table.data tr td.zero {font-weight:bold; color:#DCDCDC;}
table.finstat tr td {text-align: right;}
table.finstat tr.odd td, table.finstat tr.even td {padding: 10px 5px;}
table.finstat tr td.head {text-align: left;}
