﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TABS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.tab_enabled
{
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
    background-position: right;
    background: url(./images/tabs/tab_enabled.png) center;
    height: 21px;
    width: 78px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
.tab_disabled
{
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
    background: url(./images/tabs/tab_disabled.png) center;
    height: 21px;
    width: 78px;
    text-align: center;
}
.tab_hover
{
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background-position: right;
    background: url(./images/tabs/tab_hover.png) center;
    height: 21px;
    width: 78px;
    text-align: center;
}

.tab_menu_item
{
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
    background: #7795BD url(./images/bg_nav.gif) repeat-x;
    text-align: center;
    height: 21px;
    padding-right: 3px;
    padding-left: 3px;
}
