/* 
 * -----------------------------
 *
 * Styles to merge table into TradeWiser site design
 *
 * Author	: Ricky Christie
 * Website	: rickchristie.com
 * Email	: seven.rchristie@gmail.com
 * 			  rick@rickchristie.com
 *
 * -----------------------------
 *
 */
 
 
 div.PageTable
 {
 	padding: 15px;
 }
 
 div.PageTable h2
 {
 	font-size: 20px;
 }
 
 div.PageTable p
 {
 	margin: 10px 0;
 }
 
 /* End of merge styles */



/* 
 * -----------------------------
 *
 * Table styles start
 *
 * Author	: Ricky Christie
 * Website	: rickchristie.com
 * Email	: seven.rchristie@gmail.com
 * 			  rick@rickchristie.com
 *
 * -----------------------------
 *
 */
 
table {
	border-collapse: separate;
	border-spacing: 1px;
	display: block;
	margin: 0 auto 0 auto;
}

table * {
	font-weight: bold;
}

table a img {
	margin: 0;
}

table td,
table th {
	background: #d8d8d8;
	text-align: left;
}

table thead .head-traders td,
table thead .head-traders th {
	background: #edeaea;
	padding: 15px 0;
	text-align: center;
}

.open-an-account th {
	padding: 10px;
	text-align: left;
}

.open-an-account td {
	text-align: center;
	padding: 6px 0;
}

.rating-display {
	vertical-align: top;

}

.rating-display p {
	font-size: 0.9em;
	margin: 0px;
	width: 160px;
	text-align: left;
	color: #424242;
	line-height: 16px;
}

.rating-display p span {
	float: left;
	display: block;
	height: 16px;
	width: 80px;
	text-align: right;
	margin-right: 5px;
	clear: both;
}

.rating-display p span img {
	display: block;
	width: 12px;
	height: 12px;
	float: right;
	margin-right: 2px;
	margin-top: 1px;
}

.rating-display h5 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

.traders {
	width: 81px;
}

.traders span {
	display: block;
	height: 50px;
}

.group-header th,
tbody tr:hover.group-header th {
	background: #000 url('images/table/group-header-background.png') left top repeat-x;
	padding: 8px 10px;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

tfoot th {
	padding: 10px;
	text-align: center;
}

tfoot td {
	padding: 10px;
}

tfoot .footnotes td {
	background: #edeaea;
	font-size: 0.8em;
	color: #666;
}

tfoot .footnotes td img {
	vertical-align: middle;
	margin-top: -3px;
}

tfoot .back-to-top-link td {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.85em;
}

tfoot .back-to-top-link td a {
	text-decoration: none;
	color: #666;
}

tfoot .back-to-top-link td a:hover {
	color: #000;
}

tbody td {
	padding: 5px;
}

tbody td img {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	margin-right: 0px;
}

tbody th {
	font-size: 0.9em;
	padding: 10px;	
}

tbody tr.separator td,
tbody tr:hover.separator td {
	padding: 0;
	background: #333;
	font-size: 0.4em;
	line-height: 5px;
}

table .numbers {
	text-align: right;
}

td.best-offer {
	background: #eda6a6;
}

tbody tr:hover td.best-offer {
	background: #fd9090;
}

a.footnote-link img {
	vertical-align: top;
}

.tools-and-extras td {
	text-align: center;
}

.tools-and-extras td img {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}

tbody tr:hover td,
tbody tr:hover th {
	background: #edeaea;
}
