/* ********************************
   Project: CSS Table Galery
   Title: Like Adwords
   Author: Cleiton Francisco
   URL: http://www.cleiton.net/
   Country: Brazil
   Update: 2005-12-18
 ****************************** */
#data-table table {
	border-collapse: collapse;
	border: 2px solid #8996A0; /*#3f7c5f;*/
	font: normal 90%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
}
#data-table caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
#data-table td, th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}

#data-table .right {
	text-align: right;
}

#data-table .center {
	text-align: center;
}

#data-table .left {
	text-align: left;
}

#data-table thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #DBEEF8; /*#c6d7cf;*/
}
#data-table tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
#data-table tfoot th {
	font-weight: bold;
}
#data-table tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#data-table tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#data-table tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
#data-table tbody th {
	font-weight: bold;
}
#data-table tbody th a:visited {
	color: #b98b00;
}
#data-table tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
#data-table tfoot td {
	border: 1px solid #996;
}
#data-table tbody tr:hover {
	background: #ffffd9;
}

/* Compressed data table */

#data-table-compressed table {
	border-collapse: collapse;
	border: 2px solid #8996A0; /*#3f7c5f;*/
	font: normal 90%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
}

#data-table-compressed caption {
	/*padding: 0 0.6em 0.8em;*/
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}

#data-table-compressed td, th {
	border: 1px solid #e0e0e0;
	font-size: 1em;
}

#data-table-compressed .right {
	text-align: right;
}

#data-table-compressed .center {
	text-align: center;
}

#data-table-compressed .left {
	text-align: left;
}

#data-table-compressed thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #DBEEF8; /*#c6d7cf;*/
}
#data-table-compressed tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
#data-table-compressed tfoot th {
	font-weight: bold;
}
#data-table-compressed tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#data-table-compressed tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#data-table-compressed tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
#data-table-compressed tbody th {
	font-weight: bold;
}
#data-table-compressed tbody th a:visited {
	color: #b98b00;
}
#data-table-compressed tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
#data-table-compressed tfoot td {
	border: 1px solid #996;
}
#data-table-compressed tbody tr:hover {
	background: #ffffd9;
}

/* Search table styles */


#search-table table {
	border-collapse: collapse;
	border: 2px solid #8996A0; /*#3f7c5f;*/
	font: normal 100%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
}
#search-table caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
#search-table td, th {
	/*border: 1px solid #e0e0e0;*/
	padding: 0.5em;
}

#search-table .right {
	text-align: right;
}

#search-table .center {
	text-align: center;
}

#search-table .left {
	text-align: left;
}

#search-table thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #DBEEF8; /*#c6d7cf;*/
}
#search-table tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
#search-table tfoot th {
	font-weight: bold;
}
#search-table tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#search-table tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#search-table tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
#search-table tbody th a:visited {
	color: #b98b00;
}
#search-table tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
#search-table tfoot td {
	border: 1px solid #996;
}

#search-table input[type=checkbox] {
	border: 0px;
}

#search-table input[type=radio] {
	border: 0px;
}