/* 
====================================================================
Skin styles for De Vlieger - 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: 99.8%;
	background-color:#192cdd;
	vertical-align:middle;
}

/* Manages the width of the skin */
.skinmaster {
	width: 858px;
	height: 650px;
	background-color: #FFFFFF;
	background-image:url(images/bottomrepeat.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	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  {
	width:603px;
}

.RightPane  { 
	padding-left: 5px;
	padding-right: 5px;
}

.TopPane  { 
	padding-left: 5px;
	padding-right: 5px;
}

.LeftPane  {
	padding-left: 5px;
	padding-right: 5px;
}

.BottomPane  { 
	padding-left: 5px;
	padding-right: 5px;
}

.AddressPane  {
	width:182px;
	padding-bottom:10px;
}

.MenuPane  {
	width:149px;
	padding-bottom:10px;
}

/* 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: #4baaf8;
	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: #4baaf8;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:visited  {
	font-weight:normal;
    font-size: 3pt;
    color: #4baaf8;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:active   {
	font-weight:normal;
    font-size: 3pt;
    color: #4baaf8;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:hover    {
	font-weight:normal;
    font-size: 3pt;
    color: #4baaf8;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight:normal;
    font-size: 7pt;
    color: #fc0606;
	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: #fc0606;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight:normal;
    font-size: 7pt;
    color: #fc0606;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:active   {
	font-weight:normal;
    font-size: 7pt;
    color: #fc0606;
	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: #192cdd;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	vertical-align: top;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#192cdd;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    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: 11px;
    font-weight: bold; 
}

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A, blockquote, P
{
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color:#fc0606;
	line-height:18px;
	scrollbar-3dlight-color:#fff9a0;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-face-color:#ffef00;
	scrollbar-shadow-color:#20496b;
	scrollbar-track-color:#192cdd;
	scrollbar-arrow-color:#192cdd;
	scrollbar-darkshadow-color:#132b3e;
	margin:0;
	padding-bottom:0px;
}

A:link {
	text-decoration:none;
    color: #fc0606;
}
A:visited {
	text-decoration:none;
    color:  #fc0606;
}
A:active {
	text-decoration:none;
    color: #fc0606;
}
A:hover {
	text-decoration:none;
    color: #192cdd;
}

/* 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: 14px;
	font-weight:bold;
    color: #192cdd;
	line-height:18px;
	margin:0;
	padding-bottom:0;
	padding-top:4px;
}
H2 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #12d600;
	line-height:18px;
	margin:0;
	padding-bottom:2px;
	padding-top:4px;
}
H3 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #fc0606;
	line-height:18px;
	margin:0;
	padding-bottom:0;
	padding-top:4px;
}
H4 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:bold;
    color: #192cdd;
	line-height:18px;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}
H5 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:bold;
    color: #12d600;
	line-height:18px;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}
H6 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	font-weight:bold;
    color: #fc0606;
	line-height:18px;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}

/* Solpart Menu Functions */
.MainMenu_MenuContainer {
	background-color: transparant;
	height: 20px;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 20px;
	Background-color: transparent;
}

.MainMenu_MenuItem{
	background-color:#12d600;
	color: #FFFFFF;
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 8pt;
	border-top: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px soid #000000;
	padding-right: 5px;
}

.MainMenu_MenuItemSel {
	background-color:#fc0606;
	color: #000000;
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 8pt;
	border-top: 0px solid #000000;
	border-bottom: 1px solid #000000;
	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: #fc0606; 
	cursor: hand; 
	height: 30px;
	width:136px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0px 0px 0px 0px;
}

.MyRootMenuActiveItem TD{
	background-image:url(images/Menubackground.gif);
	background-repeat:no-repeat;
	color: #12d600; 
	cursor: hand; 
	height: 30px;
	width:136px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0px 0px 0px 0px;
}

.MyRootMenuSelectedItem TD{
	background-image:url(images/Menubackground.gif);
	background-repeat:no-repeat;
	color: #12d600; 
	cursor: hand; 
	height: 30px;
	width:136px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0px 0px 0px 0px;
}

.MainMenu_SubMenu{
	background: #FFFFFF;
	z-index: 1000; 
	cursor: hand;
	font-family:Arial, Helvetica, sans-serif;
	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/Menubackground.gif);
	background-repeat:no-repeat;
	color: #12d600; 
	cursor: hand; 
	height: 30px;
	width:136px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0px 0px 0px 0px;
}

.Breadcrumb_Rootmenuitem TD{
	background-image:url(images/Menubackground.gif);
	background-repeat:no-repeat;
	color: #12d600; 
	cursor: hand; 
	height: 30px;
	width:136px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0px 0px 0px 0px;
}

.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: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 */

.Topimage {
	width:867px;
	height:121px;
	background-image:url(images/Topimage.gif);
	background-repeat:no-repeat;
}

.Leftrepeat {
	width:15px;
	height:529px;
	background-image:url(images/Leftrepeat.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

.Rightrepeat {
	width:8px;
	height:529px;
	background-image:url(images/Rightrepeat.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

.Midrepeat {
	width:50px;
	height:529px;
	background-image:url(images/Midrepeat.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

.Menubottomrepeat {
	width:136px;
	height:22px;
	background-image:url(images/Menubottomrepeat.gif);
	background-repeat:repeat-x;
}	

.Contentrightrepeat {
	width:658px;
	height:529px;
	background-image:url(images/Contentrightrepeat.gif);
	background-position:right;
	background-repeat:repeat-y;
	vertical-align:top;
}


/* ---------- UPDATES 2010 de vlieger 4 ---------- */

.HeaderKnoppenVlak
{
    background-image:url(img/obj_vlieger.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
}

.HeaderVliegers
{
   background-image:url(img/header_knoppen.gif); background-repeat:no-repeat; background-position:left top;
   vertical-align:top; text-align:left;
    
}

.HeaderKnop
{
    float:left;
}

.HeaderKnop img { border:none; }


.HeaderKnopA { padding-top:34px; padding-left:82px; }
.HeaderKnopB { padding-top:38px; padding-left:4px; }
.HeaderKnopC { padding-top:18px; padding-left:4px; }
.HeaderKnopD { padding-top:10px; padding-left:4px; }




