﻿/* TabStrip */
.tabStrip
{
}

.tabStrip .defaultLook td
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: Bold;
	padding: 0px 40px 10px 0px;
	color: #29667a;
}

.tabStrip .defaultLookHover td
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: Bold;
	padding: 0px 40px 10px 0px;
	color: #E8B400;
	cursor: pointer;
}

.tabStrip .defaultLookActive td
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: Bold;
	padding: 0px 40px 10px 0px;
	color: #0066CC;
	cursor: pointer;
}

.tabStrip .selectedLook td
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: Bold;
	padding: 0px 40px 10px 0px;
	color: #E8B400;
}

.tabStrip .selectedLookHover td
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: Bold;
	padding: 0px 40px 10px 0px;
	color: #E8B400;
	cursor: pointer;
}

.tabStrip .selectedLookActive td
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: Bold;
	padding: 0px 40px 10px 0px;
	color: #0066CC;
	cursor: pointer;
}
