/**
 * POPUP
 * 
 */

table.popup {
	position: absolute;	
	border-collapse: collapse;
}

table.popup tr.top td {
	height: 11px;
}

table.popup tr.top td.left {
	width: 11px;
	background: url(../images/popupTopLeftCorner.png);
}

table.popup tr.top td.center {
	background: url(../images/popupTopBorder.png);
}

table.popup tr.top td.right {
	width: 11px;
	background: url(../images/popupTopRightCorner.png);
}

table.popup tr.middle td {
	background-color: #8EB201;
}

table.popup tr.middle td.left {
	
}

table.popup tr.middle td.center {
	
}

table.popup tr.middle td.right {

}

table.popup tr.bottom td {
	height: 11px;
}

table.popup tr.bottom td.left {
	width: 11px;
	background: url(../images/popupBottomLeftCorner.png);	
}

table.popup tr.bottom td.center {
	background: #8EB201;
}

table.popup tr.bottom td.right {
	width: 11px;
	background: url(../images/popupBottomRightCorner.png);
}

