/*Pop-up box (outer envelope)*/
DIV#boxick {
}
DIV.boxick_mouseover {
	border-bottom: 2px solid #CBD4DE; border-right: 2px solid #CBD4DE;
}
DIV.boxick_click {
	background: url(callout.gif); background-position: top left; background-repeat: no-repeat;
	padding-top: 46px;
}

/*Pop-up box (inner envelope)*/
DIV#boxick_inside {
	font-size: 90%; padding: 5px 10px; color: #006400;
	background-color: #FFF8D2; border: 1px solid #FFD700;
}
IFRAME#boxick_inside {
	border: 2px solid #f79a2f;
}

/*Styles for elements linked to the pop-ups*/
A.bosca {color: #004344; text-decoration: none; border-bottom: 1px dotted #C8AA00;}
A.bosca:hover {background-color: #FFF8D2;}
