Index: trunk/kernel/admin_templates/incs/style.css =================================================================== diff -u -r4243 -r4466 --- trunk/kernel/admin_templates/incs/style.css (.../style.css) (revision 4243) +++ trunk/kernel/admin_templates/incs/style.css (.../style.css) (revision 4466) @@ -512,4 +512,35 @@ .none_transparent { -} \ No newline at end of file +} + +.subitem_icon { + vertical-align: top; + padding-top: 0px; + text-align: center; + width:28px; +} + +.subitem_description { + vertical-align: middle; +} + +.dLink { + display: block; + margin-bottom: 5px; + font-family: Verdana; + font-size: 13px; + font-weight: bold; + color: #2C73CB; + text-decoration: none; +} + +.dLink:hover { + display: block; + margin-bottom: 5px; + font-family: Verdana; + font-size: 13px; + font-weight: bold; + color: #2C73CB; + text-decoration: underline; +}