﻿/* Tabs style*/
.TabsStyle .ajax__tab_header 
{
	padding-left:10px;
}
.TabsStyle .ajax__tab_header .ajax__tab_tab 
{
	cursor: pointer;
	display:block;
	font-size: 11px;
	font-weight: bold;
	height:21px;
	margin-right:0px;
	padding:9px 0px 0px 0px;
	text-align:center;
	width:100px;
	/*border-color: gray gray white;
	border-style: solid;
	border-width: 1px;*/
	color: gray;
	font-style: italic;
	/*border-radius: 10px 10px 0px 0px;*/
}
.TabsStyle .ajax__tab_active .ajax__tab_tab 
{
	/*border-color: black black white;
	border-style: solid;
	border-width: 1px;*/
	color: black;
	font-style: normal;
}
.TabsStyle .ajax__tab_body
{
	background-color: white;
	/*border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;*/
	border-top: solid 1px gray;
}

.TabsStyleHeaderText
{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
