/**********
 * COLORS *
 **********/

/* BACKGROUNDS */

html, 
body {
	/* customize_body_background */ background-color:#f2f2f2; /* customize_body_background */
}
 
#containerNav {
	/* customize_navigation_background */ background-color:#f2f2f2; /* customize_navigation_background */
}

#containerContent,
#containerContent .innerBox,
#containerPageList .innerBox {
	/* customize_content_background */ background-color:#ffffff; /* customize_content_background */
}

#containerPageList {
	/* customize_pagelist_background */ background-color:#f2f2f2; /* customize_pagelist_background */
}
 
.mdfl .overlay,
.mdfl .guiBackground {
	/* customize_overlay */ background-color:#ffffff; /* customize_overlay */
}


/* BODY */

body,
a,
.mdfl .ccm-error {
	/* customize_body_text */ color:#000000; /* customize_body_text */ 
}

/* NAV & INPUT */

#search,
form[action*='/search-results']:after,
#containerNav ul a {
	/* customize_navigation_text */  color: #888888; /* customize_navigation_text */	
}

#containerNav ul a:hover,
#containerNav a.nav-path-selected,
#containerNav a.selected {
	/* customize_navigation_selected */ color:#000000; /* customize_navigation_selected */	
}

#search:focus,
#search:hover,
.mdfl input[type='text'],
.mdfl input[type='email'],
.mdfl input[type='password'],
.mdfl textarea {
	/* customize_input_text */ color:#000000; /* customize_input_text */ 
	/* customize_input_background */ background-color:#e7e7e7; /* customize_input_background */
}

#search {
	background-color: transparent;	
}

/* LINKS */

#containerContent p a,
#containerContent li a {
	color: inherit !important;
}

/* FOOTER */

.mdfl .breadcrumb,
.mdfl .breadcrumb a,
#containerFooter,
#containerFooter a {
	/* customize_footer_text */ color:#888888; /* customize_footer_text */
}

.mdfl .breadcrumb a:hover,
#containerFooter a:hover {
	/* customize_footer_hover */ color:#000000; /* customize_footer_hover */
}




/* customize_miscellaneous */  /* customize_miscellaneous */

