﻿.data-table th,
.data-table td
{
	color:			#b0b0b0;
	font-size:		12px;
	text-align:		left;
	padding:		5px 3px;
	border-bottom:	1px solid #383838;
}
.data-table th 
{
	background:		#434343;
	padding:		8px 3px 7px 3px;
	font-weight:	normal;
}
.data-table th.first 
{
	background:		url(../images/corner-top-left.gif) no-repeat top left #434343;
}
.data-table th.last 
{
	background:		url(../images/corner-top-right.gif) no-repeat top right #434343;
	text-align:		right;
}
.data-table a:link,
.data-table a:active,
.data-table a:visited 
{
	color:			#b0b0b0;
	text-decoration:	none;
}
.data-table a:hover,
.data-table a:focus 
{
	text-decoration: underline;
}
.data-table th.right,
.data-table td.right 
{
	text-align:		right;
}
.data-table th.left,
.data-table td.left 
{
	text-align:		left;
}
