div.tab
{
	color: #000000;
	float: left;
	font-size: 13pt;
	height: 23px;
	line-height: 23px;
	text-align: center;
	width: 150px;
	margin: 0 0 0 3px;
}

div.tab_active
{
	background: #FFFFFF;
	cursor: default;
}

div.tab_inactive
{
	background: #D1D1D1;
	cursor: pointer;
}

div.tab_inactive_tracker
{
    background: #fda510;
    cursor: pointer;
}

div.tab_content
{
	background: #FFFFFF;
	color: #353535;
	float: left;
	padding: 20px;
	text-align: left;
	width: 970px;
}

div.tabs
{
	margin: 0;
	padding: 0;
	width: 950px;
}
