﻿body 
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}
.errorMsg
{
	color: Red;
	font-weight: bold;
}
.successMsg
{
	color: #00bf00;
}
.english
{
	direction: ltr;
}
.hebrew
{
	direction: rtl;
}

.imgPopup
{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
}
.imgPopup div
{
	padding: 0px;
	background-color: White;
	border: solid 2px Black;
	margin: 0px auto;
	display: none;
	text-align: center;
}
.imgPopup div img
{
	border:none;
	margin: 0px auto;
}
.imgPopup div a
{
	position: relative;
	left: -10px;
	float: right;
	z-index: 11;
	display: inline;
    opacity: 0.3;
    moz-opacity: 0.3;
    khtml-opacity: 0.3;
    filter:alpha(opacity=30);
	
}
.imgPopup div a:hover
{
    opacity: 1;
    moz-opacity: 1;
    khtml-opacity: 1;
    filter:alpha(opacity=100);
}
.imgPopup div a img
{
	border: none;
}