﻿

/* = COMMUNITY LOG IN SECTION
=================================================== */

#cm_logIn 
{
	width: 368px;
	padding: 12px;
	border: 1px solid #bbb;
	text-align:center;   
	margin:0 auto;
}

#cm_logIn  table, #cm_logIn td {
    text-align: center;
}

#cm_logIn table
{
	background: #eee;
}

#cm_logIn .loginTitle 
{
	font-weight: bold;
	color: #fff;
	background: #666;
	width: 368px;
	padding: 6px 0;
	margin-bottom: 10px;
}

#cm_logIn .formLabel, .socialFieldset .formLabel 
{
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000;
	width: 150px;
	text-align: right;
}

#cm_logIn .formField, .socialFieldset .formField 
{
	float: left;
	margin-bottom: 10px;
	font-weight: normal;
	color: #666;
}

#cm_logIn .cmErrorMessage 
{
	color: red;
	font-size: 11px;
	clear: both;
}

#cm_logIn #LoginButton 
{
	
}

#cm_logIn a.newUser 
{
	clear: both;
	display: block;
	color: #333;
	font-size: 11px;
	font-style: italic;
	margin: 10px 0;
}   

#cm_logIn .navlinks 
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #000;
}

/* = COMMUNITY STYLES TO REPLACE SOCIAL.CSS 
======================================================= */
.socialFieldset .column 
{
	float: left;
	padding: 8px 14px 14px 14px;
}

.socialFieldset .info .formLabel 
{
	width: 100px;
	font-weight: bold;
	color: #336699;
	font-size: 12px;
}

.socialFieldset .info .formField 
{
	width: 230px;
}

.cm_profileWrapper 
{
	background: #fff url(/community/images/bkg_profileWrapper.gif) repeat-x 0 20px;
	width: 620px;
}

#mainContent .socialFieldset h3 
{
	background: url(/images/bkg_calendarHeader.jpg) repeat-x;
	color: #fff;
}
   
.cm_profileWrapper .profile_home_avatar  
{
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
}

.cm_profileWrapper .profile_home_avatar img
{
	margin: 10px;
	display: block;
}

.cm_displayName 
{

}

.cm_profileWrapper h3 
{
	margin: 0; 
	padding: 6px 14px;
	font-size: 16px;
	font-family: "Lucida Grande", Lucida, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

.socialFieldset .ContributionForm 
{
	background: #fff url(/community/images/bkg_profileWrapper.gif) repeat-x left top;
	border: none;
	padding: 14px;
	width: 590px;
}


/* PROFILE EDIT
========================================================= */

#profileEdit #general_tab, #profileEdit #custom_tab #ek_dvcustomproperties
{
	padding: 10px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

#profileEdit #general_tab td, #profileEdit #forum_tab td, #profileEdit #custom_tab #ek_dvcustomproperties td
{
	padding: 4px 0;
}

#profileEdit ul.tabs-nav a 
{
	width: 100px;
	line-height: 20px;
}


#custom_tab #ek_dvcustomproperties td div
{
	padding-right: 20px;

}



#terms_buttons 
{
margin: 10px 0;

}


/* = MESSAGE CENTER
====================================================== */

#mainContent .EktMessageCtl_header 
{
	border-bottom: 2px solid #37525e !important;
	line-height: 18px;
	height: 22px !important;
	background: url(/images/bkg_calendarHeader.jpg) repeat-x;
}



#mainContent .EktMessageCtl_buttonsContainer
{
	position: absolute; 
	top: 1px; 
	right: 1px; 
	overflow: hidden;
	cursor: pointer;
}

#mainContent .EktMessageCtl .EktMessageCtl_buttons
{
	border-left: solid 1px #3B5998;
	float: left; 
	background-color: #F7F7F7;
	color: #666696;
	padding: 5px 6px 4px 6px;
}
#mainContent .EktMessageCtl_buttonsSelected
{
	border-left: solid 1px #2B4887; 
	float: left; 
	background-color: #D8DFEA;
	color: #3B5998;
	padding: 5px 6px 4px 6px;
}

#mainContent .EktMessageCtl_inboxDataTbl th 
{
	color: #37525e;
}

#mainContent .content_htmlctl00_templateContent_profileMessaging1_OuterTable
{	
	width: 573px;
}

#content_htmlctl00_templateContent_profileMessaging1_toolbarArea
{
	width: 573px;
}
#content_htmlctl00_templateContent_profileMessaging1_designEditorArea 
{
	width: 573px;
}
iframe#content_htmlctl00_templateContent_profileMessaging1_designEditor
{
	margin-left: 3px;
	width: 565px !important;
}

.EktMessageCtl_content tr td input
{
	margin: 4px 0;
}




/* = CLEAR FIX STYLES,  
======================================================= */
/* advanced clearing technique */

.clearfix:after, #container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}

