@charset "utf-8";

table.rounded td{
	 height: 15px;width: 15px
}
table.rounded td.tl{
	 height: 15px;width: 15px;
}
table.rounded td.tr{
	 height: 15px;width: 15px;
}
table.rounded td.bl{
	 height: 15px;width: 15px;
}
table.rounded td.br{
	 height: 15px;width: 15px;
}


table.rd_gray td.tl{
	 background: transparent url(images/tl_gray.png) no-repeat;
}
table.rd_gray td.tr{
	 background: transparent url(images/tr_gray.png) no-repeat;
}
table.rd_gray td.bl{
	 background: transparent url(images/bl_gray.png) no-repeat;
}
table.rd_gray td.br{
	 background: transparent url(images/br_gray.png) no-repeat;
}
table.rd_gray td.side{
	background-color: rgb(145,145,145);
}
table.rd_gray td.content{
	background-color: rgb(145,145,145);
}

table.rd_dark_gray td.tl{
	 background: transparent url(images/tl_dark_gray.png) no-repeat;
}
table.rd_dark_gray td.tr{
	 background: transparent url(images/tr_dark_gray.png) no-repeat;
}
table.rd_dark_gray td.bl{
	 background: transparent url(images/bl_dark_gray.png) no-repeat;
}
table.rd_dark_gray td.br{
	 background: transparent url(images/br_dark_gray.png) no-repeat;
}
table.rd_dark_gray td.side{
	background-color: rgb(105,105,105);
}
table.rd_dark_gray td.content{
	background-color: rgb(105,105,105);
}
