/*** Article Lists ------------------------------------------------------- ***/
#content ul.article_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}
ul.article_list li a {
	display: block;
	padding: 0 15px;
	height: 130px;
	border-bottom: 1px solid #aec8d3;
}
ul.article_list li a:hover {
	background: #fcfcfc url(../images/article_list_bg.gif) repeat-x scroll left top;
}
ul.article_list li:first-child a {
	border-top: 1px solid #aec8d3;
}
ul.article_list span.image {
	float: left;
	width: 160px;
	margin-top: 15px;
	margin-right: 15px;
	height: 100px;
	background: #ffffff url(../images/rtedwards_logo_small.gif) no-repeat scroll center center;
}
ul.article_list span.image span {
	display: block;
	width: 160px;
	height: 100px;
	background: transparent url(../images/image_border.png) no-repeat scroll left -70px;
}
ul.article_list span.title {
	display: block;
	color: #333333;
	font-size: 14px;
	padding-top: 15px;
}
ul.article_list span.date {
	display: block;
	color: #666666;
}
ul.article_list span.teaser {
	display: block;
	padding-top: 10px;
	font-size: 11px;
	color: #666666;
}
ul.article_list a:hover span.title, ul.article_list a:hover span.teaser strong {
	color: #c50202;
}
#news_list div.archive {
	float: right;
	padding-bottom: 15px;
}
/*** End Article Lists ***/

/*** Article Details ----------------------------------------------------- ***/
div.article_detail div.image {
	margin-bottom: 15px;
	height: 150px;
	background: #ffffff none no-repeat scroll center center;
}
div.article_detail div.image span {
	display: block;
	height: 150px;
	background: transparent url(../images/image_border.png) no-repeat scroll left -170px;
}
div.article_detail p.date {
	font-weight: bold;
}
div.article_detail p.download {
	font-size: 14px;
	font-weight: bold;
}
div.article_detail p.back a {
	display: block;
	padding-top: 30px;
	margin-top: 15px;
	height: 0;
	overflow: hidden;
	background: transparent none no-repeat scroll center center;
}
div.article_detail p.next a {
	display: block;
}
div.article_detail p.next span.button {
	display: block;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	background: transparent none no-repeat scroll center center;
}
div.article_detail p.next span.title {
	display: block;
	padding-top: 5px;
	text-align: center;
}
div.article_detail p.next span.date {
	display: block;
	color: #666666;
	text-align: center;
	font-size: 11px;
}
/*** End Article Details ***/

/*** Calendar ------------------------------------------------------------ ***/
table.calendar {
	margin: 0 auto 15px auto;
	width: 175px;
	border: 1px solid #AEC8D3;
}
table.calendar caption {
	line-height: 25px;
	font-weight: bold;
}
table.calendar tbody {
	background: #fcfcfc url(../images/article_list_bg.gif) repeat-x scroll left top;
}
table.calendar th {
	text-align: center;
	border-bottom: 1px solid #AEC8D3;
	line-height: 20px;
	background-color: #dbdfe3;
}
table.calendar td {
	padding: 0;
	line-height: 20px;
}
table.calendar td a {
	display: block;
	text-align: center;
}
table.calendar td span.title {
	position: absolute;
	display: none;
	color: #666666;
	font-size: 11px;
	padding: 5px;
	background-color: #f0f0f0;
	font-weight: normal;
	text-align: left;
	border: 1px solid #AEC8D3;
	line-height: 1.5em;
}
table.calendar td a:hover {
	background-color: #dbdfe3;
}
table.calendar td a:hover span.title {
	display: block;
}
table.calendar td.selected {
	border: 1px solid #AEC8D3;
	background-color: #dbdfe3;
	font-weight: bold;
}
table.calendar td.highlighted {
	font-weight: bold;
	background-color: #eaeef2;
}
#event_calendar p.summary {
	text-align: center;
	font-size: 11px;
	line-height: 20px;
}
#event_calendar p.summary a {
	display: block;
}
/*** End Calendar ***/
