@charset "utf-8";
/* CSS Document */
table.table_general td		{
color:#2C4F2F;
padding:4px 4px 4px 10px;
}

table.table_general td:hover {}
table.table_general th		{font:bold;text-align:left;padding:4px;border-bottom:1px solid #333;}
table.table_general tr.odd	{background:#EAF2E3;}
table.table_general tr.even	{background:#ffffff;}
table.table_general tr.highlight	{background:#EAF2FF;}
table.table_general tr.selected		{background:#60C3ED;color:#fff;}
table.table_general td+td+td {text-align:right;}
table.table_general	{

border:0 none;
border-collapse:collapse;
color:#FFFFFF;
}

table.table_general thead{
background-color:#11431D;

}

table.table_general thead td{
color:#ffffff;
}