@charset "utf-8";
/* CSS Document */

#table {
	width:100%;
	margin:0; padding:0;
}
#table #top {
	background-image: url(../images/t-t-bg.jpg);
	background-repeat: repeat-x;
	height: 26px;
	text-align:center;
	line-height:20px;
}
#table #top .right {
	background-image: url(../images/t-t-r.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 26px;
	width: 13px;
}
#table #top .left {
	background-image: url(../images/t-t-l.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 8px;
}
#table #bottom {
	background-image: url(../images/t-b-bg.jpg);
	background-repeat: repeat-x;
	height: 11px;
}
#table #bottom .right {
	background-image: url(../images/t-b-r.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 11px;
	width: 13px;
}
#table #bottom .left {
	background-image: url(../images/t-b-l.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 11px;
	width: 8px;
}
#table #in_table {
	background:#fde2e7;
	text-align:right;
	direction:rtl;
}
#table .tright {
	background-image: url(../images/t-right.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	padding-right: 5px;
}

#table .tleft {
	background-image: url(../images/t-left.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	padding-left: 4px;
}