

/* Homepage Articles list - changes to the styles in mainstyle.css */

.homeArticle {
	width: 182px;
	margin: 0 2px;
	float: left;
	background: #ecf1f2;
	min-height: 90px;
}
.homeArticle h4 {
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	background: #dde4e5;
}
.homeArticle h4 a {
	text-decoration: none;
}
.homeArticle h5 a {
	font-size: 11px;
	text-transform: lowercase !important;
}
.homeArticle h5 {
	font-size: 12px;
	line-height: 18px;
	padding: 0 5px 5px 5px;
	color: #454545;
	font-weight: normal;
} 
h3.homeWLtitle {
	padding: 0;
	background: ;
	font-size: 12px;
	font-weight:bold;
	color: #333;
	height: 20px;
	border: none;
	margin-top: 10px;
}

.homeWLlist {
	border-top: 1px solid #e7ecee;
	border-left: 1px solid #e7ecee;
	font-size: 11px;
	width: 558px;
}
.homeWLlist th {
	color: #666;
	background: #e7ecee;
	padding: 5px 0 5px 5px;
	text-align: left;
}
.homeWLlist td {
	color: #333;
	border-bottom: 1px solid #e7ecee;
	border-right: 1px solid #e7ecee;
	padding: 3px 3px 3px 3px;
	text-align: left;
	vertical-align: middle;
}
.homeWLlist .odd {
	background: #fff;
}
.homeWLlist .even {
	background: #f9f9f9;
}

.homeWLlist td a {
	color: #06828d;
}
.homeWLlist td a:hover {
	color: #333;
	text-decoration: none;
}




