﻿.TabStyle {
    border: 1px solid lightgray; 
    border-top-style: none;
    border-right-style: none;
    padding: 10px; 
    padding-top: 13px; 
    padding-bottom: 11px; 
    text-align: right;
    font-family: Verdana;
    font-size: 14pt;
    font-weight: bold;
    white-space:nowrap;
}
.TabStyleMobile {
    border: 1px solid lightgray; 
    /*border-top-style: none;*/
    /*border-right-style: none;*/
    padding: 10px; 
    padding-top: 13px; 
    padding-bottom: 11px; 
    text-align: right;
    font-family: Verdana;
    font-size: 14pt;
    font-weight: bold;
    white-space:nowrap;
}
.TopTabStyle {
    border-top-style: solid;
}
.TabContentStyle {
    padding: 20px;
    padding-top: 0px;
    font-family: Verdana;
    font-size: 10pt;
    border: 1px solid lightgray;
    min-height:250px;
    color: #505050;
}
.TabContentStyle2 {
    padding: 20px;
    padding-top: 0px;
    font-family: Verdana;
    font-size: 10pt;
    border: 1px solid lightgray;
    min-height:450px;
    color: #505050;
	background-color: #E6EEF7;	
}
.TabContentSectionStyle 
{
    padding-top:15px;
    
}
.TabContentTitleStyle {
    font-size:12pt;
    font-weight:bold;
}
.TabContentJoinStyle {
    font-size:10pt;
    font-weight:bold;
}
.TabContainerStyle .ajax__tab_tab {outline-style:none;}
.TabContainerStyle .ajax__tab_hover {background-color:#F1F1F1;}
.TabContainerStyle .ajax__tab_active .ajax__tab_outer {background-color:#E6EEF7; border-left: 2px solid #CC3300;}
.TabContainerStyle .ajax__tab_active .ajax__tab_tab {color:black;}
.TabContainerStyle .ajax__tab_active:hover {background-color:#E6EEF7;}
.sign-in 
{
    background-color:#013069;
    color:#eaedf2; 
    padding:7px; 
    border-style:none; 
    cursor:pointer;
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;
    width:80px;
}
.sign-in:hover 
{
    background-color:#19477F;
}
.index-text-color
{
    color: #505050;
}
.shadow { -webkit-box-shadow: 0px 10px 10px 5px #ddd;
   -moz-box-shadow: 0px 10px 10px 5px #ddd;
   box-shadow: 0px 10px 10px 5px #ddd;
}
.background-light-gray {
	background-color: #F3F3F3;
}
