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

table.contest_table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	width: 690px;
	margin-left: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.contest_table 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.contest_table a {
	text-decoration: none;
	color: #f60;
	font-weight: bold;
}
table.contest_table tr th.row a {
	color: #800000;
	font-size: 12px;
}
table.contest_table thead tr th {
	background:url(/images/bcks/v_strip.gif) repeat-x;
	padding: 3px 0 3px 5px;
	vertical-align: baseline;
}
table.contest_table thead tr th a{
	text-decoration: none;
	color: black;
}
table.contest_table thead tr th a:hover{
	color: black;
	background: none;
}
table.contest_table tfoot tr th, table.contest_table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
table.contest_table td, table.contest_table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.0em;
	font-size: 0.8em;
	vertical-align: top;
}
table.contest_table thead tr th.nos_up,
table.contest_table thead tr th.scor_up,
table.contest_table thead tr th.loc_up,
table.contest_table thead tr th.apr_up{
  vertical-align: middle;
}
table.contest_table thead tr th.nos{
	width:20%;
}
table.contest_table thead tr th.rate{
	width:25%;
}
table.contest_table thead tr th.txt{
	width:55%;
}
table.contest_table tr th, table.contest_table tr td {
	background: #FFFFFF;
	vertical-align: middle;
}
table.contest_table tr.odd th, table.contest_table tr.odd td {
	background: #fef8dc;
}
table.contest_table table.start-rating-table{
  padding:0;
  margin:0;
  width:1px;
}
table.contest_table table.start-rating-table tr td,
table.contest_table table.start-rating-table tr th{
  padding:0;
  margin:0;
  border:0;
  width:1px;
}