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

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

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


td
{
	padding:           5px;
	text-align:        left;
	width:             auto;
	vertical-align:    top;
}
th
{
	padding:          5px;
	text-align:       center;
	width:            auto;
	font-weight:      bold;
	background-color: #666600;
	color:            #FFFFFF;
}

caption
{
	text-transform:   uppercase;
	text-align:       center;
	font:             bold 12pt Verdana;
	color:            #4F4F4F;
	margin:           3px 0;
}

/* thead tbody tfoot
----------------------------------------------- */

thead th, tfoot th, tfoot td, tbody th, tbody td
{
	border-top-width:    1px;
	border-right-width:  1px;
	border-bottom-width: 1px;
	border-left-width:   1px;
	border-top-style:    solid;
	border-right-style:  solid;
	border-bottom-style: solid;
	border-left-style:   solid;
	border-top-color:    #CCCC99;
	border-right-color:  #666600;
	border-bottom-color: #666600;
	border-left-color:   #CCCC99;
}

thead th, tfoot th, tfoot td
{
	font-weight: bold;
	text-align:center;
}

