Index: trunk/core/admin_templates/incs/style.css =================================================================== diff -u -r8104 -r8397 --- trunk/core/admin_templates/incs/style.css (.../style.css) (revision 8104) +++ trunk/core/admin_templates/incs/style.css (.../style.css) (revision 8397) @@ -49,6 +49,15 @@ display: inline; } +.bordered, table.bordered, .bordered-no-bottom { + border: 1px solid #000000; + border-collapse: collapse; +} + +.bordered-no-bottom { + border-bottom: none; +} + .text { font-family: verdana, arial; font-size: 12px; @@ -332,16 +341,16 @@ color: #666666; } -.table_color1, .table_color2 { +.table-color1, .table-color2 { font-family: verdana, arial; font-size: 14px; font-weight: normal; color: #000000; text-decoration: none; } -.table_color1 { background-color: #F6F6F6; } -.table_color2 { background-color: #EBEBEB; } +.table-color1 { background-color: #F6F6F6; } +.table-color2 { background-color: #EBEBEB; } .table_white, .table_white_selected { @@ -370,9 +379,16 @@ text-decoration: none; color: #FFFFFF; +} +.subsectiontitle a { + color: #ffffff; } +.subsectiontitle a:hover { + color: #FFCC00; +} + /*.subsectiontitle:hover { font-family: verdana, arial; font-size: 14px;