﻿html, body 
{
height: 100%; 
} 


.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
cursor:help;
}

.menu
{
	text-decoration: none;
	color: Black;
	font-size: 10px; 
	font-family: Tahoma;
	text-align: left;
}

.menuselected
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #b2d24f;
	font-size: 10px; 
	font-family: Tahoma;
	text-align: left;
}

.input
{
	background-image: url('images/Tekstbox.png');
	background-repeat: no-repeat;
	font-size: 10px;
 border: 0px none; /*we do not need any border*/
height: 16px;
text-indent:5px;
}


.noborder
{
	border: solid 0px black;
	padding: 0px 0px 0px 0px;
}




