/******************************
 ORANGE COLOUR SCHEME OVERRIDES
 ******************************/

/**********************************************************
 RULES
 **********************************************************
 DARK IS USED FOR:
     #midlinks top border
     #midlinks bottom border
     #midlinks links
     #content bottom border
     h1, h2, h3 colour
     h2.locmaph2 background
     
 MEDIUM IS USED FOR:
     .imgbox background
     td.evhead background
 
 LIGHTEST IS USED FOR:
     #midlinks background
     #footer top border
     table.events td bottom border
 **********************************************************/
 
#midlinks {
	border-top: 1px solid #F2A94A;
	border-bottom: 1px solid #F2A94A;
	background: #FEEEDC URL("/schemes/orange-grad.gif");
}

#midlinks a:link, #midlinks a:visited, h1, h2, h3 {
	color: #F2A94A;
}


#footerouter{
	border-top: 1px solid #F2A94A;
}
#footer {
	border-top: 12px solid #FEEEDC;
	color: #666666;
}

h2.locmaph2 {
	background: #F2A94A;
}

table.imgbox, table td.evhead {
	background: #FBD6A7;
}

table.events td {
	border-bottom: 1px solid #FEEEDC;
}
