/* Acme Digital Systems */

/* bkgrd : font : brd  = =  #FF00FF : #0000FF : #66FF00 : #339999 */
.FooLogMsgX	{ padding-top: 2px; padding-bottom: 2px; padding-left: 3px; padding-right: 3px; 
text-decoration:none; border-top: 2px solid #66FF00; border-bottom: 3px solid #FFCC33; 
border-left: 2px solid #66FF00;  color: #0000FF; font-weight: bold; border-right: 3px solid #FFCC33; 
font-size: 10px; FONT-FAMILY: Verdana, Helvetica; background-color: #FFCC33; }

.FooPanel	{ padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; 
border-top: 1px solid #abcdef; border-bottom: 1px solid #abcdef; 
border-left: 1px solid #abcdef; border-right: 1px solid #abcdef; 
background-color: #effffe; }

.FooLoggedOkMsg	{ padding-top: 2px; padding-bottom: 2px; padding-left: 3px; padding-right: 3px; 
text-decoration:none; border-top: 2px solid #339999; border-bottom: 2px solid #339999; 
border-left: 2px solid #339999;  color: #000000; font-weight: bold; border-right: 2px solid #339999; 
font-size: 10px; FONT-FAMILY: Verdana, Helvetica; background-color: #FFBF55; text-align: center; }

/* Utopian Security has,  background-color: #33CCFF
... try  #CC9966 ; no, too dark
Make it.   background-color: #CCCC33
Utopian Security has,  border-top: solid #66FF00
#66CC00

Colours for ACME DS,  background-color: #CCCC33;   ...changed Thu 17th July, 2008...
altered to:			 background-color: #FFBF55; 
no...these are not good !	: #FFBFAA; 		too pink
							: #FFDF00;		too yellow, very pee / piss looking colour - yux
yes...these are okay !!		: #FFBF55;		dull orange		: #FFBF00; same colour. dull orange
							: #FF9F55;		darker dull orange
							: #FF7F55;		darker orange, ...might actually be too vivid
Thu 17th July, 2008. Also changed border dimensions, because the rectangles do look more like buttons than labels...
make it all 2px and blue-ish, rather than green-ish ... the result is -Per-Fect-Oh-
was, 			border-top: 2px solid #66CC00; border-bottom: 3px solid #339999; border-left: 2px solid #66CC00; border-right: 3px solid #339999; 
now, 			border-top: 2px solid #66CC00; border-bottom: 2px solid #339999; border-left: 2px solid #66CC00; border-right: 2px solid #339999; 
*/