a.popup {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-color:#33FF00;
	font-family: verdana,helvetica,sans-serif;
}

a.popup:visited {

	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-color:#CCCCCC;
	font-family: verdana,helvetica,sans-serif;
}

a.popup:active {

	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-color:#CCCCCC;
	font-family: verdana,helvetica,sans-serif;
}

a.popup:hover {

	font-size: 10px;
	color: #616161;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana,helvetica,sans-serif;
}

.popupbox {
	z-index: 100;
	position: absolute;
	visibility: hidden;
	background: #fbfbfb;
	border: 1px solid black;
	padding: 3px;


}


.popupimage {


	border: 0px dotted black; 
	text-align: center;



}


.popuptxt {



	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	width: 500px;
	text-align: center;
	color: #000000;
	font-weight: normal;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;


	

}

.popupclose {

	font-family: Verdana, Arial, Helvetica;

	float: right;
	border: 0px dotted black;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	
}

.popupclose .close {

	text-align: center;
	border: 0px solid black; 
	width: 80px;

}

.small_img {

margin: 0px;
padding-right: 3px;
padding-left: 3px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #000000;

}

.highlightit:hover img {

border: 1px solid black;
background-color: gray;

}

.highlightit:hover {

color: black; /* Explorerin bugia varten.. */
background-color: gray;

}
