
/*

"Valor"
Table CSS
Completed July 28, 2006
http://www.gmclans.com/

This CSS file is the intellectual property of GMClans,  (c) 2006
Created by Serrellious (serrellious@gmail.com)

Feel free to browse and copy bits and segments of this CSS unhindered; however, please ask for permission 
and give due credit if you intend to copy the entire CSS file for your own private or commercial use.

*/

/* GENERIC SETTINGS */

td.header, td.white-header  {
	background-color: #ddd;
	padding: 4px;
	font-weight: bold;
	text-align: center;
}

td.white-header  {
	background-color: #fbfbfb;
}

table input {
	width: 60px;
	border: 1px solid #999;
}

td.warning, td.error {
	color: #db0000;
	font-weight: bold;
}

td.wide {
	padding-left: 16px;
	padding-right: 16px;
}

td.wide-and-center {
	text-align: center;
	padding-left: 16px;
	padding-right: 16px;
}

/* SPECIALIZED SETTINGS */

/*** NOTE/TIP TABLES ***/

table.hilite {
	border-spacing: 0;
	margin: 7px 57px 7px 21px;
	/* border: 1px solid #5581e0; */
}

.hilite th {
	text-align: left;
	background: #7096e9;
	color: #fff;
		margin: 0;
		padding: 3px 7px 3px 7px;
}

.hilite td {
	background: #eee;
		margin: 0;
		border: 0;
}

.hilite ul {
	margin: 7px 17px 7px 0;
}

/*** DOC TABLES ***/

.doc-table {
	width: 92%;
	margin: 6px auto 0 auto;
}

.doc-table th {
	font-size: 11px;
	font-weight: bold;
		vertical-align: top;
		text-align: right;
}

.doc-table td p {
	margin: 0;
	padding: 0;
}

.doc-table td ul li {
	list-style: square;
}

/*** MINI/RESULT TABLES ***/

.mini-table {
	margin: 6px auto 0 auto;
}

.mini-table td {
	padding: 4px;
	border: 1px solid #cdcdcd;
}

.mini-table td.button-list {
	padding: 4px 0 4px 0;
}

.mini-table td.button-list a {
	font-size: 11px;
	border: 0;
}

.mini-table td:hover {
	border-color: #888;
}

/*** FULL/RESULT TABLES ***/

.table {
	width: 98%;
	margin: 7px auto 0 auto;
		border: 1px solid #ddd;
}

.table thead {
	color: #fff/*1e4186*/;
	font-size: 11px;
	font-weight: bold;
		background-color: #1e4186/*fdf6e6*/;
}

.table tr.head:hover {
	background-color: #1e4186/*fbf5ee*/;
}

.table th {
	padding: 3px;
	border-right: 1px dotted #fff;
	border-bottom: 1px solid #ddd;
}

.table th.first {
	text-align: left;
	padding-left: 7px;
	border-left: 0;
}

.table th.last {
	border-right: 0;
}

.table tr.shade1 {
	background-color: #fff;
}

.table tr.shade2 {
	background-color: #f9f9f9/*fcf9f6*/;
}

.table tr:hover {
	background-color: #fbefea;
}

.table tr.no-hover:hover {
	background-color: #fff;
}

.table td {
	text-align: center;
	padding: 5px 4px 5px 4px;
		border-right: 1px dotted #ccc;
		border-top: 1px solid #ddd;
}

.table td.first {
	text-align: left;
	border-left: 0;
}

.table td.first-link {
	text-align: left;
	border-left: 0;
	padding: 0;
}

.table td.link {
	padding: 0;
}

.table td.first-link a, .table td.link a, .table td.last-link a {
	display: block;
	padding: 5px 17px 5px 7px;
}

.table td.last {
	border-right: 0;
}

.table td.last-link {
	border-left: 0;
	padding: 0;
}

.table .go-back {
	text-align: left;
	font-size: 11px;
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
	padding: 4px 0 4px 3px;
}