/* 
=====================================================================
Skin styles for Josefschool - DNN Skinfactory - www.dnnskinfactory.nl
=====================================================================
*/  

/* Standard Classes to keep the look and feel of 
   the layout throughout the site when changing skins */ 


/* Background Color of Skin */
.pagemaster {
	width: 100%;
	height: 100%;
	background-color:#e6ddf2;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:top;
}

/* Manages the width of the skin */
.skinmaster {
	width: 100%;
	height: 100%;
	background-color: transparant;
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
}

/* Manages the Control Panel Background Colour */
.ControlPanel {
	background-color: #FFFFFF;
	width: 100%;
    height: 64px;
}

/* Classes of the contentpanes */

.TopPane  { 
	padding: 3px;
}

.LeftPane  { 
	padding: 3px;
}

.ContentPane  { 
	padding: 3px;
}

.RightPane  { 
	padding: 3px;
}

.BottomPane  { 
	padding: 3px;
}

.SubmenuPane  {
	width:111px;
}

.LogoPane  {
	width:200px;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight:normal;
    font-size: 3pt;
    color: #78267a;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-weight:normal;
    font-size: 3pt;
    color: #78267a;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:visited  {
	font-weight:normal;
    font-size: 3pt;
    color: #78267a;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:active   {
	font-weight:normal;
    font-size: 3pt;
    color: #78267a;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:hover    {
	font-weight:normal;
    font-size: 3pt;
    color: #78267a;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight:normal;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-weight:normal;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight:normal;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:active   {
	font-weight:normal;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:hover    {
	font-weight:normal;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
	color: #78267a; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	vertical-align: top;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#78267a;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color:#78267a;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold; 
}

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A, blockquote, P
{
	font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color:#000000;
	line-height:18px;
	scrollbar-3dlight-color:#80c8ba;
	scrollbar-highlight-color:#f1edf7;
	scrollbar-face-color:#fbd80c;
	scrollbar-shadow-color:#015441;
	scrollbar-track-color:#e6ddf2;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	margin:0;
	padding-bottom:0px;
}

A:link {
    text-decoration: underline;
    color: #ad86ae;
}
A:visited {
    text-decoration: underline;
    color:  #ad86ae;
}
A:active {
    text-decoration: underline;
    color: #ad86ae;
}
A:hover {
	text-decoration: underline;
    color: #78267a;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #000000;
}
A.CommandButton:visited {
    text-decoration: underline;
    color: #000000;
}
A.CommandButton:active {
    text-decoration: underline;
    color: #000000;
}
A.CommandButton:hover {
    text-decoration: underline;
    color: #000000;
}       

/* GENERIC */
H1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:bold;
    color: #78267a;
	line-height:18px;
	margin:0;
	padding-bottom:4px;
	padding-top:4px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
    color: #78267a;
	line-height:18px;
	padding-bottom:0px;
	padding-top:0px;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:bold;
    color: #fbd80c;
	line-height:18px;
	margin:0;
	padding-bottom:0px;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
    color: #fbd80c;
	line-height:18px;
	margin:0;
	padding-bottom:0px;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
    color: #ad86ae;
	line-height:18px;
	margin:0;
	padding-bottom:0px;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
	font-weight:normal;
    color: #ad86ae;
	line-height:18px;
	padding:0px;
	margin:0;
	padding-bottom:0px;
}

/* Solpart Menu Functions */
.MainMenu_MenuContainer {
	background-color: transparant;
	height: 20px;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 20px;
	Background-color: transparent;
}

.MainMenu_MenuItem{
	background-color:#e6ddf2;
	color: #000000;
	height: 20px;
	font-family: Arial, Helvetica;
	font-style:normal;
	font-size: 8pt;
	border-top: 0px solid #000000;
	border-bottom: 1px solid #6d0021;
	border-left: 0px solid #000000;
	border-right: 0px soid #000000;
	padding-right: 5px;
}

.MainMenu_MenuItemSel {
	background-color:#fbd80c;
	color: #FFFFFF;
	height: 20px;
	font-family: Arial, Helvetica;
	font-style:normal;
	font-size: 8pt;
	border-top: 0px solid #000000;
	border-bottom: 1px solid #6d0021;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding-right: 5px;
}

.MyRootMenuItem TD{
	background-image:url(images/menu.gif);
	background-repeat:repeat-x;
	color: #FFFFFF; 
	cursor: hand; 
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0.2em 0em;
}

.MyRootMenuActiveItem TD{
	background-image:url(images/menuactive.gif);
	background-repeat:repeat-x;
	color: #78267a; 
	cursor: hand; 
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0.2em 0em;
}

.MyRootMenuSelectedItem TD{
	background-image:url(images/menu.gif);
	background-repeat:repeat-x;
	color: #e6ddf2; 
	cursor: hand; 
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0.2em 0em;
}

.MainMenu_SubMenu{
	background: transparant;
	z-index: 1000; 
	cursor: hand;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt; 
	filter: none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuActiveItem TD{
	background-image:url(images/menuactive.gif);
	background-repeat:repeat-x;
	color: #78267a; 
	cursor: hand; 
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0.2em 0em;
}

.Breadcrumb_Rootmenuitem TD{
	background-image:url(images/menuactive.gif);
	background-repeat:repeat-x;
	color: #78267a; 
	cursor: hand; 
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0.2em 0em;
}

.MainMenu_MenuIcon {
	display:none;
}

.MainMenu_MenuBreak {
	border-top: 0px solid #46BABB;
	border-bottom: 0px solid #46BABB;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow  {
	display: none;
}

/* text style for the breadcrumb */
.Breadcrumb {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	color:#78267a;
}

/* hyperlink style for the breadcrumb */
A.Breadcrumb:link {
    text-decoration: none;
    color: #78267a;
	font-weight:bold;
	font-size: 11px; 	
}

A.Breadcrumb:visited  {
    text-decoration:    none;
    color: #78267a;
	font-weight:bold;
	font-size: 11px; 	
}

A.Breadcrumb:active   {
    text-decoration:    none;
    color: #78267a;
	font-weight:bold;
	font-size: 11px; 	
}

A.Breadcrumb:hover    {
    text-decoration:    none;
    color: #ad86ae;
	font-size: 11px; 	
	font-weight:bold;
}

/* End Standard Classes for DotNetNuke */


/* Custom Tags - These create the custom look and feel of the skin */

/* text style uitloggen */
.Uitloggen {
	background-color: transparant;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
	color:#FFFFFF;
	line-height:11px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

/* hyperlink style for the Uitloggen */
A.Uitloggen:link {
    text-decoration: none;
    color: #FFFFFF;
	font-weight:bold;
	font-size: 9px; 	
}

A.Uitloggen:visited  {
    text-decoration:    none;
    color: #FFFFFF;
	font-weight:bold;
	font-size: 9px; 	
}

A.Uitloggen:active   {
    text-decoration:    none;
    color: #FFFFFF;
	font-weight:bold;
	font-size: 9px; 	
}

A.Uitloggen:hover    {
    text-decoration:    none;
    color: #e6ddf2;
	font-size: 9px; 	
	font-weight:bold;
}

.Leftsite {
	width:50%;
}

.Rightsite {
	width:50%;
	background-image:url(images/rightsite.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	vertical-align:top;
}

.Middle {
	width:796px;
	background-image:url(images/middle.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	vertical-align:top;
}

.schoolinkjes {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 9px;
	line-height:12px;
    font-weight: normal;
	color:#000000;
}

A.schoolinkjes:link {
    text-decoration: none;
    color: #000000;
	font-weight:normal;
	font-size: 9px;
	line-height:12px; 	
}

A.schoolinkjes:visited  {
    text-decoration:    none;
    color: #000000;
	font-weight:normal;
	font-size: 9px;
	line-height:12px; 	
}

A.schoolinkjes:active   {
    text-decoration:    none;
    color: #000000;
	font-weight:normal;
	font-size: 9px;
	line-height:12px; 	
}

A.schoolinkjes:hover    {
    text-decoration:    none;
    color: #78267a;
	font-size: 9px;
	line-height:12px; 	
	font-weight:normal;
}


.submenuhead {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	color:#78267a;
}

A.submenuhead:link {
    text-decoration: none;
    color: #78267a;
	font-weight:bold;
	font-size: 12px; 	
}

A.submenuhead:visited  {
    text-decoration:    none;
    color: #78267a;
	font-weight:bold;
	font-size: 12px; 	
}

A.submenuhead:active   {
    text-decoration:    none;
    color: #78267a;
	font-weight:bold;
	font-size: 12px; 	
}

A.submenuhead:hover    {
    text-decoration:    none;
    color: #ad86ae;
	font-size: 12px; 	
	font-weight:bold;
}

/*CSS Styles for submenu */
.MenuHdr
{
  font-size: 12px; line-height:13px; height:40px; font-weight: bold; text-align:center; cursor: default; margin:0; padding:0; padding-bottom:0px;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
  font-size: 12px; line-height:13px; height:40px; font-weight: bold; text-align:center; cursor: default; margin:0; padding:0; padding-bottom:0px;
}
.currentHeaderHighlight, .currentItemHighlight
{
  font-size: 12px; line-height:13px; font-weight: bold; color: #ad86ae; text-align:center; cursor: default; margin:0; padding:0; padding-bottom:0px;
}
.MenuItem A, .MenuItem A:Visited, .MenuItem A:Link, .MenuHdr A .MenuHdr A:Visited, .MenuHdr A:Link
{
  font-size: 12px; line-height:13px; font-weight: bold; text-decoration: none; color: #78267a; width:110px; cursor: default; cursor: pointer; margin:0; padding:0; padding-bottom:0px;
}
.MenuItem A:Active, .MenuItem A:Hover, .MenuHdr A:Active, .MenuHdr A:Hover, .currentHeaderHighlight A:Active, .currentHeaderHighlight A:Hover, .currentItemHighlight A:Active, .currentItemHighlight A:Hover, .currentHeaderHighlight A, .currentHeaderHighlight A:Visited, .currentHeaderHighlight A:Link, .currentItemHighlight A .currentItemHighlight A:Visited, .currentItemHighlight A:Link
{
  font-size: 12px; line-height:13px; font-weight: bold; text-decoration: none; color: #ad86ae; width:110px; cursor: default; cursor: pointer; margin:0; padding:0; padding-bottom:0px;
}
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  font-size: 12px; line-height:13px; font-weight: bold; text-decoration: none; color: #ad86ae; width:110px; cursor: default; cursor: pointer; margin:0; padding:0; padding-bottom:0px;
}
.MenuItemMouseOver
{
  color:#ad86ae;
}
