body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	margin: 0px;
	padding-top: 25px;
	padding-left: 25px;
}

table
{
	width: 600;
        border-top: 1px solid #999999;
        border-left: 1px solid #999999;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
}

th {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #333333;
        border-right: 0px none;
        border-bottom: 0px none;
        border-top-width: 0px;
        border-left-width: 0px;
        border-top-style: none;
        border-left-style: none;
}

td
{
	position: relative;
	top: 0px;
	font-size: 0.8em;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #CCCCCC;
	width: 50%;
}

.traffic
{
	position: relative;
	0px;
	border: 1px solid;
	background: #6666CC;
}

.traffic_bar
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: #880000;
}

.traffic_count
{
	position: absolute;
	right: 5px;
	top: 0px;
	color: #ffffff;
}

