.TabStripContentStyle
{
	padding: 0 0 0 0;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	background-color:#FFFFFF;
	background-image:url(../../images/grey_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	
}

.TabTextLabelStyle
{
	text-align: center;
	background-color:Transparent;
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 8pt;	
	
}

.TabLabelDefaultStyle
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #FFFFFF;
	cursor:pointer;
	cursor: default;
	background-color:Transparent;
}

.TabTextHoverLabelStyle
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #0D44A9;
	text-align: center;
	cursor: default;
	cursor: pointer;
	background-color:Transparent;
}

.TabLabelSelectedStyle
{
	font-family: Arial, "MS Sans Serif", sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #8DC8FF;
	cursor:pointer;
	text-decoration:underline;	
	background-color:Transparent;
}

.TabLabelDisabledStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: line-through;
	cursor:default;
}