﻿table a {padding: 1px;
text-decoration: none;
font-weight: bold;
background: transparent;}

table a:link {
color: #000;}

table a:visited {
text-decoration: none;
color: #808080;}

table a:hover {
color: #666;}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th
{
	border: 1px solid #000;
	text-align: left;
	/*font-size: 1.2em;*/
	font-weight: bold;
	color: #333;
	background: transparent;
}

tfoot td
{
	border: 1px solid #000;
}

/* =body
----------------------------------------------- */

tbody th, tbody td
{
	vertical-align: middle;
	text-align: left;
	padding: 0 0 0 10px;
}



tbody th
{
	white-space: nowrap;
}

.odd
{
	background:#d6e3e6;
	height:35px;
	vertical-align:middle;
	padding:0 0 0 10px;
}

.even
{
	background:#e0eaec;
	height:35px;
	vertical-align:middle;
		padding:0 0 0 10px;
}

tbody tr:hover
{
	background:#6b9aa5;
	color:#FFFFFF;
}
