/*******************************************************************************

$Id: popup_replacer.css,v 1.1 2009-06-30 06:18:40 ozgur Exp $

$Source: /cvs/web/vacancy/html/css/popup_replacer.css,v $

Styles used by the popup replacement mechanism:
	- vacancy/site_perl/Utils/PageBuilder.pm (id based styles)
	- vacancy/html/popup_replacer/iframe_controller.html (.buttonBarBg)

$Log: popup_replacer.css,v $
Revision 1.1  2009-06-30 06:18:40  ozgur
Initial release


*******************************************************************************/

.buttonBarBg {
	background: url(/ixa/js/yui/assets/skins/sam/sprite.png) repeat-x 0 0;
}


#popup_controller { 
	padding: 0px;
	margin: 0px;
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	overflow: none;
}

#popup_replacer {
	padding: 0px;
	margin: 0px;
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 100px;
	visibility: hidden;
	background-color: #FFF;
	overflow: auto;
}

#popup_mask {
	border: none;
	padding: 0px;
	margin: 0px;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .25;
	*filter: alpha(opacity=25);  /* Set opacity in IE */
	visibility: hidden;
	overflow: none;
}