@charset "UTF-8";

.roundedCorner {
	margin-right: auto;
	margin-left: auto;
	width: 936px;
	margin-top: -30px;
}

.tblTopLeft {
	background-image: url(../images/contentTopL.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 30px;
	height: 30px;
	font-size: 1px;
}
.tblTopRight{
	background-image: url(../images/contentTopR.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 30px;
	height: 30px;
	font-size: 1px;
}
.tblTopMiddle{
	height: 10px;
	font-size: 1px;
	background-color: #F1EEEC;
}

.tblLeft {
	width: 10px;
	font-size: 1px;
	background-color: #F1EEEC;
}
.tblRight{
	background-image: url(../images/contentR.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
	font-size: 1px;
}
.tblMiddle {
	background-color: #F1EEEC;
}
.tableContentDiv {
	position: relative;
}

.tblBottomLeft {
	background-image: url(../images/contentBottomL.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 30px;
	height: 30px;
	font-size: 1px;
}
.tblBottomRight{
	background-image: url(../images/contentBottomR.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 30px;
	height: 30px;
	font-size: 1px;
}
.tblBottomMiddle{
	background-image: url(../images/contentB.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 10px;
	font-size: 1px;
}