﻿.mc_news_validator, .mc_news_error_message {
	color:Red;
	font:11px Tahoma;
}
.mc_news_padding3 {
	padding:0 3px;
}
.mc_news_message {
	color:Green;
	font:12px Tahoma;
}
.mc_news_comment {
	font-style:italic;
}
/*** Examples/MP_News.master ******************************************************/
.mc_news_mp {
	width:100%;
	font-family:Tahoma;
	font-size:12px;
}
.mc_news_mp .menu_categories {
	vertical-align:top;
	width:200px;
}
/*** Examples/News.aspx ***********************************************************/
.mc_news_fe_news_boxes {
	padding-left:40px;
	vertical-align:top;
}
.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;
}
.mc_news_fe_news_boxes .latest_news, .mc_news_fe_news_boxes .popular_news {
	margin-top:20px;
}
.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;
}

/*** 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-bottom: 10px;
}
.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: #000 ! important;
	text-decoration: none;
	font-size:12px;
}
.mc_news_fe_categories a:hover {
	text-decoration: underline;
}
.mc_news_fe_categories  .selected_category{
	font-size:12px;
	color: #178fbf ! important;
	font-weight:bold;
}
/*** 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:0 0 10px 0;
}
.mc_news_fe_newslist .featured_news {
	/*background-color:#eee;*/
	padding:0 0 10px 0;
}
.mc_news_fe_newslist .posted {
    font-size:12px;
    font-weight:bold;
}
.mc_news_fe_newslist .title {
    font-size:12px;
    font-weight:bold;
	color:#178fbf;
}
.mc_news_fe_newslist .summary {
	padding:10px 0;
}
.mc_news_fe_newslist a.more {
	color:#178fbf;
	font-size:13px;
	text-decoration:'underline';	
}
.mc_news_fe_newslist .pager
{
	color:#178fbf;
	font-size:12px ! important;
}
.mc_news_fe_newslist .pager table
{
	width:auto;
}
.mc_news_fe_newslist .pager table td
{
	width:auto;
}
.mc_news_fe_newslist .pager a{
	color: #000;	
	text-decoration:none ! important;
}
.mc_news_fe_newslist .pager .nav_links
{
	color:#000 ! important;	
}
.mc_news_fe_newslist .pager .nav_links a
{
	font-weight:bold;
}
/*** FeaturedNews.ascx ****************************************************/
.mc_news_fe_featured_news .date_posted {
	font-family:Tahoma;
    font-size:12px;
}
.mc_news_fe_featured_news .title{
	color:#178fbf;
    font-size:12px;
    padding:4px 0 4px 0;
}
.mc_news_fe_featured_news .div
{
	 padding:4px 0 2px 0;
}
.mc_news_fe_featured_news .pager a {
	color:#178fbf;
}
/*** LatestNews.ascx ****************************************************/
.mc_news_fe_latest_news .date_posted {
	font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
}
.mc_news_fe_latest_news .news_title{
	color:#178fbf;
    font-size:12px;
    padding:4px 0 4px 0;
}
.mc_news_fe_latest_news .pager a {
	color:#178fbf;
}
/*** PopularNews.ascx ****************************************************/
.mc_news_fe_popular_news .views {
	font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
}
.mc_news_fe_popular_news .title{
	color:#178fbf;
    font-size:12px;
    padding:4px 0 4px 0;
}
.mc_news_fe_popular_news .pager a {
	color:#178fbf;
}
/*** NewsDetails.ascx ***************************************************/
.mc_news_fe_news_details {
	width:100%;
	margin-top:15px;
}
.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:12px;
	font-family:Tahoma;
	color:#000;
	clear:both;
}
.mc_news_fe_news_details .posted {
	float:left;
	font-weight:bold;
}
.mc_news_fe_news_details .category {
	float:right;
	display:none;
}
.mc_news_fe_news_details .source {
	display:none;
}
.mc_news_fe_news_details .title {
	font-size:12px;
    font-weight:bold;
	color:#178fbf;
}
.mc_news_fe_news_details .subtitle {
	font-size:12px;
}
.mc_news_fe_news_details .photo 
{
	padding-left:20px;
	font-size:12px;
	font-family:Tahoma;
	color:#000;
}
.mc_news_fe_news_details .tags {
	float:left;
	padding-top:15px;
}
.mc_news_fe_news_details .views {
	float:right;
	display:none;
}
.mc_news_fe_news_details .back {
	clear:both;
	padding-top:15px;
}
.mc_news_fe_news_details .back a {
	 color:#178fbf;
    text-decoration:underline;
    font-size:12px;
    padding:0 13px 0 0;
}
.mc_news_fe_news_details .read_also {
	font-family: Tahoma;
	font-weight:bold;
	font-size:14px;
	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: #000;
	text-decoration:none;
}
.mc_news_fe_news_details .linked_news ul li a:hover {
	text-decoration:underline;
}
.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;
}
