﻿/*******************************************************************************************/
/* General Styles used in user controls of News Administration										       */
/*******************************************************************************************/
img
{
	border:0px;
}

.mc_news_label			/* Style for <asp:Label/> controls infront of textboxes,.. */
{
	font:11px Tahoma, Arial;		
}
.bold {
    font-weight:bold;  
}
.mc_news_input_short	/* Style used for short <asp:TextBox/> controls. */
{
	font:11px Tahoma, Arial;
	width:160px;
}
.mc_news_input_long		/* Style used for long <asp:TextBox/> controls. */
{
	font:11px Tahoma, Arial;
	width:395px;
}
.mc_news_button			/* Style used for <asp:Button/> controls. */
{
	background:#666699;
	border:none;
	color:#ffffff;
	cursor:pointer;
	font:11px Tahoma, Arial;
	font-weight:bold;
	height:20px;
}
.mc_news_dropdown		/* Style used for short <asp:DropDownList/> controls. */
{
	font:11px Tahoma, Arial;
	width:167px;
}
.mc_news_input_file		/* Style used for <asp:FileUpload/> controls. */
{
	font:11px Tahoma, Arial;
	width:395px;
}
.mc_news_header_link	/* Style used for links in the header of grids */
{
	color:#2561db;
	font:12px Tahoma, Arial;
	font-weight:bold;
}
.mc_news_validator
{
	font:11px Tahoma, Arial;
	color:Red;
}
.mc_news_message
{
	font:12px Tahoma, Arial;
	color:Green;
}
.mc_news_error_message
{
	font:11px Tahoma, Arial;
	color:Red;
}
.mc_news_title
{
	color:#2561db;
	font:14px Tahoma, Arial;
	font-weight:bold;
}
.mc_news_clear
{
	clear:both;
}
.mc_news_lblNotTranslated
{
	font-style:italic ! important;
}
.mc_news_comment
{
	font:11px Tahoma, Arial;
	font-style:italic;
}
.mc_news_calendar td
{
	padding:0px ! important;
}
.mc_news_padding3
{
	padding-left:3px;
}
/*******************************************************************************************/
/* Styles for Common Table With Details													   */
/*******************************************************************************************/
.mc_news_table
{
	clear:both;
	background-color:#f2f2f2;
	margin-bottom:15px;
	font:12px Tahoma, Arial;
}
.mc_news_table th
{
	background:#b2ccef;
	color:#2561db;
	font-weight:bold;
	height:25px;
	padding:0 5px;	
	text-align:left;
}
.mc_news_table td
{
	padding:5px 10px;
}
.mc_news_table_row_padding td
{
	padding-top:10px!important;
}

/*******************************************************************************************/
/* Styles for Common GridView															   */
/*******************************************************************************************/
.mc_news_grid
{
	font:11px Tahoma, Arial;
	padding:0px;
	text-align:left;
}
.mc_news_grid td
{
	font-size:12px;
	padding:10px 5px;
}
.mc_news_grid_header
{
	
	font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 12px;
    font-weight: bold;
    border-bottom: solid 2px #FFFFFF;
    color: #fff;
    height:36px;
    text-align:left;
    padding: 0 0 0px 0;   
}
.mc_news_grid_header a, .mc_news_grid_header a:visited {
    color:#fff;
}
.mc_news_grid_header th
{
	
	padding:0 5px;
}
.mc_news_grid_border_bottom td{
    border-bottom: solid 1px #a9a9a9;	
}
.mc_news_grid_row
{
	border-bottom: solid 1px #a9a9a9;
}
.mc_news_left_bracket
{
	color:Gray;
	font-size:14px;
}
.mc_news_right_bracket
{
	color:Gray;
	font-size:14px;
}
.mc_news_link_btn
{
	color:#9BD549;
	font:12px Arial;
	font-weight:bold;		
}
/*
a.mc_news_link_btn_edit
{
	color:#9BD549;
	font:12px Arial;
	font-weight:bold;
	background: url('../../../images/btn_edit.gif') 0 0 no-repeat;	
	width:32px;
	height:31px;
	float:left;
}
*/
.mc_news_disabled_lnk
{
	color:Gray;
	font-weight:bold;
}
/*******************************************************************************************/
/* Styles used in user control NewsAdministration.ascx												       */
/*******************************************************************************************/
.mc_news_popup_error_background, .mc_news_popup_background
{
	background-color:Gray;
	filter:alpha(opacity = 70);
	opacity:0.7;
}
.mc_news_popup_error_title
{
	color:#636365;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}
.mc_news_popup_error
{
	background-color:#f5f5f5;
	border:solid 1px Gray;
	color:#636365;
	font-family:Arial;
	font-size:12px;
	padding:10px;
	width:300px;
}
.mc_news_main_panel
{
	
	/*width:1006px;*/
}
.mc_news_main_table
{
	background-color:#fff;
	height: 550px !important; /* for modern browsers */
    height: 550px; /* for IE5.x and IE6 */
    min-height: 550px; /* for modern browsers */    
}
.mc_news_main_table td
{
	vertical-align:top;
}
.mc_news_inner_panel
{
	margin:0px ;
}
/*** Menu styles ***/
.mc_news_menu
{
	float:left;
}
.mc_news_menu table
{
	border-collapse:collapse;
}
.mc_news_menu_item
{
	background:#9BD549;
	border:solid 1px #ffffff;
	border-collapse:collapse;
	height:20px;
	width:110px;
	text-align:center;
}
.mc_news_menu_item_selected
{
	background:#9BD549 url("BackEndImages/menu_item_selected.gif");
	border:solid 1px #ffffff;
	height:20px;
	width:110px;
	text-align:center;
}
.mc_news_menu_item a,.mc_news_menu_item_selected a
{
	color:#fff;
	display:block;
	font:12px Arial;
	font-weight:bold;
	height:100%;
	padding-top:5px;
	text-decoration:none;
}


/*** User name style ***/
.mc_news_username
{
	float:right;
}
.mc_news_panel_content
{
	clear:both;
	/*width:1085px;*/
}
/*******************************************************************************************/
/* Styles used in user control AdminNewsList.ascx										   */
/*******************************************************************************************/
/*** Search Area ***/
.mc_news_filter
{
	background-color:#fff;
	width:100%;
}
.mc_news_filter_inner 
{
	padding:10px;
}
.mc_news_lblCategory, .mc_news_lblWrittenBy, .mc_news_lblShowOnlyTranslated
{
	margin-left:0px;
}
.mc_news_btnReset, .mc_news_btnSearch
{
	margin:0 0 5px 10px;
}
.mc_news_lblPublishedBetween
{
}
.mc_news_lblAnd
{
	margin:0 7px;
}
.mc_news_lnk_expand, .mc_news_lnk_collapse
{
	font:12px Arial;
}
.mc_news_lnk_expand
{
	background:url("BackEndImages/arrow_down.gif") 0px 0px no-repeat;
	padding-left:20px;
	text-decoration:underline;
	cursor:pointer;
}
.mc_news_lnk_collapse
{
	background:url("BackEndImages/arrow_up.gif") 0px 0px no-repeat;
	padding-left:20px;
	text-decoration:underline;
	cursor:pointer;
}
.mc_news_divAdvancedSearch
{
	clear:both;
	margin-top:5px;
	padding-top:7px;	
}
.mc_news_lbl_checkbox_search_in				
{
	width:140px;	
}
.mc_news_checkbox_search_in
{
	margin-top:-3px;
}
/*Grid with news*/
.mc_news_newslist_header_col1 /* Checkbox column */
{
	width:20px;
	text-align:center;
}
.mc_news_newslist_col1
{
	width:20px;
	text-align:center;
}
.mc_news_newslist_header_col2 /* Id */
{
	width:60px;
}
.mc_news_newslist_col2
{
	
}
.mc_news_newslist_header_col3 /* Title */
{
	
}
.mc_news_newslist_col3
{
}
.mc_news_newslist_header_col4 /* SubTitle */
{
	
}
.mc_news_newslist_col4
{
}
.mc_news_newslist_header_col5 /* Category */
{
	width:80px;
	text-align:center;
}
.mc_news_newslist_col5
{
	text-align:center;
}
.mc_news_newslist_header_col6  /* Author */
{
	width:100px;
	text-align:center;
}
.mc_news_newslist_col6
{
	text-align:center;
}
.mc_news_newslist_header_col7  /* DatePosted */
{
	width:110px;
	text-align:center;
}
.mc_news_newslist_col7
{
	text-align:center;
}
.mc_news_newslist_header_col8  /* IsFeatured */
{
	width:65px;
	text-align:center;
}
.mc_news_newslist_col8
{
	text-align:center;
}
.mc_news_newslist_header_col9  /* Approve/Disapprove */
{
	width:90px;
	text-align:center;
}
.mc_news_newslist_col9
{
	text-align:center;
}
.mc_news_newslist_header_col10  /* Actions */
{
	width:170px;
}
.mc_news_newslist_col10
{
	width:170px;
	text-align:center;
}
.mc_news_actions td
{
	padding:0 0 0 5px;
	border:0;
}
/*******************************************************************************************/
/* Styles used in user control AdminNewsAddEdit.ascx									   */
/*******************************************************************************************/
.mc_news_tbl_addedit
{
	/*width:1085px;*/
}
.mc_news_ddlHourPosted
{
	margin-left:36px;
}
.mc_news_tbl_linked_news
{
	width:500px;
}
.mc_news_chkIsApproved
{
	padding-left:20px;
}
.mc_news_divDate
{
	float:left;
	padding-right:3px;
}
.mc_news_not_visible_category
{
	color:Gray;
}
.mc_news_linked_news_popup
{
	width:1090px;
	vertical-align:top;
	background-color:#fff;
	padding:10px;
}
.mc_news_div_close_search_news
{
	float:right;
}
.mc_news_div_preview
{
	background-color:#fff;
	padding:3px 10px 5px 8px;
	width:670px;
	height:700px;
}
.mc_news_div_close_preview
{
	float:right;
	padding-bottom:3px;
}
.mc_news_frame_preview
{
	height:95%;
	width:100%;
	padding:0;
	margin:0;
}
/*******************************************************************************************/
/* Styles used in user control AdminUserList.ascx										   */
/*******************************************************************************************/
/*** Search Area ***/
.mc_news_user_filter_table
{
	margin:10px 0px 15px 0px;
	width:100%;
}
.mc_news_user_filter_table_divBtnSearch
{
	padding:15px 0 5px 0;
}
/* Styles for checkboxes for News user roles. */
.mc_news_lbl_checkbox_roles				
{
	float:left;
}
.mc_news_checkbox_roles
{
	border:none;
	float:left;
	font:11px Arial;	
	margin-top:-12px;	
}
.mc_news_checkbox_roles td
{
	padding:5px 0 0 0;
}
/* Styles for radio buttons for News user roles. */
.mc_news_radiobutton
{	
	border:none;
	font:11px Arial;
	margin-top:-5px;
}
.mc_news_radiobutton td
{
	border:none !important;
	padding:0px !important;
}
/* Styles for GridView gvUsers */
.mc_news_userlist_header_col1	/* First Name */
{
	text-align:left;
	width:170px;
}
.mc_news_userlist_header_col2	/* Last Name */
{
	text-align:left;
	width:170px;
}
.mc_news_userlist_header_col3	/* User Name */
{
	text-align:left;
	width:170px;
}
.mc_news_userlist_header_col4	/* Email */
{
	text-align:left;
	width:240px;
}
.mc_news_userlist_header_col5	/* Additional Info */
{
	text-align:left;
	width:300px;
}
.mc_news_userlist_header_col6	/* User Role */
{
	text-align:left;
	width:230px;
}
.mc_news_userlist_col1
{
	vertical-align:top;
}
.mc_news_userlist_col2
{
	vertical-align:top;
}
.mc_news_userlist_col3
{
	vertical-align:top;
}
.mc_news_userlist_col4
{
	vertical-align:top;
}
.mc_news_userlist_col5
{
	vertical-align:top;
}
.mc_news_userlist_col6
{
	vertical-align:top;
}

/*******************************************************************************************/
/* Styles used in user control AdminCategoryList.ascx									   */
/*******************************************************************************************/
/* Styles for GridView gvCategories */
.mc_news_categorylist_header_col1	/* Id */
{
	text-align:left;
	width:60px;
}
.mc_news_categorylist_header_col2	/* Category Name */
{
	text-align:left;
	width:270px;
}
.mc_news_categorylist_header_col3	/* Is Visible */
{
	text-align:center;
	width:100px;
}
.mc_news_categorylist_header_col4	/* News Count */
{
	text-align:center;
	width:100px;
}
.mc_news_categorylist_header_col5	/* Actions */
{
	text-align:left;
	width:240px;
}
.mc_news_categorylist_col1
{
	vertical-align:top;
}
.mc_news_categorylist_col2
{
	vertical-align:top;
}
.mc_news_categorylist_col3
{
	vertical-align:top;
	text-align:center;
}
.mc_news_categorylist_col4
{
	vertical-align:top;
	text-align:center;
}
.mc_news_categorylist_col5
{
	vertical-align:top;
}

/*******************************************************************************************/
/* Styles used for user control AdminCategoryAddEdit.ascx							       */
/*******************************************************************************************/
.mc_news_tbl_category
{
	width:530px;
}
.mc_news_chkIsVisible
{
	margin:0px 0 0px -4px;
}

/*******************************************************************************************/
/* Styles used for user control AdminCommentList.ascx							           */
/*******************************************************************************************/
.mc_news_comment_filter
{
	margin:10px 0px 15px 0px;
	background-color:#f2f2f2;
	padding:10px;
}
.mc_news_comment_filter_status
{
	padding-left:10px;
	display:inline;
}
.mc_news_comments_filter_tdButtons
{
	padding-left:40px;
}
.mc_news_comments_filter_divBtnSearch
{
	padding-bottom:5px;
}
.mc_news_commentlist_header_col1 /* Comment Text */
{
	
}
.mc_news_commentlist_col1
{
}
.mc_news_commentlist_header_col2   /* Author*/
{
	width:100px;
	text-align:center;
}
.mc_news_commentlist_col2
{
	text-align:center;
}
.mc_news_commentlist_header_col3 /* Date Posted*/
{
	width:100px;
	text-align:center;
}
.mc_news_commentlist_col3
{
	text-align:center;
}
.mc_news_commentlist_header_col4 /* News Title*/
{
	width:250px;
}
.mc_news_commentlist_col4
{
	
}
.mc_news_commentlist_header_col5 /* News Id*/
{
	width:70px;
}
.mc_news_commentlist_col5
{
	
}
.mc_news_commentlist_header_col6 /*IsApproved*/
{
	width:100px;
	text-align:center;
}
.mc_news_commentlist_col6
{
	text-align:center;
}
.mc_news_commentlist_header_col7 /*Edit & Delete*/
{
	width:100px;
}
.mc_news_commentlist_col7
{
}

/*******************************************************************************************/
/* Styles used for user control AdminCommentAddEdit.ascx								   */
/*******************************************************************************************/
.mc_news_tbl_edit_comments
{
	margin-top:20px;
}
/*******************************************************************************************/
/* Styles used for user control AdminLanguages.ascx										   */
/*******************************************************************************************/
.mc_news_lang_link				
{
	color:#2561db;
	font:12px Arial;
	font-weight:bold;
}
.mc_news_lang_link_selected				
{
	color:#87526e;
	font:12px Arial;
	font-weight:bold;
}
.mc_news_lang_delimiter
{
	width:5px;
}
/*******************************************************************************************/
/* Styles used for user control Pager.ascx												   */
/*******************************************************************************************/
.mc_news_pager 
{
	font:12px Tahoma, Arial;
	padding:10px 0px;
	color:#32792e;
}
.mc_news_pager a
{
	color:#000;
	font:12px Tahoma, Arial;
	text-decoration:underline;
}
.mc_news_pager a:hover {
   color:#018C00;
}
.news_table, .news_add_edit {
    float: left;
    display: inline;
}
.news_table td, .news_add_edit td{
    padding:6px 4px 6px 3px;
}
.news_table td.text {
    width:150px;    
}

