
/*----------------------------------------------------
		title:Elertz Partner Section
		author: Custom Branding Stylesheet
----------------------------------------------------*/

/*page background colour (mobile site) !important*/
.mob_page_colour
	{
	background-color: #e5e5e5;
	}

/*page header colour - to match header image*/
.mob_header_color
	{
	background-color: #fff;
	}

/*settings link colour - to contrast with header colour*/
a
	{
	color: #444;
	}

/*the company logo*/
.mob_header_image
	{
	background:url(images/load_database_image.aspx) left center no-repeat;	
	}
	
/*primary company colour*/
.mob_main_color, table.mob_friendslist th, p.mob_pager a:hover, ul.branding_subnav li a.current
	{
	background-color: #ed6f01;
	}

/*main text colour - to contrast with primary colour*/
.mob_nav_text_color a, .mob_main_text_color, table.mob_friendslist th a, p.mob_pager a:hover
	{
	color: white;
	}
	
/*DO NOT EDIT*/
a.mob_nav_active 
	{
	color:#444;
	background-color:#ccc;
	}
