﻿.tabs-background
{
    background-color: #EEEFF4;
}
.tabs-tabs
{
    position: relative;
    top: 1px;
    left: 10px;
}
.tabs-tab
{
    background-color: #D8DEEA;
}
.tabs-tab a
{
    padding: 4px 10px;
    display: block;
    color: #465C95;
    font-weight: bold;
}
.tabs-selectedTab
{
    background-color: white;
    border-bottom: solid 1px white;
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0 #C0C0C0 white #C0C0C0;
}
.tabs-tabContents
{
    border-top: solid 1px #C0C0C0;
    padding: 20px;
    background-color: white;
}
