#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0px solid #111;
	background-color: none;
	padding: 0px;
	opacity: 1;
}

#tooltip h3, #tooltip div { margin: 0; }

#addModForm { width: 500px; }
#addModForm label { width: 250px; }
#addModForm label.error, #addModForm input.submit { color:red }


#tooltip.popup {
	position: absolute;
	display: none;
	z-index: 50;
	background-color: transparent;
	border-collapse: collapse;
}
#tooltip table {
	border: 0px;
	padding: 0px;
	background-color: transparent;
}


#tooltip.popup td.corner {
		height: 24px;
		width: 19px;
}

#tooltip.popup td#topleft { 
	background-color: transparent;
	background-image: url(/gui/default/gfx/tooltip_top_left.png); 
	background-position: bottom; background-repeat: no-repeat; 
}
#tooltip.popup td#bottomright { background-image: url(/gui/default/gfx/tooltip_bottom_right.png); }
#tooltip.popup td#topright {
	background-image: url(/gui/pe/gfx/tooltip_top_right.png); 
	background-position: bottom; background-repeat: no-repeat;
}
#tooltip.popup td#bottomleft { background-image: url(/gui/default/gfx/tooltip_bottom_left.png); }
#tooltip.popup td.top {
	height: 24px;
	background-position: bottom; 
	background-repeat: repeat-x; 
	background-image: url(/gui/default/gfx/tooltip_top.png);
	text-align: center;
}

#tooltip.popup td div.top_pstryk {
	width:20px;
	margin: auto;
	padding: 0px;
	height:24px;
	background-repeat: no-repeat;
	background-image: url(/gui/default/gfx/tooltip_pstryk_top.png);
}
#tooltip.popup td div.bottom_pstryk {
	width:20px;
	height:24px;
	margin: auto;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(/gui/default/gfx/tooltip_pstryk_bottom.png);
}
#tooltip.popup td.top { 
	background-position: bottom; 
	background-repeat: repeat-x;
	background-image: url(/gui/default/gfx/tooltip_top.png);
	text-align: center;
}

#tooltip.popup td.left { background-image: url(/gui/default/gfx/tooltip_left.png); }
#tooltip.popup td.right { background-image: url(/gui/default/gfx/tooltip_right.png); }
        
#tooltip.popup td.bottom {height: 24px; background-image: url(/gui/default/gfx/tooltip_bottom.png); text-align: center;}
	
#tooltip.popup td.bottom img { display: block; margin: 0 auto; }
#tooltip.popup td.top img { display: block; margin: 0 auto; }


#tooltip.popup td#popup-content {
                font-size: 12px;
                line-height: 1.2em;
                background-color: #fff;
                color: #666;
                font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
                }
#popup-content p a {text-decoration: underline !important;}
#popup-content p a:hover {text-decoration: none !important;}