




/* tables */
.tablesorter {
	background: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
	border-collapse:collapse;
	white-space:nowrap;
}


.tablesorter * {font-size: small;white-space:nowrap};




.tablesorter th {cursor:pointer;cursor:hand;}


.tablesorter th:hover{color:orange;}

.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	cursor: pointer;
}

.tablesorter tbody td {
	color: #777;
	padding: 8px;
	background: #F9FAFD;
	vertical-align: middle;
}
.tablesorter tbody tr.odd td {
	background:#F0F0F6;
}

.tablesorter tbody tr:hover td {background:#F2F2F2}

.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
.tablesorter thead tr .headerSortDown, .tablesorter thead tr .headerSortUp {
color:orange;
}


.tablesorter td {border-top: 1px solid #e6EEEE;border-bottom: 1px solid #e6EEEE;}

.tablesorter td:first-child {border-left: 1px solid #e6EEEE;}

.tablesorter td:last-child {border-right: 1px solid #e6EEEE;}


.tablesorter th, .tablesorter .header {
	background: #e6EEEE;
	border: 1px solid #e6EEEE;
	font-size: small;
	padding: 6px 22px 6px 6px;
	color:#555;
	text-align:left;
}



// PORTFOLIIO

	table [auto] {width:auto !important}	

        .coin-list table {width:100%;border-collapse:collapse;white-space:nowrap;}

        .coin-list td.bw{border:none}

        .coin-list  img {height:24px;margin-right:8px;}

        .coin-list a {color:#777}

        .coin-list a:hover {color:orange;text-decoration:none}

        .coin-list tr {background:#F6F8FA}

        .coin-list td {padding:8px;text-align:right;}

        .coin-list tr[hdr] td, .coin-list td[hdr] {font-weight:bold;color:#555;text-align:center;}

        .coin-list td[hdr] {text-align:left}

        .coin-list td[hdr] ax {color:'.$BLUE_TEXT.'}

        .coin-list tr[balance] td {font-weight:bold;color:#444;text-align:right}

        [neg] {color:#FA5E5E !important;font-weight:boldx}

        [pos] {color:green  !important;font-weight:boldx}


