/**
* Requires jQuery
* Creator: Paul Porthouse
* $Revision: 1.06 $
* $Author: Paul Porthouse $ 
* 
* This file allows you to override the default Responsive
* Design CSS for your site. It should be copied into a 
* /custom/Responsive/ResponsiveOverrides.css file and not
* used in the custom directory as this can be
* overwritten on an update
*/

#atTabBar input,
#atTabBar button {
    background-color:#8cbf4e;
    border-color:#8cbf4e;
    font-weight: bold;
}  
#atTabBar input.atTabSelected,
#atTabBar button.atTabSelected {
	/* Uncomment to hide the selected tab */
	/*display:none;*/
	background-color:#513785;
	border-color:#513785;
	color:white;
    font-weight: bold;
}
input.atSearchBtn, #atLocationDisplay input.cancel-address-search {
	border-color: transparent; 
}