@CHARSET "ISO-8859-1";

.tg-popup-container {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 500;
}

.tg-popup-container th,.tg-popup-container td {
	padding: 0px;
	border: 0px;
}

.tg-popup-container .ui-widget-content,.tg-popup-container .ui-state-default
	{
	border: 0px;
	background: none;
	color: #3e606f;
}

.tg-popup-popup {
	
}

.tg-popup-content {
	background-color: #FFF;
	min-width: 175px;
	min-height: 50px;
}

.tg-popup-popup .tg-popup-image {
	margin: 5px;
	margin-right: 15px;
}

.tg-popup-popup .corner {
	width: 20px;
	height: 16px;
}

.tg-popup-popup .topLeft {
	background: url(images/tg-balloon_topLeft.png) no-repeat;
}

.tg-popup-popup .bottomLeft {
	background: url(images/tg-balloon_bottomLeft.png) no-repeat;
}

.tg-popup-popup .left {
	background: url(images/tg-balloon_left.png) repeat-y;
}

.tg-popup-popup .right {
	background: url(images/tg-balloon_right.png) repeat-y;
}

.tg-popup-popup .topRight {
	background: url(images/tg-balloon_topRight.png) no-repeat;
}

.tg-popup-popup .bottomRight {
	background: url(images/tg-balloon_bottomRight.png) no-repeat;
}

.tg-popup-popup .top {
	background: url(images/tg-balloon_top.png) repeat-x;
}

.tg-popup-popup .bottom {
	background: url(images/tg-balloon_bottom.png) repeat-x;
	text-align: center;
}

.tg-popup-popup .tailTop {
	background: url(images/tg-balloon_tailTop.png) no-repeat;
}

#modal-overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}