@charset "utf-8";
/* CSS Document */

table {
font-family: Arial, Helvetica, sans-serif;
}

.tl {
background-image: url(../images/tl.png);
background-repeat: no-repeat;
height: 10px;
width: 10px;
}

.tr {
background-image: url(../images/tr.png);
background-repeat: no-repeat;
height: 10px;
width: 10px;
}

.tc {
background-color: #CCCCCC;
height: 10px;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
}

tbody {
background-color: #eeeeee;
font-size: 12px;
color: #666666;
height: 460px;
max-height: 460px;
overflow-y: scroll;
overflow-x: hidden;
}

tbody tr {
height: 30px;
}

tbody tr:hover {
color: #ffffff;
background-color: #999999;
}

td a{
color: #666666;
text-decoration: none;
}

td a:hover {
color: #ffffff;
text-decoration: none;
}

td {
}
