
/* css doc for the mouseover tooltips in the footer nav bar */

.tooltip {
		width: 200px; 
		color: #444455;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
		text-align: left; 
		font-weight: bold;
	}

.tooltip span.top {
		padding: 5px 8px 5px 8px;
	    background-image: url(../images/helper_bg.jpg);
		background-repeat: repeat-x;
		background-position: top;
		background-color: #cccfd0;
		border: 1px;
		border-style: solid;
		border-color: #cccfd0;
	}