﻿/* Standard Disabled Colours
Gray : #C0C0C0
*/

/* Buttons */
.pushbutton {	background: #C0C0C0; }
.pushbutton:hover, .pushbuttonselect { 
	border-top: 1px solid white; border-bottom: 1px solid #0E057A; 
	border-right: 1px solid white; border-left: 1px solid #0E057A;  
}

/* We sometimes have lime buttons in this style. */
.limetheme {	background: #D7F185; }
.limetheme:hover { background: #B4E620; }

/* Text Formats */
.themecolor{ color: #C0C0C0; border-color: #C0C0C0; } .themecolor a{ color: #C0C0C0; }

/* Back ground colours */
#searchcontainer, #contentheader, #resultstop, .pagenavselect, .pagenavinfo, .mapmain, .listingunpaidsection,
#menucontainer li:hover .level1, #menucontainer .menuselect, #menucontainer .level2  a:hover, .themepopup, .themebackground { background-color: #F9FDEE; }

/* Information */
.infobox { border-color: #C0C0C0; background-color: White; }
.infobox:hover, .activebox {  border-width: 1px; margin-bottom: 2px; margin-left: 8px; }
#feedboxcontainer, .linkbox  { border-color: #C0C0C0; } 

