﻿.hidden_div { margin-bottom:3px;}
.hidden_div a{text-decoration:none;}
.hidden_div a:hover{background: none;text-decoration:none;}
.hidden_div a span {display: none;z-index:99;text-decoration:none;} 
/* standard hidden div(ie goes to the right of the text*/      
.hidden_div a:hover span {
	display: inline;
	/*border: 2px solid #2066AB;*/
	border: 1px solid #0080B7;
	position: absolute;
	width: 300px;
	background: #fff; /*#F5F5F5;*/
	text-align: justify;
	color: black;
	padding: 5px 5px 5px 5px;
	font-size:0.9em;
	overflow:hidden;	
}
.hidden_div a
{
    color:#0080B7;
}
