/*---------------------------------------------
	Market Reports
---------------------------------------------*/

table.market_reports {
	width: 100%;
	margin-bottom: 10px;
}

table.market_reports td,
table.market_reports th {
	padding: 5px;
}

table.market_reports td {
	border-bottom: 1px solid #e7e7e7;
}

table.market_reports th {
	background-color: #f2f1de;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

table.market_reports td.timeline {
	font-size: 15px;
	color: #004677;
	width: 115px;
}

table.market_reports td.market_type.last {
	padding-right: 40px;
}

table.market_reports td.market_type a {
	padding: 1px 0 1px 20px;
	background: url(../images/icon_reports.gif) top left no-repeat;
	font-size: 12px;
}

ul#nav_categories {
	margin: 0 0 20px 15px;
}

#archives {
	background: url(../images/bg_news_archives.gif) no-repeat;
	clear: left;
	height: 37px;
	padding: 0 0 0 15px;
	margin-top: 10px;
	width: 395px;
}

#archives a {
	display: block;
	font-weight: bold;
	padding: 10px 0;
}