/*CSS Document */

.containerActions
{
	width: 25px;
	padding-left: 5px;
}
.containerTitle
{
	padding-left: 5px;
	padding-top: 2px;
}
.containerIcon
{
	padding-left: 5px;
}
.containerIcon img
{
	padding-left: 5px;
	padding-top: 2px;
}

/*container.ascx*/
#bom_containerTable
{
	width: 100%;
	margin-bottom: 10px;
	background: url(images/bg_menu.jpg) no-repeat top left;
}
#bom_container_title
{
	width: 100%;
	height: 25px;
	background: #1F2E57 url(images/bg_title.gif) repeat-x top left;
	border-left: 1px solid #1F2E57;
	border-right: 1px solid #1F2E57;
	vertical-align: middle;
}
#bom_container_title .Head
{
	color: #fff;
}
#bom_container_actions
{
	width: 0px;
	background: #002B6F;
}
#bom_container_contentpane
{
	width: 100%;
	padding: 10px;
	border-left: 1px solid #1F2E57;
	border-right: 1px solid #1F2E57;
}
.containerFooter
{
	width: 20px;
}
.bom_container_footer_left
{
	empty-cells: show;
	width: 20px;
	height: 20px;
	background: url(images/bg_left_bottom.gif) no-repeat bottom left;
	font-size: 1px;
}
.bom_container_footer_middle
{
	empty-cells: show;
	border-bottom: 1px solid #002B6F;
	width: 100%;
	text-align: right;
}
.containerFooterMiddle
{
	width: 100%;
}
.bom_container_footer_right
{
	empty-cells: show;
	width: 20px;
	height: 20px;
	background: url(images/bg_right_bottom.gif) no-repeat bottom right;
	font-size: 1px;
}
/*END container.ascx*/

/*zonder-titel.ascx*/
#bom_zonder-titelTable
{
	width: 100%;
	margin-bottom: 10px;
}
#bom_zonder-titel_actions
{
	width: 0px;
}
#bom_zonder-titel_contentpane
{
	width: 100%;
	padding: 10px;
}
#bom_zonder-titel_contentpane p
{
	margin: 0px;
	padding: 0px;
}
/* END zonder-titel.ascx*/

/* container02.ascx */
#bom_container02Table
{
	width: 100%;
	margin-bottom: 10px;
	background: #9cc2ff;
}
#bom_container02_title
{
	width: 100%;
	height: 25px;
	vertical-align: middle;
}
#bom_container02_title .Head
{
	color: #002b6F;
	font-family: Verdana;
}
#bom_container02_contentpane
{
	width: 100%;
	padding: 10px;
}
#bom_container02_footer
{
	text-align: right;
	padding-right: 10px;
	
}
/* END Container02*/

/* container03.ascx */
#bom_container03Table
{
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
#bom_container03_title
{
	width: 100%;
	height: 25px;
	vertical-align: middle;
}
#bom_container03_title .Head
{
	color: #002b6F;
	font-family: Verdana;
}
#bom_container03_contentpane
{
	width: 100%;
	padding: 10px;
}
/*END Container03*/


/* container03.ascx */
#vbo_lege-containerTable
{
	width: 100%;
	margin-bottom: 10px;

}
#vbo_lege-container_title
{
	width: 100%;
	height: 25px;
	vertical-align: middle;
}
#vbo_lege-container_title .Head
{
	color: #002b6F;
	font-family: Verdana;
}
#vbo_lege-container_contentpane
{
	width: 100%;
	padding: 10px;
}
/*END Container03*/




/* Menu.ascx */

#bom_containermenu_title
{
	width: 100%;
	vertical-align: middle;
}

