@charset "utf-8";

.tabButtons {
	padding-top:3px;
}

.listSectionTitle {
	color:#f38f14;

	margin-top:45px;
	margin-bottom:3px;
	margin-left:15px;
	margin-right:15px;
}
.listSectionTitle_firstOnPage {
	margin-top:15px;
}

.newsList {
}
.newsList .header td {
	color:#f38f14;
	font-weight:bold;
}
.newsList .alternateRow {
	background-color:#f9f9fa;
}
.newsList td {
	border-bottom:1px solid #e5e5e5;
	
	vertical-align:top;
	
	padding-top:12px;
	padding-bottom:11px;
	padding-left:15px;
	padding-right:15px;
}
.newsList .newsTitle {
	font-weight:bold;
}
.newsList .newsTitle a {
	text-decoration:none;
}
.newsList .newsTitle a:hover {
	text-decoration:underline;
}
.newsList .col1 {
	width:155px;
}
.newsList .col1_finalColumn {
	width:720px;
}
.newsList .col2 {
	width:565px;
}

.newsList_archive .col1 {
	width:540px;
}
.newsList_archive .col2 {
	width:180px;
}
