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


/*  Used for titles   */
.breadcrumb {
font-size: 11px;
font-weight: bold;
margin-top: 0px;
text-transform:capitalize;
}
/*Used on read article page. Added rjth March 2008*/
h3
{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

.breadcrumb a:link {text-decoration: underline; color: #666666;}
.breadcrumb a:visited {text-decoration: underline; color: #666666;}
.breadcrumb a:active {text-decoration: underline; color: #666666;}
.breadcrumb a:hover {text-decoration: underline; color: #333333;}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	}
	

/*  Used for error and success messages   */
.user_message_error {color: #000; font-weight: bold; border:2px solid #D01B69; padding:5px; background:#FBABC7; margin:5px 0;}
.user_message_success {color: #000; font-weight: bold; border:2px solid #9eed5c; padding:5px; background:#cbf4a8; margin:5px 0;}


.members_logged_in_navigation {
font-family: "trebuchet MS";
font-size: 11px;
color: #ffffff;
font-weight: bold;
padding-top: 2px;
}
.members_logged_in_navigation a:link, .members_logged_in_navigation a:visited, .members_logged_in_navigation a:active{color: #ffffff;}
.members_logged_in_navigation a:hover {color: #ffffff;}

/*Used in members area for an open event title*/
ul.event_list .event_title
{
	color:#D01B69;
}

