.TrackerContainer {
	width: 500px;
	height: 140px;
	border: 1px solid #666;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#TrackTypeTabs {
	padding: 0 0 21px 0;
	margin: 0 0 0 10px;
	list-style: none;
	line-height: 20px;
}

#TrackTypeTabs li {
	margin: 0;
	padding: 0;
}

#TrackTypeTabs a {
	float: left;
	background: #ccc;
	color: #444;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
	padding: 0 15px;
	border: 1px solid #666;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

#TrackTypeTabs a:hover, #TrackTypeTabs a:active {
	background: #ffc;
}

#TrackTypeTabs a.current:link, #TrackTypeTabs a.current:visited {
	background: #fff;
}

#TrackTypeTabs a.current:link, #TrackTypeTabs A.current:visited {
	position: relative;
	z-index: 100;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #fff;
}

#FTUserTrackingHistoryContainer {
	position: absolute;
	top: 0;
	left: 520px;
}

#FTUserTrackingHistoryList {
	position: relative;
	top: 0;
	left: 0;
	overflow: auto;
	border: 1px solid #666;
	padding: 5px;
}

/*Temporary*/
.TempCarrierList {
	position: absolute;
	overflow: auto;
	top: 200px;
	width: 490px;
	height: 300px;
	border: 1px solid #ccc;
	padding: 5px;
}