/*  
	Seroquel nl hcp site colour 
	Permissible attributes in this file:
	background-color
	border-color (border-left-color etc)
	background-image
	color
	All other attributes to be in layout file
*/

body{
	background-color:#F132AB;	
	background-image: url(../images/background.gif);
}

/* Landing page styling */

#landing_page ul#home_news_features_holder li#panela {
	background-image: url(../images/hcplandingback.gif);
}

#landing_page ul#home_news_features_holder li#panelb {
	background-image: url(../images/patientlandingback.gif);
}

#landing_page #contentarea {
	background-color:transparent;
	color:#F132AB;
}

#landing_page #contentarea #panelb a{
	background-image: url(../images/landingbullet.gif);
}

/* End landing page */

#header {
	background-image: url(../images/header.gif);
}

#footer {
	background-color:#F132AB;
	border-color: #F132AB;
}

#home_page ul#home_news_features_holder{
	background-image:none;
}

#home_page #contentarea{
	background-image:url(../images/hcphomeback.gif);
}

/*override coloured bullets*/
#home_page ul#home_news_features_holder, #document #contentarea #contentholder ul li,
#document #contentarea #contentholder ul li ul li,
#document #contentarea #contentholder ul li ul li ul li, 
#document_branch #contentarea #contentholder ul li,
#document_branch #contentarea #contentholder ul li ul li,
#document_branch #contentarea #contentholder ul li ul li ul li, 
#landing_page a.arrow{
	background-image:none;
}


/* BMI calculator classes */

#contentarea .bmi_form input.submit {
	background-color:#EE519E;
	color:#FFFFFF;
}

/* End BMI calculator classes */