.Toolbar {
	position: absolute;
	left:260px;
	top:105px; 
	width: 470px;
	height: 45px;
	border: solid 0 #FC0;
	border-bottom-width: 1;
	vertical-align: top;
}

.toolbarButton 
{
	vertical-align: text-top;
	margin-bottom: 10px;
}

.toolbarSelected A {
	color: #FC0;
	text-decoration : none;
 }

.datatable2 td a{
	color: #000;
}
.datatable2 td a:hover{
	color: #000;
}

.Main {
	width: 650px;
}

.TabControl 
{
	border: 5px outset #FC0;
}

.Info { position: relative;}
.Info span { display: none; }
.Info span table { color: white; }
.Info:hover { background:; } /* css bugfix */
.Info:hover span {
	position: absolute;
	display: block;
	background: 0D006A;
	width: 300;
	top: 3px;
	left: 25px;
	border: 1px solid #fc0;
}

.TenTlink {	color: Black; }
.TenTlink:hover { color: #0D006A; }

.textinput
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	padding-left:3px;
}

div.breakbefore {page-break-before:always;}
div.breakafter {page-break-after:always;}

@media print {
	.Toolbar {visibility:hidden;}
}
