/* 
================================================================================
Skin styles for Karel de Grote College - 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: 98%;
	background-color:#FFFFFF;
	background-image:url(images/Backgroundnew.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-attachment: fixed;
	vertical-align:middle;
}

/* Manages the width of the skin */
.skinmaster {
	width: 996px;
	height: 643px;
	background-color: transparant;
	background-image:url(images/Rozerightrepeat.gif);
	background-position:right;
	background-repeat:repeat-y;
	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 */
.4kPane  {
	width:285px;
	padding-bottom:10px;
}

.3kPane  {
	width:207px;
	padding-bottom:10px;
}

.TopPane  { 
	padding: 3px;
}

.LeftPane  { 
	padding: 3px;
}

.BottomPane  { 
	padding: 3px;
}

.ShoutPane  {
	width:210px;
	height:94px;
	padding:0;
}

.SubmenuPane {
}

/* 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: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-weight:normal;
    font-size: 3pt;
    color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:visited  {
	font-weight:normal;
    font-size: 3pt;
    color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:active   {
	font-weight:normal;
    font-size: 3pt;
    color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:hover    {
	font-weight:normal;
    font-size: 3pt;
    color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight:normal;
    font-size: 11px;
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-weight:normal;
    font-size: 11px;
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight:normal;
    font-size: 11px;
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:active   {
	font-weight:normal;
    font-size: 11px;
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:hover    {
	font-weight:normal;
    font-size: 11px;
    color: #c30045;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
	color: #6d0021; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	vertical-align: top;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#6d0021;
	font-family: Verdana, 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:#6d0021;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold; 
}

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A, blockquote, P
{
	font-family:Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color:#6d0021;
	line-height:18px;
	scrollbar-3dlight-color:#fff4f4;
	scrollbar-highlight-color:#fffafa;
	scrollbar-face-color:#e1e7ba;
	scrollbar-shadow-color:#c30045;
	scrollbar-track-color:#f8eceb;
	scrollbar-arrow-color:#6d0021;
	scrollbar-darkshadow-color:#6d0021;
	margin:0;
	padding-bottom:0px;
}

A:link {
    text-decoration: none;
    color: #6d0021;
}
A:visited {
    text-decoration: none;
    color:  #6d0021;
}
A:active {
    text-decoration: none;
    color: #6d0021;
}
A:hover {
	text-decoration: none;
    color: #c30045;
}

blockquote {
	font-family:Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color:#6d0021;
	line-height:18px;
	margin:0;
	padding:0;
	padding-left:15px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:bold;
    color: #6d0021;
	line-height:18px;
	margin:0;
	padding-bottom:4px;
	padding-top:4px;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
    color: #6d0021;
	line-height:18px;
	padding-bottom:0px;
	padding-top:0px;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:bold;
    color: #c30045;
	line-height:18px;
	margin:0;
	padding-bottom:0px;
}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #c30045;
	line-height:18px;
	margin:0;
	padding-bottom:0px;
}
H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
    color: #c30045;
	line-height:18px;
	margin:0;
	padding-bottom:0px;
}

H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	font-weight:normal;
    color: #6d0021;
	text-align:right;
	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:#FFFFFF;
	color: #000000;
	height: 20px;
	font-family: Verdana, 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:#c30045;
	color: #FFFFFF;
	height: 20px;
	font-family: Verdana, 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/Menubackground.gif);
	background-position:right;
	background-repeat:no-repeat;
	color: #6d0021; 
	cursor: hand; 
	height: 25px;
	width:137px;
	font-family: Verdana, 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-right:10px;
	padding-bottom:2px;
}

.MyRootMenuActiveItem TD{
	background-image:url(images/Menubackground.gif);
	background-position:right;
	background-repeat:no-repeat;
	color: #c30045; 
	cursor: hand; 
	height: 25px;
	width:137px;
	font-family: Verdana, 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-right:10px;
	padding-bottom:2px;
}

.MyRootMenuSelectedItem TD{
	background-color:#FFFFFF;
	background-image:url(images/Menubackground.gif);
	background-position:right;
	background-repeat:no-repeat;
	color: #c30045; 
	cursor: hand; 
	height: 25px;
	width:137px;
	font-family: Verdana, 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-right:10px;
	padding-bottom:2px;
}

.MainMenu_SubMenu{
	background: transparant;
	z-index: 1000; 
	cursor: hand;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt; 
	filter: none;
	border-top: 1px solid #6d0021;
	border-bottom: 1px solid #6d0021;
	border-left: 1px solid #6d0021;
	border-right: 1px solid #6d0021;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuActiveItem TD{
	background-image:url(images/Menubackground.gif);
	background-position:right;
	background-repeat:no-repeat;
	color: #c30045; 
	cursor: hand; 
	height: 25px;
	width:137px;
	font-family: Verdana, 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-right:10px;
	padding-bottom:2px;
}

.Breadcrumb_Rootmenuitem TD{
	background-image:url(images/Menubackground.gif);
	background-position:right;
	background-repeat:no-repeat;
	color: #c30045; 
	cursor: hand; 
	height: 25px;
	width:137px;
	font-family: Verdana, 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-right:10px;
	padding-bottom:2px;
}

.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 {
	background-color: transparant;
	font-family:Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	color:#6d0021;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

/* hyperlink style for the breadcrumb */
A.Breadcrumb:link {
    text-decoration: none;
    color: #6d0021;
	font-weight:normal;
	font-size: 10px; 	
}

A.Breadcrumb:visited  {
    text-decoration:    none;
    color: #6d0021;
	font-weight:normal;
	font-size: 10px; 	
}

A.Breadcrumb:active   {
    text-decoration:    none;
    color: #6d0021;
	font-weight:normal;
	font-size: 10px; 	
}

A.Breadcrumb:hover    {
    text-decoration:    none;
    color: #c30045;
	font-size: 10px; 	
	font-weight:normal;
}

/* End Standard Classes for DotNetNuke */


/* Custom Tags - These create the custom look and feel of the skin */

.BGImageDefault {
	width:978px;
	height:119px;
	background-image:url(images/Backgroundimage.jpg);
	background-position:0% 0%;
	background-repeat:no-repeat;
	vertical-align:top;
}

.BGImageTableDefault {
	width:978px;
	height:119px;
}

.BGImageSelected {
	width:978px;
	height:119px;
	background-position:0% 0%;
	background-repeat:no-repeat;
	vertical-align:top;
}

.BGImageTableSelected {
	width:978px;
	height:119px;
}

.Logo_KCG {
	width:750px;
	height:94px;
	background-image:url(images/KGC-logo.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
}

.Doelgroepmenubackground {
	width:90px;
	height:75px;
	background-image:url(images/doelgroepmenu.gif);
	background-repeat:repeat-y;
	background-position:0px 3px;
}

.Hardlinks {
	font-weight:normal;
    font-size: 13px;
    color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
	padding-left:14px;
	line-height:25px;
}

A.Hardlinks:link {
	font-weight:normal;
    font-size: 13px;
    color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
	padding-left:14px;
	line-height:25px;
}

A.Hardlinks:visited  {
	font-weight:normal;
    font-size: 13px;
    color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
	padding-left:14px;
	line-height:25px;
}

A.Hardlinks:active   {
	font-weight:normal;
    font-size: 13px;
    color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
	padding-left:14px;
	line-height:25px;
}

A.Hardlinks:hover    {
	font-weight:normal;
    font-size: 13px;
    color: #6d0021;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
	padding-left:14px;
	line-height:25px;
}

.linksbackground {
	width:123px;
	background-image:url(images/menu.png);
	background-position:0 3px;
	background-repeat:no-repeat;
}

.Links {
	color: #70112e; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:27px;
	font-size: 12px;
	text-decoration:none;
	text-align:right;
	padding-right:14px;
}

A.Links:link {
	color: #70112e; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:27px;
	font-size: 12px;
	text-decoration:none;
	text-align:right;
	padding-right:14px;
}

A.Links:visited  {
	color: #70112e; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:27px;
	font-size: 12px;
	text-decoration:none;
	text-align:right;
	padding-right:14px;
}

A.Links:active   {
	color: #70112e; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:27px;
	font-size: 12px;
	text-decoration:none;
	text-align:right;
	padding-right:14px;
}

A.Links:hover    {
	color: #c30045; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:27px;
	font-size: 12px;
	text-decoration:none;
	text-align:right;
	padding-right:14px;
}

.Leerlingstatuut {
	font-family:Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color:#6d0021;
	line-height:16px;
}

A.Leerlingstatuut:link {
    text-decoration: underline;
    color: #6d0021;
	line-height:16px;
}
A.Leerlingstatuut:visited {
    text-decoration: underline;
    color:  #6d0021;
	line-height:16px;
}
A.Leerlingstatuut:active {
    text-decoration: underline;
    color: #6d0021;
	line-height:16px;
}
A.Leerlingstatuut:hover {
	text-decoration: underline;
    color: #c30045;
	line-height:16px;
}

