.Tabs
{
	margin-top:20px;
	float:left;
	width:100%;
	height:39px;
	position:relative;
    font-size: 14px;	
}

.TabTitle
{
	margin-top:20px;
}

.TabsFrame
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:40px;
	overflow: visible;
	z-index: 1;
}
.Tab
{
	float:left;
	height:40px;
	min-width: 80px;
    padding-right: 10px;
    padding-left: 10px;
	line-height:40px;
	text-align: center; 
	border: 1px solid #245580;
	margin-right: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    background-repeat: repeat-x;
    color:#fff;
    cursor:pointer;
}

.Tab-selected
{
	border-left: 1px solid #265a88;
	border-top: 1px solid #265a88;
	border-right: 1px solid #265a88;
	border-bottom: 1px solid #fff;
    background: #fff;
    color: #265a88;
    font-size: 14px;
}

.TabContent
{
	float:left;
	border: 1px solid #265a88;
	width:100%;
	min-height:120px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top:10px;
	position:relative;
	overflow: auto;
}
