

.popWin_TopLeft {
	padding : 0px;
	margin: 0px;
}

.popWin_TopRight {
	padding : 0px;
	margin: 0px;
}

.popWin_BotLeft {
	padding : 0px;	
	margin: 0px;
}

.popWin_BotRight {
	padding : 0px;	
	margin: 0px;
}

.popWin_Top {
	background-image : url(g_map_images/pop_top.gif);
	background-repeat : repeat-x;
	padding : 0px;	
	margin: 0px;
}

.popWin_Bot {
	background-image : url(g_map_images/pop_bot.gif);
	background-repeat : repeat-x;
	padding : 0px;	
	margin: 0px;
}

.popWin_Left {
	background-image : url(g_map_images/pop_left.gif);
	background-repeat : repeat-y;
	padding : 0px;	
	margin: 0px;
}

.popWin_Right {
	background-image : url(g_map_images/pop_right.gif);
	background-repeat : repeat-y;
	padding : 0px;	
	margin: 0px;
}

.popWin_Body {
	font-family : verdana, helvetica;
	font-size : 8px;
	background-color: #ffffff;
	background-repeat : repeat-all;
	padding : 0px;
	margin: 0px;
}

/* this is needed so we dont get gaps*/
td img {display: block;}