/* @override http://www.fitodotnet.com/csstablegallery/tablita.css */

/*
Theme: The OC
Author: Rodolfo Marin - FitoDotNET
Web site: http://www.fitodotnet.com/
*/

table {
	font-family: Tahoma, Verdana, Arial;
	border-collapse: collapse;
	border-spacing: 0px;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
thead th{
	background: url('http://www.fitodotnet.com/csstablegallery/mainNavBG.gif');
	font-size: 14px;
	color: #fff;
	height:20px;
	text-align: left;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
tbody td{
	font-size: 10px;
	background: #2d3134;
	color: #fff;
	border: 1px solid #373B3E;
	padding-left: 5px;
	height: 20px;
	padding-bottom:5px;
}

tbody th{
	background: #373B3E;
	color: #080808;
	text-align: left;
	padding-left: 4px;
	border: 1px solid #2d3134;
	width: 120px;
}



table caption{
	background: #1F2A34;
	color: #fff;
	font-size: 12px;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
