﻿.floatContainer {
	overflow: hidden;
	width: 100%; /* width 100% is so it works in ie6 (ensures container "haslayout") */
}
.floatLeftSpacer {
	float: left;
	width: 0px; /* This should get overridden. */
	height: 5px;
	overflow: hidden;
	/*background-color: #dddddd; debug */
}
.floatLeft {
	float: left;
	width: 0px; /* This should get overridden. */
	overflow: hidden;
	/*background-color: #eeeeee; debug*/
}
.floatRightSpacer {
	float: right;
	width: 0px; /* This should get overridden. */
	height: 5px;
	overflow: hidden;
	/*background-color: #dddddd; debug */
}
.floatRight {
	float: right;
	width: 0px; /* This should get overridden. */
	overflow: hidden;
	/*background-color: #eeeeee; debug*/
}
.relativeContainer {
	position: relative;
}
.TBS
{
	color: Red;
}
