/*------------------------*/
/*------------------------*/
/*------------------------*/
/* CORE CSS STYLES FOR CMS*/
/*------------------------*/
/*------------------------*/
/*------------------------*/

/* ARTICLES LIST*/
.articles_category_title_1 {
	font-size: 23px;
	color: #AAAAAA;
	margin: 0px 0px 20px 0px;
}

.articles_category_title_2 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	width: auto;
	display: block;
	padding: 7px 20px;
	margin: 15px 0px 40px 0px;
	border: 1px solid #CCCCCC;
	background: #DADADA url(/content/site/images/graphics/list_header_row.jpg) repeat-x;
}
.articles_category_title_2 a:link, .articles_category_title_2 a:visited, .articles_category_title_2 a:active {
	font-weight: bold;
	color: #333333;
}
.articles_category_title_2 a:hover {
	color: #666666;
}

.articles_category_title_3 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 5px;
	margin: 0px;
}
.articles_category_title_3 a:link, .articles_category_title_3 a:visited, .articles_category_title_3 a:active {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	padding: 1px 0px 1px 30px; 
	background: url(/content/site/images/graphics/circle_arrow_forward_light.png) no-repeat;
}
.articles_category_title_3 a:hover {
	color: #666666;
}
.articles_container {
	margin: 15px 0px 25px 30px;
	padding-top: 15px;
}
.articles_container p {
	padding: 0px;
	margin: 0px;
}
.articles_author {
	font-size: 12px;
	font-family: Helvetica, Arial, san-serif;
}
.articles_date {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #888888;
	padding-left: 30px;
}
.articles_category_description {
	margin-bottom: 15px;
}


/* CATEGORY COLUMN */


.articles_category_list_column {
	background: url(../images/articles_category_tiling.png);
}
.articles_category_list_container {
	padding: 15px;
}
.articles_categories_list {
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.articles_categories_list a:link, .articles_categories_list a:visited, .articles_categories_list a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}
.articles_categories_list a:hover {
	color: #666666;
}
.articles_categories_list_title {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding: 0px 0px 20px 10px;
}

/* ARTICLES DETAILS PAGE */

.articles_content_title {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.articles_content_date {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #888888;
	margin-bottom: 15px;
}

/* BLOG */
.blog_spacer {
	padding: 10px 0px;
	border-bottom: 1px solid #999999;
}

.popupbox_rss {
	text-align: left;
	padding: 10px;
	width: 160px;
	display: none;
	background: url(/content/site/images/graphics/tip_note_bg-m.png) top left;
	margin: 0;
	color: #FFFFFF;
	font-size: 11px;
}
.popupbox_rss a:link, .popupbox_rss a:visited, .popupbox_rss a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.popupbox_rss a:hover {
	color: #CCCCCC;
}

