/*
  CSS resource		
 
  Copyright (c) 2008 Negeso Ukraine
 
  This software is the confidential and proprietary information of Negeso
  ("Confidential Information").  You shall not disclose such Confidential 
  Information and shall use it only in accordance with the terms of the 
  license agreement you entered into with Negeso.
 
  
  Just a popup banner for SITA (SITA-275)
 
  @version		2008.07.16
  @author		Andriy Halyasovskyy
*/

.popupCurtain, .popupCurtainIE6 {
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.popupCurtain {
	background-image: url("/site/images/curtain.png");
}

.popupCurtainIE6 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/site/images/curtain.png', sizingMethod='scale');
}
	
.popupFrame {
	position:absolute;
	z-index: 100;
	top:20px;
	left:50px;
	visibility: hidden;
}

.popupBanner {
	height: 354px;
	width: 502px;
}

.popupBannerHeader, .popupBannerHeaderIE6 {
	height: 90px;
	text-align: right;
	vertical-align: top;
	background-repeat: no-repeat;
}

.popupBannerHeader {
	background-image: url("/site/images/sita_popup_header.png");
}

.popupBannerHeaderIE6 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/site/images/sita_popup_header.png', sizingMethod='scale');
}

.popupBannerLeftPart, .popupBannerLeftPartIE6 {
	width: 79px;
	height: 264px;
	background-repeat: no-repeat;
}

.popupBannerLeftPart {
	background-image: url("/site/images/sita_popup_left_part.png");
}

.popupBannerLeftPartIE6 {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/site/images/sita_popup_left_part.png', sizingMethod='scale');
}

.popupBannerBody {
	height: 241px;
	vertical-align: top;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url("/site/images/sita_popup_main_part.png");
}

.popupBannerArticle {
	width: 378px;
	height: 66px;
	position: absolute;
	top: 265px;
	left: 100px;
	overflow: hidden;
	vertical-align: top;
}

.popupBannerArticle .contentStyle_popupBanner {
	margin: 0px;
	background-image: url("");
	background-color: white;
	background-color: transparent;
}

.popupBannerFooter {
	height: 23px;
	background-repeat: no-repeat;
	background-image: url("/site/images/sita_popup_footer.png");
}

.closePopupBtn {
	position: absolute;
	top: 93px;
	left: 424px;
	width: 53px;
	height: 16px;
	padding-top: 6px;
	padding-left: 24px;
	font: 10px Verdana;
	cursor: pointer;
	cursor: hand;
	color: white;
	text-align: left;
}
