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

table.gym_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.gym_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.gym_table a {
	text-decoration: none;
	color: #f60;
	font-weight: bold;
}

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

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

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

table.gym_table thead tr th {
	/*background: #e2e2e2;*/
	/*background: rgb(255,255,153);*/
	background:url(/images/bcks/v_strip.gif) repeat-x;
	padding: 3px 0 3px 5px;
	vertical-align: baseline;
}

table.gym_table thead tr th a{
	text-decoration: none;
	color: black;
}

table.gym_table thead tr th a:hover{
	color: black;
	background: none;
}

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

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

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

table.gym_table td, table.gym_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;
	width:20%;
}

table.gym_table thead tr th.nos_up,
table.gym_table thead tr th.scor_up,
table.gym_table thead tr th.loc_up,
table.gym_table thead tr th.apr_up{
  vertical-align: middle;
}

/*
table.gym_table thead tr th.nos{
	width:25%;
}

table.gym_table thead tr th.scor{
	width:15%;
}

table.gym_table thead tr th.loc{
	width:20%;
}

table.gym_table thead tr th.tabs{
	width:20%;
}

table.gym_table thead tr th.apr{
	width:20%;
}
*/

table.gym_table tr th, table.gym_table tr td {
	/*background: #efefef;*/
	background: rgb(252,252,252);
}

table.gym_table tr.odd th, table.gym_table tr.odd td {
	/*background: #efefef;*/
	background: #fffbdc;
}

