/*
--------------------------------------------------------------------------------
What:	"Oranges in the sky" Styles(table.OrangeSky data design)
Who:	Krasimir Makaveev(krasi [at] makaveev [dot] com)
When:	15.09.2005(created)
--------------------------------------------------------------------------------
*/

table.OrangeSky {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
}

table.OrangeSky caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table.OrangeSky a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}

table.OrangeSky a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}

table.OrangeSky tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table.OrangeSky tr th a:hover {
	color: #fff;
	background: #369;
}

table.OrangeSky thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table.OrangeSky tfoot tr th, table.OrangeSky tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.OrangeSky tfoot tr th {
	width: 20%;
}

table.OrangeSky tfoot tr td {
	width: 80%;
}

table.OrangeSky td, table.OrangeSky th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
	width: 20%;
}

table.OrangeSky tr.odd th, table.OrangeSky tr.odd td {
	background: #efefef;
}

table.OrangeSky tr.subHead td {
	background: #e2e2e2;
}

table.OrangeSky tr.error {
	background: #ffdfdf url(/commonassets/images/uni-form/uf_error.png) !important; 
	border: 1px solid #df7d7d; 
	border-width: 1px 0;  
	padding: 7px;
}
