#main td {
    font-family: verdana;
    font-size: 11px;
    vertical-align:top;
}
    
#main .t {
        border-top: 1px solid #ddd;
        padding-top:10px;
        padding-bottom: 5px;
        padding-left:5px;
}
#main table.rep {
    width:100%;
    background:#eee;
    margin-bottom:5px;
    padding:10px 0;
}

#main table.rep td.col1{width:35%;}
#main table.rep td.col2{width:30%;}
#main table.rep td.col3{width:35%;}

#main .state {
    border-top:1px #ddd solid;
    clear:both;
    width:99%;
    display:block;
    font-size:80%;
    margin-top:10px;
}

#main .state a {font-size: 80%;}

#main .back_to_top {
    float:right;
}
