/* 
============================================================================
Skin styles for Schaepmanstichting - 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:#f8ba86;
	vertical-align:top;
}

/* Manages the width of the skin */
.skinmaster {
	width: 900px;
	height: 99.8%;
	background-color: #FFFFFF;
	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-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.RandomPane  {
	width:200px;
}

.TopPane  { 
	padding-left: 10px;
	padding-right: 10px;
}

.LeftPane  {
	padding-left: 10px;
	padding-right: 10px;
	
}

.RightPane  {
	vertical-align: top;
	width: 190px;
	padding-left: 20px;
	text-align:left;
}



.RightPane .containermaster td {text-align:left;}


.BottomPane  { 
	padding-left: 10px;
	padding-right: 10px;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight:normal;
    font-size: 11px;
    color: #FFFFFF;
	font-family:Verdana, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-weight:normal;
    font-size: 11px;
    color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:visited  {
	font-weight:normal;
    font-size: 11px;
    color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:active   {
	font-weight:normal;
    font-size: 11px;
    color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:hover    {
	font-weight:normal;
    font-size: 11px;
    color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight:normal;
    font-size: 10px;
    color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-weight:normal;
    font-size: 10px;
    color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight:normal;
    font-size: 10px;
    color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:active   {
	font-weight:normal;
    font-size: 10px;
    color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:hover    {
	font-weight:normal;
    font-size: 10px;
    color: #e7e8e9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
	color: #ec6b05; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	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: 12px;
    font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold; 
}

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:18px;
	margin:0;
	padding-bottom:0px;
}

A:link {
    text-decoration: underline;
    color: #ec6b05;
}
A:visited {
    text-decoration: underline;
    color:  #ec6b05;
}
A:active {
    text-decoration: underline;
    color: #ec6b05;
}
A:hover {
	text-decoration: underline;
    color: #ec6b05;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:18px;
	margin:0;
	padding:0;
	padding-left:15px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:18px;
	margin:0;
	padding:0;
	margin-left:20px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:18px;
	margin:0;
	padding:0;
	margin-left:20px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight:bold;
    color: #ec6b05;
	line-height:18px;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight:bold;
    color: #015596;
	line-height:18px;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ec6b05;
	font-weight:bold;
	line-height:18px;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #015596;
	font-weight:bold;
	line-height:18px;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}
H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:bold;
    color: #ec6b05;
	line-height:18px;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}

H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	font-weight:bold;
    color: #015596;
	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:#FFFFFF;
	color: #ec6b05;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 8pt;
	border-top: 0px solid #000000;
	border-bottom: 1px solid #ec6b05;
	border-left: 0px solid #000000;
	border-right: 0px soid #000000;
	padding-right: 5px;
}

.MainMenu_MenuItemSel {
	background-color:#FFFFFF;
	color: #015596;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 8pt;
	border-top: 0px solid #000000;
	border-bottom: 1px solid #ec6b05;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding-right: 5px;
}

.MyRootMenuItem TD{
	background-color:#ec6b05;
	background-image:url(images/menuback.gif);
	color: #FFFFFF; 
	cursor: hand; 
	height: 24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	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;
}

.MyRootMenuActiveItem TD{
	background-color:#ec6b05;
	background-image:url(images/menuback.gif);
	color: #015596; 
	cursor: hand; 
	height: 24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	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;
}

.MyRootMenuSelectedItem TD{
	background-color:#ec6b05;
	background-image:url(images/menuback.gif);
	color: #015596; 
	cursor: hand; 
	height: 24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	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;
}

.MainMenu_SubMenu{
	background: transparant;
	z-index: 1000; 
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	filter: none;
	border-top: 1px solid #ec6b05;
	border-bottom: 1px solid #ec6b05;
	border-left: 1px solid #ec6b05;
	border-right: 1px solid #ec6b05;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuActiveItem TD{
	background-color:#ec6b05;
	background-image:url(images/menuback.gif);
	color: #015596; 
	cursor: hand; 
	height: 24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	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_Rootmenuitem TD{
	background-color:#ec6b05;
	background-image:url(images/menuback.gif);
	color: #015596; 
	cursor: hand; 
	height: 24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	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;
}

.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;
	color: #c3922e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px; 	
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

/* hyperlink style for the breadcrumb */
A.Breadcrumb:link {
    text-decoration: none;
    color: #c3922e;
	font-weight:bold;
	font-size: 14px; 	
}

A.Breadcrumb:visited  {
    text-decoration:    none;
    color: #c3922e;
	font-weight:bold;
	font-size: 14px; 	
}

A.Breadcrumb:active   {
    text-decoration:    none;
    color: #c3922e;
	font-weight:bold;
	font-size: 14px; 	
}

A.Breadcrumb:hover    {
    text-decoration:    none;
    color: #304882;
	font-size: 14px; 	
	font-weight:bold;
}

/* End Standard Classes for DotNetNuke */


/* Custom Tags - These create the custom look and feel of the skin */

.Logovlakhome {
	width: 280px;
	height:184px;
	background-color:#007cc3;
	background-image:url(images/Logovlakbottomr.gif);
	background-position:100% 100%;
	background-repeat:no-repeat;
}

.Logovlak {
	width: 195px;
	height:184px;
	background-color:#007cc3;
	background-image:url(images/Logovlakbottomr.gif);
	background-position:100% 100%;
	background-repeat:no-repeat;
}

.Blauwvlakonderhome {
	width:280px;
	height:100%;
	background-image:url(images/blauwvlakonderhome.gif);
	background-position:100% 0%;
	background-repeat:no-repeat;
	vertical-align:top;
}

.Blauwvlakonder {
	width:195px;
	height:100%;
	background-image:url(images/blauwvlakonder.gif);
	background-position:100% 0%;
	background-repeat:no-repeat;
	vertical-align:top;
}

.Blauwvlaktop {
	height:23px;
	width:100%;
	background-color:#015596;
	background-image:url(images/Blauwvlaktop.gif);
	background-position:0% 100%;
	background-repeat:no-repeat;
}

.Menubackground {
	height:24px;
	width:100%;
	background-color:#ec6b05;
	background-image:url(images/menuback.gif);
}

.Adres {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
    text-decoration: none;
}
A.Adres:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
    text-decoration: none;
}
A.Adres:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
    text-decoration: none;
}
A.Adres:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
    text-decoration: none;
}
A.Adres:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
    text-decoration: none;
}






/* ----------------------------------------------
                  PUBLICATIE MODULE
   ---------------------------------------------- */

  .ModICRArticlesC,
#icr_alv_wrap {text-align:left;}    
      
      
   /* Algemeen */
#icr_sidebar {}
.OuterNavBlock { margin-bottom: 30px;}
.OuterNavBlock  .NavBlockTitle { font-size: 14px !important; margin:0px; padding: 5px 0px; color: #ec6b05; border-bottom: #000000 1px solid; }
.OuterNavBlock  .NavBlockTitle span { font-size: 14px !important; font-weight: bold !important;}

.OuterNavBlock  a {display:block;}

/* Auteurs */
.navBlockItemLink {padding:3px 0px; border-bottom: 1px dotted #666666;}

/* TAG list */ 
.TagcloudOuterList { margin-top: 5px;}

.TagCloudItem { margin:0px 2px 3px 2px; padding:0px 2px 0px 2px; *zoom:1; *display:inline; *padding-bottom: 2px; *margin-bottom: 3px; } /* IE7 Hack due to not working inline-block */



.TagCloudItem { border:  1px solid rgb(248, 186, 134); background-color: #FFE6D1; }


.icr_fl {}


/* Search */ 

#icr_sidebar  input#txtSearch { border: /*#ec6b05*/ #000000 1px solid; width: 90px; margin-top: 5px; border-radius: 5px; padding: 2px 5px;}
#icr_sidebar  input[type=submit] { cursor:pointer; margin-top: 5px; border: #000000 1px solid; background-color: #ec6b05; color: #ffffff; padding: 2px 5px; font-weight:bold; border-radius: 5px; text-transform: lowercase;}







/* Edit Mode*/
.icr_edit_wrap  {width: 800px;}
.icr_edit_wrap .icr_edit_field input[type=text], 
.icr_edit_wrap .icr_edit_field textarea ,
.icr_edit_wrap .icr_edit_field table,
.icr_edit_wrap .icr_edit_field .RadGrid {width: 540px !important; }
.icr_edit_wrap .icr_edit_field #main { width: 523px !important; margin: 0px 0px 10px 0px !important; padding: 10px !important;}
.icr_edit_statistics_wrap { width: 770px !important; }
.icr_edit_wrap .icr_edit_field select {width: 545px !important; }
.icr_edit_wrap .icr_edit_field img {margin-left: 3px;}

/* Comments*/
.icr_adv_comment_block .icr_edit_wrap .icr_edit_field .wysiwyg,
.icr_adv_comment_block .icr_edit_wrap .icr_edit_field .wysiwyg #txtCommentIFrame {width: 400px !important; }

/* pager */
#icrPager .PagingTable {border:0px;}
#icrPager .PagingTable .CommandButton{ color: #ec6b05;}

   
/* Default Article List */
.pubDefaultArticleList { text-align:left;}
.pubDefaultArticleList .pubRssFeed {float:right;}
.pubDefaultArticleList .pubControls{ margin-bottom:10px;}
.pubDefaultArticleList .pubControls span { font-size:10px;}
.pubDefaultArticleList .pubItem { border:1px solid #cdcdcd; margin-bottom:10px; width:100%; }
.pubDefaultArticleList .pubItem .pubThumbnail { width: 70px;}
.pubDefaultArticleList .pubItem .pubThumbnail .pubThumbnailImage {margin-right:10px; width:120px;}
.pubDefaultArticleList .pubItem .pubContent {}
.pubDefaultArticleList .pubItem .pubContent h2{}
.pubDefaultArticleList .pubItem .pubContent .pubSummary { margin: 0px; padding:0px;}
.pubDefaultArticleList .pubItem .pubContent .pubMetaData  { margin: 0px; padding:0px; color:#adadad; font-size:9px;}

/* Default Article Details */
.pubDefaultArticleDetails {}
.pubDefaultArticleDetails h1 {}
.pubDefaultArticleDetails .pubReturnLink{float:right; margin: 0px 10px;}
.pubDefaultArticleDetails .pubPrintButton{float:right; margin: 0px 10px;}
.pubDefaultArticleDetails .pubMetaData { color:#adadad; font-size:9px; margin: 3px 0px;}
.pubDefaultArticleDetails .pubContent {margin-bottom: 10px;}

.pubFileBox {}
.pubComments {}


/* Force width for images in thumbnail list in Filebox */
.FileBoxUnsortedList .ImageList img  {width:128px !important; margin-bottom:10px;}





