/**************************************************
 * Data Tables and Cascading Style Sheets Gallery *
 *  http://icant.co.uk/csstablegallery/index.php  *
 *  --------------------------------------------  *
 * Author: Taimar Teetlok > http://taimar.pri.ee/ *
 **************************************************/

#tableStyle1 table {
	width: 100%;
	color: #212424;
	margin: 0 0 1em 0;	
	font: arial;
	font-size: 12px;
}
#tableStyle1 table, tr,  td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
#tableStyle1 caption {
	width: 100%;
	height: 39px;
	font-size: 0;
	line-height: 0;
	text-indent: -5000em;
	background: url(caption.gif) no-repeat 98% 0;
}
#tableStyle1 caption:hover {
	background-position: 98% 100%;
}

/* HEADER */

#tableStyle1 thead {
	background: #D0EBA6;
	text-align: center;
	border: 1px solid #000000;
	border-bottom: 3px solid #A5D768;
}
#tableStyle1 thead tr td th {
	padding: 1em 0;
	text-align: center;
	color: #000000;
	
}

/* FOOTER */

#tableStyle1 tfoot {
	color: #fff;
	background: #524123;
}
#tableStyle1 tfoot tr th, tfoot tr td {
	padding: .2em .6em;
	border-top: 2px solid #A5D768;
}
#tableStyle1 tfoot tr th {
}
#tableStyle1 tfoot tr td {
	text-align: right;
}

/* BODY */

#tableStyle1 tbody tr td {
	background: #DDF0BD url(bg_cell.gif) no-repeat top left;
}
#tableStyle1 tbody tr.odd td {
	background-color: #D0EBA6;
}
#tableStyle1 tbody tr td:hover, tbody tr.odd td:hover {
	background: #c5e894;
}
#tableStyle1  tbody tr td {
	padding: 0.1em 0.4em;
	border: 1px solid #a6ce39;
}
#tableStyle1 tbody tr th, tbody tr th {
	padding-right: 1em;
	text-align: right;
	font-weight: normal;
	background: #c5e894 url(bg_cell.gif) no-repeat top left;
	text-transform: uppercase;
}
#tableStyle1 tbody tr th:hover {
	background: #D0EBA6;
}
#tableStyle1 table a[href*="taimar.pri.ee"] {
	float: left;
	width: 64px;
	height: 64px;
	font-size: 0;
	text-decoration: none;
	background: transparent url(http://taimar.pri.ee/examples/table-design/taimar.gif) no-repeat 0 0;
}
#tableStyle1 table a[title^="Download"] {
	float: none;
	width: auto;
	height: auto;
	font-size: 100%;
	background: none;
}

/* LINKS */

#tableStyle1 table a {
	color: #854400;
	text-decoration: none;
}
#tableStyle1 table a:visited {
	text-decoration: none;
}
#tableStyle1 table a:hover {
	text-decoration: underline;
}