/* TABLES */

table.styled {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #222;
	margin-bottom: 10px;
	margin-top: 10px;
}
table.styled tr td, table.styled tr th {
	border: 1px solid #666;
	padding: 4px 6px;
	background-color: #fff;
}
table.styled tr th {
	background-color: #ededed;
	font-weight: bold;
	color: #000;
}
table caption {
	text-align: left;
	height: 28px;
	color: #fff;
	font-weight: bold;
	background: #333 url(/common/images/bg_navSecondary_1X28.gif) top left repeat-x;
	padding: 6px 7px 0 7px;
	margin: 10px -1px -9px -1px;
	*margin: 10px 0 0 0;
}