﻿.mc_news_validator, .mc_news_error_message
{
	color:Red;
	font:11px Arial;
}
.mc_news_message
{
	color:Green;
	font:12px Arial;
}
.mc_news_comment
{
	font-style:italic;
}

/*** Examples/MP_News.master ******************************************************/
.mc_news_body {
	background-color:#333;
	background:#333 url(../images/img01.gif);
	background-repeat:repeat-x;
}
.mc_news_mp {
	background-color:#ffffff;
	width:830px;
	font-family:Arial;
	font-size:12px;
	margin-top:50px;
	*margin-top:30px;
	margin-left:110px;
}
.mc_news_mp .menu_categories {
	vertical-align:top;
	width:200px;
}
.mc_news_mp a
{
	color:#7dc40d;
}
/*** Examples/News.aspx ***********************************************************/
.mc_news_fe_news_boxes 
{
	margin-top:20px;
	
}
.mc_news_fe_news_boxes .featured_news, .mc_news_fe_news_boxes .latest_news, .mc_news_fe_news_boxes .popular_news
{
	border: 1px solid #F3F3F3;
	padding:10px;
	float:left;
	margin-left:15px;
	width:230px;
}
.mc_news_fe_news_boxes .featured_news
{
	margin-left:10px;
}
.mc_news_fe_news_boxes .featured_news .header, 
.mc_news_fe_news_boxes .latest_news .header, 
.mc_news_fe_news_boxes .popular_news .header
{
	font-family: georgia, serif;
	font-size:16px;
	padding-bottom:10px;
	margin:0px;
}

/*** Examples/Languages.ascx ******************************************************/
.mc_news_fe_lang {
	margin:0 0 20px 15px;
}
.mc_news_fe_lang a {
	color:#333;
}
.mc_news_fe_lang a.selected {
	color:#7dc40d;
}

/*** Categories.ascx **************************************************************/
.mc_news_fe_categories 
{
	padding-right: 20px;
}
.mc_news_fe_categories ul {
	list-style:none;
	margin:0 0 10px 0; 
	padding:0 0 10px 0;
}
.mc_news_fe_categories ul li 
{
	padding: 5px 20px 5px 35px;
	background: url("FrontEndImages/bullet.gif") no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}
.mc_news_fe_categories a {
	color: #333;
	text-decoration: none;
}
.mc_news_fe_categories a:hover {
	text-decoration: underline;
	color: #000;
}

/*** NewsList.ascx ******************************************************/
.mc_news_fe_newslist {
	width:600px;
}
.mc_news_fe_newslist .news_list {
	margin:10px 0;
}
.mc_news_fe_newslist .news {
	border-bottom:solid 1px #e7e7e7;
	
}
.mc_news_fe_newslist .not_featured_news 
{
	padding:10px 0;
}
.mc_news_fe_newslist .featured_news {
		background-color:#eee;
		padding:10px 0;
}
.mc_news_fe_newslist .posted {
	font-size:11px;
	font-family:Arial, serif;
	color:#666;
}
.mc_news_fe_newslist .title {
	font-family: georgia, serif;
	font-size:16px;
}
.mc_news_fe_newslist .summary {
	padding:10px 0;
}
.mc_news_fe_newslist a.more {
	color: #7dc40d;
	font-size:13px;
	text-decoration:'underline';
}
.mc_news_fe_newslist .pager a {
	color: #7dc40d;
}
/*** FeaturedNews.ascx ****************************************************/
.mc_news_fe_featured_news .date_posted
{
	font-size:11px;
	font-family:Arial, serif;
	color:#666;
}
.mc_news_fe_featured_news .title{
	color: #7dc40d;
}
.mc_news_fe_featured_news .pager a {
	color: #7dc40d;
}
/*** LatestNews.ascx ****************************************************/
.mc_news_fe_latest_news .date_posted
{
	font-size:11px;
	font-family:Arial, serif;
	color:#666;
}
.mc_news_fe_latest_news .title{
	color: #7dc40d;
}
.mc_news_fe_latest_news .pager a {
	color: #7dc40d;
}
/*** PopularNews.ascx ****************************************************/
.mc_news_fe_popular_news .views
{
	font-size:11px;
	font-family:Arial, serif;
	color:#666;
}
.mc_news_fe_popular_news .title{
	color: #7dc40d;
}
.mc_news_fe_popular_news .pager a {
	color: #7dc40d;
}
/*** NewsDetails.ascx ***************************************************/
.mc_news_fe_news_details {
	width:600px;
}
.mc_news_fe_news_details .posted, .mc_news_fe_news_details .category, .mc_news_fe_news_details .source, 
.mc_news_fe_news_details .tags,.mc_news_fe_news_details .views {
	font-size:11px;
	font-family:Arial, serif;
	color:#666;
	clear:both;
}
.mc_news_fe_news_details .posted {
	float:left;
}
.mc_news_fe_news_details .category {
	float:right;
}
.mc_news_fe_news_details .source {
	clear:both;
}
.mc_news_fe_news_details .title {
	font-family: georgia, serif;
	font-size:16px;
	padding:10px 0;
}
.mc_news_fe_news_details .subtitle {
	font-weight:bold;
	font-size:12px;
}
.mc_news_fe_news_details .photo {
	float:right;
	font-size:11px;
	font-family:Arial, serif;
	color:#666;
}
.mc_news_fe_news_details .tags {
	float:left;
}
.mc_news_fe_news_details .views {
	float:right;
}
.mc_news_fe_news_details .back {
	clear:both;
	color: #7dc40d;
}
.mc_news_fe_news_details .back a {
	color: #7dc40d;
}
.mc_news_fe_news_details .read_also {
	font-family: georgia, serif;
	font-size:16px;
	padding:15px 0 5px 0;
	border-bottom: 1px solid #F3F3F3;
}
.mc_news_fe_news_details .linked_news {
	margin:10px 0;
}
.mc_news_fe_news_details .linked_news ul {
	list-style:none;
	margin:0;
}
.mc_news_fe_news_details .linked_news ul li {
	color: #333;
	padding: 5px 20px 5px 35px;
	background: url("FrontEndImages/bullet.gif") no-repeat 20px 50%;
}
.mc_news_fe_news_details .linked_news ul li a{
	color: #333;
}
.mc_news_fe_news_details .comments {
	width:440px;
}
.mc_news_fe_news_details .comments_header {
	border-bottom: 1px solid #F3F3F3;
	clear:both;
	height:23px;
}
.mc_news_fe_news_details .comments_header .title  {
	font-family: georgia, serif;
	font-size:16px;
	float:left;
	padding:0;
}
.mc_news_fe_news_details .comments_header .post {
	float:right;
}
.mc_news_fe_news_details .comments_header .post a {
	color: #7dc40d;
}
.mc_news_fe_news_details .comments_grid td
{
	border:1px solid #F3F3F3;
	padding:10px;
	vertical-align:top;
}
.mc_news_fe_news_details .comments_grid .posted_on
{
	padding-bottom:10px;
}
.mc_news_fe_news_details .comments_grid .comment_text
{
	WORD-BREAK:BREAK-ALL;
}

.mc_news_fe_news_details .comment_form {
	width:440px;
}
.mc_news_fe_news_details .input {
	width:350px;
}