/* Rounded Thin Line Table Cell Definitions */

/*

	This is the cell layout with the middle empty cell for the content

	01  02  03
	04      06
	07  08  09
*/

.line_rounded {
	background-color: #ffffff;
	color: #455c28;
}
.line_rounded a {
	font-weight: bold;
	color: #455c28;
	text-decoration: underline;
}
.line_rounded_1 {
	background-image: url(../images/small_table_line_01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:7px;
	height:7px;
}
.line_rounded_2 {
	background-image: url(../images/small_table_line_02.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.line_rounded_3 {
	background-image: url(../images/small_table_line_03.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width:7px;
	height:7px;
}
.line_rounded_4 {
	background-image: url(../images/small_table_line_04.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.line_rounded_6 {
	background-image: url(../images/small_table_line_06.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.line_rounded_7 {
	background-image: url(../images/small_table_line_07.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width:7px;
	height:7px;
}
.line_rounded_8 {
	background-image: url(../images/small_table_line_08.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.line_rounded_9 {
	background-image: url(../images/small_table_line_09.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width:7px;
	height:7px;
}
