
/*  CSS Table Design
Author: Stanislav Filev
Theme: Stainless Steel: Stenli Style
URL: http://www.stenli.net

----------------------------------------------- */

table
{
	border: 1px solid #000;
	background-color: #FFC;
	margin-right: auto;
	margin-left: auto;
}

td
{
	padding:5px;
	width: auto;
	background-color: #FFC;
	border: 1px solid #060;
	width: auto;
}

th
{
	padding:5px;
	width: auto;
	background-color: #FFC;
	border: 1px solid #060;
	font-weight: bold;
	text-align:center;
	white-space: nowrap;
}
