/******************************************************/
/***************ARTICLE DISPLAY STYLES*****************/
/******************************************************/
.article_content {
	font-family : Arial;
	font-size : 10pt;
	overflow : auto;
	height : 400px;
	padding : 4px;
	/*background-color : #ffffff;*/
	text-align:left;
}
.article_cat_title_feed {
	font-family : Tahoma;
	font-size : 9pt;
	text-align : center;
	/*background-color : #ffffff;*/
	height : 20px;
	vertical-align : middle;
	padding:6px;
}
.article_date {
	font-family : Arial;
	font-size : 8pt;
	/*background-color : #222222;*/
}
.article_dream_blog_title, .article_dream_blog_title a, .article_dream_blog_title a:hover {
	color : #ffba60;
	font-family : Times;
	font-size : 12pt;
	font-weight : bold;
}
.article_dream_blog_desc {
	color : #ffffff;
	font-family : Times;
	font-size : 9pt;
}
.article_dream_blog_desc a,.article_dream_blog_desc a:hover{
	color : #ffba60;
	font-family : Times;
	font-size : 9pt;
}
.article_feed_article_row_table {
	width:400px;
	/*background-color:#333333;*/
}
.article_list_title, .article_list_title a, .article_list_title a:hover {
	color : #ffba60;
	font-family : Tahoma;
	font-size : 9pt;
}
.article_list_desc {
	color : #ffffff;
	font-family : Tahoma;
	font-size : 7pt;
}
.article_title_display {
	font-family : Arial;
	font-size : 14pt;
	color : #144161;
	font-weight:bold;
	/*background-color : #444444;*/
}
.article_title_feed, .article_title_feed a, .article_title_feed a:visited{
	font-family : Arial;
	font-weight : Bold;
	font-decoration : underline;
	font-size : 11pt;
	text-decoration:none;
}
.article_short_desc {
	font-family : Tahoma;
	text-align : justify;
}
.article_detail_container {
	height : 100%;
	overflow: auto;
	padding : 3px;
}
.article_see_more, .article_see_more a, .article_see_more a:hover {
	width : 100%;
	color : #222222; 
	/*background-color : #222222;*/
	font-size : 7pt;
	text-align : middle;
}
/*******************************************************/
/**************************END**************************/
/*******************************************************/