/*
*
* yellow/purple/blue/etc colour definitions overrides only
*
*	backgrounds/surrounds:		#00aeef
*	center/right watermark:		#0078B9
*/

/* ############################################################################ */

/* lefthand popup menu stuff */

	.sec-links li:hover, .sec-links li.over {
		background-color: #00aeef;
	}
	
	.sec-links div a:hover, .sec-links li a:hover {
		background-color: #00aeef;
	}

/* end menu stuff */

/* ############################################################################ */

	/* overall center header box */
	.colsHeaderCenter, .singleColTopRightBevel {
		background-color: #00aeef;
		background-image: url(/themes/default/images/greybevel_horizontal_blue.gif);
	}
	
	/* center header watermark text */
	.colsHeaderCenter .colsHeaderCenterAdjunct {
		color: #0078B9;
	}
	
	.centerheaderleftborder {
		background-image: url(/themes/default/images/greybevel_vertical_blue.gif);
		
	}
	.centerheadertopleftcorner {
		background-image: url(/themes/default/images/greybevel_topleftcorner_blue.gif);
	}
	
	/* right column */
	.cols {
		background-color: #00aeef;
		background-image: url(/themes/default/images/toprightlogo_blue.gif);
	}
	
	.centerheaderRightCurve {
		background-image: url(/themes/default/images/toprightcurve_blue.gif);
	}
	
	.centerColMain {
		background-image: url(/themes/default/images/toprightcurve_blue.gif);
	}
	
	/* page footer */
	.footerTable {
		background-color: #00aeef;
	}
	.footerTablebevel, .footerTableSinglebevel {
		background-image: url(/themes/default/images/greybevel_bottomleft_blue.gif);
	}
	
	/* curve at bottom right connecting footer and right column */
	.footerTableCenterRightCurve, .footerTableSingleRightCurve {
		background-image: url(/themes/default/images/bottomrightcurve_blue.gif);
	}
	
	
	/* button images */
	.roundcornerimage	a:hover			{ background-color: #00aeef; }
	.roundcornerimage	a:active 		{ background-color: #00aeef; }
	
	/* picture surrounds */
	.postcardbox {
		border-color: #00aeef;
	}
	
	.thumbnailbox {
		border-color: #00aeef;
	}
	
	.dbResultscolour {
		border-color: #00aeef;
	}
	
	.toolbox {
		background-color: #00aeef;
	}
	
	.cols hr {
		border-top: 1px solid #0078B9;
	}
	
	.singleCol {
		border-right-color: #00aeef;
	}
	
	.bigbutton {
		background-color: #00aeef !important;
	}
	
	li.tabnotselected {
		background-color: #00aeef;
	}
	
	table.stuffObjectList th {
		background-color: #00aeef;
	}
	
