/* CSS for Werkdruk Wonen */
BODY, TD, DIV, SELECT, INPUT, TEXTAREA
{ 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	line-height: 1.4; 
}

P 
{ 
	margin-top: 0px;
	margin-bottom: 8px; 
}

BUTTON, INPUT
{
	line-height: normal;
}

ul {margin-top: 0px; margin-bottom: 0px;}
/*ol {margin-top: 8px; margin-bottom: 8px;}*/

a, a:visited, a:link, a:active, a:hover
{
	color: #731851; /*#0082C6; */
	font-weight:bold;
	text-decoration: none;
}

a:hover 
{
	color: #9D447C;
	text-decoration: underline
}

/* GENERAL PURPOSE CLASSES */

.pageheader 
{
	margin-top:20px;
	font-size: 12pt; 
	color: #4A8BA6;
	font-weight:bold;
}

.subheader 
{
	margin-top: 16px;
	margin-bottom: 4px;
	font-size: 10pt; 
	color: #4A8BA6;
	font-weight:bold;
}

.small 
{
	font-size: 8pt; 
}

.ValidationSummary 
{
	margin-top:16px; 
	margin-bottom:8px; 
	color: Red; 
	line-height: normal;
}

.tdmenu 
{
	border-right-style:solid; 
	border-right-width:1px; 
	border-right-color:#32427e
}

.tdcontent
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.ExampleMail 
{
	PADDING-RIGHT: 8px; 
	PADDING-LEFT: 8px; 
	PADDING-BOTTOM: 8px; 
	PADDING-TOP: 8px; 
	margin-left: 8px; 
	margin-right: 8px; 
	margin-top: 8px; 
	margin-bottom: 8px;
	BACKGROUND-COLOR: #e4e3f3; 
}

.line 
{
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#32447F;
}

.button 
{
	border-width:1px;
	border-style:Outset;
	font-weight:bold;
	font-size:12px;
	background-color: #4A8BA6; 
	border-color: #4A8BA6;
	color: #FFFFFF; 
	cursor:hand;
}

.smallbutton 
{
	border-width: 1px;
	border-style: Outset;
	font-weight:bold;
	font-size:10px;
	background-color:#4A8BA6;
	border-color:#4A8BA6;
	color:#FFFFFF; 
	cursor:hand;
}

/* MENU Classes */

.menuheader, .menuheader2, .submenuitem, .submenuitemhover
{
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 9px; 
	PADDING-BOTTOM: 0px; 
	HEIGHT: 20px; 
	WIDTH: 200px; 
	LINE-HEIGHT: 18px; 
	FONT-SIZE: 8pt;
	font-weight: normal;
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	BACKGROUND-COLOR: #dcedf3;
	COLOR: #731851; 
}

.menuheader {
	PADDING-LEFT: 2px; 
	FONT-WEIGHT: bold; 
	BACKGROUND-COLOR: #32427e;
	COLOR: #ffffff; 
}

.menuheader2 
{
	PADDING-LEFT: 9px; 
	BACKGROUND-COLOR: #32427e;
	COLOR: #ffffff; 
}

.submenuitemhover 
{
	BACKGROUND-COLOR: #c4dee8;
	CURSOR: hand; 
}

/* BREADCRUMB: used in Header.ascx */
.breadcrumb, a.breadcrumb
{  
	color:#8D4270; 
	font-size: 8pt 
}
a.breadcrumb:hover 
{
	color: #BD649C; 
	text-decoration: underline; 
}

/* COLOFON: used in AboutText.ascx */
.colofon 
{
	font-size: 8pt;
	color:#404040;
}
a.colofon, a.colofon:visited, a.colofon:link, a.colofon:active 
{  
	text-decoration: none;
}
a.colofon:hover 
{ 
	text-decoration: underline; 
}

/* FOOTER: used in Footer.ascx */
.footer 
{
	font-size: 8pt;
}

/* classes for selecting scans */
.scanrowtitle 
{
	font-weight:bold;
}
.scanrowitem, .scanrowitemalternate
{
	background-color:#DCEDF3; 
}
.scanrowitemselected 
{
	background-color:#B2D8DF; 
}

/* Question classes*/
.hairline 
{
	border-bottom-style:solid; 
	border-bottom-width:1px;
	border-bottom-color:#32447F
}
.QErrror 
{  
	font-size: 10pt; 
	color: #FF0000;
	text-decoration: blink; 
	font-weight: bold;
}
.QHeader 
{  
	font-size: 10pt; 
	font-weight:bold; 
	color: #4A8BA6
}
.QTextBox 
{
	width: 50px;
}
/*.QDropDown*/
/*.QRadioButton*/
.QNumber 
{
	  font-size: 9pt; 
	  font-weight:bold;
}
.QButtonPrevious 
{
	border-width:1px;
	border-style:Outset;
	font-weight:bold;
	font-size:12px;
	background-color:#4A8BA6;
	border-color:#4A8BA6;
	color:#FFFFFF; 
	cursor:hand; 
	margin-top: 20px;
}
.QButtonNext 
{
	border-width:1px;
	border-style:Outset;
	font-weight:bold;
	font-size:12px;
	background-color:#4A8BA6;
	border-color:#4A8BA6;
	color:#FFFFFF; 
	cursor:hand; 
	margin-top: 20px;
}

