﻿body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #4D4D4D;
	background-color: #f5f5f5;
}

.MainTable
{
	/* border: 1px solid gray; */
	background-color: #f5f5f5;
	width: 277px;
}

.MainTable td
{	
	padding: 5px 5px 2px 5px;
}
.Pairs
{
	height:333px !important;
}

.Pair td
{
	padding: 0px;
}

.Pair
{
	margin-bottom: 8px;
	font-size: 10px;
}

.Pair .green
{
	color: white;
	background: url(images/green_pixel.gif);
	/* padding-left: 5px; */
	height: 24px;
	min-width:30px;
}
.Pair .red
{
	color: white;
	background: url(images/red_pixel.gif);
	/* padding-right: 5px; */
	height: 24px;
	min-width:30px;
}

#help a span.box
{
	display: none;
}

#help a:hover span.box
{
	display: block;
	position: absolute;
	top: 20px;
	left: 30px;
	width: 242px;	
	z-index: 100;
	color: #4D4D4D;
	font: 10px Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	background-image: url(images/helpback.gif);
	background-repeat:no-repeat;
	border-bottom: 1px solid black;
}

#rank
{
	float: left;
}

#buysell
{
	float: right;
}

#rankNumber
{
	float: left;
	background-image: url(images/rank_box.gif);
	width: 27px;
	height: 24px;
	text-align: center;
}

#rankNumberPadding
{
	padding: 5px 0px 0px 0px;
}

#pairStyle
{
	float: right;
	width: 233px;
}

#displayPair
{
	display: block;
	position: absolute;
	color: White;
	left: 130px;
	padding-top: 4px;
	white-space: pre;
}

.Banners
{
	/* border-top:1px solid gray; */
}

.Updates
{
	font-family: Arial; 
	font-weight:normal;
}