@charset "utf-8";
/* CSS Document */

#slider {width:620px;font-family:Arial, Helvetica, sans-serif; font-size:12px }
.headeracc {width:604px; padding:8px; font-weight:bold; margin-top:5px; cursor:pointer; background:#336699; color:#fff; font-size:14px;}
.headeracc:hover { background: #336600;}
.contentacc {overflow:hidden}
.textacc {width:620px;  
border-top:none; 
padding-bottom:0px; 
background-color:#FFF;
color:#333;
}

table {
	font-family: Tahoma, Verdana, Arial;
	border-collapse: collapse;
	border-spacing: 0px;
	border-left: 1px solid #cbcac0;
	border-right: 1px solid #cbcac0;
	
}
thead th{
	background: url('http://www.fitodotnet.com/csstablegallery/mainNavBG.gif');
	font-size: 14px;
	background-color:#9C0;
	color:#333;
	height:20px;
	text-align: left;
	border-top: 5px solid #cbcac0;
	border-bottom: 5px solid #cbcac0;
	border-left: 1px solid #cbcac0;
	border-right: 1px solid #cbcac0;
}
tbody td{
	font-size: 11px;
	background-color:#FFF;
    color:#333;
	border: 1px solid #cbcac0;
	padding-left: 5px;
	height: 20px;
	padding-bottom:5px;
}

tbody th{
	background-color:#FFF;
	color:#333;
	text-align: left;
	padding-left: 4px;
	border: 1px solid #cbcac0;
	width: 120px;
}



table caption{
	background-color:#FFF;
	color:#333;
	font-size: 12px;
	border-left: 1px solid #cbcac0;
	border-right: 1px solid #cbcac0;
}

