

div.popup_titlebar{position: absolute; width: 300px;visibility: hidden;}
div.popup_content{position: absolute; width: 300px; height: 200px;visibility: hidden;}
div.popup_statusbar{position: absolute; width: 300px;visibility: hidden;}
div.popup_resizehandle{position:absolute;width:20px;height:20px; visibility:hidden;}

table.pup_container
{
	border-collapse: collapse;
	width: 100%; height: 100%;
}



td.pup_tlc
{
	background-image:url(/images/popup/haut-gauche.png);
	background-repeat:no-repeat;
	background-position: top left;
	width:13px;
	height:38px;

}

td.pup_top_leftbutton
{
	background-image:url(/images/popup/haut.png);
	background-repeat:repeat-x;
	background-position: top;

	width:30px;
	vertical-align: bottom;
	padding-bottom:4px;
}

td.pup_top
{
	background-image:url(/images/popup/haut.png);
	background-repeat:repeat-x;
	background-position: top;

	text-align: center;
	vertical-align: middle;
	font-family: monospace;
	font-size: small;
	font-weight:  bold;
	cursor: default;
}

td.pup_top_rightbutton
{
	background-image:url(/images/popup/haut.png);
	background-repeat:repeat-x;
	background-position: top;

	width: 25px;
	vertical-align: middle;
}

td.pup_trc
{
	background-image: url(/images/popup/haut-droite.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 20px;
	max-width:20px;
}

td.pup_left
{
	background-image: url(/images/popup/gauche.png);
	background-repeat: repeat-y;
	background-position:left;
	width: 4px;

}
td.pup_right
{
	background-image: url(/images/popup/droite.png);
	background-repeat: repeat-y;
	background-position:right;

	padding-right: 16px;
	text-align: left;
	overflow: scroll;
}


td.pup_blc
{
	background-image: url(/images/popup/bas-gauche.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	height:29px;
	width:13px;
}

td.pup_bottom
{
	background-image: url(/images/popup/bas.png);
	background-repeat: repeat-x;
	background-position:bottom;
}

td.pup_brc
{
	background-image: url(/images/popup/bas-droite.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width:13px;
}

