/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* 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   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* 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 {
}

HR {
}

/* 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 {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.MenuCurrentPage
{
  color: #696969;
}

/* SideMenu  */
.MenuHdr
{ 
  font-size: 8pt; padding-left: 10px; font-weight: bold; padding-bottom: 2px; 
  background-color: #878905; padding-top: 2px; cursor: default;
}
.MenuHdr0
{ 
  font-size: 8pt; padding-left: 10px; font-weight: bold; padding-bottom: 2px; 
  background-color: #878905; padding-top: 2px; cursor: default;
}
.MenuHdr1
{ 
  font-size: 8pt; padding-left: 15px; font-weight: bold; padding-bottom: 2px; 
  background-color: #878905; padding-top: 2px; cursor: default;
}
.MenuHdr2
{ 
  font-size: 8pt; padding-left: 20px; font-weight: bold; padding-bottom: 2px; 
  background-color: #878905; padding-top: 2px; cursor: default;
}
.MenuItem0
{
  background-color: #878905; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0px solid #4E4FA5;   
  margin-right: 5px; 
  padding-left: 10px;
}
.MenuItem1
{
  background-color: #878905; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0px solid #4E4FA5;   
  margin-right: 5px; 
  padding-left: 15px;
}
.MenuItem2
{
  background-color: #878905; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0px solid #4E4FA5;   
  margin-right: 5px; 
  padding-left: 20px;
}

.MenuItemMouseOver
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;  border: #00008B 0px solid;
  background-color: #547730 !important;  
}

.MenuItemMouseOver0
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;  border: #00008B 0px solid;
  background-color: #547730 !important;  
  padding-left: 10px;
}

.MenuItemMouseOver1
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;  border: #00008B 0px solid;
  background-color: #547730 !important;  
  padding-left: 15px;
}

.MenuItemMouseOver2
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;  border: #00008B 0px solid;
  background-color: #547730 !important;  
  padding-left: 20px;
}

.MenuItem, .MenuItemMouseOver
{
  font-size: 8pt; font-weight: normal; padding-bottom: 1px;
  background-color: #878905; padding-top: 1px;
  border: #8789051px solid; 
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none; color: black; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  cursor: pointer;
  color: black;
  padding-top: 1px;
  text-decoration: none;   
  width: 100% 
}


/* RadPanelBar SiteFinity skin */

.RadPanelbar_Kasterlee
{
	background: #9bbb59;
	white-space: nowrap;
}

.RadPanelbar_Kasterlee.rootGroup
{
	padding: 20px;
}

.RadPanelbar_Kasterlee.text
{
	color: white;
	padding: 0px 8px;
	font: bold 12px Arial, Verdana, Sans-serif;
}

.RadPanelbar_Kasterlee.image
{
	margin: 4px 0px;
}

.RadPanelbar_Kasterlee.rootGroup .text
{
	line-height: 28px;
	color: White;
	background: url(‘/Img/ArrowLeft.gif') no-repeat left center;
}

.RadPanelbar_Kasterlee.rootGroup .link
{
	background: #9bbb59;
	border-bottom: solid 1px #ffffff;
	padding-left: 8px;
}

.RadPanelbar_Kasterlee.group .text
{
	background: none;
	color: white;
                line-height: 24px;
}

.RadPanelbar_Kasterlee.group
{
	background: #fac090 url(‘/Img/SlideBg.gif');
                border-bottom: solid 1px #ffffff;
                line-height: 24px;
}

.RadPanelbar_Kasterlee.group .link
{
	background: none;
	border-bottom: solid 1px #ffffff;
                line-height: 24px;
}

.RadPanelbar_Kasterlee.group .link .selected
{
	background: url(‘/Img/ArrowLeft.gif') no-repeat left center;
                line-height: 24px;
                border-bottom: solid 1px #ffffff;
}

.RadPanelbar_Kasterlee.group .selected
{
	background: none;
                line-height: 24px;
	border-bottom: solid 1px #ffffff;
}

.RadPanelbar_Kasterlee.rootGroup .selected .text
{
	background: url(‘/Img/ArrowLeft.gif') no-repeat left center;
}

.RadPanelbar_Kasterlee.rootGroup .expanded .text
{
	background: url(‘/Img/ArrowDown.gif') no-repeat left center;
}

.RadPanelbar_Kasterlee.group .selected .text
{
	font-weight: bold;
	background: url(‘/Img/Plus.gif') no-repeat left center;
	color: black;
	line-height: 24px;
}

.RadPanelbar_Kasterlee.group .expanded .text
{
	color: white;
                line-height: 24px;
	background: url(‘/Img/Minus.gif') no-repeat left center;
}

.RadPanelbar_Kasterlee.level2 .text
{
	padding-left: 16px;
	line-height: 24px;
	background: none;
                border-right-style: solid;
                border-right-width: 1px,
                border-right-color: #ffffff;
}

.RadPanelbar_Kasterlee.level2 .selected .text,
.RadPanelbar_Kasterlee.level2 .expanded .text
{
	background: none;
                border-right-style: solid;
                border-right-width: 1px,
                border-right-color: #ffffff;
}

.RadPanelbar_Kasterlee.rootGroup .disabled:hover,
.RadPanelbar_Kasterlee.rootGroup .disabled .text
{
	background: #4693b6;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Kasterlee.rootGroup .group .disabled:hover,
.RadPanelbar_Kasterlee.rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

/* Rad Menu Horizontaal */

.RadMenu_Kasterlee
{
	background: #000000;
	white-space: nowrap;
}

.RadMenu_Kasterlee.rootGroup
{
	padding: 20px;
}

.RadMenu_Kasterlee.text
{
	color: white;
	padding: 0px 8px;
	font: bold 12px Arial, Verdana, Sans-serif;
}

.RadMenu_Kasterlee.image
{
	margin: 4px 0px;
}

.RadMenu_Kasterlee.rootGroup .text
{
	line-height: 28px;
	color: White;
	background: url(‘/Img/ArrowLeft.gif') no-repeat left center;
}

.RadMenu_Kasterlee.rootGroup .link
{
	background: #9bbb59;
	border-bottom: solid 1px #ffffff;
	padding-left: 8px;
}

.RadMenu_Kasterlee.group .text
{
	background: none;
	color: white;
                line-height: 24px;
}

.RadMenu_Kasterlee.group
{
	background: #fac090 url(‘/Img/SlideBg.gif');
                border-bottom: solid 1px #ffffff;
                line-height: 24px;
}

.RadMenu_Kasterlee.group .link
{
	background: none;
	border-bottom: solid 1px #ffffff;
                line-height: 24px;
}

.RadMenu_Kasterlee.group .link .selected
{
	background: url(‘/Img/ArrowLeft.gif') no-repeat left center;
                line-height: 24px;
                border-bottom: solid 1px #ffffff;
}

.RadMenu_Kasterlee.group .selected
{
	background: none;
                line-height: 24px;
	border-bottom: solid 1px #ffffff;
}

.RadMenu_Kasterlee.rootGroup .selected .text
{
	background: url(‘/Img/ArrowLeft.gif') no-repeat left center;
}

.RadMenu_Kasterlee.rootGroup .expanded .text
{
	background: url(‘/Img/ArrowDown.gif') no-repeat left center;
}

.RadMenu_Kasterlee.group .selected .text
{
	font-weight: bold;
	background: url(‘/Img/Plus.gif') no-repeat left center;
	color: black;
	line-height: 24px;
}

.RadMenu_Kasterlee.group .expanded .text
{
	color: white;
                line-height: 24px;
	background: url(‘/Img/Minus.gif') no-repeat left center;
}

.RadMenu_Kasterlee.level2 .text
{
	padding-left: 16px;
	line-height: 24px;
	background: none;
                border-right-style: solid;
                border-right-width: 1px,
                border-right-color: #ffffff;
}

.RadMenu_Kasterlee.level2 .selected .text,
.RadMenu_Kasterlee.level2 .expanded .text
{
	background: none;
                border-right-style: solid;
                border-right-width: 1px,
                border-right-color: #ffffff;
}

.RadMenu_Kasterlee.rootGroup .disabled:hover,
.RadMenu_Kasterlee.rootGroup .disabled .text
{
	background: #4693b6;
	color: #ccc;
	cursor: default;
}

.RadMenu_Kasterlee.rootGroup .group .disabled:hover,
.RadMenu_Kasterlee.rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}




