/* 
==================================================================================
Skin styles for DotNetNuke - Ignatiusgymnasium - Janette Lagrand - DNN Skinfactory
==================================================================================
*/  

/* 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-image:url(images/IG-background.gif);
	background-position:0% 0%;
}

/* Manages the width of the skin */
.skinmaster {
	width: 789px;
	height: 100%;
	background-color: transparant;
	vertical-align:top;
	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%;
}


/* Classes of the contentpanes */
.ContentPane  { 
	padding: 3px;
}

.RightPane  { 
	padding: 3px;
}

.TopPane  { 
	padding: 3px;
}

.LeftPane  { 
	padding: 3px;
}

.BottomPane  { 
	padding: 3px;
}

.RightbottomPane  { 
	padding: 3px;
	width:190px;
}

.MidrightPane  { 
	padding: 3px;
}

.MidrightPane2  { 
	padding: 3px;
}

.MidleftPane  { 
	padding: 3px;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight:normal;
    font-size: 8pt;
    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: 8pt;
    color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:visited  {
	font-weight:normal;
    font-size: 8pt;
    color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:active   {
	font-weight:normal;
    font-size: 8pt;
    color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.SelectedTab:hover    {
	font-weight:normal;
    font-size: 8pt;
    color: #FFFFC1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight:normal;
    font-size: 8pt;
    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: 8pt;
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight:normal;
    font-size: 8pt;
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:active   {
	font-weight:normal;
    font-size: 8pt;
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:hover    {
	font-weight:normal;
    font-size: 8pt;
    color: #0383C2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold;
	vertical-align: top;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight:bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color:#0383C2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold; 
}

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: normal;
   text-align:justify;
   hyphenate: auto;
}

A:link {
    text-decoration: none;
    color: #0383C2;
}
A:visited {
    text-decoration: none;
    color: #0383C2;
}
A:active {
    text-decoration: none;
    color: #0383C2;
}
A:hover {
	text-decoration: none;
    color: #000000;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    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: 10pt;
	font-weight: bold;
    color: #000000;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
	font-weight:bold;
    color: #0383C2;
}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #FFFFC1;
}
H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
	font-style:italic;
    color: #0383C2;
}

H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10pt;
    color: #000000;
}

/* Solpart Menu Functions */
.MainMenu_MenuContainer {
	background-color: transparant;
	height: 20px;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 20px;
	Background-color: transparent;
}

.MainMenu_MenuItem{
	background-color:#FFFFC1;
	color: #0383C2;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 9pt;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px soid #000000;
	padding-right: 5px;
}

.MainMenu_MenuItemSel {
	background-color:#FEFEF7;
	color: #0383C2;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 9pt;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding-right: 5px;
}

.MyRootMenuItem TD{
	background-image:url(images/IG-menuback.gif);
	color: #FFFFFF; 
	cursor: hand; 
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 	
	font-weight:bold;
	border-top: 0px solid #F08B1D;
	border-bottom: 0px solid #F08B1D;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuActiveItem TD{
	background-image:url(images/IG-menuback.gif);
	color: #FFFFC1; 
	cursor: hand; 
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 	
	font-weight:bold;
	border-top: 0px solid #F08B1D;
	border-bottom: 0px solid #F08B1D;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuSelectedItem TD{
	background-image:url(images/IG-menuback.gif);
	color: #84C0DD; 
	cursor: hand; 
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 	
	font-weight:bold;
	border-top: 0px solid #F08B1D;
	border-bottom: 0px solid #F08B1D;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MainMenu_SubMenu{
	background: transparant;
	z-index: 1000; 
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	filter: none;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuActiveItem TD{
	background-image:url(images/IG-menuback.gif);
	color: #FFFFC1; 
	cursor: hand; 
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 	
	font-weight:bold;
	border-top: 0px solid #F08B1D;
	border-bottom: 0px solid #F08B1D;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.Breadcrumb_Rootmenuitem TD{
	background-image:url(images/IG-menuback.gif);
	color: #FFFFC1; 
	cursor: hand; 
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 	
	font-weight:bold;
	border-top: 0px solid #F08B1D;
	border-bottom: 0px solid #F08B1D;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MainMenu_MenuIcon {
	display:none;
}

.MainMenu_MenuBreak {
	border-top: 0px solid #F08B1D;
	border-bottom: 0px solid #F08B1D;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow  {
	display: none;
}

/*Solpart submenu */

.MyRootMenuItem2 TD{
	background-color: #0383C2;
	color: #FFFFFF; 
	cursor: hand; 
	height: 25px;
	width:95px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 	
	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 0em 0em;
}

.MyRootMenuSelectedItem2 TD{
	background-color: #0383C2;
	color: #84C0DD; 
	cursor: hand; 
	height: 25px;
	width:95px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	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 0em 0em;
}

.MyRootMenuActiveItem2 TD{
	background-color: #0383C2;
	color: #FFFFC1; 
	cursor: hand; 
	height: 25px;
	width:95px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 	
	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 0em 0em;
}

.Breadcrumb_Rootmenuitem2 TD{
	background-color: #0383C2;
	color: #FFFFC1; 
	cursor: hand; 
	height: 25px;
	width:95px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 	
	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 0em 0em;
}

/* text style for the breadcrumb */
.Breadcrumb {
	background-color: transparant;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt; 	
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

/* hyperlink style for the breadcrumb */
A.Breadcrumb:link {
    text-decoration: none;
    color: #000000;
	font-weight:bold;
	font-size: 8pt; 	
}

A.Breadcrumb:visited  {
    text-decoration:    none;
    color: #000000;
	font-weight:bold;
	font-size: 8pt; 	
}

A.Breadcrumb:active   {
    text-decoration:    none;
    color: #000000;
	font-weight:bold;
	font-size: 8pt; 	
}

A.Breadcrumb:hover    {
    text-decoration:    none;
    color: #0383C2;
	font-size: 8pt; 	
	font-weight:bold;
}

/* End Standard Classes for DotNetNuke */


/* Custom Tags - These create the custom look and feel of the skin */

/* Ruit at background */
.Ruit {
	width: 100%;
	height: 100%;
	background-image:url(images/IG-ruit.gif);
	background-position:0% 0%;
	background-repeat:repeat-x;
}

/* Topimage */
.Toprepeat {
	height:126px;
	width:100%;
	background-image:url(images/IG-toprepeat.gif);
	background-repeat:repeat-x;
}

.Topright {
	width:100%;
	height:126px;
	background-image:url(images/IG-topright.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.Topleft {
	height:126px;
	width:100%;
	background-image:url(images/IG-topleft.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/* Contentpartimages */
.Leftrepeat {
	width:100%;
	height:100%;
	background-image:url(images/IG-leftrepeat.gif);
	background-position:0% 0%;
	background-repeat:repeat-y;
}

.Rightrepeat {
	width:207px;
	height:100%;
	background-image:url(images/IG-rightrepeat.gif);
	background-repeat:repeat-y;
}

.Rightrepeat2 {
	width:12px;
	height:100%;
	background-image:url(images/IG-rightrepeat2.gif);
	background-repeat:repeat-y;
}

.Bottomrepeat {
	width:100%;
	height:27px;
	background-image:url(images/IG-bottomrepeat.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.Fotohoek {
	width:207px;
	height:100%;
	background-image:url(images/IG-fotohoek.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
}

.Menuback {
	background-image:url(images/IG-menuback.gif);
	height:20px;
	width:100%;
	background-repeat:repeat-x;
}

.Menushadow {
	width:100%;
	height:5px;
	background-image:url(images/IG-menushadow.gif);
	background-repeat:repeat-x;
}

.Mannetje {
	width:125px;
	height:100%;
	background-image:url(images/IG-mannetje.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
}

.Webmail {
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 	
	font-weight:bold;
	text-decoration:none;
}

A.Webmail:link {
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 	
	font-weight:bold;
	text-decoration:none;
}

A.Webmail:visited {
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 	
	font-weight:bold;
	text-decoration:none;
}

A.Webmail:active {
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 	
	font-weight:bold;
	text-decoration:none;
}

A.Webmail:hover {
	color: #84C0DD; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 	
	font-weight:bold;
	text-decoration:none;
}
