/* =============================================================================
  tabs.css

  VERSIONINFO
  Version:   __PUT_PHAROS_VERSION_HERE__
  Copyright: Copyright © 2004 Pharos Systems Inc

  Description:
  Stylesheet for the header and body tabs

  Notes:
  Not Available

 Warning:
  This software is property of Pharos Systems New Zealand Ltd.
  Unauthorized use or duplication of this software is strictly prohibited.  
  Authorized users are subject to the following restrictions:
    * Neither the author, their corporation, nor Pharos Systems New Zealand Ltd.
    is responsible for any consequences of the use of this software.
    * The origin of this software must not be misrepresented either by 
      explicit claim or by omission.
    * Altered versions of this software must be plainly marked as such.
    * This notice may not be removed or altered.

================================================================================ */
/* Attributes of a selected header tab */
.tab-header-selected
{
    border-top: 1px solid #747474;
    background-color: #f0eeee;
    font-size: 12px;
}
/* Attributes of a selected 'body' tab */
.tab-body-selected
{
    border-top: 1px solid #747474;
    background-color: #f0eeee;
    font-size: 12px;
}
/* Attributes of a selected vertical tab */
.v-tab-selected
{
    border-left: 1px solid #747474;
    background-color: #f0eeee;
    font-size: 12px;
}
  
/* Attributes of a link within a selected header tab */
A.tab-header-selected-link
{
    color: #233970;
    text-decoration: none;
    font-weight: normal;
}
A.tab-header-selected-link:visited
{
    color: #233970;
    text-decoration: none;
    font-weight: normal;
}
A.tab-header-selected-link:hover
{
    color: #233970;
    text-decoration: none;
    font-weight: normal;
}

/* Attributes of a link within a selected 'body' tab */
A.tab-body-selected-link
{
    color: #233970;
    text-decoration: none;
    font-weight: normal;
}
A.tab-body-selected-link:visited
{
    color: #233970;
    text-decoration: none;
    font-weight: normal;
}
A.tab-body-selected-link:hover
{
    color: #233970;
    text-decoration: none;
    font-weight: normal;
}
  
/* Attributes of a mouseover link within a selected header tab */
A.tab-header-selected-over-link
{
    color: #233970;
    text-decoration: none;
    font-weight: normal;
}
A.tab-header-selected-over-link:visited
{
    color: #233970;
    text-decoration: none;
    font-weight: normal;
}
A.tab-header-selected-over-link:hover
{
    color: #233970;
    text-decoration: none;
    font-weight: normal;
}

/* Attributes of a mouseover link within a selected 'body' tab */
A.tab-body-selected-over-link
{
    color: #233970;
    text-decoration: none;
    font-weight: normal;
}
A.tab-body-selected-over-link:visited
{
    color: #233970;
    text-decoration: none;
    font-weight: normal;
}
A.tab-body-selected-over-link:hover
{
    color: #233970;
    text-decoration: none;
    font-weight: normal;
}
  
/* Attributes of a normal header tab */
.tab-header-normal
{
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
    background-color: #494949;
    font-size: 12px;
}
  
/* Attributes of a link within a normal header tab */
A.tab-header-normal-link
{
    color: white;
    text-decoration: none;
    font-weight: normal;
}  
A.tab-header-normal-link:visited
{
    color: white;
    text-decoration: none;
    font-weight: normal;
}  
A.tab-header-normal-link:hover
{
    color: white;
    text-decoration: none;
    font-weight: normal;
}  

/* Attributes of a normal 'body' tab */
.tab-body-normal
{
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
    background-color: #494949;
    font-size: 12px;
}
/* Attributes of a link within a normal 'body' tab */
A.tab-body-normal-link
{
    color: white;
    text-decoration: none;
    font-weight: normal;
}  
A.tab-body-normal-link:visited
{
    color: white;
    text-decoration: none;
    font-weight: normal;
}  
A.tab-body-normal-link:hover
{
    color: white;
    text-decoration: none;
    font-weight: normal;
}  

/* Attributes of a normal vertical tab */
.v-tab-normal
{
    border-left: 1px solid #747474;
    border-right: 1px solid #747474;
    background-color: #494949;
    font-size: 12px;
}
  
/* Attributes of a mouseover link within a normal tab */
A.tab-header-normal-over-link
{
    color: white;
    text-decoration: none;
    font-weight: normal;
}  
A.tab-header-normal-over-link:visited
{
    color: white;
    text-decoration: none;
    font-weight: normal;
}  
A.tab-header-normal-over-link:hover
{
    color: white;
    text-decoration: none;
    font-weight: normal;
}  

/* Attributes of a mouseover link within a 'body' tab */
A.tab-body-normal-over-link
{
    color: white;
    text-decoration: none;
    font-weight: normal;
}  
A.tab-body-normal-over-link:visited
{
    color: white;
    text-decoration: none;
    font-weight: normal;
}  
A.tab-body-normal-over-link:hover
{
    color: white;
    text-decoration: none;
    font-weight: normal;
}  
    
/* Attributes of a tab slope image */
.tab-slope-image
{
    padding: 0px;
}
  
/* Attributes of the tab table */
.tab-table
{
    border-left: 1px solid #747474;
}
/* Attributes of the vertical tab table */
.v-tab-table
{
    border-top: 1px solid #747474;
}
.tab-underline
{
    border-bottom: 1px solid #747474;
}
.v-tab-underline
{
    border-right: 1px solid #747474;
}
/* Attributes for the info bar with no tabs */
.tab-empty-info-bar
{
    vertical-align: middle;
    padding-left: 5px;
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
    border-left: 1px solid #747474;
    background-color: #f0eeee;
    font-size: 12px;
}
/* Attributes for the area under the tabs */
.tab-info-bar
{
    border-bottom: 1px solid #747474;
    border-left: 1px solid #747474;
    background-color: #f0eeee;
}
/* Attributes for the area to the right of the tabs */
.v-tab-info-bar
{
    border-right: 1px solid #747474;
    border-top: 1px solid #747474;
    border-bottom: 1px solid #747474;
    background-color: #f0eeee;
}
/* Attributes for the current time text in the area under the tabs */
.tab-time-text
{
    font-size: 12px;
    color: #233970;
    vertical-align: middle;
    height: 16px;
}

A.tab-image-link
{
    text-decoration: none;
}

A.tab-image-link:visited
{
    text-decoration: none;
}

A.tab-image-link:hover
{
    text-decoration: none;
}

