/* 
	AZ China (Chinese) 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
*/

#home_title, #home_title h1{
	background-color:#442359;
	color:#fff;
}

#home_text{
	background-color:transparent;
}

#home_page #scope{
	background-color:#A9BA0A;
	border-color:#A9BA0A;
	color:#421C59;
}

/* Large table small text */

#contentarea table.smalltext th{
	background-color:#faedbb;
	border-color:#fff;
}

#contentarea table.smalltext td {
	background-color:#fdf7dd;
	border-color:#fff;
}

/* Standard table colours */

#contentarea ul.table_list_container li h4, #glossary_holder h3, ul#answers dt, #contentarea h4.form_header, ul.chapters li.current, div.documents ul li.first, ul.grouped_list li ul li h3, #contentarea table th, #levelfourcontentheader ul li ul li h3, #active  {
	background-color:#faedbb;
}

#contentarea table td {
	background-color:#fdf7dd;
}

/* Search results */

#news_archive_low_volume #contentarea form fieldset,
#news_archive_low_volume #contentarea ul.table_list_container li h3,
#news_archive_low_volume #contentarea ul.table_list_container li h4,
#news_archive_low_volume #contentarea .row1,
#news_archive_low_volume #contentarea .row2 {
	background-color:transparent;
}

#contentarea form fieldset {
	background-color:#fdf7dd;
}

p#search_results_introduction {
	background-color:transparent;
	color:#421C59;
}
