/* trigger button */
#PATIENT, #INVESTORS,#STUDENTS,#EMPLOYEES ,#PROFESSIONALS, #VENDORS {
	/*background:transparent url(/img/home/download.png) no-repeat scroll 0 0;*/
	height:44px;
	margin-bottom:30px;
	overflow:hidden;
	width:159px;
	cursor:pointer;
}

/* mouseover state */
#PATIENT:hover {
	background-position:0 -44px ;		
}

/* clicked state */
#PATIENT:focus {
	background-position:0 -88px;
}

/* tooltip styling */
.tooltip {

	display:none;
	background:url(/_layouts/images/DHA/tooltip_ballon.png) left 30px no-repeat;
	height:189px;
	padding:40px 30px 10px 10px;
	width:320px;
	font-size:11px;
	color:#333;
	margin-left:135px;
	margin-top:0px;
}

/* a .label element inside tooltip */
.tooltip a{color:#5ba510; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
.tooltip a:hover {color:#bf1b19; text-decoration:none;}

.tooltip-list {list-style:none; font-size:11px; padding:5px 0; margin:0; display:block;}
.tooltip-list li{ background:url(/_layouts/images/DHA/arrow_blue.gif) 1px 3px no-repeat; color:#5ba510; padding-left:10px; list-style:none; display:block;}
.tooltip-list li a{padding:0;}

.tooltip-title {font-family:"Myriad Pro", Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; color:#199faf;}
.tooltip-img {float:left;margin:0 15px 20px 0;}
