
.tableContainer {
	position: relative;	/* to capture the absolutely positioned table header */
	width: 100%;		
	}
.tableContainer thead tr {
	position: absolute;	/* throws the header out of the table */
	top: 0px;
	left: 0px;			
	}
	

.tableContainer table {
	width: auto;
	}
	
.tableContainer thead td	{
	width: 110px;; /*Firefox needs this*/*/
	}
	
.tableContainer td	{
	width: 110px; /*Firefox needs this*/
	}
	
	
.tableContainerExtras {
	position: relative;	/* to capture the absolutely positioned table header */
	width: 100%;		
	}
.tableContainerExtras thead tr {
	position: absolute;	/* throws the header out of the table */
	top: 0px;
	left: 0px;			
	}

.tableContainerExtras thead th	{
	width: auto;; /*Firefox needs this*/*/
	}

.tableContainerExtras table {
	width: auto;
	}
	

.tableContainerExtras td	{
	width: auto; /*Firefox needs this*/
	}
	
	
/* this enables the table to scroll without scrolling the page */
.innerframe {
	overflow-y: scroll;	
	overflow-x: auto;	
	width: auto;	
	height: 290px;		/* height is required */
	background:#ffffff;
	}
	

.tableDealer {
	padding-top: 25px;	/* space for the column heads */
	margin: 0 auto;
	border:1px solid #b31d00;
	background:#b31d00;
	}

.tableFactory {
	padding-top: 25px;	/* space for the column heads */
	margin: 0 auto;
	border:1px solid #f07b25;;
	background:#f07b25;;
	}
	
.tableT3 {
	padding-top: 25px;	/* space for the column heads */
	margin: 0 auto;
	border:1px solid #660099;
	background:#660099;
	}


.tableAllServices {
	padding-top: 25px;	/* space for the column heads */
	margin: 0 auto;
	border:1px solid  #00813b;;
	background:#00813b;;
	}
	
.tableExtras {
	margin: 0 auto;
	border:1px solid  #1e6194;;
	background:#1e6194;;
	}
	
/* position the row of column heads above the table */
.tableContainer thead tr {
	position: absolute;	/* throws the header out of the table */
	top: 0px;
	left: 0px;			
	}
	

.tableContainer table {
	width: auto;
	}
	
.tableContainer thead td	{
	width: 110px;; /*Firefox needs this*/*/
	}
	
.tableContainer td	{
	width: 110px; /*Firefox needs this*/
	}

/*.tableContainer tfoot td	{
	width: 500px; /*Firefox needs this*/
	}*/

