﻿
/*.tabControlCls .ajax__tab_header
{
	background-color:Black;
	font-family: verdana;
	font-size:medium;
	padding: 0px;
	color:White;
	border:White;
	border-top-left-radius:5px;
}*/
.ajax__tab_header
{
	background-image: url('../images/indentbg.gif');
	border-radius: 4px 4px 0px 0px;
	
    color: #CCCCCC;
    font-size: 13px;
    font-weight: bold;
    padding: 3px;
    font-family:Arial;
}
.tabControlCls
{
	text-align: left;
	/*background-image: url('../images/indentbg.gif');
	border-radius: 3px 3px 0px 0px;*/
}
.ajax__tab_tab
{
	/*font-size: medium;*/
	padding: 3px;
	/*color: White;*/
	/*background-image: url('../images/indentbg.gif');*/
	/*border-radius:2px;*/
	/*border: White;
	border-top-left-radius: 5px;*/
	text-decoration: none;
	margin:3px;
}
#__tab_TabContainer1_TabPanel1
{
	/*background-color: #D7D8D7;*/
	cursor: pointer;
	/*color: Black;
	font-weight: bold;
	margin-right: 1px;
	border-bottom: none;
	margin-left: 1px;*/
}
#__tab_TabContainer1_TabPanel1:active
{
	/*background-color: ThreeDShadow;*/
}
#__tab_TabContainer1_TabPanel2
{
	cursor: pointer;
	/*background-color: #D7D8D7;
	
	color: Black;
	font-weight: bold;
	border-bottom: none;*/
}
.ajax__tab_default .ajax__tab_tab
{
	/*cursor: pointer;
	display: inline-block;
	margin-right: 0px;
	overflow: hidden;
	text-align: center;*/
}
.tabControlCls .ajax__tab_active #__tab_TabContainer1_TabPanel1
{
	color: White;
	font-size: 13px;
	/*text-decoration: underline;*/
	/*border-bottom: solid 2px white;*/
}
.tabControlCls .ajax__tab_active #__tab_TabContainer1_TabPanel2
{
	color:White;
	font-size: 13px;
	/*text-decoration: underline;*/
	/*border-bottom: solid 2px white;*/
}
.tabControlCls .ajax__tab_hover #__tab_TabContainer1_TabPanel1
{
	/*background-color: #CAF7FC;*/
}
.tabControlCls .ajax__tab_hover #__tab_TabContainer1_TabPanel2
{
	/*background-color: #CAF7FC;*/
}
