﻿/************************************** AWARDS TABLE ***************************************/
#awards
{
	width: 800px;
	padding: 20px;
}
#awards h2 
{
	margin: 0;
	padding: 0;
	background: url(../images/bg-awards-table.jpg) repeat-x center center;
	height: 30px;
	line-height: 30px;
	color: White;
	text-align: center;
}
#awards .tablesorter
{
	border-collapse: collapse;
	width: 801px;
	margin: 0px -1px 0px 0px;
	background: url(../images/bg-table-footer.gif) no-repeat bottom left;
}
#awards .tablesorter thead tr 
{
	background-color: #CED0B4;
}
#awards .tablesorter thead tr th 
{
	height: 32px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: Black;
	font-weight: bold;
	border: solid 1px white;
	padding-right: 18px;
}
#awards .tablesorter thead tr th.year
{
	background-position: 39px 0px;
}
#awards .tablesorter thead tr th.company
{
	background-position: 121px 0px;
}
#awards .tablesorter thead tr th.headerNoSort
{
	padding-right: 0;
}
#awards .tablesorter tbody tr td 
{
	border: solid 1px white;
	padding: 9px;
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
}
#awards .tablesorter a 
{
	color: #B2700E;
	font-weight: bold;
	text-decoration: underline;
}
#awards .tablesorter a:hover
{
	text-decoration: none;
}
#awards .tablesorter tbody tr td.year
{
	width: 42px;
	text-align: right;
}
#awards .tablesorter tbody tr td.company
{
	width: 160px;
}
#awards .tablesorter tbody tr td.country
{
	width: 96px;
}
#awards .tablesorter tbody tr td.company,
#awards .tablesorter tbody tr td.country,
#awards .tablesorter tbody tr td.description
{
	text-align: left;
}
#awards .tablesorter tbody tr.last td.description
{
	background-image: url(../images/bg-table-footer.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#awards .tablesorter tbody tr.last td.image
{
	background-image: url(../images/bg-table-footer.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
