﻿
.tab
{
    padding:2px 8px;
    border:solid 1px black;
    cursor:pointer;
}

.unselectedTab
{
    background-color:#eeeeee;
}

.selectedTab
{
    background-color:White;
    border-bottom:solid 1px white;
}

.tabs
{
    position:relative;
    top:3px;
    left:15px;
}


.tabContent
{
    background-color: White;
    padding: 10px;
    border-top: black 1px solid;
    border-left-width: 1px;
    border-left-color: black;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-right-width: 1px;
    border-right-color: black;
}