@charset "utf-8";
/* CSS Document */

DIV.popint {
	z-index:300;
	text-align:left;
	border:1px solid white;
	background-color:white;
	
	position:absolute;
	top:50px;
	left:150px;
}

/* HEADER ----- */
DIV.popint DIV.header {
	width:100%;
	height:100%;

	width:100%;
	height:42px;

	background-color:white;
	background-image:url(../../images/popint/bkg_header.gif);
	background-position:left top;
	background-repeat:repeat-x;
	position:relative;
}

DIV.popint DIV.header H1 {margin:0;padding:0;display:inline;}
DIV.popint DIV.header H1 SPAN {display:none;}
DIV.popint DIV.header H1 IMG {margin:0;border:0;padding:0;position:absolute;top:11px;left:10px;}

DIV.popint DIV.header A.close {
	color:black;
	font-size:100%;

	position:absolute;
	top:13px;right:10px;

	padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:11px;
	
	background-image:url(../../images/popint/icocross.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
}

DIV.popint DIV.header A.close:link, 
DIV.popint DIV.header A.close:visited, 
DIV.popint DIV.header A.close:active {text-decoration:none;}
DIV.popint DIV.header A.close:focus, 
DIV.popint DIV.header A.close:hover {text-decoration:underline;}
/* ------------ */

/* CONTENT -------- */
DIV.popint DIV.wrpcontent {
	width:100%;
	height:310px;
	
	background-color:white;
	background-image:url(../../images/popint/bkg_wrapper.gif);
	background-position:left bottom;
	background-repeat:repeat-x;

}

DIV.popint DIV.wrpcontent DIV.content {
	width:100%;
	height:95%;
	overflow:auto;
}
/* ----------------- */
DIV.popint H2 {font-size:120%;}