@charset "utf-8";
/* CSS Document */


/* Hide the Members List Count */
.cbUserListResultCount {
display: none;
}

/* Members List Search Users link */
a.pagenav {
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #666666;
}

/* Member Search */
/* Get rid of the padding between the Search Results title and the grid */
.contentdescription {
padding-bottom:0;
}

/* Hide the Chrono Form branding area by making it white */

.chronoform a {
color:#FFFFFF;}

/* Fixing the Login/Register link being indented 5 pixels too much. Set back to 15 instead of 20px */
div.cd_moduletitle_logo {
padding-left:15px;
}
div.cd_login-logout-greeting {
padding-left:15px;
color: #FFFFFF;
}

/* Changing the default template page titles to match our design */
.componentheading, div.moduletable h3, div.moduletable_menu h3, div.moduletable_text h3, div.moduletable_hilite h3 {
border-bottom:0 solid #DDDDDD;
border-top:0 solid #666666;
font-variant:normal;
letter-spacing:1px;
margin:0;
padding:0;
text-align:left;
}
#ja-containerwrap-fr .componentheading {
background:transparent none repeat scroll 0 0;
font-size:250%;
}

/* Make the Member Area menu header bolder */
.moduletable_menu2 h3 { 
	font-weight: bold;
	margin-bottom: 5px;
}

/* Hide a couple of the component branding tags */
.copyright, .footer {
}


#hsId0 { display:none;}

/* Articles section - adding space around the articles list */
#alphadirectory {
	padding-top:50px;
	background-image: url(../images/alphacontent.gif);
	background-repeat: no-repeat;
}

.ac_categories_directory {
padding-top: 40px;
padding-bottom: 20px;
}