.article_container {
	background: url(img/gradient.gif) top left repeat-x;
	margin-bottom: 45px;
}

.notitle {
	background: none;

}

.article_container .container_title {
	padding: 8px 10px;
	border-style: solid;
	border-width: 0px 1px 1px;
	_width: 100%;
	border-color: #d5d5d5;
}

.notitle .container_title{
	display:none;
}

.notitle .AvenlaArticles{
	border:0;
}

.notitle .ArticleList, .notitle .ArticleList li {
	padding-left:0;
}

.article_container .tleft { background: url(img/rounded-tl.gif) top left no-repeat; }
.article_container .tright { background: url(img/rounded-tr.gif) top right no-repeat; padding-top: 2px;}
.article_container .bleft { background: url(img/rounded-bl.gif) bottom left no-repeat; }
.article_container .bright { background: url(img/rounded-br.gif) bottom right no-repeat; padding-bottom: 2px;}

.article_container .Head {
	font-size: 1.1em;
	color: #BA102B;
	font-weight: bold;
	position:relative;
	font-family: Arial;
}

.avenla_container .container_topcap, .avenla_container .container_bottomcap {
    margin: 0 1px;
    height: 1px;
    font-size: 0;
}

.avenla_container .container_topcap {
    background: url(img/horizontal-border.gif) bottom left repeat-x;
}

.avenla_container .container_bottomcap {
    background: url(img/horizontal-border.gif) top left repeat-x;
}

.avenla_container .container_title {
	height: 24px;
	_height: 32px;
	padding: 8px 0 0 9px;
	margin: 0;
	background: url(img/title-bg.gif) top left repeat-x;
    border-width: 1px;
    border-color: #DADADA;
    border-style: none solid solid solid
}

.avenla_container .container_title .Head {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: #656565;
    font-weight: bold;
}

.article_container .container_content {
	border-style: solid;
	border-width: 0px 1px;
	border-color: #d5d5d5;
	padding: 4px;
}

.notitle .container_content {
	border:0;
}

.avenla_container .clearer {
	clear: both;
}



