﻿.TabPanel { }

.Tabs {
    list-style-type: none;
    margin: 0px 25px 0px 0px;
    padding: 0px;
}

.Tabs li {
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-right: 2px;
    padding: 0px;
}

.tab {
    background: #193D78;
    border: 1px solid #234E8E;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
}

.tab span {
    color: white;
    padding: 3px 10px;
}

.tabSelected {
    background-color: #082D40;
    border: #082D40 1px #770608;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    display: inline-block;
    line-height: 31px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.tabSelected span {
    color: white;
    /*background:url(../../images/tabtitle-r.png) right top no-repeat;*/
    display: block;
    padding: 0px 5px 0px 5px;
}

.tabDisabled {
    background-color: gray;
    border: solid 1px #96A6B1;
    color: Silver;
    height: 23px;
    margin-bottom: -2px; /*margin-left:-3px;*/
    overflow: hidden;
    white-space: nowrap;
}

.tabBody {
	
 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #EEF1F7;
    border: 1px solid #DDE1E6;
	
    border-radius: 10px;
    border-top: solid 2px #DDE1E6;
    padding: 10px;
}