DIV.DHTMLPopup {

	position: absolute;
	z-index: 2000;
	padding: 0px 0px 0px 0px;
	
	color: Black;
	background-color: White;
	font-family: Arial, Tahoma;
	font-size: 8pt;
    font-weight: Normal;
    text-align: left;

	border-top : solid 1px #003366;
	border-left : solid 1px #003366;
	border-right : solid 1px ButtonShadow;
	border-bottom : solid 1px ButtonShadow;
	
	display: none;
}

/* internal table CSS under DIV.NoteShow */
DIV.DHTMLPopup TABLE.Inner 
{
	border : solid 0px;
    width : 100%;
}

DIV.DHTMLPopup TABLE TR.Header 
{
	background-image: url("DHTMLPopup/bg.gif");
    background-repeat: repeat-all;
    color: Black;
    height: 23px;
}

DIV.DHTMLPopup TABLE TR.Header TD
{
    border-bottom : solid 1px #003366;
    color: Black;
    font-weight: Bold;
    font-size: 9pt;

}

