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

/* BACKGROUNDS */

html, 
body,
.mdfl .innerBox,
.mdfl .guiBackground,
.mdfl .overlay {
	/* customize_body_background */ background-color:#ffffff; /* customize_body_background */ 
}
 
#containerContent .innerBox,
#containerPageList .innerBox {
	/* customize_content_boxes_background */ background-color:#f5f5f5; /* customize_content_boxes_background */	
}

/* BODY */

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

/* NAV & INPUT */

#containerNav ul a {
	/* customize_navigation */ color:#000000; /* customize_navigation */	
}

#search,
form[action*='/search-results']:after,
#containerNav a:hover,
#containerNav a.nav-path-selected,
#containerNav a.selected {
	/* customize_navigation_selected */ color:#ff006a; /* 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:#f9f9f9; /* 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 */ color:#ff006a; /* customize_footer */
}

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




/* customize_miscellaneous */ .mdfl #containerContent input[type='text'],
.mdfl #containerContent input[type='password'] {
background-color: #ffffff !important;
}

.mdfl p {
margin-bottom: 5px !important;
}

:target {
color: #ff006c !important;
}

#containerContent ul {
list-style-type: circle !important;
padding: 0 0 0 20px !important;
}

#containerContent li {
margin-bottom: 7px !important;
}

.contentBox {
margin-top: -20px;
padding-top: 20px;
}

#containerFooter a:hover img {
opacity: 0.65;
} /* customize_miscellaneous */

