/*
--------------------------------------------------------------------------------
What:	"Oranges in the sky" Styles(Table data design)
Who:	Krasimir Makaveev(krasi [at] makaveev [dot] com)
When:	15.09.2005(created)
--------------------------------------------------------------------------------
*/

table.qa {
	font-family: Verdana;
	font-size:12px;
	border-collapse:collapse;
	border: 1px solid #ccc;
	color: #333;
}

table.qa a.qa {
	text-decoration: none;
	color: #0066FF;
	font-weight: normal;
}

table.qa a.qa:hover {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #0066FF;
}

table.qa tr.qa th.qa a.qa {
	border-bottom: 1px dotted #369;
}

table.qa tr.qa th.qa a.qa:hover {
	color: #fff;
	background: #369;
}

table.qa thead.qa tr.qa th.qa {
	text-transform: uppercase;
	background: #e2e2e2;
}

table.qa tfoot tr th, table.qa tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.qa td, table.qa th.qa {
	padding: 4px;
	font-size: 12px;
	vertical-align: top;
}

table.qa tr.odd th.qa, table.qa tr.odd td.qa {
	background: #efefef;
}

/*
Additional style sheets for nested tables
--------------------------------------------------------------------------------*/

table.qa2 a.qa2 {
	text-decoration: none;
	color: #0066FF;
	font-weight: normal;
}

table.qa2 a.qa2:hover {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #0066FF;
}

table.qa2 td.qa2, table.qa2 th.qa2 {
	font-size: 10px;
	vertical-align: top;
	border:0;
	padding: 1px;
	margin:0 0 0 0;
}

