/* CSS Document *//* ================================    CSS STYLES FOR DotNetNuke   ================================*/   /* PAGE BACKGROUND *//* background color for the header at the top of the page  */.HeadBg {    background-color: #FFFFFF;}/* background color for the content part of the pages */Body{    background-color: #1572E6;}/* background/border colors for the selected tab */.TabBg {    background-color: black;}.LeftPane  { }.ContentPane  { }.RightPane  { }/* text style for the selected tab */.SelectedTab {    font-weight: bold;    font-size: 7pt;    color: #000000;    font-family: Arial, Helvetica;    text-decoration: none;}/* hyperlink style for the selected tab */A.SelectedTab:link {    font-weight: bold;    font-size: 7pt;    color: #000000;    font-family: Arial, Helvetica;    text-decoration: none;}A.SelectedTab:visited  {    font-weight: bold;    font-size: 7pt;    color: #000000;    font-family: Arial, Helvetica;    text-decoration: none;}A.SelectedTab:active   {    font-weight: bold;    font-size: 7pt;    color: #000000;    font-family: Arial, Helvetica;    text-decoration: none;}A.SelectedTab:hover    {    font-weight: bold;    font-size: 7pt;    color: #000000;    font-family: Arial, Helvetica;    text-decoration: none;}/* text style for the unselected tabs */.OtherTabs {    font-weight: bold;    font-size: 7pt;    color: #1572E6;    font-family: Arial, Helvetica;    text-decoration: none;}/* hyperlink style for the unselected tabs */A.OtherTabs:link {    font-weight: bold;    font-size: 7pt;    color: #1572E6;    font-family: Arial, Helvetica;    text-decoration:    none;}A.OtherTabs:visited  {    font-weight: bold;    font-size: 7pt;    color: #1572E6;    font-family: Arial, Helvetica;}A.OtherTabs:active   {    font-weight: bold;    font-size: 7pt;    color: #1572E6;    font-family: Arial, Helvetica;}A.OtherTabs:hover    {    font-weight: bold;    font-size: 7pt;    color: #BA0000;    font-family: Arial, Helvetica;}    /* GENERAL *//* style for module titles */.Head   {/*    font-family: Arial, Helvetica;    font-size:  20px;    font-weight:    normal;    color: black;*/	color: #1572E6; 	font-family: Arial; 	font-size: 14pt; 	font-weight: bold;	vertical-align: top;}/* style of item titles on edit and admin pages */.SubHead    {    font-family: Arial, Helvetica;    font-size:  11px;    font-weight:    bold;    color: #BA0000;}/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */.SubSubHead {    font-family: Arial, Helvetica;    font-size:  11px;    font-weight:    bold;    }/* text style used for most text rendered by modules */.Normal{	margin: 0em 0% 0em 0%;	font: 12px/1 sans-serif;		cursor: default;}/* text style used for textboxes in the admin and edit pages, for Nav compatibility */.NormalTextBox{	margin: 0em 0% 0em 0%;	font: 12px/1 sans-serif;		cursor: default;}.NormalRed{    font-family: Arial, Helvetica;    font-size: 12px;    font-weight: bold;    color: #ff0000}.NormalBold{    font-family: Arial, Helvetica;    font-size: 11px;    font-weight: bold}/* text style for buttons and link buttons used in the portal admin pages */.CommandButton     {    font-family: Arial, Helvetica;    font-size: 11px;    font-weight: normal;}        /* Menu-Styles *//* Module Title Menu */.ModuleTitle_MenuContainer {/*	border-bottom: blue 0px solid; 	border-left: blue 0px solid; 	border-top: blue 0px solid; 	border-right: blue 0px solid; */}.ModuleTitle_MenuBar {}.ModuleTitle_MenuItem {}.ModuleTitle_MenuIcon {}.ModuleTitle_SubMenu {}.ModuleTitle_MenuBreak {}.ModuleTitle_MenuItemSel {}.ModuleTitle_MenuArrow {}.ModuleTitle_RootMenuArrow {}/* Main Menu */.MainMenu_MenuContainer TD{	background-color: Transparent;}.MainMenu_MenuContainer {	height: 20px;}.MainMenu_MenuBar {	cursor: pointer; 	cursor: hand; 	height: 20px;	Background-color: transparent;}.MainMenu_MenuItem{	background-color:#BA0000;	color: #FFFF3E;	height: 20px;	font-size: 12px;	border-top: 0px solid #1572E6;	border-bottom: 0px solid #1572E6;}.MainMenu_MenuItemSel {	background-color:#FFFF3E;	color: #BA0000;	height: 20px;	font-size: 12px;	border-top: 0px solid #1572E6;	border-bottom: 0px solid #1572E6;}.MyRootMenuItem TD{	background-image:url(images/menuitem.gif);	color: #000000;	height: 20px;	width: 138px;	font-size: 12px;	border-top: 0px solid #ECFFFF;	border-bottom: 0px solid #ECFFFF;	padding: 0em 0em 0em 0.4em;}.MyRootMenuActiveItem TD{	background-image:url(images/menuitemactive.gif);	color: #BA0000;	height: 23px;	width: 138px;	font-size: 12px;	border-top: 0px solid #1572E6;	border-bottom: 0px solid #1572E6;	padding: 0em 0em 0em 0.4em;}.MyRootMenuSelectedItem TD{	background-image:url(images/menuitemactive.gif);	color: #1572E6;	height: 23px;	width: 138px;	font-size: 12px;	border-top: 0px solid #1572E6;	border-bottom: 0px solid #1572E6;	padding: 0em 0em 0em 0.4em;}.Breadcrumb_Rootmenuitem TD{	background-image:url(images/menuitemactive.gif);	color: #BA0000;	height: 23px;	width: 138px;	font-size: 12px;	border-top: 0px solid #1572E6;	border-bottom: 0px solid #1572E6;	padding: 0em 0em 0em 0.4em;}.MainMenu_SubMenu{	background: #1572E6;	z-index: 1000; 	cursor: pointer; 	cursor: hand;	font-family: "arial"; 	font-size: 9pt; 	font-weight: bold;	filter: none;	border-top: 0px solid #1572E6;	border-bottom: 0px solid #1572E6;	padding: 0em 0em 0em 0em;}.Breadcrumb {	background-color: transparant;	color: #FFFF3E;	font-family: "arial"; 	font-weight:bold;	font-size: 8.5pt; 		border-top: 0px solid #1572E6;	border-bottom: 0px solid #1572E6;}/* hyperlink style for the breadcrumb */A.Breadcrumb:link {    text-decoration:    none;    color: #FFFF3E;	font-weight:bold;	font-size: 8.5pt; 	}A.Breadcrumb:visited  {    text-decoration:    none;    color: #FFFF3E;	font-weight:bold;	font-size: 8.5pt; 	}A.Breadcrumb:active   {    text-decoration:    none;    color: #FFFF3E;	font-weight:bold;	font-size: 8.5pt; 	}A.Breadcrumb:hover    {    text-decoration:    none;    color: #BA0000;	font-size: 8.5pt; 		font-weight:bold;}.MainMenu_MenuIcon {	display: none;}.MainMenu_MenuBreak {	border-top: 0px solid #1572E6;	border-bottom: 0px solid #1572E6;}.MainMenu_MenuArrow {	display: none;}.MainMenu_RootMenuArrow  {	display: none;}/* text style for the selected tab */.regelgeving {    font-weight: bold;    font-size: 7pt;    color: #1572E6;    font-family: Arial, Helvetica;    text-decoration: none;}/* hyperlink style for the selected tab */A.regelgeving:link {    font-weight: bold;    font-size: 7pt;    color: #1572E6;    font-family: Arial, Helvetica;    text-decoration: none;}A.regelgeving:visited  {    font-weight: bold;    font-size: 7pt;    color: #1572E6;    font-family: Arial, Helvetica;    text-decoration: none;}A.regelgeving:active   {    font-weight: bold;    font-size: 7pt;    color: #1572E6;    font-family: Arial, Helvetica;    text-decoration: none;}A.regelgeving:hover    {    font-weight: bold;    font-size: 7pt;    color: #1572E6;    font-family: Arial, Helvetica;    text-decoration: none;}

