/*
--------------------------------------------------------------------------------
What:	"Oranges in the sky" Styles(Table data design)
Who:	Krasimir Makaveev(krasi [at] makaveev [dot] com)
When:	15.09.2005(created)
--------------------------------------------------------------------------------
*/

table.general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-top: 1px solid #e12000; 
	color: #000;
	font-size:11px;
	border-right:1px solid #E9E9E9;
}

.general caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #4E4E4E;
	border: 1px solid #BCE087;
	color: #000;
}

.general a {
	text-decoration: none;
	font-weight:bold;
	color: #e12000;
}

.general a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #e12000;
}

.general tr th a {
	color: #e12000;
	border-bottom: 1px solid #369;
}

.general tr th a:hover {
	color: #000;
	background: #e12000;
}

.general thead tr th {
	text-transform: none;
	background: #F2F2F2;
	text-align: center;
	color: #000;
	font-weight:bold;
}

.general tfoot tr th, .general tfoot tr td {
	text-transform: none;
	color: #000;
	font-weight: bold;
	background-color: #F2F2F2;

}

.general tfoot tr th {
	/*width: 20%;*/
}

.general tfoot tr td {
	/*width: 80%;*/
}

table.general th {
	border-bottom: 1px solid #e12000;
	padding: 5px;
	line-height: 1.8em;
	font-size: 1em;
	vertical-align: top;
	/*width: 20%;*/
}
table.general td {
	border-bottom: 1px solid #e12000;
	padding: 5px;
	line-height: 1.8em;
	font-size: 1em;
	vertical-align: top;
	border-left:1px solid #E9E9E9;
	/*width: 20%;*/
}

.general tr.odd th, table.general tr.odd td {
	background: #efefef;
}

.td_center{text-align:center;}
.td_right{text-align:right;}