/* 
================================================================
Skin styles for SimpLL - 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:#FFFFFF;
	vertical-align:top;
}

/* Manages the width of the skin */
.skinmaster {
	width: 995px;
	height: 100%;
	background-color: #FFFFFF;
	background-image:url(images/rightrepeat.gif);
	background-position:right;
	background-repeat:repeat-y;
	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%;
    height: 64px;
}

/* Classes of the contentpanes */
.ContentPane  {
	padding-bottom:2px;
}

.RightPane  { 
	padding-bottom:2px;
}

.TopPane  { 
	padding: 3px;
}

.LeftPane  {
	padding-bottom:2px;
}

.BottomPane  { 
	padding: 3px;
}

.LefttopPane  {
	padding-bottom:2px;
}

.IntroPane  { 
}

.PartnerPane  { 
}

.KopPane  { 
	height:100%;
	padding: 0px;
}

.ImagePane  { 
	height:100%;
	padding: 0px;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight:normal;
    font-size: 7pt;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-weight:normal;
    font-size: 7pt;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:visited  {
	font-weight:normal;
    font-size: 7pt;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:active   {
	font-weight:normal;
    font-size: 7pt;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:hover    {
	font-weight:normal;
    font-size: 7pt;
    color: #f5822e;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight:bold;
    font-size: 8pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-weight:bold;
    font-size: 8pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight:bold;
    font-size: 8pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:active   {
	font-weight:bold;
    font-size: 8pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:hover    {
	font-weight:bold;
    font-size: 8pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt; 
	font-weight: bold;
	vertical-align: top;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#000000;
	font-family: 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 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold; 
}

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: normal;
}

A:link {
	text-decoration:none;
    color: #f5822e;
}
A:visited {
    text-decoration: none;
    color:  #f5822e;
}
A:active {
    text-decoration: none;
    color: #f5822e;
}
A:hover {
	text-decoration: none;
    color: #646669;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    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: 11pt;
	font-weight:bold;
    color: #000000;
}
H1:link {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
	font-weight:bold;
    color: #000000;
}
H1:visited {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
	font-weight:bold;
    color: #000000;
}
H1:active {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
	font-weight:bold;
    color: #000000;
}
H1:hover {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
	font-weight:bold;
    color: #646464;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	font-weight:bold;
    color: #000000;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	font-weight:bold;
    color: #646669;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #f5822e;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #f5822e;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
    font-size:8pt;
	font-style:italic;
    color: #646669;
}

/* Solpart Menu Functions */
.MainMenu_MenuContainer {
	background-color: transparant;
	height: 16px;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 16px;
	Background-color: transparent;
}

.MainMenu_MenuItem{
	background-color: #646669;
	color: #FFFFFF;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size: 8pt;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #000000;
	border-right: 0px soid #000000;
	padding-right: 5px;
}

.MainMenu_MenuItemSel {
	background-color:#f5822e;
	color: #000000;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size: 8pt;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding-right: 5px;
}

.MyRootMenuItem TD{
	background-image:url(images/menubackground.gif);
	background-repeat:no-repeat;
	color: #000000; 
	cursor: hand; 
	height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8.5pt; 	
	font-weight:normal;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0.5em;
}

.MyRootMenuActiveItem TD{
	background-image:url(images/menubackground2.gif);
	background-repeat:no-repeat;
	color: #f5822e; 
	cursor: hand; 
	height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8.5pt; 	
	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 0.5em;
}

.MyRootMenuSelectedItem TD{
	background-image:url(images/menubackground2.gif);
	background-repeat:no-repeat;
	color: #f5822e; 
	cursor: hand; 
	height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8.5pt; 	
	font-weight:normal;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0.5em;
}

.MainMenu_SubMenu{
	background-color: transparant;
	z-index: 1000; 
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	filter: none;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuActiveItem TD{
	background-image:url(images/menubackground2.gif);
	background-repeat:no-repeat;
	color: #f5822e; 
	cursor: hand; 
	height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8.5pt; 	
	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 0.5em;
}

.Breadcrumb_Rootmenuitem TD{
	background-image:url(images/menubackground2.gif);
	background-repeat:no-repeat;
	color: #f5822e; 
	cursor: hand; 
	height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8.5pt; 	
	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 0.5em;
}

.MainMenu_MenuIcon {
	display:none;
}

.MainMenu_MenuBreak {
	border-top: 0px solid #46BABB;
	border-bottom: 0px solid #46BABB;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow  {
	display: none;
}

/* End Standard Classes for DotNetNuke */


/* Custom Tags - These create the custom look and feel of the skin */

.Bottombackground {
	width:100%;
	height:80px;
	background-color:#FFFFFF;
	background-image:url(images/bottombackground.gif);
	background-position:top;
	background-repeat:repeat-x;
	vertical-align:top;
}

.Gradientbackground {
	width:100%;
	height:100%;
	background-image:url(images/Gradient.gif);
	background-position:left;
	background-repeat:repeat-y;
	vertical-align:top;
}

.Contentbottomline {
	width:100%;
	height:100%;
	background-image:url(images/Contentbottomline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.Toprepeat {
	background-image:url(images/toprightrepeat.gif);
	background-position:top;
	background-repeat:repeat-x;
}

/* Specific for Homepage */

.Homegradientbackground {
	width:100%;
	height:100%;
	background-image:url(images/Homegradient.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	vertical-align:top;
}

.Contentrightline {
	width:100%;
	height:100%;
	background-image:url(images/Contentverticalline.gif);
	background-position:right;
	background-repeat:repeat-y;
	vertical-align:top;
}

.Contentleftline {
	width:100%;
	height:100%;
	background-image:url(images/Contentverticalline.gif);
	background-position:left;
	background-repeat:repeat-y;
	vertical-align:top;
}

.Linkkop {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
	font-weight:bold;
    color: #000000;
	line-height:13px;
}

A.Linkkop:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
	font-weight:bold;
    color: #000000;
	text-decoration: none;
	line-height:13px;
}
A.Linkkop:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
	font-weight:bold;
    color: #000000;
	text-decoration: none;
	line-height:13px;
}
A.Linkkop:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
	font-weight:bold;
    color: #000000;
	text-decoration: none;
	line-height:13px;
}
A.Linkkop:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
	font-weight:bold;
    color: #646464;
	text-decoration: none;
	line-height:13px;
}       

.Bottommenu {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
}

A.Bottommenu:link {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
}
A.Bottommenu:visited {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
}
A.Bottommenu:active {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
}
A.Bottommenu:hover {
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
}       

.Bottommenuwhite {
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
}    

.Vlakjelicht {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #000000;
	line-height:17px;
}

A.Vlakjelicht:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #000000;
	line-height:17px;
}
A.Vlakjelicht:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #000000;
	line-height:17px;
}
A.Vlakjelicht:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #000000;
	line-height:17px;
}
A.Vlakjelicht:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #f5822e;
	line-height:17px;
}          

.Vlakjedonker {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #FFFFFF;
	line-height:17px;
}

A.Vlakjedonker:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #FFFFFF;
	line-height:17px;
}
A.Vlakjedonker:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #FFFFFF;
	line-height:17px;
}
A.Vlakjedonker:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #FFFFFF;
	line-height:17px;
}
A.Vlakjedonker:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #f5822e;
	line-height:17px;
}          
