﻿.tabs
{
    color: #e2e2e2;
    position: relative;
    top: 1px;
    left: 10px;
    font-family: Arial;
    font-size: 80%;
    font-weight: bold;
}
.tab
{
    border: solid 1px silver;
    color: #e2e2e2;
    padding: 6px 2px;
    background-image: url("images/tab_bgr_inactive.png");
}
.selectedTab
{
    background-color: white;
    border-bottom: solid 1px white;
    background-image: none;
    color: #438600;
}
.hoverTab
{
    background-image: url("images/tab_bgr_over.png");
    color: white;
}
.hoverTab a
{
    text-decoration:none;           
    color: white;
}

.tabContents
{
    border: solid 1px silver;
    padding: 2px;
    background-color: white;
}
