/*
Baseline - a designer framework
Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
Creative Commons Attribution-Share Alike 3.0 License
version 0.5
*/

/******************** Table ********************/
table								{ border-collapse: collapse; border-top: solid 1px #998675; border-bottom: solid 1px #998675; position: relative; margin-top: 18px; }

th, td								{
	line-height: 18px;
	padding-top: 9px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 8px;
}
thead th, thead td					{ padding-top: 7px; }
tfoot th, tfoot td					{ padding-bottom: 8px; }
tbody th, tbody td,
tfoot th, tfoot td					{ border-top: solid 1px #c7b29a; }
 
/*th:first-child, td:first-child		{ padding-left: 0; }
th:last-child, td:last-child		{ padding-right: 0; }*/

/*tr:nth-child(even) td				{ }
tbody tr:nth-child(odd) th,
tbody tr:nth-child(odd) td			{ background: rgba(0, 0, 0, 0.035); }*/

caption								{ top: 5px; margin-bottom: 18px; }

tr.MenuHover{
background: rgba(0, 0, 0, 0.080);
cursor: pointer;
}

thead tr.MenuHover{
	background: rgba(0, 0, 0, 0.000);
	cursor: default;
}

/*tr.MenuItem{
background: rgba(0, 0, 0, 0.020);
cursor: pointer;
}*/

.noborder{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}