a.performance,
a.performance:visited
{
	color:#2575D5;
	font-weight:bold;
	text-decoration:none;
	float: left;
	cursor:pointer;
	background: url(../img/account.png) no-repeat top left;
	width: 86px;
	text-align:center;
	padding-top:100px;
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 30px;
}
a.performance:hover
{
	color:#98CC01;
}

.cell .icon
{
	width:19px;
}
.cell .name
{
	width:180px;
}
.name img
{
	vertical-align:middle;
	width:16px;
	height:16px;
}
.cell .num
{
	width:90px;
}
.cell .money
{
	width:100px;
}

.cell .profit
{
	color:Green;
}
.cell .loss
{
	color:Red;
}

.right_cell .view
{
background: url(../img/action.gif) no-repeat top left;
padding:0px 0px 0px 10px;
margin:0px 15px 0px 0px;
}

.right_cell .order
{
background: url(../img/action.gif) no-repeat top left;
padding:0px 0px 0px 10px;
margin:0px 1px 0px 0px;
width:100px;
text-align:left;
}
.right_cell .empty_order
{
padding:0px 0px 0px 10px;
margin:0px 1px 0px 0px;
width:100px;
text-align:left;
}

div.description
{
padding:2px 15px 2px 15px;
background-color: #F7F7F7;
border: 1px dotted #EAEAEA;
font-family: Arial,Helvetica,sans-serif;
line-height: 20px;
text-align:justify;
}
