﻿/* -------------------------------- */
/* Content Table                   */
/* ------------------------------ */


table.ContentTable {
	empty-cells: show;
	margin: 0px;
	padding: 0px;	
	width:100%;
}

.ContentTable td.L_Content{
	width: 549px;
	border-left: 15px solid #fff;
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
}

.ContentTable td.SpaceLeft {
	width: 15px;
	border-right: 1px dashed #000;
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
}

.ContentTable td.SpaceRight {
	width: 15px;
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
}

.ContentTable td.R_Content {
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
	border-right: 15px solid #fff;
}
