/*

	included in override/templates/pagelayout_subtree_funding.tpl
	this defines all things that are specific to the 
	that section only - mainly colors

	Funding:     #330099 / #FFFFFF
	
*/

body.funding .colored       		{ color:#330099; }
body.funding a.colored      		{ color:#330099; }
body.funding .diap      			{ background-color:#330099;  color:#FFFFFF; }
body.funding .diaphover:hover       { background-color:#330099;  color:#FFFFFF; }
body.funding #page 					{ background:white url("../../images/header-funding.gif") no-repeat scroll 0 0; }	
body.funding #header 				{ color:white;}	
body.funding #header  input.button  { color:white; border-color:white; } 	
body.funding #smallheader 			{ background-color:#330099; color:white;  }
body.funding #smallheader div.leftcol  	{ background-image:url("../../images/smallheader-funding-left.gif"); }
body.funding #smallheader div.rightcol 	{ background-image:url("../../images/smallheader-funding-right.gif"); }
body.funding div.ezxmltext h3      { background-color:#330099;  color:#FFFFFF; }
body.funding div, body.funding span, body.funding a, body.funding form              { border-color:#330099; }
body.funding hr     				{ background-color:#330099; border-color:#330099; color:#330099; }
body.funding blockquote     		{ border-color:#330099;  }
body.funding input.button       	{ background-color:transparent;  color:#330099; border-color:#330099;  }


body.funding fieldset.twocol500 input.submit      { border:1px solid #000000; background-color:#330099;  color:#FFFFFF; }
body.funding fieldset.twocol500 input.cancel      { border:1px solid #000000; background-color:#330099;  color:#FFFFFF; }


