﻿.tabs {
    position: relative;
    top: 1px;
    left: 10px;
    font-size: 30px;
}

.tab {
    border: solid 1px black;
    background-color: #eeeeee;
    font-size: 40px;
    font-family: Verdana;
    padding: 2px 10px;
    width: 100px;
}

.selectedTab {
    font-size: 22px;
    background-color: white;
    border-bottom: solid 1px white;
}

.tabContents {
    border-top: solid 1px black;
    padding: 10px;
    background-color: white;
}

.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: #EFE0E0;
    border-bottom: solid 1px #EFE0E0;
}

.tabContentsR {
    border-top: solid 1px black;
    padding: 10px;
    background-color: #EFE0E0;
}

.tabsG {
    position: relative;
    top: 1px;
    left: 10px;
}

.tabG {
    border: solid 1px black;
    background-color: #E2DED6;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana;
    color: Black;
    padding: 2px 10px;
}

.selectedTabG {
    font-size: 11px;
    font-weight: bold;
    background-color: #fff0f0;
    border-bottom: solid 1px #fff0f0;
}

.tabContentsG {
    border-top: solid 1px black;
    padding: 10px;
}
