/*----------->
All these scripts are copyrighted by Wizzie.nl webdevelopment and can not be
used for other purposes without permission of Wizzie.nl Webdevelopment.
For more information, please contact info@wizzie.nl
<-----------*/

td.subnav {
	text-align: right;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('./gfx/subnavBackOut.png');
	/* transparency filter internet explorer */
	filter:Alpha(Opacity=70);
}
td.subnav:hover {
	background-image: url('./gfx/spacer.gif');
}

.subNavText {
	text-align: right;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

td.frameborder {
	background-color: #381E41;
	width: 1px;
}
