/* kleuren Manuquilt 
*  manuquilt geel:				#EFEACD
*  manuquilt blauw:				#37384A
*  lichtgrijs (textinvoer):		#E6E5EA;
*  donkergrijs (textinvoer):	#6F7C85;
* /

/* achtergrondkleur scherm (buiten kader) */
body
{
	background-color:	white;
}

/* font buiten kader */
body, table
{
	font: 				normal 11px Verdana;
	color: 				#0A1D36;
	

}

.configdiv
{
	background-image: 	url(../beheer/pics/manuquilt-logo.png);
	background-repeat: 	no-repeat;
}



/* links buiten kader */
a
{
	text-decoration:	underline;
	font-weight:bold;
}

a:link, a:visited
{
	text-decoration:	underline;
	color:				#37384A;
	font-weight:bold;
}

a:hover
{
	text-decoration:	underline;
	color:				#37384A;
	font-weight:bold;
}

/* links in hoofdmenu site */
.aSite
{
	text-decoration:	none;
	font-weight:		normal;
}

.aSite:link, .aSite:visited
{
	text-decoration:	none;
	color:				#EFEACD;
	font-weight:		normal;
}

.aSite:hover
{
	text-decoration:	underline;
	color:				#EFEACD;
	font-weight:		normal;
}

.kopTekst
{
	font: 		bold 18px Times New Roman;
	margin:		0px;
	padding:	0px;
}

h2
{
	font: 		bold 11px Verdana;
	margin:		0px;
	padding:	0px;
}

.menuTekst
{
	font:		normal 14px Times New Roman;
	color:		rgb(239, 234, 205);
}

/* links in beheer menu */
.aMenu, .aMenu:link, .aMenu:visited
{
	font:			normal 14pt Times New Roman;
	margin:			5px;
	color:			#37384A;
	padding: 		0px 0px 1px 0px;
	border-width:	0px 0px 0px 0px;
	border-color:	transparent;
	border-style:	solid;
}

.aMenu:hover, .aMenuActive, .aMenuActive:link, .aMenuActive:visited, .aMenuActive:hover
{
	font:			normal 14pt Times New Roman;
	color:			#1D2729;
	margin:			5px;
	padding: 		0px 0px 1px 0px;
	border-width:	0px 0px 1px 0px;
	border-color:	#37384A;
	border-style:	solid;
}

/*** TABS ***/

div.pageHeader
{
	font-size:			12pt;			
	background-color:	#FAF3DE;	
	height:				26px;
	border-style: 		solid;
	border-width: 		0px 0px 3px 0px;
	border-color: 		#37384A;
	padding:			3px 1px 3px 1px;
	height:				20px;
}

.subnavbottom
{
	border-style: 		solid;
	border-width: 		1px 0px 0px 0px;
	border-color: 		#aaaaaa;
	font-style:			italic;
}

div.Pages
{
	padding:			3px 1px 3px 1px;
	border-width:		3px;
	border-color: 		#37384A;
	border-style:		solid;
	background-color:	#FAF3DE;
	width:				98%;
}

div.Page
{
	padding:				3px 0px 3px 0px;
	width:					100%;
}

div.TabView div.Tabs a.Active
{
    background: 	url('../beheer/pics/tabs.gif') no-repeat;
	border-width:	0px 0px 3px 0px;
	border-color:	#FAF3DE;
	border-style:	solid;
}

	
/* tableList: kader waarbinnen bewerkbare informatie staat */ 
.tableList td
{
	font-size:			12px; 
	padding: 			6px 6px 6px 6px;
}
	
.tableList
{
	width:				95%;
	margin-left:		1%;
}

/* koppen boven kolommen in kader */
.columnHeader
{
	text-decoration: 	underline;
	font-style: 		italic;
}

/* links in kader */
.tableList a, .tableList a:link, .tableList a:visited 
{	
	text-decoration:	none;
}

.tableList a:hover
{
/*	color: 			#EFEACD;*/
	font-weight:	bold;
}

/* style cellen binnen kader */
.tdlicht, .tddonker
{
	height: 		30px;
	border-style:	solid;
	border-width:	0px 0px 1px 0px;
	border-color:	#c2c2c2;
	padding-left:	4px;
}

.tddonker
{
	border-style:	solid;
	border-width:	0px 0px 1px 0px;
	border-color:	#c2c2c2;
}

.tdform
{
	border-width: 	0px 0px 0px 0px;
	width:			20%;
}

.menuNavItem
{
	color:				#EFEACD;
	background-image: 	url(../beheer/pics/subnav.gif);
	background-repeat: 	no-repeat;
	background-position:left bottom;
	height:				23px;
	width:				150px;
	padding:			0px 0px 0px 5px;
}

/* scrollbar style (alleen IE) */
.scrollStyle_manuquilt
{
	scrollbar-face-color: 		white;
	scrollbar-highlight-color:	white;
	scrollbar-shadow-color:		white;
	scrollbar-arrow-color:		#CDBF90;
	scrollbar-3dlight-color:	#CDBF90;
	scrollbar-darkshadow-color: #CDBF90;
	scrollbar-track-color:		white;
}

.scrollStyle_qvb
{
	scrollbar-face-color: 		#E7FFFF;
	scrollbar-highlight-color:	#E7FFFF;
	scrollbar-shadow-color:		#E7FFFF;
	scrollbar-arrow-color:		#91CEE1;
	scrollbar-3dlight-color:	#91CEE1;
	scrollbar-darkshadow-color: #91CEE1;
	scrollbar-track-color:		#E7FFFF;
}

.tdBezichtiging
{
	height: 14px;
	padding: 0px;
}

ul
{
	padding-left: 20px;
	margin: 10px 0px 10px 0px;
}

li
{
	margin: 0px;
	padding: 0px;
}

input[type="button"], input[type="submit"]
{
	color:				#37384A;
	border-style:		solid;
	border-width:		1px;
	border-color:		#37384A;
}


input[type="text"], input[type="password"], input[type="file"], select, textarea
{
	color:				#6F7C85;
	background-color:	#E6E5EA;
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		#37384A;
	padding:			0px 0px 0px 3px;
}

input[type="text"], input[type="password"], input[type="file"]
{
	width: 200px;
}

select
{
	width: 205px;
}

.configtable
{
	font-size:		8pt;
}

.navtable td
{
	padding: 		4px;
}

.tijdSelect
{
	width:50px;
}
