.context
{
	width: 100%;
}

.context th
{
	padding: 0px 10px 10px 0px;	
	border-bottom: solid 1px #c0c0c0;
	text-align: left;
	font-weight: 900;
	color: #000000;	
}

.context th a:link,
.context th a:visited,
.context th a:hover
{		
	text-decoration: underline;
	color: #000000;	
	outline: 0;
}

.context table
{
	width: 100%;
}

.context table td
{
	padding: 0px;
	border-bottom: solid 1px #c0c0c0;
}

.context table td a:link,
.context table td a:visited,
.context table td a:hover
{
	padding: 10px 10px 10px 10px;
	display: block;
	text-decoration: none;
	color: #000000;
	height: 100%;
	outline: 0;
}

.context table td a:hover
{
	background-color: #f9fafc;
}

.context table td a.this
{
	background-color: #ffffff;
}

.context table td a.this:hover
{
	background-color: #fefefe;
}

.context table td a.chain
{
	background-color: #ffffff;
}

.context table td a.chain:hover
{
	background-color: #fefefe;
}

