/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	height: 931px;
	background-color: #FFFFFF;
	BORDER-RIGHT: silver 0px solid; 
	BORDER-TOP: silver 0px solid; 
	BORDER-LEFT: silver 0px solid; 
	BORDER-BOTTOM: silver 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 54px;
}

.menubalk {
	background-image: url(images/menubalk_1px.jpg);
	background-repeat: repeat-x;
	height: 51px;
}
.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 931px;
	height: 61px;
}
.skingradient {
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	height: 256px;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 3px;
}


.leftpane {
	background-color: #FEC64F;
	background-image: url(images/beekdal.jpg);
	background-repeat: no-repeat;
	width: 304px;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 3px;
	border-right: 0px silver solid;
	padding-top: 70px;
}
.midpane {
	background-color: #004c64;
	background-image: url(images/venster.jpg);
	background-repeat: no-repeat;
	width: 309px;
	padding-top: 70px;
}
.rightpane {
	background-color: #F5841E;
	background-image: url(images/montessori.jpg);
	background-repeat: no-repeat;
	width: 304px;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 3px;
	border-left: 0px silver solid;
	padding-top: 70px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.dash_red {
	background-image: url(images/dash_red.gif);
	background-repeat: repeat-x;
}

/* text style for breadcrumb */
.breadcrumb td {
	font-family: verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}

a.login, a.login:hover, a.login:visited, a.login:link {
	font-family: verdana;
	font-size: 11px;
	color: #676767;
	font-weight: normal;
	text-decoration: none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Breadcrumb:link {
	font-family: verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}

A.Breadcrumb:visited  {
	font-family: verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}

A.Breadcrumb:active   {
	font-family: verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}

A.Breadcrumb:hover    {
	font-family: verdana;
	font-size: 11px;
	color: orange;
	text-decoration: none;
}

/* text style for buttons and link buttons used in the portal admin pages */
.Skinobject     {
	font-family: verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Skinobject:link {
	font-family: verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}

A.Skinobject:visited  {
	font-family: verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}

A.Skinobject:active   {
	font-family: verdana;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
}

A.Skinobject:hover    {
	font-family: verdana;
	font-size: 11px;
	color: orange;
	text-decoration: none;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
	margin-top: 8px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	font-family: verdana;
	height:16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #f1f1f1 0px solid; 
	border-bottom: #f1f1f1 0px solid; 
	border-top: #f1f1f1 0px solid; 
	border-right: #f1f1f1 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: verdana;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	padding-top: 3px;
	padding-bottom: 2px;
}
.MainMenu_MenuIcon {
	background-color: #f1f1f1; 
	border-left: #f1f1f1 0px solid; 
	border-bottom: #f1f1f1 0px solid; 
	border-top: #f1f1f1 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	display: none;
}
.MainMenu_SubMenu {
	background-color: #b7b7b7;
	margin-top: 5px;
	margin-left: 2px;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#dfdfdf', Direction=135, Strength=1); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	color: #424242;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	padding-top: 3px;
	padding-bottom: 2px;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel {
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	color: #424242;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	padding-top: 4px;
}
.MainMenu_MenuArrow {
	border-right: #f78e1e 1px solid; 
	border-bottom: #f78e1e 1px solid; 
	border-top: #f78e1e 0px solid;
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
	display: none;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: white;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header,TreeViewMenu_Header  {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: verdana;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}

/* SideMenu  */
.MenuHdr
{ 
font-family: verdana;  
font-size: 10px; 
  font-weight: normal; 
  padding-bottom: 0px; 
  background-color: transparant;
}
.MenuItem HR
{
  background-color: transparant; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 0px solid #FFFFFF;   
  margin-right: 5px; 
}

.MenuItemMouseOver
{
  border: #FFFFFF 0px solid;
  background-color: transparant !important;  
}

.MenuItem, .MenuItemMouseOver
{
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	background-color: transparant;
	padding-top: 0px;
	border: #FFFFFF 0px solid;
	color: gray;
	font-family: verdana;
	height: 20px;
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none; 
  color: black; 
  padding-top: 0px;
  padding-bottom: 0px; 
  cursor: pointer; 
  display: block; 
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link
{
	display: block;
  	padding-left: 0px;
  	padding-bottom: 1px;
  	cursor: pointer;
font-family: verdana;
  	font-weight: bold;
  	color: #0022DD;
  	padding-top: 1px;
  	text-decoration: none;   
 	width: 200;
	font-size: 11px;

}
 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding-left: 0px;
  padding-bottom: 1px;
  cursor: pointer;
  color: gray;
  padding-top: 1px;
  text-decoration: none;   
  width: 100%;
  font-size: 11px;
}

.MenuCurrentPage
{
  color: #696969;
}














