﻿		.tooltip {
			border-bottom: 1px dotted #000000; 
			color: #000000; 
			outline: none;
			cursor: help; text-decoration: none;
			position: relative;
			z-index:1000;
			padding: 0px 10px 0px 10px;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
			z-index:1000;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; left: 1em; top: 2em; z-index: 99;
			margin-left: 0; width: 250px;
			z-index:1000;
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
			z-index:1000;
		}
		.tooltip:hover strong {
			font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
			font-size: 1.1em; 
			font-weight: bold;
			display: block; 
			padding: 0.2em 0 0.4em 0;
			z-index:1000;
		}
		.classic { padding: 0.8em 1em; color: #000000; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; color: #000000; }
		* html a:hover { background: transparent; }
		.classic {background: #FFFFAA; border: 1px solid #FFAD33; color: #000000; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334; color: #000000;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7; color: #000000;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7; color: #000000;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; color: #000000; }
		

		
		a:link.tooltip { font-family: "Times New Roman"; font-size: 13px; color: #FFFFFF; text-decoration: none; }
		a:visited.tooltip { color: #FFFFFF; text-decoration: none; }
		a:hover.tooltip { color: #A8A8A8; text-decoration: none; }
		a:active.tooltip { color: #FF00CC; text-decoration: underline; }
		
		a:link.tooltipNOTICE { font-family: "Times New Roman"; font-size: 13px; color: #FF001E; text-decoration: none; }
		a:visited.tooltipNOTICE { color: #FFFFFF; text-decoration: none; }
		a:hover.tooltipNOTICE { color: #A8A8A8; text-decoration: none; }
		a:active.tooltipNOTICE { color: #FF00CC; text-decoration: underline; }
		
/*		a.AddButton:link,visited,active 
{
	overflow: auto;
	height: auto;
	font-family: "Century Gothic","lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	font-weight: 500;
	border: solid 1px #000000;

}*/