.column_title
{
    background-color: #CCCCCC;
    font-weight: bold;
}

.sort_link
{
    color:003366;
    text-decoration: none;
}

.sort_link:hover
{
    color:003366;
    text-decoration: underline;
}

.table_data1
{
}

.table_data2
{
}

.table_list
{
    border-style: solid;
    border-collapse: collapse;
}

.pointer
{
    background-color: #F0F0F0;
}

select, input
{
    border-color: #575757;
    border-width: 1px;
    border-style: solid;
}