/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEEDB1;
}
.skinmaster {
	height: 100%;
	
	background-color: #FDE89D;
	border-right: #FFBB06 2px solid; 
	border-top: #FFBB06 2px solid; 
	border-left: #FFBB06 2px solid; 
	border-bottom: #FFBB06 2px solid; 
	
}


.koppane {
       
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.skinheader {
       
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.skingradient {
	background-image: url(gradient_Ravon.jpg); 
	height: 30px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.controlpanel {
	width: 100%;
	background-color: #FEDF81;
	
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane2 {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 21px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #FBDC7F 0px solid; 
	border-bottom: #FBDC7F 1px solid; 
	border-top: #FBDC7F 1px solid; 
	border-right: #FBDC7F 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #FBDC7F; 
	border-left: #FBDC7F 1px solid; 
	border-bottom: #FBDC7F 1px solid; 
	border-top: #FBDC7F 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #FBDC7F;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
        border-left: #FBDC7F 0px solid; 
	border-bottom: #FBDC7F 1px solid; 
	border-top: #FBDC7F 1px solid; 
	border-right: #FBDC7F 0px solid;
	background-color: #FDBF16; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #FBDC7F 1px solid; 
	border-bottom: #FBDC7F 1px solid; 
	border-top: #FBDC7F 0px solid;
	font-family: webdings; 
	font-size: 7pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 7pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #FDBF16 none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #FEDF81;
	border-right: #FFBB06 1px solid; 
	border-top: #FFBB06 1px solid; 
	border-left: #FFBB06 1px solid; 
	border-bottom: #FFBB06 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 13px;
	color: black;
	font-family: Lucida Sans Unicode, Arial, Tahoma, Helvetica;
	text-decoration: none;
}


/* Links */

A:link  {
    	font-weight: normal;
	font-size: 13px;
	color: black;
	font-family: Lucida Sans Unicode, Arial, Tahoma, Helvetica;
	text-decoration: underline;
}

A:visited   {
   	font-weight: normal;
	font-size: 13px;
	color: black;
	font-family: Lucida Sans Unicode, Arial, Tahoma, Helvetica;
	text-decoration: underline;
}

A:active    {
    	font-weight: normal;
	font-size: 13px;
	color: black;
	font-family: Lucida Sans Unicode, Arial, Tahoma, Helvetica;
	text-decoration: underline;
}

A:hover {
    	font-weight: normal;
	font-size: 13px;
	color: black;
	font-family: Lucida Sans Unicode, Arial, Tahoma, Helvetica;
	text-decoration: underline;
}

/* Lay-out voor de tabellen */
table
{
	font-weight: normal;
	font-size: 13px;
	color: black;
	font-family: Lucida Sans Unicode, Arial, Tahoma, Helvetica;
	text-decoration: none;
		
}

/* GENERIC */
H1  {
	font-size: 11pt;
	font-weight: bold;
	color: #393366;
	
}

H2  {
	font-size: 9pt;
	font-weight: bold;
	color: #393366;
	
}

H3  {
font-size: 9pt;
	font-weight: bold;
	color: Red;
}

H4  {
}


/* style of item titles by Announcements and events */
.SubHead
{
	font-size: 11pt;
	font-weight: bold;
	color: #393366;
}

.Head
{
	
	
}


.containermaster
{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	/*background-color: #b5e3ff;*/
	background-color: #f3f3f3;
	border-bottom-style: none;
}

/* linker menu */


.MenuHdr,
.MenuItem, 
.MenuItemMouseOver, 
.MenuHdrMouseOver 
.MenuItem HR
{
	background-position: 4px 8px;
	border-top: #FFBD00 1px solid;
	padding-left: 10px;
	font-weight: normal;
	
	/*background-image: url(Menu1.gif);*/
	padding-bottom: 4px;
	color: black;
	padding-top: 4px;
	background-repeat: no-repeat;
	
	letter-spacing: 1px;
	background-color: #FBDC7F;
	text-decoration: none;
}




.MenuHdr,
{
font-weight: bold;
}


.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, 
.MenuHdr A, 
.MenuHdr A:Active, 
.MenuHdr A:Hover, 
.MenuHdr A:Visited, 
.MenuHdr A:Link, 
.MenuHdrMouseOver A, 
.MenuHdrMouseOver A:Active, 
.MenuHdrMouseOver A:Hover, 
.MenuHdrMouseOver A:Visited, 
.MenuHdrMouseOver A:Link 
{
	
	padding-bottom: 4px;
	width: 100%;
	cursor: pointer;
	color: Black;
	padding-top: 4px;
	
	border-right-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
}


.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
{

  padding-left: 12px;
  
}





.MenuItemMouseOver, 
.MenuHdrMouseOver
{
	border-right: 1px;
	border-top: #FFBD00 1px solid;
	padding-left: 10px;
	border-left: 1px;
	color: white;
	padding-top: 4px;
	border-bottom: 4px;
	
	background-color: #FFBA03;
	text-decoration: none;
	/* background-image: url(Menu1.gif);*/
	background-repeat: no-repeat;
}


.MenuItemMouseOver A, 
.MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, 
.MenuItemMouseOver A:Visited, 
.MenuItemMouseOver A:Link
{
	font-weight: normal;
	border-left-width: medium;
	
	padding-bottom: 4px;
	color: white;
	padding-top: 4px;
	
	letter-spacing: 1px;
	background-color: #FFBA03;
	text-decoration: none;
}


.SideMenuItemCurrentPage, 
.SideMenuHdrCurrentPage
{
background-color: #FFBA03;
/*font-weight: bold;*/
color: White;
padding-left: 0px;
padding-right: 6px;
display: block;

}

/* linker menu */

