﻿@charset "utf-8";

/*
  ╔═══════════════════════════════════════════════════════════════════════════
   stylesheet_modules.css
   created by : Machiel van Gelder.
   creation date: 22 April 2009.
   modified by:____________________
   modification date: __ ________ ____
   ===================================
    
   This css is used to define the css for modules and components in the site.
   ===========================================================================
   Page module items are described in the template as <!-- *** example *** -->
   ═══════════════════════════════════════════════════════════════════════════
*/

/* ##################### OBJECTS AND FUNCTIONS ##################### */ 

    
/* ---------- [ Button ] ---------- */

.buttonborder
{
	border: 1px solid #737173;
    background-color:#e7e3de;
    height: 21px;
    display: inline-block;
    #display:inline;
    margin:0;
    padding:0;
}

.button, .buttonHover
{
    color: #000000;
    font-size: 1em;
	font-weight: bold;
	text-align: center;
    line-height: 21px;
	height: 21px;
	width: auto;
    background-color:#e7e3de;
    border: none;
    margin:0;
    padding:0 10px;
	cursor: pointer;
}

.buttonHover
{
	color: #ffffff;
	background: #737173;
}


/* ---------- *** functionmenu *** ---------- */

.functionbutton_container
{
    height:26px;
    width:100px;
    float:right;
    clear:both;
    text-align:right;
}

.functionbutton:link, .functionbutton:active, .functionbutton:visited
{
    display:block;
    float:right;
    height:26px;
    width:26px;
    background-position:0px 0px;
    background-repeat:no-repeat;
    margin-left:2px;
}

.functionbutton:hover
{
    display:block;
    float:right;
    height:26px;
    width:26px;
    background-position:0px -26px;
    background-repeat:no-repeat;
    margin-left:2px;
}

.function_print
{
    background-image:url(../images/button_print_bg.gif);
}

.function_top
{
    background-image:url(../images/button_top_bg.gif);
}

.function_email
{
    background-image:url(../images/button_email_bg.gif);
}

#mail_form 
{
    background-color: #00aaef; 
    display:none;
    position: absolute; 
    z-index:1000;
    width: 300px; 
    top: 320px;
    left: 40%; 
    border:1px solid #737173;
}
	
#mail_form .form_title
{
    font-weight: bold;
    font-size: 12px;
}
	
#mail_form .inside table
{
    width: 100%;
    table-layout: fixed; 
    padding:5px !important;
    font-size: 11px;        
    color: White;
}
#mail_form .inside table td	{ padding:3px; }
   
#mail_form input { width: 100%; }
#mail_form textarea { width: 100%; height: 5em; }
    
#mail_form .CloseButton 
{ 
    display: block !important;
    height:21px;
    padding-left:5px;
    padding-right:5px;
    line-height:19px;
    background-image:url(../images/button_bg.gif);
    background-position:top left;
    background-repeat:repeat-x;
	border: none;
	width: auto;
	font-size: 1em;
	font-weight: bold;
	text-align:center;
	color: #FFFFFF;
	cursor: pointer;
    float:right; 
    text-align:center;
    text-decoration: none;
}
    
#mail_form .SubmitButton 
{ 
    display: block;
    width:127px;
    float:right; 
}


/* ##################### MENUS ##################### */ 
/* ********************* HEAVY ********************* */ 


/* ---------- *** HoofdMenu *** ---------- (If using more than 1 menu Change the name for the main class preceding the subclasses here)*/
   
/* - Top item styles (First level) - */

.HoofdMenu /* This is the style for the table containing the menu */
{
    width: 100%;
    background: #ff953c;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.HoofdMenu TD, .HoofdMenu TD IMG /* Set the alignment for text and images here */
{
    vertical-align: middle;
}


.HoofdMenu .TopItem, .HoofdMenu .TopItemHover, .HoofdMenu .TopItemExpanded    /* Normal */
{
    background: #ff953c;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    border:1px solid #ff953c;
}

    .HoofdMenu .TopItemHover, .HoofdMenu .TopItemExpanded /* Hover (cascading) */
    {
        color: #ff953c;
        background: #000000;
        border:1px solid #ffffff;
    }
    
        .HoofdMenu .TopItemExpanded  /* Expanded (cascading)*/
        {
            background: #303030;
        }
    
.HoofdMenu .SelectedItem, .HoofdMenu .SelectedItemHover, .HoofdMenu .SelectedItemExpanded /* Selected (current page) */
{
    background: #ffffff;
    color: #303030;
    font-style: italic;
    border:1px solid #000000;
}
        
/* - Default item styles (Second level) - */
            
            .HoofdMenu_Sub /* This is the style for the table containing the submenu */
            {
                background: #303030;
            }
            
            .HoofdMenu_Sub TD, .HoofdMenu_Sub TD IMG /* Set the alignment for text and images here */
            {
                vertical-align: middle;
            }
            
            .HoofdMenu_Sub .DefaultItem, .HoofdMenu_Sub .DefaultItemHover, .HoofdMenu_Sub .DefaultItemExpanded  /* Normal */   
            {
	            background: #303030;
	            color: #ffffff;
	            text-decoration: none;
	            cursor: pointer;
	            overflow: hidden;
            }
            
                .HoofdMenu_Sub .DefaultItemHover, .HoofdMenu_Sub .DefaultItemExpanded /* Hover / Expanded (cascading) */
                {
                    background: #908f92; 
                    color: #ffffff;
                    padding-right:5px;
                }
            
            .HoofdMenu_Sub .SelectedItem, .HoofdMenu_Sub .SelectedItemHover, .HoofdMenu_Sub .SelectedItemExpanded /* Selected (current page) */
            {
                background: #ed8c23;
                color: #303030;
                font-style: italic;
            }

/* ##################### MENUS ##################### */ 
/* ********************* LITE ********************** */ 

/* ---------- *** SecMenu *** ---------- */

.secmenu_container
{
    clear:both;
    height:25px;
    text-align:left;
    padding-top:65px;
    padding-left:13px;
    text-align:left;
}

.SecMenu
{
    text-align:left;
}	

.SecMenu ul, .SecMenu li
{
	display: inline;
	padding: 0;
	margin: 0px 0px 0px 4px;
	list-style: none;
	list-style-type: none;
}

.SecMenu a:link, .SecMenu a:hover, .SecMenu a:active, .SecMenu a:visited
{	    
    text-decoration: none;
    display: inline;
	color: #ffffff;
	font-size: 1em;	
	line-height:25px;
	padding-left:18px;
	padding-right:10px;
	border-right:1px solid #ffffff;
	background-image:url(../images/secmenu_item_bg.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
}

.SecMenu a:hover, .SecMenuSelected a:link, .SecMenuSelected a:hover, .SecMenuSelected a:active, .SecMenuSelected a:visited, .SecMenuSelected a:hover
{	    
    text-decoration: none;
    display: inline;
	color: #e60080;
	font-size: 1em;	
	line-height:25px;
	padding-left:18px;
	padding-right:10px;
	border-right:1px solid #ffffff;
	background-image:url(../images/secmenu_item_bg.gif);
	background-position:5px -11px;
	background-repeat:no-repeat;
}

/* ---------- *** TopMenu *** ---------- */

.top_container
{
    clear:both;
    height:37px;
    width:960px;
    float:left;
    background-color:#00aaee;
    background-image:url(../images/topmenu_bg.gif);
    background-position:bottom left;
    background-repeat:no-repeat;
}

.topmenu_container
{
    width:745px;
    height:37px;
    overflow:hidden;
    float:left;
    text-align:left;
}

.topmenu_container_inner
{
    float:left;
    padding-left:216px;
}

.TopMenu
{
    text-align:left;
}

.TopMenu ul, .TopMenu li
{
	display: inline;
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
	list-style-type: none;
}

.TopMenu a:link, .TopMenu a:hover, .TopMenu a:active, .TopMenu a:visited
{	    
    display: block;
    height:37px;
    width:132px;
    float:left;
    text-decoration: none;
	color: #e60080;
	background-position:top left;
	background-repeat:no-repeat;
	font-size: 0.1em;
}

.TopMenu a:hover, .TopMenuSelectedItem a:link, .TopMenuSelectedItem a:active, .TopMenuSelectedItem a:visited, .TopMenuSelectedItem a:hover 
{	    
	background-position:0px -37px;
	color:#ffffff;
}

/* Item001: Leeftijd */
.TopMenu #Item001 a
{
	background-image:url(../images/tab_leeftijd.gif); 
}

/* Item002: Onderwerp */
.TopMenu #Item002 a
{
	background-image:url(../images/tab_onderwerp.gif); 
}

/* Item003: Regio */
.TopMenu #Item003 a
{
	background-image:url(../images/tab_triplep.gif);
	/*background-image:url(../images/tab_regio.gif); */
}

/* Item004: Organisatie */
.TopMenu #Item004 a
{
	background-image:url(../images/tab_organisatie.gif); 
}




/* ---------- *** SubMenu *** ---------- */

	.contentsubs /* the div containing the menu */
	{
	    padding:2px 0px 0px 5px;
	}
	
	.contentsubs ul, .contentsubs li
	{
		list-style: none;
		list-style-type: none;
		list-style-position: outside;
		margin: 0px; 
	}

    .contentsubs ul
    {
    	padding: 3px;
    }

    .contentsubs li
    {
    	padding: 2px;
    }
	
	.contentsubs a:link, .contentsubs a:hover, .contentsubs a:active, .contentsubs a:visited
	{
        display: block;
        background: transparent url(../images/subs_item_bg.gif) no-repeat 0px 3px;
        color: #000000;
        font-size:0.9em;
        text-decoration:none;
        padding: 0px 0px 0px 20px;
	}
	
	.contentsubs a:hover
	{
        background: transparent url(../images/subs_item_bg.gif) no-repeat 0px -86px;
	}
	
	.submenu_item_selected a:link, .submenu_item_selected a:hover, .submenu_item_selected a:active,	.submenu_item_selected a:visited
	{
        display: block;
        background: transparent url(../images/subs_item_bg.gif) no-repeat 0px -86px;
        color: #000000;
        font-size:0.9em;
        text-decoration:none;
        padding: 0px 0px 0px 20px;
	}
	
/* ---------- *** VoetMenu *** ---------- */

	.VoetMenu
	{
		text-align: left;	
	}	
	
	.VoetMenu ul, .VoetMenu li
	{
		display: inline;
		padding: 0;
		margin: 0px 0px 0px 4px;
		list-style: none;
		list-style-type: none;
	}
	
	.VoetMenuItem a:link, .VoetMenuItem a:hover, .VoetMenuItem a:active, .VoetMenuItem a:visited
	{	    
	    font-weight: normal;
	    text-decoration: none;
	    display: inline;
		color: #ffffff;
		font-size: 0.8em;	
		line-height:18px;
		padding-right:8px;
		border-right:1px solid #ffffff;
	}
	
	.VoetMenuItem a:hover, .VoetMenuSelected a:link, VoetMenuSelected a:active, VoetMenuSelected a:visited
	{
	    text-decoration:underline;
	}



/* ##################### MODULES ##################### */  

/*___________________________________________
 
  ------ *** MODULE: WEBUSERLOGIN *** ------ 
  ___________________________________________*/

    .cb3Module_WebUserLogin
    {
        width: 60%;
    }
	
    .cb3Module_WebUserLogin .Label
    {
        width: 40%;
    }
	
    .cb3Module_WebUserLogin .Content
    {
        width: 60%;
    }
	
    .cb3Module_WebUserLogin .Content .veld
    {
        width: 100%;
    }
    
    .cb3Module_WebUserLogin .Message
    {
        color: red;
        font-weight: bold;
    }
     
    /* Loguit */ 
    
     
    .cb3Module_WebUserLoguitmelding /* Ingelogd als */
    {
        
    }
    
    .cb3Module_WebUserLoguitname
    {
        font-weight: bold;
    }
    
    .cb3Module_WebUserLoguitblokje /* Het loguitblokje op de pagina's */
	{
        margin-left: 15px;
	}
   
/*___________________________________________

  ------- *** MODULE: NEWSOVERVIEW *** ------
  ___________________________________________*/
    	
 	        
	.cb3Module_News
	{
	    display:block;
	    clear:both;
	    margin-bottom:10px;
	}
	
	.cb3Module_News .NewsDate
	{
	    display:block;
	    clear:both;
	    font-size: 0.92em;
	}
	
	.cb3Module_News .NewsTitle
	{
       font-size: 1em;
       font-weight:bold;
	}
	
	.cb3Module_News .IntroText
	{
        font-weight: normal;
        font-size: 1em;
        display: block;
	}
	
/*___________________________________________

  ------ [ MODULE: CALENDEROVERVIEW ] ------- 
  ___________________________________________*/

    .cb3Module_CalendarOverview  /* this is the table containing the calender overview */
    {   
        margin-bottom: 0.3em;
        font-size:12px;
    }
    
    .cb3Module_CalendarOverview TD
    {
        color:#ffffff;
        font-size:1em;
    }
	
	.cb3Module_CalendarOverview .cLabel /* the TD containing the labels */
    {
        width: 30%;
        font-size: 1em;
	    vertical-align: baseline;
	    font-weight:bold;
	    color:#ffffff;
    }
	
	.cb3Module_CalendarOverview .cTitle
    {
        font-weight:bold;
        font-size:1.1em;
        display:block;
	    color:#ffffff;
    }
	
    .cb3Module_CalendarOverview .cDate,
    .cb3Module_CalendarOverview .cTime
    {
        font-size: 0.88em;
        color: #ffffff;
    }
    
    .cb3Module_CalendarOverview .cDate DIV
    {
        margin:0px;
        padding:0px;
        display:block;
    }
	
    .cb3Module_CalendarOverview .cSummary
    {
        display: block;
        margin: 0px 0px 0px 0px;
    }
    
    .cb3Module_CalendarOverview .cLink
    {
       display: block;
       margin: 0px 0px 8px 0px;
    }  
    
    .middlecontent .cb3Module_CalendarOverview *
    {
        color:#000000 !important;
    }
    
    .middlecontent .cb3Module_CalendarOverview
    {
        width:480px;
    }
    
    .home_block_container_inner .cb3Module_CalendarOverview
    {
        width:270px;
    }
    
    
  

/*____________________________________________________________

  ----- *** MODULE: LINKOVERVIEW / DOCUMENTOVERVIEW *** ------ 
  ____________________________________________________________*/

.cb3Module_LinkOverview, 
.cb3Module_DocumentOverview
/* this is the container table */
{
    width: 475px;
    position: relative; 
}	

.cb3Module_LinkOverview .Column, 
.cb3Module_DocumentOverview .Column /* this is the column TD */
{
    padding-top:20px; /* required for CategoryWrapper */
}

.cb3Module_LinkOverview .CategoryWrapper, 
.cb3Module_DocumentOverview .CategoryWrapper
{
    display:block;
    margin-top: -20px;
    height: 20px; /* same value as the top padding in the Column */
}

.cb3Module_LinkOverview .CategoryItem,  
.cb3Module_DocumentOverview .CategoryItem /* this is the category title */
{
    font-size:1.2em;
    text-indent:8px;
    font-weight:bold; 
}

.cb3Module_LinkOverview .ItemContainer, 
.cb3Module_DocumentOverview .ItemContainer /* the span containing the ul */
{
    display: block;
    clear:both;
}

.ItemContainer UL, .ItemContainer LI
{
    list-style: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
    padding: 0px;
}

.cb3Module_LinkOverview .LinkItem
/* the list item */
{
    padding: 0px 0px 0px 27px;
    background-image:url(../images/File_types/url.gif);
    background-position:2px 0px;
    background-repeat:no-repeat;
    font-weight: normal;
    height: 22px;
    line-height:22px;
}

.cb3Module_DocumentOverview .LinkItem  /* the list item */
{
    margin: 0px 0px 0px 15px;
    font-weight: normal;
    height: 22px;
    line-height:22px;
}


.LinkItem a:link, .LinkItem a:visited, .LinkItem a:hover, .LinkItem a:active  
{
}

.cb3Module_DocumentOverview .DocumentImage
{
    display:block;
    height:22px;
    width:22px;
    float:left;
    margin-right:4px;
    background-repeat:no-repeat;
    background-position:top left;
}

.bmp { background-image:url(../images/File_types/bmp.gif); }
.doc { background-image:url(../images/File_types/doc.gif); }
.gif { background-image:url(../images/File_types/gif.gif); }
.jpg { background-image:url(../images/File_types/jpg.gif); }
.mp3 { background-image:url(../images/File_types/mp3.gif); }
.pdf { background-image:url(../images/File_types/pdf.gif); }
.png { background-image:url(../images/File_types/png.gif); }
.ppt { background-image:url(../images/File_types/ppt.gif); }
.txt { background-image:url(../images/File_types/txt.gif); }
.xls { background-image:url(../images/File_types/xls.gif); }
.zip { background-image:url(../images/File_types/zip.gif); }
.unknown { background-image:url(../images/File_types/unknown.gif); }

/*___________________________________

  ------ *** MODULE: FORMS *** ------ 
  ___________________________________*/


.cb3Module_Form
{
    display:block;
    width:470px;
    clear:both;
}

.Form_ItemContainer
{
    display:block;
    clear:both;
    padding-top:3px;
}

.Form_ItemLabel
{
    display:block;
    width:170px;
    float:left;
    clear:left;
    vertical-align:top; 
    font-weight:bold; 
}

.Form_ContentLabel, .form_attachment INPUT
{
    display:block;
    width:290px;
    float:right;
    clear:right;
    text-align:left;
}

.Form_ContentLabel .field, .Form_ContentLabel .veld, .Form_ContentLabel .withWatermarkClass, .Form_ContentLabel .withoutWatermarkClass, .Form_ContentLabel .form_dropdown
{
    width:100%;
}

.Form_ContentLabel .area, .Form_ContentLabel .resizable-textarea
{
    width:100% !important;
    height:100px;
}

/* classes for options and radio buttons */

.Form_OptionLabel
{
    display:block;
    width:100% !important;
    font-style:italic;
}

.CheckboxlistControl, ..RadioboxlistControl
{
    table-layout:fixed;
    width:100% !important;
    vertical-align:top;
}

.Form_ContentLabel .CheckboxlistControl input, .Form_ContentLabel .RadioboxlistControl input
{
    display:block;
    float:left;
}

.Form_ContentLabel .CheckboxlistControl label, .Form_ContentLabel .RadioboxlistControl label
{
    text-align:left;
    padding-left:2px;
}

.Form_ItemContainer .button
{
    float:right;
    cursor:pointer;
    cursor:hand;
}

.Form_Submittext
{
    font-weight:bold;
}

/* form error styling */

.Form_Errorspan
{
    display:block;
    height:10px;
    width:10px;
    color:Red;
    position:absolute;
    margin-left:-10px;
    font-weight:bold;
}

/* this is to prevent the Telerik editor from redefining font sizes */


.cb3Module_Form FONT
{
    font-size:12px !important;
}

                            	
/*___________________________________

  ------- [ MODULE: SITEMAP ] ------- 
  ___________________________________*/
	
    .SiteMapWrapperTable
    {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }
	
    .SiteMapHeading
    {
        font-size: 1.33 em;
        font-weight: bold;     
    }
	
    .RootNode
    { 
        /* RootNode Div styling */
        font-size: 1em;
        font-weight: normal;
        padding: 0px 0px 1px 0x;
    } 

    .RootNode a:link, .RootNode a:active, .RootNode a:visited
    { 
        /* RootNode Link styling */
        text-decoration: underline;
    } 

    .RootNode a:hover
    { 
        /* RootNode Link styling */
        text-decoration: none;
    } 

        .ParentNode
        { 
            /* ParentNode Div styling */
            font-size:0.92em;  
        } 

        .ParentNode a:link, .ParentNode a:active, .ParentNode a:visited
        { 
            /* ParentNode Link styling */
        } 

        .ParentNode a:hover
        { 
            /* ParentNode Link styling */
        } 

            .LeafNode
            { 
                /* LeadNode Div styling */
                font-size:0.92em;    
                overflow: hidden;
            } 

            .LeafNode a:link, .LeafNode a:active, .LeafNode a:visited
            { 
                /* LeadNode Link styling */
            } 

            .LeafNode a:hover
            { 
                /* LeadNode Link styling */
            } 

	                           

