#riskTable
{
	width: 100%;
}


#riskTable td
{
	padding: 3px;
	border: 1px solid #666;
	text-align: center;
}


#riskTable th  
{
	color: white;
	background: #600;
}

#riskTable th a
{
	display: block;
	color: white;
}

#watchlistCountry
{
	width: auto;
}
#watchlistRisk
{
	width: 150px;
}
.watchlistField
{
	width: 100px !important; 
}	



#riskTable td.country
{
	text-align: right;
}

#riskTable td.col.selected
{
	background-color: #DDD;
}

#riskTable td.sorted,
#riskTable th.sorted
{
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}
#riskTable th.sorted
{
	background-color: #774444;
}

.arrow
{
	font-weight: bold;
	font-size: 1.5em;
}	

#riskDetails
{
	text-align: center;
}

#versionForm #versionSelect
{
	width: 50px;
}

#versionForm label
{
	float: none;
	display: inline;
}