/* Default CSS Stylesheet for Encoin Consultants bv */

body
{
	margin-top: 2px;
	font-size: 10pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	background-color: whitesmoke;
}

TABLE
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
}

TD.Std
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

TD.Menu
{
	width: 120px;
}

.Button
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 8pt;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: Tahoma, Verdana, 'Times New Roman';
	background-color: gainsboro;
}
.Contents
{
	vertical-align: text-top;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.Footer
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	width: 100%;
	color: white;
	background-color: #336699;
	text-align: center;
}
.Header
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	color: white;
	font-family: Tahoma, Verdana, 'Times New Roman';
	height: 32px;
	background-color: #006400;
}
.HeaderImage
{
	vertical-align: middle;
}
.HeaderTitle
{
	padding-right: 10px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	color: white;
	font-family: Tahoma, Verdana, 'Times New Roman';
	background-color: darkgreen;
}
.Normal
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
}
.SmallTextBox
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	font-size: 8pt;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	font-family: Tahoma, Verdana, 'Times New Roman';
	width: 70px;
}
.SubHeader
{
	border-top: 3px groove;
	font-size: 8pt;
	color: white;
	font-family: Tahoma, Verdana, 'Times New Roman';
	background-color: #8fbc8b;
	text-align: right;
}
.SubHeaderTextBox
{
	
	font-family: Tahoma, Verdana, 'Times New Roman';
	font-size: 8pt;
	color: white;
	text-align: right;
	background-color: darkseagreen;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.TextBox
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	font-size: 8pt;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	font-family: Tahoma, Verdana, 'Times New Roman';
	width: 200px;
}

.Bullets
{
	list-style-position: outside;
	font-style: italic;
	list-style-type: square;
}

/* Menu: */
.MenuHdr { 		
	FONT-SIZE: 12px; 
	COLOR: #000000;
	padding-left: 4px;
	FONT-FAMILY: Tahoma, Verdana, 'Times New Roman';
	font-weight: bold;
	cursor: pointer;
	height:37px;
	padding-bottom: 14px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
.MnuHdrSelected{
	FONT-SIZE: 12px; 
	COLOR: #000000;
	padding-left: 4px;
	FONT-FAMILY: Tahoma, Verdana, 'Times New Roman';
	font-weight: bold;
	height:36px;
	cursor: pointer;
	padding-bottom: 12px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
