
.wiki_link
{
	background-color: #ffffcc; 
	color: #333333;
	cursor: help;
}

.wiki_link_open
{
	background-color: #333333;
	color: #ffffff;
	cursor: help;
}

.wiki_popuppanel
{
	width: 250px;
	background-color: #ffffcc;
	border: solid 1px #333333;
	color: #333333;
	font-size: 8pt;
}

.wiki_header
{
	background-color: #cccc99;
	padding: 4px;
	font-weight: bold;
	text-align: center;
}

.wiki_body
{
	padding: 4px;
}

.wiki_footer
{
	background-color: #cccc99;
	padding: 4px;
	font-weight: bold;
	text-align: center;
}

.wiki_popuppanel a:link, .wiki_popuppanel a:visited, .wiki_popuppanel a:active, .wiki_popuppanel a:hover
{
	color: #666600;
	font-weight: bold;
	text-decoration: underline;
}