dl, dd, dt, table, tr, td, th {
    margin: 0;
    padding: 0;
    outline:none;
}
table {
    border-collapse: collapse;
    border: none;
    empty-cells: show;
    font-size: 100%;
}
body {
    background-color: #fff;
    font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #3f3f3f;
}
#table_rasp {
    background-color: #f2f2f2;
}
#table_rasp td, #table_rasp th {
    vertical-align: top;
}
#table_rasp th {
    border: 1px solid #f2f2f2;
    text-align: left;
}
#table_rasp th img {
    float: left;
}
#table_rasp td {
    border: 1px solid #f2f2f2;
    width: 100px;
    height: 100px;
}
#table_rasp td .intd {
    width: 92px;
    height: 90px;
    background: url("../images/back_td.gif") no-repeat 0 0;
    padding: 7px 4px 3px 4px;
    position: relative;
    font-size: 9px;
}
#table_rasp td .intd img.new {
    position: absolute;
    right: 4px;
    top: 9px;
}
#table_rasp td dl.time_rasp dt {
    color: #808080;
}
#table_rasp td dl.time_rasp dt b {
    color: #3f3f3f;
}
#table_rasp td dl.time_rasp dd {
    font-size: 11px;
    color: #f00000;
    margin-bottom: 5px;
}

