﻿.ModalPopupBG
{
	background-color: #000000;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.ModalPopupBG2
{
	background-color: #ffffff;
	filter: alpha(opacity=50);
	opacity: 0.7;
}


.ModalPopupLoad
{
	background-color:transparent;
}


.popup_Titlebar {
	background: url(../Images/titlebar_bg.jpg);
	height: 29px;
}

.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
    width: 233px;
}
.TitlebarRight 
{
	background:url(../Images/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}

.popup_Buttons
{
	margin:10px;
}

.popup_Container {
	background-color:#414140;
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
	 margin-top:0px;
}

.popup_Body
{

	font-size:12px;
	color:#000000;
	line-height:15pt;
	clear:both;
    margin-top:0px;
	font-family: tahoma;
	direction:rtl;
}
