.mainContainer {
	width:550px;
	margin-left: auto;
    margin-right: auto;
	overflow:auto;
}
.mainContent {
	display:block;
	float:left;
	width:550px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}

/*=====================================================
 					USE CSS BELOW
  =====================================================*/

.SchematicTable {
	width:100%;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:verdana;
	font-size:10px;
    line-height:14px;
    color:#333333;
}
.SchematicTable .IconTable {
	border-top:none;
	border-right:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:verdana;
	font-size:10px;
    line-height:14px;
    color:#333333;
}
.SchematicTable a,
.SchematicTable a:link,
.SchematicTable a:visited {
	display:block;
	float:left;
	color:#fff;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
}
.SchematicTable a,
.SchematicTable a:hover,
.SchematicTable a:visited:hover {
	display:block;
	float:left;
	color:#fff;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
}
.SchematicTable .IconTable td {
	border-bottom:none;
	border-left:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:	middle;
	height:32px;
}
.SchematicTable td {
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	vertical-align:	middle;
}
.SchematicTable td.title {
	text-align:left;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	padding:10px 20px 10px 20px;
	background:#0a3c91;
}
.SchematicTable td.capacity {
	width:160px;
	display:block;
	float:left;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#0a3c91;
	text-transform:uppercase;
	padding:10px;
}
.SchematicTable td.speed {
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#0a3c91;
	text-transform:uppercase;
	padding:10px;
}
.SchematicTable td.speedRate {
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#0a3c91;
	padding:10px;
}
.SchematicTable td.8ColumnHeader {
	font-weight:bold !important;
	text-align:left !important;
	font-size:10px;
	color:#333333;
}

.SchematicTable tr.altRow {
	background:#f8f4f2;
}