
	.popup{
/*		padding:5px;
		background:#FFF;
		border:1px solid #999;
*/		position:absolute;
		min-height:160px;
		min-width:240px;
		top:0;
		left:0;
	}
/*	table.popupcontent {
		font-size:11px;
		color: #444;
	}
*/	a.popuplink{
		background:#eee;
		padding:0 .5em;	
		border:1px solid #999;
		text-decoration:none;
		font-weight:bold;
		color:#666;
		margin-bottom:-1px;
	}

	table.tooltip {
	}
	a.headerlink{
		color:#F35524;
		font-size:11px;
	}
	a.button {
		font-size:11px;
		color:#C1917E;
	}
	td.textsmall {
		font-style: italic;
		font-size:10px;
		color:#C1917E;
	}
	a.textsmall {
		font-size:10px;
		color:#C1917E;
	}