	/* POPUP STYLES */
	
	.popupHoriz {
                position:absolute;
		display:none;
                width:224px;
		z-index:4000;
	}
	.popupHoriz .top {
		height:10px;
		font-size:1px;
		background:url(/images/common/popup_horiz_top.gif);
		background-repeat:no-repeat;
	}
	.popupHoriz .middle {
		background:url(/images/common/popup_horiz_mid.gif);
		background-repeat:repeat-y;
		background-position:center left;
	}
	.popupHoriz .bottom {
		height:10px;
		font-size:1px;
		background:url(/images/common/popup_horiz_bot.gif);
		background-repeat:no-repeat;
	}
	.popupHoriz a {
		display:block;
		height:18px;
		width:195px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		margin-left:12px;
		padding:2px 10px 0px 8px;
		color:#666666;
		text-decoration:none;
	}    
	.popupHoriz a:link {}
	.popupHoriz a:visited {}
	.popupHoriz a:hover {
		font-weight: bold;
		background:url(/images/common/popup_selector.gif);
		background-repeat:no-repeat;
		color:#FFFFFF;
	}
	.popupHoriz a:active {}
	
	.popupVert {
                position:absolute;
                display:none;
		width:213px;
		z-index:4000;
	}
	.popupVert .top {
		height:10px;
		font-size:1px;
		background:url(/images/common/popup_vert_top.gif);
		background-repeat:no-repeat;
	}
	.popupVert .middle {
		background:url(/images/common/popup_vert_mid.gif);
		background-repeat:repeat-y;
		background-position:center left;
	}
	.popupVert .bottom {
		height:21px;
		font-size:1px;
		background:url(/images/common/popup_vert_bot.gif);
		background-repeat:no-repeat;
	}
	.popupVert a {
		display:block;
		height:18px;
		width:195px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		margin-left:1px;
		padding:2px 10px 0px 8px;
		color:#666666;
		text-decoration:none;
	}    
	.popupVert a:link {}
	.popupVert a:visited {}
	.popupVert a:hover {
		font-weight: bold;
		background:url(/images/common/popup_selector.gif);
		background-repeat:no-repeat;
		color:#FFFFFF;
	}
	.popupVert a:active {}

