/*
--------------------------------------------------------------------------------
What:	"Oranges in the sky" Styles(Table data design)
Who:	Krasimir Makaveev(krasi [at] makaveev [dot] com)
When:	15.09.2005(created)
--------------------------------------------------------------------------------
*/

table.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
}

table.orange caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc; 
	color: #FF6A00;
}

table.orange a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	/*font-weight: bold;*/
}

table.orange a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}

table.orange tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table.orange tr th a:hover {
	color: #fff;
	background: #369;
}

table.orange thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
	color: #303030;
	font-weight: bold;
}

table.orange tfoot tr th, table.orange tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.orange tfoot tr th {
	width: 20%;
}

table.orange tfoot tr td {
	width: 80%;
}

table.orange td, table.orange th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 1.0em;
	vertical-align: top;
/*	width: 20%; */
}

table.orange tr.odd th, table.orange tr.odd td {
	background: #efefef;
}

table.orange td.col {
	color: #004A7F;
	font-weight: bold;
}