/* Rounded Green Table Cell Definitions */

/*

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

	01  02  03
	04      06
	07  08  09
*/

.green_rounded {
	background-color: #FFFFFF;
	color: #455c28;
}
.green_rounded_1 {
	background-image: url(../images/small_table_g_01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:7px;
	height:7px;
}
.green_rounded_2 {
	background-image: url(../images/small_table_g_02.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.green_rounded_3 {
	background-image: url(../images/small_table_g_03.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width:7px;
	height:7px;
}
.green_rounded_4 {
	background-image: url(../images/small_table_g_04.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.green_rounded_6 {
	background-image: url(../images/small_table_g_06.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.green_rounded_7 {
	background-image: url(../images/small_table_g_07.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width:7px;
	height:7px;
}
.green_rounded_8 {
	background-image: url(../images/small_table_g_08.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.green_rounded_9 {
	background-image: url(../images/small_table_g_09.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width:7px;
	height:7px;
}
