Index: trunk/kernel/admin_templates/incs/style.css =================================================================== diff -u -r1871 -r2810 --- trunk/kernel/admin_templates/incs/style.css (.../style.css) (revision 1871) +++ trunk/kernel/admin_templates/incs/style.css (.../style.css) (revision 2810) @@ -312,15 +312,25 @@ .table_color1 { background-color: #F6F6F6; } .table_color2 { background-color: #EBEBEB; } -.table_white { + +.table_white, .table_white_selected { font-family: verdana, arial; font-weight: normal; font-size: 14px; color: #000000; - background-color: #FFFFFF; text-decoration: none; + padding-top: 0px; + padding-bottom: 0px; } +.table_white { + background-color: #FFFFFF; +} + +.table_white_selected { + background-color: #C6D6EF; +} + .subsectiontitle { font-family: verdana, arial; font-size: 14px;