/* ================================
    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: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4F6F19;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow:hidden;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  {
}

.ContentPane
{
	padding-left:10px;
}

.RightPane  {
	background-color: #D9DA56;
	padding-left:13px;
	padding-right:13px;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    color: white;
    font-family: Arial;
	font-size:10pt;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    color: white;
    font-family: Arial;
	font-size:10pt;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:white;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial;
    font-weight: bold;
    color: #4F6F19;
    font-size:12pt;
}

/* style of item titles on edit and admin pages */
.SubHead    {
     font-family: Arial;
    font-weight:  bold;
    color: #4F6F19;
    font-size:10pt;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    font-weight:    bold;
    color: #000000;
}

/* text style used for most text rendered by modules */
.Normal
{
   font-family: Arial;
	font-size: 10pt;
	font-style: normal;
}

p,td,li
{
   font-family: Arial;
	font-size: 10pt;
	font-style: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial;
	font-size: 10pt;
	font-style: normal;
}

.NormalRed
{
   font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
    color: #FF0000;
}

.NormalBold
{
   	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial;
	font-size: 10pt;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #000000;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #000000;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #000000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #000000;
}

/* GENERIC */
H1  {
   	font-family: Arial;
	font-weight:    bold;
	font-size:24pt;
    	color: #4F6F19;
}

H2  {
    	font-family: Arial;
	font-weight:    bold;
	font-size:20pt;  normal;
    	color: #4F6F19;
}

H3  {
     	font-family: Arial;
	font-weight:    bold;
	font-size:16pt;
    	color: #4F6F19;
}

H4  {
     	font-family: Arial;
	font-weight:    bold;
	font-size:14pt;
    	color: #4F6F19;
}

H5, DT  {
     	font-family: Arial;
	font-weight:    bold;
	font-size:12pt;
    	color: #4F6F19;
}

H6  {
    	font-family: Arial;
	font-weight:    bold;
	font-size:10pt;
    	color: #4F6F19;
}

TFOOT, THEAD    {
    font-family: Arial;
	font-weight:    normal;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;

    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    underline;
    font-weight:normal;
    color:  #4F6F19;
}

A:visited   {
    text-decoration:    underline;
    color:  #4F6F19;
     font-weight:normal;
}

A:active    {
    text-decoration:    underline;
    color:  #4F6F19;
     font-weight:normal;
}

A:hover {
    text-decoration:    underline;
    color:  #4F6F19;
     font-weight:normal;
}

SMALL   {

}

BIG {

}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* 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 {
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand;
	color: black;
	font-family: Arial;
	font-size:10pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: hand;
	background-color: #8B8D09;
	border-left: #8B8D09 1px solid;
	border-bottom: #8B8D09 1px solid;
	border-top: #8B8D09 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: hand;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #8B8D09 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #8B8D09 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #8B8D09;
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: hand;
	color: black;
	font-family: Arial;
	font-size:10pt;
	font-weight: bold;
	font-style: normal;

	background-color: #D9DA56;
}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	cursor: hand;
}

/* Skin Classes */
.headingtable {
	background-color: #8B8D09;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	border: 0px;
}
.banner {
	background-color: #4F6F19;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 100%;
	border: 0px;
}

/* Menu classes */
.leftmenu_spmbctr {
	background-color:#FFFFFF;
	width:150px;
	padding:0px;
	}
.leftmenu_spmbar {
	cursor: hand;
}
.leftmenu_spmitm {
	cursor: hand;
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
 	color:#4F6F19;
	height:25px;
	}
.leftmenu_spmbicn {
	display:none
	}
.leftmenu_spmbsub {
	z-index:1000;
	cursor: hand;
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:10pt;
	color:#4F6F19;
	height:25px;
	border:1px solid #4F6F19;
	}
.leftmenu_spmbrk {

	}
.leftmenu_spmbitmsel {
	cursor: hand;
	background-color:#8B8D09;
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
	color:#FFFFFF;
	height:25px;
	}
.leftmenu_spmbitmact {
	cursor: hand;
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
	height:25px;
	}
.leftmenu_spmbarw {

	}
.leftmenu_spmbrarw {

	}

/* Bottom menu styles */
.aanafmelden_spmbctr {background-color:#4F6F19;}
.aanafmelden_spmbar {cursor: hand; height:35;}
.aanafmelden_spmitm {cursor: hand; color: #D9DA56; font-family: Arial; font-variant:small-caps; font-size: 10pt; font-weight: bold; font-style: normal; padding-right:5pt;}
.aanafmelden_spmbitmsel {background-color: #4F6F19; cursor: hand; color: #D9DA56; font-variant:small-caps; font-family:Arial; font-size: 10pt; font-weight: bold; font-style: normal; padding-right:5pt;}

.bottommenu_spmbctr {background-color:#4F6F19;}
.bottommenu_spmbar {cursor: hand; height:35;}
.bottommenu_spmitm {cursor: hand; color: #FFFFFF; font-family: Arial; font-variant:small-caps; font-size: 10pt; font-weight: bold; font-style: normal; padding-right:5pt;}
.bottommenu_spmbitmsel {background-color: #4F6F19; cursor: hand; color: #FFFFFF; font-variant:small-caps; font-family:Arial; font-size: 10pt; font-weight: bold; font-style: normal; padding-right:5pt;}

.AanAfmelden
{
	font-variant:small-caps;
    font-weight: bold;
    color: #4F6F19;
    font-family: Arial;
	font-size:10pt;
    text-decoration: none;
}

A.AanAfmelden:link {
    text-decoration:    none;
    color:#4F6F19;
}

A.AanAfmelden:visited  {
    text-decoration:    none;
    color:#4F6F19;
}

A.AanAfmelden:active   {
    text-decoration:    none;
    color:#4F6F19;
}

A.AanAfmelden:hover    {
    text-decoration:    none;
    color:#4F6F19;
}

.Broodkruimel {
    color: white;
    font-family: Arial;
    font-size:10pt;
    text-decoration: none;
    font-weight: bold;
    padding-right:5pt;
}

A.Broodkruimel:link  {
    font-variant:small-caps;
    text-decoration:    none;
    color:white;
    font-weight: bold;
    padding-right:5pt;
}

A.Broodkruimel:visited  {
    font-variant:small-caps;
    text-decoration:    none;
    color:white;
    font-weight: bold;
    padding-right:5pt;
}

A.Broodkruimel:active   {
    font-variant:small-caps;
    text-decoration:    none;
    color:white;
    font-weight: bold;
    padding-right:5pt;
}

A.Broodkruimel:hover    {
    font-variant:small-caps;
    text-decoration:    none;
    color:white;
    font-weight: bold;
    padding-right:5pt;
}

/* text style used for help text rendered by modules */
.Help
{
  border: 1px solid #4F6F19;
  padding: 2px;
  font-weight: normal;
  font-size: 8pt;
  color: #8B8D09;
  font-family: Arial;
  background-color: #D9DA56;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 10pt;
	background: #4F6F19;
	color: #D9DA56;
	font-family: Arial;
}

.kvlv_searchtable {
	padding:2px;
	border:1px solid #4F6F19;
	}

.kvlv_alternatingitem {
	background-color:#D9DA56;
	}
