
.uploadedfile {
	width:100%;
}

.uploadedfile td {
	width:20%;
	padding:5px;
}

.uploadedfilediv {
	text-align:center;
	border:1px dotted #ccc;
	padding:15px;
	margin:0;
	font-size:12px;
}

.uploadedfile a, .uploadedfile a:visited {
	text-decoration:none;
	color: #666;
}

.uploadedfile div:hover {
	background: #ccc;
}

.tradehide {
	display:none;
}
.tradeform {
	padding: 10px;
	background: #eee;
	margin-bottom:10px;
	border: 1px solid #bbb;
}

.accounttab td {
	padding: 2px 4px 2px 4px;
}

.trade_tab_head div {
	padding: 3px 10px 3px 5px;
	border-right: 2px solid #999;
}
.trade_tab_head td {
	border: 3px solid #ccc;
	background: #ccc;
	color: #666;
	font-weight:bold;
}
.trade_tab_main td {
	padding: 6px 13px 6px 8px;
}
.tt_col1 { background: #fbfbfb; color: #666;}
.tt_col2 { background: #ebebeb; color: #666;}
.tt_col3 { background: #fbfbfb; color: #09f; }
.tt_col4 { background: #444;    color: #fff; font-weight:bold; }

.tt_blue_button {
	margin-top:8px;
	background:#09F;
	width:80px;
	padding:5px;
	color:#fff;
	text-align:center;
}
.tt_blue_button:hover {
	background:#4BF;
}

.tt_blue_button_sm {
	margin-top:8px;
	background:#09F;
	padding:3px 6px 3px 6px;
	position:relative;
	top:-4px;
	color:#fff;
	text-align:center;
	font-size:11px;
}
.tt_blue_button_sm:hover {
	background:#4BF;
}

.tt_green_button {
	margin-top:8px;
	background:#97B612;
	width:80px;
	padding:5px;
	color:#fff;
	text-align:center;
}
.tt_green_button:hover {
	background:#A0C020;
}

.tradetab {
	/*border-top: 1px solid #ccc;*/
}

.tradetab td {
	padding: 10px 50px 10px 0;
}

.tradeordertab td {
	padding: 5px 15px 5px 5px;
	background: #eee;
	border-bottom: 3px solid #fff;
}
