/*  ----------------------------------------------------------- */
/*  These are all standard font styles for the frontend.                                     */
/*  ----------------------------------------------------------- */

/*  Used for titles   */
.breadcrumb {
font-size: 11px;
color: #ffffff;
margin-top: 0px;
}
.breadcrumb a:link {text-decoration: underline; color: #ffffff;}
.breadcrumb a:visited {text-decoration: underline; color: #ffffff;}
.breadcrumb a:active {text-decoration: underline; color: #ffffff;}
.breadcrumb a:hover {text-decoration: underline; color: #333333;}

/*  Used for footer navigation   */
.navigation_footer {
font-size: 11px;
color: #ffffff;
margin-top: 0px;
}
.navigation_footer a:link {text-decoration: none; color: #ffffff;padding: 0 10px 0 0;}
.navigation_footer a:visited {text-decoration: none; color: #ffffff;padding: 0 10px 0 0;}
.navigation_footer a:active {text-decoration: none; color: #ffffff;padding: 0 10px 0 0;}
.navigation_footer a:hover {text-decoration: underline; color: #ffffff;padding: 0 10px 0 0;}

	
.search_result_link { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b5b5b;
 	padding:0px;
	 margin:0px;  
}


/* forms and errors */

/*  Used for error and success messages   */
.user_message_error {color: #990000; font-weight: bold;}
.user_message_success {color: #009933; font-weight: bold;}

.asterix{ 
color:#1042A9; 
}

input.bodytext { background-color: white ! important}
select { background-color: white ! important}
textarea { background-color: white ! important}
