/*
  sitelinks.css
  2008-08-14, 2008-08-28, 2009-02-18, 2009-02-27
*/

table.sitelinks              { margin:0px 0px 15px 0px; border:0px; height:20px; border-collapse:collapse;
                               border-spacing:0px; empty-cells:show; padding:0px; }

table.sitelinks td           { margin:0px; padding:0px; color:#dddddd; }                          

table.sitelinks td.corner    { width:14px; }                          

table.sitelinks td.empty     { width:70%; background:#444444 url(sitelinks_bg.gif); }                          

table.sitelinks td.but       { background:#444444 url(sitelinks_bg.gif); color:#dddddd; 
                               border-width:0px 1px 0px 1px; border-style:solid; border-color:#333333;
                               padding:3px 7px 0px 7px; white-space:nowrap; vertical-align:top; }

table.sitelinks td.but:hover { background:#777777 url(sitelinks_bg_hover.gif); }

table.sitelinks td a,
table.sitelinks td a:link,
table.sitelinks td a:visited,
table.sitelinks td a:focus,
table.sitelinks td a:hover,
table.sitelinks td a:active  { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; 
                               font-weight:normal; color:#dddddd; text-decoration:none; }

table.sitelinks td a b       { color:#dddddd; }
