﻿
.CommodityListTable {
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	width: 95%;
}
.CommodityListTable td, .CommodityListTable th{
	margin: 0px;
	border: 0px;
	padding-left: 1px;
	padding-right: 5px;
}

.CommodityListTable tr.title{
	color: #FFFFFF;
	background-color: #7FC9D9;
	font-weight: bold;
}

/*
background-color: #A1A8DE;
*/

.CommodityListTable tr.TopTitle th{
	color: #FF7900;
}
/*
color: #FF6600;
*/



td.leftBorder{
	border-left: 1px solid #A1A8DE;
}

th.leftBorder{
	border-left: 1px solid #FFFFFF;
}

.CommodityListTable tr{
	vertical-align:top;
}


.TableComment
{
	font-size:smaller;
	font-style:italic;
}

th{
	text-align:right;
}

th.center
{
	text-align:center;
}

th.left
{
	text-align:left;
}

td{
	text-align:right;
}

td.center{
	text-align:center;
}

td.left{
	text-align:left;
}

tr.light_row_total {
	background-color: #FFFFFF;
	color: #000;
	font-weight:bold;
	vertical-align:middle;
	height:28px;
}

tr.dark_row_total {
	background-color: #F8F8F8;
	font-weight:bold;
	vertical-align:middle;
	height:28px;
}

tr.dark_row_total td{
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

h2 {
	clear: both;
}


ul.countryListing {
	clear: both;
	float: left;
	list-style-image: none;
	margin-top: 2px;
	margin-bottom: 6px;
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 6px;
	border-bottom: 1px solid #EEEEEE;
}

ul.countryListing li{
	float: left;
	margin: 2px 0 2px 0;
	padding: 0 1px 0 4px;
	background-image: none;
	list-style-image: none;
	white-space: nowrap;
}

ul.countryListing a{
	text-decoration: none;
	margin:0;	
}

ul.countryListing a:hover{
	text-decoration: underline;	
}

p.pagebreak {
	page-break-before:always;
}
