/* 
    Document   : menu
    Created on : Mar 11, 2009, 11:53:34 AM
    Author     : Admin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#account_tabs { margin-top: 4px; }

.liveTab,
.deadTab { padding-right: 7.4px; }

.label { display: block; padding: 0 0 3px 1em; background: url(upleft.gif) top left no-repeat; white-space: nowrap; }
.label span { display: block; padding: 4px 12px 3 2px; background: url(upright.gif) top right no-repeat;
        font-family:Tahoma,Helvetica,sans-serif; font-size:12px; color:#3f7fbe;
    font-weight:bold; }

a.label { color: #00c; }

.deadTab .label { background-color:#eee; }
.liveTab .label { background-color: #BDE2F6; }

.separator_top { height: 15px; border-bottom: 1px solid #36c; background:#e0e5ff }

