﻿.tabs-hide
{
display:none;
}
ul.tabs-nav 
{
    background: transparent url("../../images/title_back.png") repeat-x;
    border: 1px solid #AED7FF;
    color: #1E3360;
    height: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.tabs-nav li 
{
    border-left: 1px solid #AED7FF;
    float: right;
    font-weight: bold;
    height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.tabs-nav li a 
{
    color: #218BDA;
    height: 21px;
    line-height: 100%;
    padding: 7px 10px 0;
    text-align: center;
    text-decoration: none;
    display:block
}
ul.tabs-nav li.tabs-selected a, 
ul.tabs-nav li.tabs-selected a:visited, 
ul.tabs-nav li.tabs-selected a:hover 
{
    background: #FFF url("../../images/tab_selected.png") repeat-x;
    color: #1E3360;
    height: 22px;
    padding: 7px 10px 0px;
    text-align: center;
    cursor:text;
    display:block
}
ul.tabs-nav a:hover 
{
    background-image: none;
}
div.tabs-container 
{
    background-color: white;
    border-bottom: 1px solid #AED7FF;
    border-left: 1px solid #AED7FF;
    border-right: 1px solid #AED7FF;
    clear: both;
    min-height: 256px;
    line-height: 180%;
    padding: 15px 10px 10px;
    text-align: justify;
}
