/* compassNS.css - The style sheet for the BuckoSoft compass - Gecko style
 * $Id: compassNS.css,v 1.6 2010/06/19 00:37:48 dick Exp $
 */
#compass {
	overflow:auto;
	position: fixed;
	/*float: top;*/
	padding: 0;
	top:	0px;
	left:	0px;
	right:	0px;
}
#compassHelp {
	position:		fixed;
	left:			0px;
	top:			20px;
	visibility:		hidden;
}
#compassBud {
	position:		fixed;
	left:			0px;
	top:			40px;
	visibility:		hidden;
}

#compassText {
	position:		fixed;
	left:			24px;
	top:			24px;
	visibility:		hidden;
}

div.compassTextDiv {
	border:			1px solid #6e615f;
	/*background-color:	#ead3cd;*/
	background-color:	#eaceca;
	color:			black;
}
/* other Gecko specific */
li.listolinks {font-size: large }
li.smalllistolinks {font-size: medium }

