
	/* tooltip div positioning for both front and back end */
	.tt {
		position: absolute;
		padding: 0px;
		visibility: hidden;
		z-index: 9;
	}
	
	/* used in back end for displaying elements inline */
	.iDiv {
		cursor:default; 
		display: inline;
	}
	
	form   {display: inline;}
	input  {font-size: 13px;}
	select {font-size: 13px;}
	
	/* gray colored links, usually yield information about a setting in back end */
	.alerter {
		color:#00aa00;
		font-weight:normal;
		text-decoration:none;
	}
	
	.alerter:hover {
		color:#00aa00;
		cursor : help;
		font-weight:normal;
		text-decoration:underline;
	}
	
	/* green colored links, usually pointing to "Edit" forms in back end */
	.green {
		color:#008800;
		font-weight:normal;
		font-family:arial;
		font-size:13px;
		text-decoration:none;
	}
	
	.green:hover {
		color:#00bb00;
		font-weight:normal;
		font-family:arial;
		font-size:13px;
		text-decoration:underline;
	}
