.SimpleTable
{
    width:100%;
    border-collapse:collapse;
}

.SimpleTable tbody td
{
    padding:0;
    margin:0;
    font-size:0.8em;
    padding:2px;
}

.SimpleTable tbody td a
{
	text-decoration:none;
}
.SimpleTable tbody td a:hover
{
	text-decoration:underline;
}

.SimpleTable tbody .Alternate
{
    background-color:#dcf0ff;
}

.SimpleTable tbody .AvatarCell
{
    width:16px;
}

.SimpleTable tbody .AvatarCell a
{
    height:14px;
    width:14px;
    border:solid 1px #CCCCCC;
    padding:1px;
    display:block;
    background-color:White;
}

.SimpleTable tbody .AvatarCell a IMG
{
    height:14px;
    width:14px;
}


.SimpleTable tbody .AvatarCell2
{
    width:34px;
}

.SimpleTable tbody .AvatarCell2 a
{
    height:32px;
    width:32px;
    border:solid 1px #CCCCCC;
    padding:1px;
    display:block;
    background-color:White;
}

.SimpleTable tbody .AvatarCell2 a IMG
{
    height:32px;
    width:32px;
}

.SimpleTable tbody .DigitsCell
{
    text-align:right;
}

.SimpleTable thead td
{
	font-size:0.7em;
	color:#333333;
	text-align:left;
}

.SimpleTable thead .DigitsCell
{
	text-align:right;
}

.ContentTable
{
    width:100%;
    border-collapse:collapse;
    clear:both;
}

.ContentTable thead td
{
    font-size:0.7em;
    text-align:center;
    background-image: url(../images/backgrounds/dotted_line.gif);
    background-repeat:repeat-x;
    background-position:bottom;
    padding:3px 3px 5px 3px;
}

.ContentTable tbody .Selected
{
	background-color:#b2ddff !important;
}


.ContentTable thead td a
{ 
    text-decoration:none;
}

.ContentTable thead td a:hover
{ 
    text-decoration:underline;
}

.ContentTable thead .DigitsCell
{
	text-align:right;
}
.ContentTable thead .Left
{
	text-align:left;
}

.ContentTable tbody td
{
    background-image: url(../images/backgrounds/dotted_line.gif);
    background-repeat:repeat-x;
    background-position:bottom;
    padding:4px 3px 4px 3px;
    font-size:0.8em;
}

.ContentTable .NoLine
{
    background-image:none;
    padding-bottom:0px;
}

.ContentTable tbody .SubLine
{
    padding-top:3px;
    font-size:0.7em;
}

.ContentTable tbody .SubLine .Label
{
    color:#666666;
}


.ContentTable tbody .LinkCell
{
    font-size:1.25em;
 
}

.ContentTable tbody .LinkCell A
{
    color:#333333;
    text-decoration:none;
}

.ContentTable tbody .AvatarCell1
{
    width:32px;
}

.ContentTable tbody .AvatarCell1 a
{
    height:32px;
    width:32px;
    border:solid 1px #CCCCCC;
    padding:1px;
    display:block;
    background-color:White;
}

.ContentTable tbody .AvatarCell1 a IMG
{
    height:32px;
    width:32px;
}

.ContentTable tbody .AvatarCell2
{
    width:14px;
}

.ContentTable tbody .AvatarCell2 a
{
    height:14px;
    width:14px;
    border:solid 1px #CCCCCC;
    padding:1px;
    display:block;
    background-color:White;
}

.ContentTable tbody .AvatarCell2 a IMG
{
    height:14px;
    width:14px;
}

.ContentTable tbody .AvatarCell3 a
{
    height:60px;
    width:60px;
    border:solid 1px #CCCCCC;
    padding:1px;
    display:block;
    background-color:White;
}

.ContentTable tbody .AvatarCell3 a IMG
{
    height:60px;
    width:60px;
}


.ContentTable tbody .DigitsCell
{
    text-align:right;
    font-size:1.0em;
}

.ContentTable tbody .DigitsCell span
{
    display:block;
    font-size:0.7em;
}

.ContentTable tbody .DigitsCell2
{
    text-align:right;
    font-size:0.8em;
}

.ContentTable tbody .TrendCell
{
    padding:0 15px;
    text-align:center;
    vertical-align:middle;
    width:65px;
}

.ContentTable tbody .Center
{
    text-align:center;
}

.ContentTable tbody .Alternate
{
    background-color:#f2f2f2;
}
.ContentTable thead  .Alternate
{
    background-color:#e5e5e5;
    color:#919191;
}

.MonkiDealReturnTable
{
	width:100%;
	border-collapse:collapse;
	
}

.MonkiDealReturnTable thead td
{
	font-family:Georgia;
	color:#333333;
	font-size:1.0em;
	text-align:center;
	border-bottom:solid 1px #c6e7ff;
	padding:0 1px 5px 1px !important;
}

.MonkiDealReturnTable td
{
	padding:5px 1px;
	
}

.MonkiDealReturnTable td.Label
{
	font-family:Georgia;
	font-size:1.0em;
}
.MonkiDealReturnTable tbody td.Label
{
	border-top:solid 1px #c6e7ff;
}

.MonkiDealReturnTable tbody td.Value
{
	text-align:center;
	
	border-top:solid 1px #c6e7ff;
	font-weight:bold;
	font-family:arial;
	font-size:1.1em;
}

.StatsTable{
	border-collapse:separate;
	margin:0;
	padding:0;
	width:100%;
}

.StatsTable thead td{
	font-size:0.7em;
	color:#555555;
	border-bottom:solid 1px #dddddd;
	padding:0 0 0px 0;
}
.StatsTable thead td .SubTitle{
	color:#333333;
}


.StatsTable tbody td.Regular{
	font-size:0.7em;
	color:#999999;
}
.StatsTable tbody td.Large{
	font-weight:bold;
	font-size:1.2em;
	letter-spacing:-1px;
}

.StatsTable tbody td.Large A{
	color:#333333;
	text-decoration:none;
}
.StatsTable tbody td.Large A:hover{
	text-decoration:underline;
}

.StatsTable tbody td.Small {
	font-size:0.8em;
	font-weight:bold;
	vertical-align:top;
}

.StatsTable tbody .Currency
{
    /*display:block;
    float:left;
    font-size:1.0em;
    padding:0 13px 0 0;
    margin:0 4px 0 0;
    
    background-image: url(../images/icons/drop-arrow3.gif);
    background-repeat:no-repeat;
    background-position:right 19px;*/
}

