﻿/*Controls Styles*************************************************************************/
.mc_forum_maintable {
	font-size:11px;
	width:100%;
}

.mc_forum_maintable td {
    vertical-align:middle;
}

.mc_forum_link_nounderline {
	color:#616266;
	cursor:text;
	font-size:11px;
	text-decoration:none;
}

a.mc_header_link, a.mc_header_link:visited , a.mc_header_link:link
{
    color:#fff;
	font-size:12px ;
}

a.mc_forum_link, a.mc_forum_link:visited , a.mc_forum_link:link
{
	/*color:#fff;*/
	color:#616266;
	font-size:12px ;
}

/*** Breadcrumb Styles ********************************************************************/
.div_breadcrumb {
    float: left;
    padding-left:5px;
}

.div_breadcrumb a , a.div_breadcrumb {
    color:#fff;
}
a.mc_crumb_link, a.mc_crumb_link:link
{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
.div_links {
    float: right;
    padding-right:5px;
}

.mc_forum_breadcrumb_separator {
	color:#fff;
	font-size:11px ;
}

.mc_forum_bold_link {
	color:#616266;
	font-size:11px ;
	font-weight:bold;
}

.mc_forum_label
{
	color:#616266;
	font-size:11px ;
	font-weight:bold;
}

.mc_forum_button, .mc_btn_create_forum , .mc_btn_save, .mc_btn_cancel, 
.mc_btn_post, .mc_btn_replay, .mc_btn_search, .mc_btn_ok {  	
	height:27px;	
	/*padding:2px 0px 7px 0px;
	*padding:3px 0px 6px 0px;*/
	border:none;
	font-family:Tahoma, Arial, Verdana, Times New Roman;
    font-size:12px;
    color:#fff;
    cursor:pointer;
}

.mc_btn_create_forum, .mc_btn_replay {
   background: url('images/btn_129.gif') 0 0 no-repeat;
   width:129px;	
}
 
.mc_btn_save, .mc_btn_cancel , .mc_btn_search, .mc_btn_ok, .mc_btn_post {
    background: url('images/btn_61.gif') 0 0 no-repeat;
    width:61px;	  
    height:23px;
}

.mc_forum_input_short {
	border:1px #C0C0C0 solid;
	font-size:12px ;
	width:170px;
}

.mc_forum_input_long {
	border:1px #C0C0C0 solid;
	font-size:12px ;
	width:430px;
}

.mc_forum_validator {
	color:Red;
}

.mc_forum_message_box
{
	background-color:#f6f5f4;
	height:auto;
}
.mc_forum_message
{
	color:Green;
}
.mc_forum_popup_error_background
{
	background-color:Gray;
	filter:alpha(opacity = 70);
	opacity:0.7;
}
.mc_forum_popup_error_title
{
	color:#636365;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}
.mc_forum_popup_error
{
	background-color:#f5f5f5;
	border:solid 1px Gray;
	color:#636365;
	font-size:12px;
	padding:10px;
	width:300px;
}
.mc_forum_error_message
{
	color:Red;
}
.mc_forum_dropdown_short
{
	font-size:12px;
	width:170px;
}
.mc_forum_dropdown_long
{
	font-size:12px ;
	width:434px;
}
.mc_forum_listbox
{
	font-size:12px ;
	width:170px;
}
.mc_forum_checkbox
{
	margin-left:-4px;
}
.mc_forum_pager 
{
	background:#DEDEDE;		
	border-bottom: solid 1px #C0C0C0;
	padding:2px 4px 5px 10px;
	margin-bottom:1px;
	margin-left:1px;
}
.mc_forum_pager a
{
	color:#3c606e;
	font-size:11px ;
}
.mc_forum_text
{
	font-size:11px;
}
/*Common Grid Styles*********************************************************************/
.mc_forum_grid
{
	border-collapse:collapse;
	color:#636365;
	font-size:12px ;
	margin-left:1px;
	_margin-left:0;
	padding:0px;	
	text-align:left;
	width:100%;
}

.mc_forum_grid td
{
	border:solid 1px #ffffff;
	border-collapse:collapse;
	padding:10px;
}
.mc_forum_grid_header
{
	background: url('images/forum_header_back.gif') 0 0 repeat-x;
    height:31px;
    font-size:14px;
    padding:0px 10px 0 10px;    
    border-collapse:collapse;
    margin-left:1px;
}
.mc_forum_grid_header th
{
	border:solid 1px #ffffff;
	padding:0 5px;
}
.mc_forum_grid_sub_header
{
	background-color:#EAEAEA;
	color:#ffffff;	
	font-weight:bold;	
	height:30px;		
	color:#1079BD;
}
.mc_forum_grid_sub_header th
{
	border:solid 1px #ffffff;
	
	padding-bottom:1px;
	padding:5px 5px 0px 5px;
}

.mc_forum_grid_col
{
	background:#F5F5F5
}
.mc_forum_grid td a
{
	color:#636365;
}

.mc_forum_grid_col_alternative
{
	background:#DEDEDE;
}


/*Common Add/Edit Table Styles****************************************************************/
.mc_forum_table
{
	padding:0px;	
	text-align:left;
}
.mc_forum_table_label_col
{
	width:100px;
}
.mc_forum_table th
{
	background: url('images/forum_header_back.gif') 0 0 repeat-x;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #fff;
	border-collapse:collapse;
	color:#636365;
	font-size:14px;
    height:31px;
    margin-left:1px;
    padding:0px 10px 0 10px;    
}
.mc_forum_table_row1_padding
{
    padding-top:10px!important;	
}
.mc_forum_table td
{
	background:#ECECEC;
	padding-left:10px;	
	padding-bottom:5px;
}

/*** Forums Grid Styles*****************************************************************/
.mc_forum_divForumGroupTitle {
	float:left;
	padding-top:3px;
}
.mc_forum_divForumGroupTitle span {
    color:#911214;
}
.mc_forum_divForumGroupAdminButtons
{
	float:right;
	vertical-align:top;
	padding-bottom:4px;
	padding-right:5px;
}
.mc_forum_forumlist_header_col1
{
	text-align:left;
	width:480px;
	border-left:none !important;
}
.mc_forum_forumlist_header_col2
{
	text-align:center;
	width:50px;
}
.mc_forum_forumlist_header_col3
{
	text-align:center;
	width:50px;
}
.mc_forum_forumlist_header_col4
{
	text-align:left;
	width:270px;
}
.mc_forum_forumlist_col1
{
	vertical-align:top;
	/*width:480px;*/
}
.mc_forum_forumlist_col2
{
	text-align:center;
	width:50px;
}
.mc_forum_forumlist_col3
{
	text-align:center;
	width:50px;
	background:#D0D0D0;
}
.mc_forum_forumlist_col4
{
	/*width:270px;*/
	background:#E7E7E7;
}
.mc_forum_tdCreateForumGroupButton
{
	text-align:right;
	padding-top:10px;	
	padding-right:0px ! important;
}
/*Forum Topics Grid Styles*****************************************************************/
.mc_forum_topiclist_header_col1
{
	text-align:center;
	width:35px;
}
.mc_forum_topiclist_header_col2
{
	text-align:center;
	width:345px;
	padding:0px 5px!important;
	border-left:none !important;
}

.mc_forum_topiclist_header_col3
{
	text-align:center;
	width:100px;
	padding:0px 5px!important;
}
.mc_forum_topiclist_header_col4
{
	text-align:center;
	width:50px;
	padding:0px 5px!important;
}
.mc_forum_topiclist_header_col5
{
	text-align:center;
	width:50px;
	padding:0px 5px!important;
}
.mc_forum_topiclist_header_col6
{
	text-align:left;
	width:270px;
	padding:0px 5px!important;
}
.mc_forum_topiclist_col1
{	
	vertical-align:top;
	text-align:center;
	background:#F6F4F5;
	width:35px;
}
.mc_forum_topiclist_col2
{	
	vertical-align:top;
	background:#ECECEC
}
.mc_forum_topiclist_col3
{	
	text-align:center;
}
.mc_forum_topiclist_col4
{	
	text-align:center;
}
.mc_forum_topiclist_col5
{	
	text-align:center;
	background:#D0D0D0;
}
.mc_forum_topiclist_col6 
{
	background:#E7E7E7;
	padding: 0 10px 0 10px !important;
	
}
.mc_forum_tdCreateTopicButton
{
	text-align:right;
	padding-top:10px;
	padding-right:5px!important;
}
/*** Posts Grid Styles **************************************************************/
.mc_forum_postlist_col1
{
	width:190px;
	padding:10px ! important;
	vertical-align:top;
	border-left: none !important;
}
.mc_forum_postlist_col2
{
	padding:10px ! important;
	vertical-align:top;	
	background:#ECECEC;	
}
.mc_forum_divPostDate
{
	padding-bottom:5px;
	border-bottom:dashed 1px #ffffff;
}
.mc_forum_divPost
{
	padding-top:10px;
}
.mc_forum_tdCreateForumPostButton
{
	text-align:right;
	padding-top:10px;
	padding-right:5px!important;
}
/*** ForumGroupAddEdit Styles******************************************/
.mc_forum_group_table
{
	width:600px;
	padding:0px;
}
.mc_forum_divForumGroupButton
{
    float:right;
    padding-right:40px;
}

/*** ForumAddEdit Styles**********************************************************/
.mc_forum_forum_table
{
	width:600px;
}
.mc_forum_divForumUsers
{
	padding:7px;
	float:left;
	width:419px;
}
.mc_forum_divAdministrators
{
	/*float:left;*/
}
.mc_forum_divModerators
{
	/*float:right;*/
}
.mc_forum_divForumButton
{
   float:right;
   padding-right:40px; 
}

/*** ForumTopicAddEdit Styles **************************************************/
.mc_forum_topic_table
{
	width:600px;
	
}
.mc_forum_divForumTopicButton
{
    float:right;
    padding-right:50px;
}


/*** ForumPostAddEdit Styles **************************************************/
.mc_forum_post_table
{
	width:600px;
}
.mc_forum_divForumPostButton
{
    float:right;
    padding-right:45px;
}

/*** ForumUserProfile Preview Styles**********************************************************/
.mc_forum_profile_table
{
	font-size:11px ;
	width:650px;
}
/*** ForumUserProfile Edit Styles**********************************************************/
.mc_forum_userprofile_iframe
{
	width:680px;
	height:450px;
}
/*** ForumSearchCriteria Styles***********************************************************************/
.mc_forum_search_table
{
	width:100%
}

.mc_forum_divSearchGroup
{
   padding-left:410px;
}

.mc_forum_tree
{
	height:200px;
	width:432px;
	overflow:auto;
	border:solid 1px #C0C0C0;
	background-color:#ffffff;
}
.mc_forum_tree td
{
	background-color:#ffffff ! important;
	padding:0px ! important;
}
.mc_forum_search_table_col1
{
	width:100px;
}
.mc_forum_search_table_col2
{
	
}


/*** AJAX Calendar Extender ***************************************************************/
.mc_calendar
{
    padding: 0px 0px 3px 0px;
    vertical-align:middle;
}
.mc_forum_calendar 
{
	display:inline ! important;
}

.mc_forum_calendar td
{
	padding:0px ! important;
	background:#d4deea ! important;
}


.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}

.ajax__calendar_days {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;z-index: 3; background-color: White;}
.ajax__calendar_months {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;z-index: 2; background-color: White;}
.ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;z-index: 1; background-color: White;}

.ajax__calendar_container TABLE {font-size:11px;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(images/calendar-arrow-left.gif);}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(images/calendar-arrow-right.gif);}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

/*** ForumSearchResults Styles ***************************************************************/
.mc_forum_search_results
{
	width:100%
}

/*** ForumErrorInformation Styles *********************************************************/
.mc_forum_message_table
{
	width:100%;
}
.mc_forum_message_info
{
	padding:40px ! important;
	text-align:center;
}

.mc_top_left_corner {
    background:url('images/left_corner_black.gif') 0% 0 no-repeat;
    height:37px;
    width:4px;
}

.mc_top_right_corner {
    background:url('images/right_corner_black.gif') 100% 0 no-repeat;
    height:37px;
    width:4px;
}
.mc_top_bg {
    background:url('images/top_bg.gif')  0 0 repeat-x;
	height:37px;
	width:948px;		
}

.ms_border {
    border-bottom: solid 1px #de1b43;
}

.mc_forum_content {
    border-left: solid 1px #b2b2b2;
    border-right: solid 1px #b2b2b2;    
    height: 100% !important; /* for modern browsers */
    height: 330px;          /* for IE5.x and IE6 */
    min-height: 330px;     /* for modern browsers */
    padding:0px 0px 0px 0px;
    overflow: hidden;
}  
.mc_forum_top_left_corner {
    background:url('images/top_left_corner.gif') 0 0 no-repeat;
    height:6px;
    font-size:1px;
    padding:0 0 0 7px;
}
.mc_forum_top_right_corner {
    background:url('images/top_right_corner.gif') 100% 0 no-repeat;
    height:6px;
    font-size:0px;    
}

.mc_forum_navigation_margin {
    margin:-6px 0px 0 -1px;   
    position:absolute;
    background:#000;         
}

.mc_forum_navigation a
{
	color:#fff;
}

.mc_forum_navigation a:hover {
	color:#fff;
}

.mc_username {
    text-align: right; 
    padding-right: 10px; 
    color:#911214; 
    font-weight:bold;
}

