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

div.tab_active
{
	background: url(../img/tab-active.png) right top no-repeat;
	cursor: default;
}

div.tab_inactive
{
	background: url(../img/tab-inactive.png) right top no-repeat;
	cursor: pointer;
}

div.tab_inactive_tracker
{
    background: url(../img/tab-inactive-tracker.png) right top no-repeat;
    cursor: pointer;
}

div.tab_content
{
	background: #FFFFFF;
	color: #000000;
	float: left;
	padding: 10px;
	text-align: left;
	width: 950px;
}

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