/**
compatibility stylesheet to facilitate migration to new site.
*/

/*
	CSS definities voor automatisch ingevoegde quotes.
	quoteInsert.demo.php in de code libraries.

*/

.QILink {
	white-space: nowrap;
	text-transform: uppercase;
}

.QILink a {
	font-weight: bold;
	background-color: #f2f2f2;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

.QILink a:hover {
	background-color: #eeeeee;
}

.QILink a.QILinkChangeUp {
	color: green;
}

.QILink a.QILinkChangeDown {
	color: red;
}

.QILink a.QILinkChangeNone {

}

.QILink a .QIQuote {
	text-decoration: none;
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}

.QILink a .QIQuote img.icon {
	border-style: none;
	width: 10px;
	height: 9px;
	padding: 0;
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
	display: inline;
}

.QILink a:hover .QIQuote {
	color: black;
}