
/* ================================================================
    CSS STYLES FOR DotNetNuke
   ================================================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

Body
{
  background-color: #cccccc;
  font-family: Verdana, Arial;
  font-style: normal;
  font-size: 10px;
  margin: 0px 0px 0px 0px; 
}

img
{
	border: 0px;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs
{
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   
{
  font-size: 12px;
  font-family: Verdana, Arial;
  font-weight: normal;
  color: #939598;
}

/* style of item titles on edit and admin pages */
.SubHead
{
  font-size: 12px;
  font-family: Verdana, Arial;
  font-weight: normal;
  color: #939598;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
  font-size: 12px;
  font-family: Verdana, Arial;
  color: #939598;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
  border: solid 1px #C5C5C7;
  background-color: #FFFFFF;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
  border: solid 1px black;
  background-color: #C5C5C7; 
  text-decoration: none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
  border: solid 1px black;
  background-color: Transparent;
  text-decoration: none;
  color: black;
}

A.CommandButton:visited
{
  border: solid 1px black;
  text-decoration: none;
  color: black;
}

A.CommandButton:active   
{
  border: solid 1px black;
  text-decoration: none;
  color: black;
}

A.CommandButton:hover    
{
  border: solid 1px black;
  text-decoration: none;
  color: black;
}
    
/* button style for standard HTML buttons */
.StandardButton     
{
  background-color: #C5C5C7;
  cursor: hand;
  color: black;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR
{
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: solid 1px #939598;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* [MENU:1] */
.MainMenu_container
{
	font-family: Verdana, Arial;
	color: #FFFFFF;
	font-size: 12px;
}

.MainMenu_menubar
{
	cursor: pointer;
	height: 44px;
	background-color: Transparent;
}

.Menu1_menuitem
{
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 26px;
	width: 160px;

	background-image: url(BgGreenDarkMenu.jpg);
	background-repeat: repeat-x;  
}

.Menu1_itemactive
{
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 26px;
	width: 160px;  

	background-image: url(BgGreenLightMenu.jpg);
	background-repeat: repeat-x;  
}

.Menu1_itemsel
{
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 26px;
	width: 160px;  

	background-image: url(BgGreenMediumMenu.jpg);
	background-repeat: repeat-x;  
}

.Menu1_SubMenu
{
	border: solid 3px black;
}

.Menu1_SubMenu_itemactive
{
	border: solid 1px white;
}

.Menu1_MenuIcon
{
	display:none;
}

.Menu1_MenuArrow
{
	display: none;
}

/* ROOT items van hoofdmenu */
.Menu1_rootmenu_menuitem
{
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;

	background-image: url(BgGreenDarkMenu.jpg);
	background-repeat: repeat-x; 
}

.Menu1_rootmenu_menuitem TD
{
	height: 26px;
	width: 160px;
	border-bottom: solid 2px #FFFFFF;
}

.Menu1_rootmenu_itemactive
{
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 26px;
	width: 160px;

	background-image: url(BgGreenLightMenu.jpg);
	background-repeat: repeat-x;  	
}

.Menu1_rootmenu_itemactive TD
{
	height: 26px;
	width: 160px;
	border-bottom: solid 2px #FFFFFF;  	
}

.Menu1_rootmenu_itemsel
{
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 26px;
	width: 160px;

	background-image: url(BgGreenMediumMenu.jpg);
	background-repeat: repeat-x;  
}

.Menu1_rootmenu_itemsel TD
{
	height: 26px;
	width: 160px;
	border-bottom: solid 2px #FFFFFF;  
}

.Menu1_rootmenu_itembreadcrumb
{
	background-image: url(BgGreenLightMenu.jpg);
	background-repeat: repeat-x; 
}

.Menu1_subitembreadcrumb
{
	/*color:  #98002D;*/
}


/* [MENU:2] */
.Menu2_container
{
	background-color: Transparent;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
	height: 24px;
	
	background-image: url(BgGraySubmenu.jpg);
	background-repeat: repeat-x;
}

.Menu2_menubar
{
	height: 24px;
}

.Menu2_menuitem
{
	cursor: hand;
	cursor: pointer;
	color: #000000;
	height: 24px;
	font-size: 10px;
	font-weight:bold;
}

.Menu2_itemsel
{
	cursor: hand;
	cursor: pointer;
	color: #000000;
	height: 24px;
	font-size: 10px;
	font-weight:bold;
	background-color: #cccccc;
}

.Menu2_rootmenu_menuitem
{
	cursor: hand;
	cursor: pointer;
	color: #000000;
	height: 24px;
	font-size: 10px;
	font-weight: bold;
}

.Menu2_rootmenu_menuitem TD
{
	border-right: Solid 2px #FFFFFF;
}

.Menu2_rootmenu_itemsel
{
	cursor: hand;
	cursor: pointer;
	color: #000000;
	height: 24px;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.Menu2_rootmenu_itemsel TD
{
	border-right: Solid 2px #FFFFFF;
}

.Menu2_rootmenu_itemactive
{
	cursor: hand;
	cursor: pointer;
	color: #000000;
	height: 24px;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
}

Menu2_rootmenu_itemactive TD
{
	border-right: Solid 2px #FFFFFF;
}

.Menu2_rootmenu_itembreadcrumb
{
	background-color: #FFFFFF;
}

.Menu2_seperatorcss
{
	display: none;
	/*
 	height: 24px;
	width: 1px;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	*/
}

.Menu2_MenuArrow
{
	display: none;
}

.Menu2_MenuIcon
{
	display: none;
}

.Menu2_menubreakcss
{
	display: none;
}

.Menu2_submenucss
{
  display: none;
}

/* ================================================================
    CUSTOM CSS STYLES
   ================================================================
*/

#dnn_dnnSEARCH_txtSearch
{
	width: 200px;
	height: 26px;
	/*border: solid 1px #C5C5C7;*/
	background-image: url(BgGraySearch.jpg);
	background-repeat: repeat-x;
	font-size: 16px;
}

.SearchButton
{
	border: 0px;
}

#MainTable
{
	top: 0px;
	height: 100%;
	width: 1000px;
	background-color: #FFFFFF;
	text-align: center;
}

#SpacerLogoTop
{
	height: 20px;
	width: 1000px;
	background-color: #D31D1B;
}

#LogoTop
{
	height: 120px;
	width: 1000px;
	background-image: url(LindusHeader.jpg);
	background-repeat: no-repeat;
}

#SearchSpacer
{
	height: 80px;
	width: 1000px;
}

#SearchCell
{
	height: 40px;
	width: 1000px;
	vertical-align: middle;
	text-align: right;
}

#SpacerLogoBottom
{
	height: 25px;
	width: 1000px;
	background-color: #00695E;
}

#MainContent
{
	height: 100%;
	width: 1000px;
}

#ContentTable
{
	height: 100%;
	width: 1000px;
	border-top: solid 1px #ffffff;
}

#ContentLeft
{
	width: 160px;
	border-right: solid 1px #ffffff;
	vertical-align:top;
	background-color: #D31D1B;	
}

#ContentRight
{
	width: 160px;
	border-left: solid 1px #ffffff;
	vertical-align:top;
	background-color: #00695E;
}

#ContentCenter
{
	vertical-align: top;
	width: 100%;
	/* background-color: lime; */
}

#RightTable
{
	vertical-align: top;
	text-align: center;
	width: 160px;	
}

#MainMenuTable
{
	vertical-align: top;
	width: 160px;
}

#SubMenuTable
{
	vertical-align: top;
	width: 100%;
	text-align: center;
}

/* the PANES */
.LeftPane
{
	height: 100%;
	width: 160px;
	vertical-align: top;
	text-align: left;
}

.RightPane
{
	width: 160px;
	height: 100%;
	text-align: left;
}


.ContentPaneTop
{
	vertical-align: top;
	text-align: left;
	height: 100%;
	width: 100%;
	border-bottom: solid 1px #FFFFFF;
}

.ContentPane
{
	height: 100%;
	width: 100%;
	vertical-align: top;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
}

.ContentPaneBottom
{
	height: 100%;
	width: 100%;
	vertical-align: top;
	text-align: left;
}

.BelloButton
{
	height: 26px;
	width: 160px;
	
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	
	text-align: center;
	vertical-align: top;

	background-image: url(BgGreenLightMenu.jpg);
	background-repeat: repeat-x; 
}


a.BelloLink:link
{
	height: 26px;
	width: 160px;
	
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(BgGreenLightMenu.jpg);
	background-repeat: repeat-x;
}

a.BelloLink:visited
{
	height: 26px;
	width: 160px;
	
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(BgGreenLightMenu.jpg);
	background-repeat: repeat-x;
}

a.BelloLink:active
{
	height: 26px;
	width: 160px;
	
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(BgGreenLightMenu.jpg);
	background-repeat: repeat-x;
}

a.BelloLink:hover
{
	height: 26px;
	width: 160px;
	
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(BgGreenLightMenu.jpg);
	background-repeat: repeat-x;
}

#FcmsLink
{
	
}

/* style voor de announcement container "GreenBg" */
.GreenBg
{
	height: 26px;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	border-bottom: solid 1px #FFFFFF;

	background-image: url(BgGreenDarkMenu.jpg);
	background-repeat: repeat-x; 
}

.GreenBg .Head
{
	color: #FFFFFF;
}

/* announcement styles */
.DNN_ANN_Description
{
	color: #FFFFFF;
}

.DNN_ANN_Description A
{
	color: #FF0000;
}

.DNN_ANN_Description A:Hover
{
	color: #FF0000;
}

.DNN_ANN_Description A:Visited
{
	color: #FF0000;
}

.DNN_ANN_Description A:Active
{
	color: #FF0000;
}

.DNN_ANN_DesignTable .subhead
{
	color: #E8FD40;
}


/* login styles */
.LeftPane .Normal
{
	color: #FFFFFF;
}

.LeftPane .SubHead
{
	color: #FFFFFF;
}

.LeftPane .Normal
{
	color: #FFFFFF;
}

.StandardButton
{
	border: solid 1px #000000;
	background-color: Transparent;
}

.LeftPane .CommandButton
{
	height: 17px;
	padding: 1px 31px 1px 31px;
}



#dnn_ctr389_ModuleContent {
	padding-left:6px;
	padding-right:6px;
}
