.pointer_tr
{
    background-color:#C0FFC0;
}

table.browse_table, table.edit_table
{
    border-spacing: 1px;
    border: 0px;
    width: 100%;
    background-color: #cccccc;
    margin-bottom: 5px;
}

table.browse_table th, table.edit_table th
{
    border: 1px solid #eeeeee;
    background-color: #216BB5;
    color: #ffffff;
    padding: 5px;
}

table.edit_table td
{
    border: 1px solid #eeeeee;
    background-color: #FFFFFF;
    color: #000000;
    padding: 2px;
}
.insert_td
{
	text-align:left;
	background-color:#FFFFFF;
}

.pager_td
{
	text-align: center;
    border: 1px solid #eeeeee;
	background-color:#B6CDEC;
	padding: 3px;
}

.edit_form input, .edit_form select
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
#    color: #0000A0;
    border: 1px solid #888888;
#    background-color:#B6CDEC;
}

.edit_form textarea
{
    border: 1px solid #888888;
    font-family: Arial;
    font-size: 12px;
}
input, select, textarea
{
    border: 1px solid #888888;
}