table.data {
    margin: 5px;
    margin-top: 0px;
    border-top: 2px solid #ADCDE3;
    border-bottom: 2px solid #CCDDDF;
    border-collapse: collapse;
}

table.data th {
    background: #FFFFFF;
    margin: 0px 3px 0px 3px;
    padding: 5px 0px 5px 0px;
    border-top: 1px solid #ADCDE3;
    border-bottom: 1px solid #ADCDE3;
    border-right: 5px solid #FFFFFF;
    font-family: µ¸¿ò, Dotum, AppleGothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

table.data thead tr {
    background-color: #FFCC00;
}

table.data tr.even {
    background: #EEEEEE;
    border-top: 1px solid #C0C0C0;
}

table.data tr.odd {
    background: #FFFFFF;
    border-top: 1px solid #C0C0C0;
}

/* highlight table row onmouseover */
table.data tr.over {
    background: #def;
    border-bottom: 1px solid #69c;
    border-top: 1px solid #69c;
    cursor: pointer;
    cursor: hand; /* IE 5.5 non-compliant workaround */
}


table.data td {
    margin: 0px 3px 0px 3px;
    padding: 7px 0px 7px 0px;
    border-right: 2px solid #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
}

table.data td a,
table.data td a:visited {
    text-decoration: none;
}

table.data td a:hover {
    text-decoration: underline;
}

