
/* root element for tabs  */
#dashboard ul.tabs3
 {
    list-style:none;
    margin:10px 0px 0px 0px !important;
    padding:0;
    height:24px;
}

/* single tab */
#dashboard ul.tabs3
 li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0px 5px 0px 0px !important;
    list-style-image:none !important;
}

/* link inside the tab. uses a background image */
#dashboard ul.tabs3
 a {
	display:block;	
    margin:0px;
	padding:6px 0px 0px 0px;
    background: url(../images/template/buttons_gray.png) no-repeat -420px 0px;
    font-size:12px;
	/* font-weight:bold; */
    display:block;
    height: 19px;
    line-height:13px;
    width: 134px;
    text-align:center;
    text-decoration:none;
    color:#666;
    position:relative;
}

#dashboard ul.tabs3
 a:active {
    outline:none;
    color:#fff;
}

/* when mouse enters the tab move the background image */
#dashboard ul.tabs3
 a:hover {
    color:#fff;
    background-position: -420px -25px;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
#dashboard ul.tabs3
 a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background-position: -420px -50px;
    cursor:default !important;
    color:#fff !important;
	font-weight:bold;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
#dashboard ul.tabs3
 a.s { background-position: -553px 0; width:81px; }
#dashboard ul.tabs3
 a.s:hover { background-position: -553px -25px; }
#dashboard ul.tabs3
 a.s.current  { background-position: -553px -50px; }

/* width 2 */
#dashboard ul.tabs3
 a.l { background-position: -247px 0px; width:174px; }
#dashboard ul.tabs3
 a.l:hover { background-position: -247px -25px; }
#dashboard ul.tabs3
 a.l.current { background-position: -247px -50px; }


/* width 3 */
#dashboard ul.tabs3
 a.xl { background-position: 0 -0px; width:248px; }
#dashboard ul.tabs3
 a.xl:hover { background-position: 0 -25px; }
#dashboard ul.tabs3
 a.xl.current { background-position: 0 -50px; }


/* initially all panes are hidden */
.panes_clear .pane_clear {
    display:none;
}
