@charset "utf-8";
/* CSS Document */

/* Rounded White Table Corners */

.tableTopLeftCorner {
	width:24px;
	height:26px;
	background:url(../../images/table-borders/TL.png) 0 0 no-repeat;
}
.tableTopRightCorner {
	width:24px;
	height:26px;
	background:url(../../images/table-borders/TR.png) 0 0 no-repeat;
}
.tableBottomLeftCorner {
	width:24px;
	height:34px;
	background:url(../../images/table-borders/BL.png) 0 0 no-repeat;
}
.tableBottomRightCorner {
	width:24px;
	height:34px;
	background:url(../../images/table-borders/BR.png) 0 0 no-repeat;
}
.tableTopMiddle {
	width:100%;
	height:26px;
	background:url(../../images/table-borders/TM.gif) 0 0 repeat-x;
}
.tableBottomMiddle {
	width:100%;
	height:34px;
	background:url(../../images/table-borders/BM.png) 0 0 repeat-x;
}
.tableLeftMiddle {
	height:100%;
	width:24px;
	background:url(../../images/table-borders/ML.png) 0 0 repeat-y;
	}
.tableRightMiddle {
	width:24px;
	background:url(../../images/table-borders/MR.png) 0 0 repeat-y;
	height: 100%;
	}
	
	
/* Rounded Blue Table Corners */

.tableBottomLeftCornerBlue {
	width:24px;
	height:34px;
	background:url(../../images/table-borders/BLBlue.png) 0 0 no-repeat;
}
.tableBottomRightCornerBlue {
	width:24px;
	height:34px;
	background:url(../../images/table-borders/BRBlue.png) 0 0 no-repeat;
}
.tableTopLeftCornerBlue {
	width:24px;
	height:26px;
	background:url(../../images/table-borders/TLBlue.png) 0 0 no-repeat;
}
.tableTopRightCornerBlue {
	width:24px;
	height:26px;
	background:url(../../images/table-borders/TRBlue.png) 0 0 no-repeat;
}.tableTopMiddleBlue {
	width:100%;
	height:26px;
	background:url(../../images/table-borders/TMBlue.png) 0 0 repeat-x;
}
.tableBottomMiddleBlue {
	width:100%;
	height:34px;
	background:url(../../images/table-borders/BMBlue.png) 0 0 repeat-x;
}
.tableBottomLeftCornerAAE {
	width:24px;
	height:34px;
	background:url(../../images/table-borders/BL-AAE.png) 0 0 no-repeat;
}
.tableBottomMiddleAAE {
	width:100%;
	height:34px;
	background:url(../../images/table-borders/BM-AAE.png) 0 0 repeat-x;
}
.tableBottomRightCornerAAE {
	width:24px;
	height:34px;
	background:url(../../images/table-borders/BR-AAE.png) 0 0 no-repeat;
}
