//
// Copyright (c) 2008 choagland choagland@cotsengineering.com
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
//					To my knowledge it works.
//
/* --           -- TOOLTIP style parameters for _popups  --              -- */

.tooltip {
	width: 200px; color:#000;
	font: 11px/1.3 Arial,sans-serif; font-weight:bold;
	text-decoration:none; text-align:center
	}
	.tooltip span.top {
		padding: 30px 8px 0;
	    background: url('../art/tips/bt_180.gif') no-repeat top
	    }
	.tooltip b.tbottom {
		padding:3px 8px 15px;color: #548912;
	    background: url('../art/tips/bt_180.gif') no-repeat bottom
	    }

a.atips {
	color: #1B6FC0;
	border-bottom:1px solid #ccc;
	}
	a.atips:hover {
		border-color: navy; background: #deb;
	}

//
// Copyright (c) 2006 - 2008 choagland choagland@cotsengineering.com
//

