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