﻿/*
ALGEMEEN
*/
html, body 
{ 
	margin: 0; 
	padding: 0; 
	font-family: tahoma, verdana, arial; 
	font-size: 8pt; 
	/*background-color: #D8E4F8;*/
	background-color: #FFFFFF;
} 

div#uiPanelManagerBody 
{
	font-family: tahoma, verdana, arial; 
	font-size: 8pt;
	height: 100%;
}
 
.PanelTitle
{
	font-size: 9pt;
	/*font-style: italic;*/
}
.PanelTitleLinkButton
{
	color: white;
}

h1 
{
	font-size: 14px;
}
h2
{
	font-size: 12px;
	font-weight: bold;
}
div#uiPanelManagerLease
{
	font-family: tahoma, verdana, arial; 
	font-size: 8pt;
}

/*
INFORMATIE PAGINA (INFORMATIE.ASPX)
*/
body.Informatie
{
	background-color: #ffffff;
} 
.LabelKlantTitle
{
	color: Gray;
	font-size: 14px;
}

/* 
AANMELDEN PAGINA
*/
div#AanmeldenPagina
{
	font-size: 8pt;
}
.lblError
{
	color: red;
}
.UsernamePassword
{
	color: #333333;
	width: 140px;
}
.ButtonLogon
{
	width: 140px;
}
div#PanelLogon
{
	background-color: #eeeeee;
	padding: 10px 10px 10px 10px;
}
.small
{
	font-size: 9px;
}
.lblCheckbox
{
	vertical-align: super;
}

/*
NAVIGATIE PAGINA
*/
.TabTitle
{
	font-size: 10pt;
	font-weight: bold;
	font-family:Tahoma,verdana,arial;
}
.NavigatieTitel
{
	font-weight: bold;
	width: 100%;
}
.uiPanelManagerNavigatie
{
	overflow: hidden;
}

/*
NAVIGATIE RENT
*/
.PanelNavigatie
{
	/*background-color: #D8E4F8;*/
	background-color: silver;
	font-size: 8pt;
}

/*
REVERVERINGEN
*/
/*.GridEX1
{*/
	/*overflow: hidden;*/
/*}*/

