div.columnLeft, div.columnRight {
float: left;
}

div.columnLeft div.userInfoZone {
width: 205px;
}

div.zoneProfileFeed {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 20px;
margin-top: 20px;
display: none;
}

div.ownerGreatingsFilter {
border: 1px solid #CCC;
padding: 10px;
}

div.shareControlsButton {
float: left;
margin-right: 25px;
}

div.nine-sixty a.wizardButton, div.userInfoZone a.profileButtonGray {
color: #FFF !important;
background-color: #000;
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
padding: 2px 4px;

}

div.textEditorActivator {
  color: #AAA;
  margin: 10px 0px;
  border: 1px solid #CCC;
  padding: 5px;
}

div.memberName {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 0px 0px 10px;
  background-color: #FCEF2E;
  padding: 8px;
}

div.memberStatus {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
padding:10px;
width:400px;
margin-bottom: 20px;
}

div.nine-sixty {
position: relative;
}

div.zoneTop {
  width: 500px;
  position: absolute;
  left: 240px;
  
}
div.userPagesNavigation {
margin-top: 20px;
width: 205px;
}
div.userInfoZone a, div#listOfModules a {
display: block;
margin: 2px 0px;
}

div.navHintText {
font-weight: bold;
text-transform: uppercase;
margin-top: 15px;
display: none;

}
div.blockTabs {
display: none;
}
div.adminConsole div.blockTabs {
 display: block;
 width: 120px;
}

div.userInfoZone a.profileButtonBlue, div.userInfoZone a.profileButtonBrown, div.userInfoZone a.profileButtonOrange, div.userInfoZone a.profileButtonGreen, div.userInfoZone a.profileButtonAqua {
display: none;
}


div.communitiesModule div.listItem table td a img {
  width: 45px;
}
div.communitiesModule div.listItem table td.itemImage {
  width: 50px;
}
div.communitiesModule {
  padding: 10px;
  background-color:#FFF;
  border: 1px solid #000;
}

div.communitiesListCount {
display: none;
}


div.editForm, div.mail{
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 15px;
  margin-top: 110px;
  width: 700px;
  margin-left: 20px;
}

div.editForm table {
  width: auto !important;
}

div.editForm div.fieldName, div.editForm div.groupTitle {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
}

div.editForm div.groupTitle {
  background-color: #FCEF2E;
  padding: 8px;
}



div.editForm div.smallText {
  font-size: 11px;
  color: #777;
  font-style: italic;
  margin-top: 4px;
}

div.doublePageViewer div.columnLeft, div.mail div.columnLeft {
float: none;
}

div.mail div.columnRight {
float: right;
margin-top: -13px;
}

div.mail div.folderList {
  margin-bottom: 10px;
}
div.mail div.toolBar {
clear: both;
margin: 10px 0px;
}
div.mail div.messageListNew {
clear: both;
margin: 5px 0px;
}
div.clearFloat {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 0.1;
  }

