﻿.tabs {
    position: relative;
    top: 1px;
    left: 10px;
}

.tab {
    border: solid 1px black;
    background-color: white;
    font-size: 11px;
    font-family: Verdana;
    padding: 2px 10px;
}

.selectedTab {
    font-size: 11px;
    background-color: lightblue;
    border-bottom: solid 1px white;
}

.tabContents {
    border-top: solid 1px black;
    padding: 10px;
    background-color: Highlight;
}

.tabsR {
    position: relative;
    top: 1px;
    left: 10px;
}

.tabR {
    border: solid 1px black;
    background-color: RosyBrown;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana;
    color: Black;
    padding: 2px 10px;
}

.selectedTabR {
    font-size: 11px;
    font-weight: bold;
    background-color: lightseagreen;
    border-bottom: solid 1px lightseagreen;
}

.tabContentsR {
    border-top: solid 1px black;
    padding: 10px;
    background-color:  lightseagreen;
}

.tabsG {
    position: relative;
    top: 1px;
    left: 10px;
}

.tabG {
    border: solid 1px black;
    background-color: slateblue;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana;
    color: Black;
    padding: 2px 10px;
}

.selectedTabG {
    font-size: 11px;
    font-weight: bold;
    background-color: blueviolet;
    border-bottom: solid 1px blueviolet;
}

.tabContentsG {
    border-top: solid 1px black;
    padding: 10px;
}
