
/* Master Table Container*/
#layoutTable {
	width:400px !important;
	height:83px;
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 195px;
    border:2px solid #000000;
}

/* Row One*/
#layoutTableRowOneColumnOne {
	width:133px !important;
	height:20px;
	position: absolute;
	left: 0px;
    border:1px solid #000000;
	text-align: center;
	font-weight: bold;
}


#layoutTableRowOneColumnTwo {
	width:133px !important;
	height:20px;
	position: absolute;
	left: 133px;
    border:1px solid #000000;
	text-align: center;
	font-weight: bold;
}

#layoutTableRowOneColumnThree {
	width:133px !important;
	height:20px;
	position: absolute;
	left: 266px;
    border:1px solid #000000;
	text-align: center;
	font-weight: bold;
}


/* Row Two*/
#layoutTableRowTwoColumnOne {
	width:133px !important;
	height:20px;
	position: absolute;
	top: 21px;
	left: 0px;
    border:1px solid #000000;
	text-align: center;
}


#layoutTableRowTwoColumnTwo {
	width:133px !important;
	height:20px;
	position: absolute;
	top: 21px;
	left: 133px;
    border:1px solid #000000;
	text-align: center;
}

#layoutTableRowTwoColumnThree {
	width:133px !important;
	height:20px;
	position: absolute;
	top: 21px;
	left: 266px;
    border:1px solid #000000;
	text-align: center;
}


/* Row Three*/
#layoutTableRowThreeColumnOne {
	width:133px !important;
	height:20px;
	position: absolute;
	top: 42px;
	left: 0px;
    border:1px solid #000000;
	text-align: center;
}


#layoutTableRowThreeColumnTwo {
	width:133px !important;
	height:20px;
	position: absolute;
	top: 42px;
	left: 133px;
    border:1px solid #000000;
	text-align: center;
}

#layoutTableRowThreeColumnThree {
	width:133px !important;
	height:20px;
	position: absolute;
	top: 42px;
	left: 266px;
    border:1px solid #000000;
	text-align: center;
}


/* Row Four*/
#layoutTableRowFourColumnOne {
	width:133px !important;
	height:20px;
	position: absolute;
	top: 63px;
	left: 0px;
    border:1px solid #000000;
	text-align: center;
}


#layoutTableRowFourColumnTwo {
	width:133px !important;
	height:20px;
	position: absolute;
	top: 63px;
	left: 133px;
    border:1px solid #000000;
	text-align: center;
}

#layoutTableRowFourColumnThree {
	width:133px !important;
	height:20px;
	position: absolute;
	top: 63px;
	left: 266px;
    border:1px solid #000000;
	text-align: center;
}


