/* CSS Document */

.emailbu {

	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	text-decoration: none;
	color:#FFFFFF;
}
.emailbu A:link{

	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	text-decoration: none;
	color:#FFFFFF;
}
.emailbu A:text{

	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	text-decoration: none;
	color:#FFFFFF;
}
.emailbu A:visited{

	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	text-decoration: underline;
	color:#FFFFFF;
}
.emailbu A:hover{

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: underline;
	color:#FFFFFF;
}

.meniu {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	vertical-align: middle;
}
.meniu A:visited{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color:#FFFFFF;
}
.meniu A:link{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color:#FFFFFF;

}
.meniu A:text{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color:#FFFFFF;

}
.meniu A:hover{
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	color:#FFFFFF;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
