@charset "utf-8";
/* CSS Document */

/* ---------------------------------- AJAX ----------- */
#iframe_screen, #iScreen {
	display: none;
	position: fixed;
	z-index:10000;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color: #999999;
}
#iframe_wrapper {
	display: none;
	position: fixed;
	z-index:10100;
	background-color: #FFFFFF;
	border: 1px solid #999999;

}

#iframe_handler {
	height: 30px;
	width: 100%;
	background-color: #242548;
	text-align: right;
	cursor: default;
	color: #FFFFFF;
}

#iframe_handler .close_iframe {
	color: #FFFFFF;
	padding: 5px;
}

#iframe_inner_wrapper {
	height:100%;
	padding:10px;
	background-color: #FFFFFF;
}
#ajax_iframe {
	height:100%;
	width:100%;
	border: 1px solid #666666;
}
