﻿@charset "utf-8";

/*
  ╔═══════════════════════════════════════════════════════════════════════════════════
   stylesheet_global.css
   created by : Machiel van Gelder.
   creation date: 21 April 2009.
   modified by:____Machiel_____
   modification date: 17-06-2009
   ===================================================================================
    
   This css is used to define the standard html classes and custom css for the design.
   ===================================================================================
   Page layout items are described in the template as <!-- [ example ] -->
   ═══════════════════════════════════════════════════════════════════════════════════
*/


/*___________________________________________________
                  GLOBAL DESIGN CSS 
_____________________________________________________
****************************************************/

/* ---------- [ BODY / HTML elements ] ---------- */

BODY, HTML
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 100%;
}

BODY
{
	background: #ffffff;
	background-image:url(../images/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	overflow-y: scroll;
	text-align: center; /* centers the site in the screen */
}

/* turns off horizontal scrolling when in backend */
.backendbody
{
	overflow-x:hidden;
}


/* ---------- [ Font definition ] ---------- */

HTML, BODY, TABLE, INPUT, SELECT, TEXTAREA
{   
    font-size:12px; /* this will be defined as 1 em */
    font-family: Verdana, Arial, Tahoma, sans-serif;
    line-height: 1.33em;
	letter-spacing: normal;
	color: #000000;
}

/* ---------- [ Link definition ] ---------- */

a:link,	a:hover, a:active, a:visited, /* standard link */
.cb3contentblock a:link, .cb3contentblock a:active, .cb3contentblock a:visited /* inside the editor */
{
	color: #004b8d;
	text-decoration: underline;
	cursor: pointer;
}

a:hover,
.cb3contentblock a:hover
{
	color: #004b8d;
	text-decoration: none;
}

/* ---------- [ Tooltip class ] ---------- */
div.tooltip { 
	border: 1px solid #EC8D23!important;
	background: #fff!important;
	color: #000!important;
	padding: 4px!important; 
	z-index:1000!important;
	text-align:left!important;
} 

/* ---------- [ Element definition ] ---------- */


#wrapper, TABLE, TH, TD, DIV, SPAN
{
    text-align: left; /* resets the alignment to left for every element within the wrapper, can be overruled cascading */
    vertical-align: top;
}

P
{
	margin:0px;
	padding:0px;
    margin-bottom: 1.33em !important;
}

hr
{
	display: block;
	height: 1px;
	border-bottom: 1px solid #000000;
	margin: 1em 0;
}	

ul 
{
    margin-left: 1em;
    margin-bottom: 1.33em;
    list-style-image:none;
    /*list-style-position:inside;*/
    list-style-type:disc;
}

ol
{
    margin-left: 1.5em;
    margin-bottom: 1.33em;
    list-style-image:none;
    /*list-style-position:inside;*/
}
li{
    margin-left: 1em;
}


* blockquote, blockquote *, blockquote blockquote *
{
    padding-left: 10px;
}

IMG.imgLeft
{
    margin: 0px 5px 5px 0px;
}
IMG.imgCenter
{
	DISPLAY: block;
	text-align:center;
	margin:0px auto;
}
IMG.imgRight
{
    margin: 0px 0px 5px 5px;
}

.hide
{
    display: none;
    height:1px;
    font-size:1px;
}

.clear
{
    display: block;
    height:1px;
    clear:both;
}

.veld, .withWatermarkClass
.radInput_Default INPUT,
TEXTAREA, .form_field, .form_dropdown, .area
{
    font-size: 0.92em;
    color: #000000;
    border: 1px #c0c0c0 solid;
    background-image:url(../images/field_bg.gif);
    background-position:top left;
    background-repeat:no-repeat;
    background-color: #ffffff;
    line-height: 21px;
}

.veld, .withWatermarkClass
{
    height: 24px;
    text-indent:3px;
}

.area
{
	overflow: auto;
}

.PageTitle
{
    display:block;
    font-size:1em;
    font-weight:bold;
    line-height:22px;
    color:#004b8d;
    margin-bottom:1.3em;
}

/* ---------- [ Button ] ---------- */

.buttonborder
{
	border: 1px solid #000000;
	background: #EC8D23;
    height: 21px;
    display: inline-block;
    #display:inline;
    margin:0;
    padding:0;
}

.button, .buttonHover
{
    display:block;
    color: #ffffff !important;
    text-decoration:none !important;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: 1em;
	font-weight: bold;
	text-align: center;
    line-height: 21px;
	height: 24px;
	width: auto;
	border:1px solid #ffffff;
    background-image:url(../images/button_general_bg.gif);
    background-position:top left;
    background-repeat:repeat-x;
}

.buttonHover
{
	color: #FF953C;
	background: #000000;
}

/* ---------- [ HEADINGS used for frontend as defined for backend in "style.css"  ] ---------- */

.cb3contentblock H1
{
	font-size: 2em;
	font-weight: bold;
}

.cb3contentblock H2
{
	font-size: 1.66em;
	font-weight: bold;
}

.cb3contentblock H3
{
	font-size: 1.33em;
	font-weight: bold;
}
.cb3contentblock H4
{
	font-size: 1.03em;
	font-weight: bold;
}
.cb3contentblock H5
{
	font-size: 0.90em;
	font-weight: bold;
}


/* ---------- [ Custom classes ] ---------- */

.cb3contentblock .Blue
{
	color: #004b8d;
}

.cb3contentblock .Marker
{
    background-color:#8ccf33;
}


.cb3contentblock .Background1
{
	display: block;
	margin: 6px 11px 6px 11px;
	padding: 3px;
	background-color: #C2DBE4;
	border: 1px #014689 solid;
}

.cb3contentblock .Background2
{
	display: block;
	margin: 6px 11px 6px 11px;
	padding: 3px;
	background-color: #D4F082;
	border: 1px #84CD3C solid;
}


/*___________________________________________________
             CUSTOM DESIGN CSS 
_____________________________________________________
****************************************************/


/* ---------- [ Page Layout ] ---------- */

.main_container
{
    width:961px;
    margin:auto;
    background-color:#ffffff;
    background-image:url(../images/maincontainer_bg.gif);
    background-position:top left;
    background-repeat:repeat-y;
}

.header_container
{
    height:171px;
    width:961px; 
    clear:both;
    overflow:hidden;
    background-position:top right;
    background-repeat:no-repeat; 
    background-color:#ffffff;  
}

.header_container_inner
{
    height:171px;
    width:961px; 
    background-image:url(../images/header_top.png);
    background-position:top left;
    background-repeat:no-repeat;    
}

.header_container_inner_wide
{
    height:171px;
    width:961px; 
    background-image:url(../images/header_top_wide.png);
    background-position:top left;
    background-repeat:no-repeat;    
}

.leftcolumn
{
    width:219px;
    float:left;    
    overflow-x:hidden;
}

.leftcolumn_inner
{
}

.middlecolumn
{
    width:499px;
    float:left;
}

.middlecolumn_wide
{
    width:699px;
    float:left;
    clear:right;
}

.middlecolumn_inner
{
   padding:0px 0px 20px 20px; 
   overflow-x:hidden;
}

.rightcolumn
{
    width:200px;
    float:right;
}

.rightcolumn_inner
{
    margin:0px 1px 0px 0px;
    padding-bottom:100px;
    background-color:#fff3bf;
    background-image:url(../images/rightcolumn_end_bg.gif);
    background-position:bottom left;
    background-repeat:repeat-x;
}

.footer
{
    width:960px;
    height:33px;
    overflow:hidden;
    border-bottom:1px solid #ffffff;
    clear:both;
}

.footer_inner
{
    height:33px;
    margin:0px 0px 0px 1px;
    background-image:url(../images/footer_bg.gif);
    background-position:top left;
    background-repeat:repeat-x;
}


/* --- HEADER --- */

.header_top
{
    height:121px;
    clear:both;
}

.logo
{
    display:block;
    height:121px;
    width:235px;
    float:left;
    cursor:default;
}

/* --- LEFT COLUMN --- */

.button_professionals:link, .button_professionals:active, .button_professionals:visited
{
    display:block;
    height:32px;
    width:177px;
    background-image:url(../images/button_general_bg.gif);
    background-position:top left;
    background-repeat:repeat-x;
    text-align:center;
    line-height:30px;
    color:#ffffff !important;
    text-decoration:none !important;
    margin:10px 0px 0px 21px; 
    border:1px solid #8bce33; 
}

.button_professionals:hover
{
    border:1px solid #004b8d; 
}

.address
{
    width:195px;
    height:219px;
    margin:30px 0px 30px 0px;
    clear:both;
    background-image:url(../images/txt_address.gif);
    background-position:top left;
    background-repeat:no-repeat;
}

.maillink
{
    display:block;
    position:absolute;
    height:20px;
    width:170px;
}

.link1
{
    margin:75px 0px 0px 20px;
}

.link2
{
    margin:200px 0px 0px 20px;
}


/* --- MIDDLE COLUMN --- */

.special_container
{
    padding:7px 10px 10px 10px;
    background-image:url(../images/special_bg.gif);
    background-position:top left;
    background-repeat:repeat-x;    
}

.special_title
{
    height:37px;
    font-size:1em;
    font-weight:bold;
    color:#004b8d;
}

.cb3contentblock .special_title
{
    font-size:1.17em; 
}

.breadcrumbs
{
    font-size:0.92em;
    text-align:right;
    margin-bottom:2.2em;
}

.IntroText
{
    font-size:0.92em;
    font-weight:bold;
    margin-bottom:1.5em;
}

.searchResultsIframe
{
    width:675px;    
}

/* region headers */

    .regioheader
    {
        width:480px;
        padding-top:85px;
        background-position:top left;
        background-repeat:no-repeat;
    }

    .header_mh
    {
        background-image:url(../images/header_mh.gif);
    }

    .header_zhn
    {
        background-image:url(../images/header_zhn.gif);
    }

    .header_prof
    {
        background-image:url(../images/header_prof.gif);
    }

    .header_prof_mh
    {
        background-image:url(../images/header_prof_mh.gif);
    }

    .header_prof_zhn
    {
        background-image:url(../images/header_prof_zhn.gif);
    }

/* end region headers */

/* banner layout on home */

.BannerContent
{
    height:80px;
    clear:both;
}

.BannerContent P
{
    margin:0px !important;
    padding:0px !important;
}

.BannerContent .CB3EditorTable
{
    width:445px !important;
}

.BannerContent .CB3EditorTable, .BannerContent .CB3EditorTable TD
{
    background-color:transparent !important;
    padding:0px;
    text-align:left;
}

.BannerContent .imgLeft
{
    float:left;
    margin:0px 0px 0px 0px !important;
}

.BannerContent .imgRight
{
    float:right;
    margin:0px 0px 0px 0px !important;
}



/* --- RIGHT COLUMN --- */

.searchcontainer
{
    height:49px;
    width:200px;
    background-image:url(../images/searchcontainer_bg.gif);
    background-position:top right;
    background-repeat:no-repeat;
}

.searchcontainer_inner
{
    padding:0px 10px 0px 10px;
}

.searchcontainer_inner .veld
{
    width:120px;
    float:left;
    border-color:#004b8d !important;
}

.searchcontainer_inner .button
{
    width:55px;
    float:right;
}


/* --- FOOTER --- */

.copyright
{
    width:241px;
    float:left;
    color:#ffffff; 
    font-size:0.83em;
    line-height:30px;
    text-indent:20px;  
}

.siteby
{
    width:200px;
    float:right;
    color:#ffffff; 
    font-size:0.83em;
    line-height:30px;
    text-align:right;
    padding-right:20px;
}

.siteby A
{
    color:#ffffff !important;
}




/*___________________________________________________
                 CONTENT BLOKKEN
_____________________________________________________
****************************************************/

/* ---- Global -----*/

.WrapText
{
    padding-right: 0px; /* this is the default padding for the contentblock, please define custom classes for custom contentblocks */
}

    /* making the inside editor text look the same as when outside the editor  this is the padding used in 'WrapText' + 2px for the border*/
    .EContentBordered
    {
        text-align: left;
        padding-right:1px;
        padding-top: 1px;
    }
    
    .EContentBordered P
    {
       border: 1px dotted #a5acb2;
    }

.cb3contentblock
{
    font-size:11px; /* this will be defined as 1 em */
    font-family: Verdana, Arial, Tahoma, sans-serif;
    line-height: 1.6em;
	letter-spacing: normal;
	color: #000000;
	background:#ffffff;
}

/* ----  Custom ContentBlocks  -----*/

.CenterContent
{
	 float:none;
	 display:block;
}

.RightContent /*Copy backgroundcolor or image for the editor from TD#right*/
{
	padding:10px;
	background:#fff3bf !important;
}
.RightContent table
{
    border:0px;
	background:#fff3bf !important;
}

/* ---------- [ Extra: Fixes for editor ] ---------- */

/* Disable .anchor image for frontend (removes unwanted margin/padding)	This element is re-enabled in backend... Do not remove!	*/	
.cb3contentblock .anchor
{
    display: none;
}

    .LeftContent P *
    { float:none;}
    
div.radeditor {
	width:auto!important;
}

BODY.cb3contentblock
{
    background-image:url() !important;
}

BODY.cb3contentblock P /* show background colour for p-tags */
{
}﻿@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 ##################### */ 

/* ---------- *** fontsizer *** ---------- */

.fontsizer
{
    width:200px;
    float: right;
    text-align:left;
}

.fontsizer_inner
{
    padding:20px 10px 0px 0px;
}

.fontsizer a:link, .fontsizer a:hover, .fontsizer a:visited, .fontsizer a:active
{
    display: block;
    float: right;
    width: 26px;
    height:22px;
    margin-left: 6px;
}

    .fontsizer a.klein:link,
    .fontsizer a.klein:active,
    .fontsizer a.klein:visited 
    {
        background-image:url(../images/button_fontsize_small.gif);
        background-position:top center;
        background-repeat:no-repeat;
        border:1px solid #004b8d;
    }
    .fontsizer a.klein:hover {}    
    
    
    .fontsizer a.groot:link,
    .fontsizer a.groot:active,
    .fontsizer a.groot:visited
    {
        background-image:url(../images/button_fontsize_big.gif);
        background-position:top left;
        background-repeat:no-repeat;
        border:1px solid #ffffff;
 
    }
    .fontsizer a.groot:hover
    {
        border:1px solid #004b8d;
    } 
    
.reader:link, .reader:active, .reader:visited
{
    height:22px;
    width:56px !important;
    float:right;
    background-image:url(../images/button_read.gif);
    background-position:top left;
    background-repeat:no-repeat;
    border:1px solid #ffffff;
}

.reader:hover
{
    border:1px solid #004b8d;
}
    

/* ---------- *** functionmenu *** ---------- */
.fwrapper
{
    position: relative;
    z-index:100;
}

/*#contentwrapper */#functiemenu
{
    position: absolute;
    width: 20px; 
    height: 50px; 
	top: 0px; /* ofset (of .fwrapper) must be set here as well as in the script file (jquery.functiemenu.js)*/
	left:730px; /* we use the left because there is a padding difference in IE on the right*/
}

#contentwrapper .FunctieNaarBoven
{
    position: absolute;
    right: 0px;
    bottom:0px;
    hasLayout: false;
    #bottom: 110px; /* Fixes the bottom offset from the contentwrapper for IE >> play with this value to get the desired result */
    #right:10px; /* Fixes the padding from the contentwrapper for IE >> insert width of right padding here */
} 

#functiemenu .functionbutton
{
    width:18px;
    height:18px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 1px solid #ffffff;
    font-size:1px;
}
.functionbutton a
{ 
}
	
#mail_form 
{
    background-color: #8bce33; 
    display:none;
    position: absolute; 
    width: 300px; 
    top: 0px; 
    right: 30px;
    border:1px solid #ffffff; 
}
	
#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: #ffffff;
}
#mail_form .inside table td	{ padding:3px; }
   
#mail_form input { width: 100%; }
#mail_form textarea { width: 100%; height: 5em; }
    
#mail_form .CloseButton 
{ 
    display: block;
    width:17px; 
    height:17px;
    line-height: 17px;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
	border:1px solid #ffffff;
    background-image:url(../images/button_general_bg.gif);
    background-position:top left;
    background-repeat:repeat-x;
    float:right; 
    text-align:center;
    text-decoration: none;
}
    
#mail_form .SubmitButton 
{ 
    display: block;
    width:127px;
    float:right; 
}


/* ##################### MENUS ##################### */ 


/* ---------- *** TopMenu *** ---------- */

	.TopMenu
	{
		text-align: left;	
		margin-left:220px;
	}	
	
	.TopMenu ul, .TopMenu li
	{
		display: block;
		padding: 0;
		margin: 0px 0px 0px 0px;
		list-style: none;
		list-style-type: none;
		float:left;
	}
	
	.TopMenuItem a:link, .TopMenuItem a:hover, .TopMenuItem a:active, .TopMenuItem a:visited
	{	    
	    text-decoration: none;
	    display: block;
	    float:left;
		color: #ffffff;
		font-size: 1em;
		font-weight:bold;
		line-height:28px;
		height:28px;
		padding-left:20px;
		padding-right:20px;
		border-left:1px solid #6693bb;
	}
	
	.TopMenuItem a:hover, .TopMenu .selectedItem a
	{
	   background-image:url(../images/topmenu_item_bg_hi.gif);
	   background-position:top left;
	   background-repeat:repeat-x;	   
	}
	
	/* custom extra styles for first and last list items you can apply by ID */
	
	.TopMenu li#Item001 A
	{
	    border-left:none !important;
	}



/* ********************* 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: 218px !important;
    table-layout:fixed;
    background-color:#8bce33;
    margin-left:1px;
}

.HoofdMenu TD, .HoofdMenu TD IMG /* Set the alignment for text and images here */
{
    vertical-align: top;    
}

.HoofdMenu TD NOBR
{
    white-space:normal;
}


.HoofdMenu .TopItem, .HoofdMenu .TopItemHover, .HoofdMenu .TopItemExpanded    /* Normal */
{
    font-size:0.92em;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    background-color:#8bce33;
}

    .HoofdMenu .TopItemHover, .HoofdMenu .TopItemExpanded /* Hover (cascading) */
    {
        color: #3a7aad;
    }
    
        .HoofdMenu .TopItemExpanded  /* Expanded (cascading)*/
        {
            background-color:#8bce33;
        }
    
.HoofdMenu .SelectedItem, .HoofdMenu .SelectedItemHover, .HoofdMenu .SelectedItemExpanded /* Selected (current page) */
{
        font-size:0.92em;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
        overflow: hidden;
        background-color:#8cce33;
        color: #3a7aad;
}
        
/* - Default item styles (Second level) - */
            
            .HoofdMenu_Sub /* This is the style for the table containing the submenu */
            {
                width:220px !important;
                background: #8cce33;
                border:1px solid #ffffff;
            }
            
            .HoofdMenu_Sub TD NOBR
            {
                white-space:normal;
                font-size:0.93em;
            }
            
            .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: #8cce33;
	            color: #ffffff;
	            text-decoration: none;
	            cursor: pointer;
	            overflow: hidden;
	            
            }
            
                .HoofdMenu_Sub .DefaultItemHover, .HoofdMenu_Sub .DefaultItemExpanded /* Hover / Expanded (cascading) */
                {
                    background: #004b8d; 
                    color: #ffffff;
                    padding-right:5px;
                }
            
            .HoofdMenu_Sub .SelectedItem, .HoofdMenu_Sub .SelectedItemHover, .HoofdMenu_Sub .SelectedItemExpanded /* Selected (current page) */
            {
                background: #004b8d;
                color: #ffffff;
            }

/* ##################### MENUS ##################### */ 
/* ********************* LITE ********************** */ 

/* ---------- *** SubMenu *** ---------- */

	.contentsubs /* the div containing the menu */
	{
	    width:180px;
	    font-size:0.92em;
	}
	
	.contentsubs ul, .contentsubs li
	{
		list-style: none;
		list-style-type: none;
		list-style-position: outside;
		margin: 0px 0px 0px 0px; 
	}	

    .contentsubs ul
    {
    	padding: 0px;
    	margin-top: 0px;
    	margin-bottom:0px;
    }
    
    .submenu_item
    {
        display:block;
        border:1px solid transparent;
        margin-bottom:10px !important;
    }

    .contentsubs li
    {
    	padding: 0px;
    	margin-top: 0px;
    	margin-bottom:0px;
    }
	
	.contentsubs a:link, .contentsubs a:hover, .contentsubs a:active, .contentsubs a:visited
	{
        display: block;
        padding: 0px 0px 0px 25px;
        background-image:url(../images/subs_bullit.gif);
        background-position:10px 7px;
        background-repeat:no-repeat;
	}
	
	.contentsubs a:hover
	{
	    color:#8bce33;
	}
	
	.submenu_item_selected a:link, .submenu_item_selected a:hover, .submenu_item_selected a:active,	.submenu_item_selected a:visited
	{
	    color:#8bce33;
	    text-decoration:none;
	}
	
/* ---------- *** VoetMenu *** ---------- */

	.VoetMenu
	{
		text-align: left;	
		float:left;
	}	
	
	.VoetMenu ul, .VoetMenu li
	{
		display: inline;
		padding: 0;
		margin: 0px 0px 0px 0px;
		list-style: none;
		list-style-type: none;
	}
	
	.VoetMenuItem a:link, .VoetMenuItem a:hover, .VoetMenuItem a:active, .VoetMenuItem a:visited
	{	    
	    display: inline;
		color: #ffffff;
		font-size: 0.83em;
		line-height:28px;
		padding:0px 5px 0px 6px;
		border-left:1px solid #ffffff;			
	}
	
	.VoetMenuItem .selectedItem a
	{
	}
	
	/* custom extra styles for first and last list items you can apply by ID */
	
	.VoetMenu li#Item001 a
	{
	   border-left:none !important; 
	}



/* ##################### MODULES ##################### */  

/*___________________________________________
 
  ------ *** MODULE: WEBUSERLOGIN *** ------ 
  ___________________________________________*/

    .cb3Module_WebUserLogin
    {
        width: 480px;
    }
	
    .cb3Module_WebUserLogin .Label
    {
        width: 200px;
    }
	
    .cb3Module_WebUserLogin .Content
    {
        width: 280px;
    }
	
    .cb3Module_WebUserLogin .Content .veld
    {
        width: 280px;
    }
    
    .cb3Module_WebUserLogin .Message
    {
        color: red;
        font-weight: bold;
    }
    
    .cb3Module_WebUserLogin .button
    {
        float:right;
    }
     
    /* Loguit */ 
    
     
    .cb3Module_WebUserLoguitmelding /* Ingelogd als */
    {
        
    }
    
    .cb3Module_WebUserLoguitname
    {
        font-weight: bold;
    }
    
    .cb3Module_WebUserLoguitblokje /* Het loguitblokje op de pagina's */
	{
        margin-left: 15px;
	}
   
/*___________________________________________

  ------- *** MODULE: NEWSOVERVIEW *** ------
  ___________________________________________*/
    	
    	        
	.NewsOverviewContainer
	{
        padding:7px 10px 10px 10px;
        background-image:url(../images/special_bg.gif);
        background-position:top left;
        background-repeat:repeat-x;  
	}	
	
	.cb3Module_News
	{
	    clear:both;
	    margin-bottom:20px;
	}
	
	.cb3Module_News .NewsImage
	{
	    width: 120px; /* Set width to the width of the container for full width image display */
	    border:none;
	}		

	.cb3Module_News .NewsTitle
	{
        font-size: 0.92em;
        line-height:1.83em;
        font-weight: bold;
        color:#004b8d !important;
	}
	
	.cb3Module_News .NewsDate, .datemodified
	{
	    font-size: 0.92em;
        line-height:1.83em;
	    color:#004b8d;
	}
	
	.cb3Module_News .IntroText
	{
        font-weight: normal;
        font-size: 0.92em;
        line-height:1.83em;
        display: block;
        margin-bottom:0px !important;
	}
		
	.cb3Module_News .More
	{ 
	    font-size: 0.92em;
        line-height:1.83em;
        color:#004b8d !important;
	}

/*___________________________________________

  ------- *** MODULE: PHOTO ALBUM *** ------- 
  ___________________________________________*/


.photoalbum_pictureHolder, .photoalbum_pictureHolderHover /* This is the block containing everything */
{
	width: 150px;
	height: 150px;
	overflow:hidden;
	float: left;
	margin: 0px 1px 1px 0px;
	cursor: pointer;
	text-align: center;
	background-color: #fff2c1;
	position:relative;
}

.photoalbum_pictureHolder .thickbox, .photoalbum_pictureHolderHover .thickbox  /* positioning the picture holder */
{
    display:inline-block;
    margin: 20% auto;
    padding:0px;
    background-color: #ffffff;
}

.photoalbum_pictureHolder IMG, .photoalbum_pictureHolderHover IMG
{
    margin: 10px;  /* the margin (style) for the picture in its holder */
}

.photoalbum_pictureHolderHover .pa_info  /* when hovering */
{
    display:block !important;
    position:absolute;
    z-index:100;
    width:150px;
    height:150px;
    background-color:#8cce33;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    opacity:0.8;
    left:0px;
    top: 0px;
}

.pa_title
{
    color:#ffffff;
    display:block;
    font-family: Trebuchet MS, Tahoma !important;
    font-size:0.91em!important;
    font-weight: bold;
    text-align: center;
    background-color:#0067a6;
    padding:5px;
}

.pa_description
{
    padding:5px;
    display: block;
    font-family: Trebuchet MS, Tahoma !important;
    font-size:0.91em!important;
    margin: 40px 10px;
    color: #000000;
    text-align: center;
}

/* DO NOT MODIFY THESE SETTINGS */

.photoalbum_pictureHolderHover {z-index: 15;}
.photoalbum_pictureHolder .pa_info {display:none;}


/*____________________________________________________________

  ----- *** MODULE: LINKOVERVIEW / DOCUMENTOVERVIEW *** ------ 
  ____________________________________________________________*/

.cb3Module_LinkOverview, 
.cb3Module_DocumentOverview
/* this is the container table */
{
    width: 480px;
    position: relative; 
}	

.cb3Module_LinkOverview .Column, 
.cb3Module_DocumentOverview .Column /* this is the column TD */
{
    padding-top:0px; /* 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: 1em;
	font-weight: bold;
	color: #004b8d;
}

.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;
    font-size:0.95em;
}

.cb3Module_LinkOverview .LinkItem
{
    padding: 0px 0px 0px 22px;
    background-image:url(../images/File_types/link.gif);
    background-position:0px 1px;
    background-repeat:no-repeat;
}

.cb3Module_DocumentOverview .LinkItem 
{
    margin: 0px 0px 0px 0px;
}

.cb3Module_LinkOverview .LinkItem, 
.cb3Module_DocumentOverview .LinkItem  /* the list item */
{
    font-weight: normal;
    line-height:22px;
}

.LinkItem a:link, .LinkItem a:visited, .LinkItem a:hover, .LinkItem a:active  
{
    #float:left;
}

.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:460px;
    clear:both;
}

.Form_ItemContainer
{
    display:block;
    clear:both;
    padding-top:3px;
}

.Form_ItemLabel
{
    display:block;
    width:160px;
    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 .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;
    font-style:italic;
}

.Form_ContentLabel .CheckboxlistControl, .Form_ContentLabel .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
{
    display:block;
    width:260px;
    text-align:left;
    float:right;
    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: 1em;
        font-weight: bold;  
        color:#004b8d;   
    }
	
    .RootNode
    { 
        /* RootNode Div styling */
        font-size: 0.92em;
        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 */
            } 

	                           

	
/*___________________________________________

  ------ [ MODULE: CALENDEROVERVIEW ] ------- 
  ___________________________________________*/

    .cb3Module_CalendarOverview  /* this is the table containing the calender overview */
    {   
        width:176px;
    }
    
    .CalendarOverviewWide
    {
        width:480px;
    }
    
    .cb3Module_CalendarOverview .cLink
    {
       font-weight:bold;
       font-size: 0.92em;
       line-height:1.83em;
       display: block;
       margin: 0px 0px 5px 0px;
       color: #004b8d !important;
    }  
	
    .cb3Module_CalendarOverview .cDate,
    .cb3Module_CalendarOverview .cTime
    {
        font-size: 0.92em;
        line-height:1.83em;
        color: #004b8d;
    }
    
    .cb3Module_CalendarOverview .cLocation 
    {
        display:block;
        font-size: 0.92em;
        line-height:1.83em;
        color: #004b8d;
        font-style:italic;
        clear:both;
    }
	
    .cb3Module_CalendarOverview .cSummary
    {
        display: block;
        margin: 0px 0px 10px 0px;
        font-size: 0.92em;
        line-height:1.83em;
    }
    
/*________________________________________

  ------- [ MODULE: FAQ-OVERVIEW ] -------
  ________________________________________*/

    .cb3Module_Faq
    {
        width:480px;
    }
    
    .cb3Module_Faq .Title
    {
	    font-size: 1em;
	    font-weight: bold;
	    color: #004b8d;
	    display: block;
	    margin-bottom: 1.33em;
    }

    .FaqSubjectWrapper
    {
		font-size:1em;
		line-height:1.33em;
    }

	.SubjectRepeater,
	.FaqOverviewDetails
	{
		margin: 0px 0px 10px 0px;	
	}
	
	.FaqSubjectInt
	{
		display: none;
	}
	
	.FaqSubjectLink
	{
		display: block;
        border-bottom:1px solid #c0d6e0;
        margin-bottom:10px;
        padding-bottom:10px;
	}
	
	.SubjectDetailHeader
	{
		display: block;	
        width:100%;
        height:2em;
        overflow:hidden;
		font-weight: bold;
		padding: 0px 0px 0px 0px;
		margin-bottom:1.33em;
	}
	
	.SubjectDetailHeader .SubjectNameWrapper
	{
		display: block;
		width: 40%;
		float: left;
	}
	
	.SubjectDetailHeader .ViewAllAnswerWrapper
	{
		display: none;
		width: 35%;
		font-size: 1em;
		float: right;
		font-weight: normal;
	}
	
	.SubjectDetailHeader .TopOfThePageLink
	{
		display: block;
		float: right;
		width: 18px;
		height: 18px;
		background: Transparent url(../images/icons/top.gif) no-repeat 0% 50%;
		margin: 0px 0px 0px 10px;
	}
	
	.FaqSubjectGroup
	{
		display: block;
		margin: 0px 0px 10px 0px;	
	}
	
	.SubjectQuestionWrapper
	{
		display: block;
		background: Transparent url(../images/icons/question_mark.png) no-repeat 0px 2px;
		padding: 2px 0px 2px 32px;
		margin: 2px 0px 3px 0px;
     }
     
	.SubjectQuestionWrapper a:link, .SubjectQuestionWrapper a:hover, .SubjectQuestionWrapper a:active, .SubjectQuestionWrapper a:visited
	{	
		color: #004b8d;
		text-decoration: none;
	}
	
	.SubjectQuestionWrapper a:hover
	{	
		color: #004b8d;
		text-decoration: underline;
	}
	
	.SubjectAnswerWrapper
	{
		display: block;
		background: Transparent url(../images/icons/answer_mark.png) no-repeat 0px 2px;
		padding: 0px 0px 0px 32px;
		margin: 0px 0px 14px 0px;
	}
	
    .cb3_FaqOverview_AnswerText
    {
        display:block;
        clear:both;
    }
                 	
/*________________________________

  ------- [ MODULE: POLL ] ------- 
  ________________________________*/

.cb3Module_Poll  /* This is the containing table */
{
}  

.cb3Module_Poll TD
{
    padding: 0px;
}

/* A width in px is needed for correct display. Custom widths and styles can be assigned by cascading this style within the custom contentblock class */
    
    .RightContent .cb3Module_Poll
    {
        width: 175px;
    }
    
    .CenterContent .cb3Module_Poll
    {
        width: 480px;
    }

.cb3Module_Poll .IntroText
{
    padding: 1em 0em 0em 0em;
    margin:0px;
    font-weight:normal;
    font-style:italic;
    color:#000;
}   

.cb3Module_Poll .IntroText BR
{
    clear: both;
}

/* The Questionnaire */
    
.cb3Module_Poll .PollQuestion
{
    font-weight: bold;
    display: block; 
    font-size:1em;  
    padding:1em 0em 1em 0em;  
    color:#004b8d;          
}    

.cb3Module_Poll .PollAnswers /* The box containing all the answers */
{
}
   
    .PollAnswerWrapper, 
    .PollAnswerWrapperHover
    {
        display: block;
        cursor: default;
        padding: 5px 5px 5px 0px;
        clear:both;
        font-size:0.92em;
    }
	.PollAnswerWrapperHover
    {
    }
	
        .PollAnswerRadio
        {
            margin-right: 5px;
            float:left;
            clear:left;
        }
    
        .PollAnswerText
        {
            display:block;
            float:left;
            text-align:left;
        }
        
        .CenterContent .PollAnswerText
        {
            width:450px;
        }
        
        .RightContent .PollAnswerText
        {
            width:120px;
            clear:right;
        }
        
        .PollAnswerWrapperHover .PollAnswerText
        {
        }

.cb3Module_Poll .SubmitWrapper
{
}
    
    .SubmitWrapper .button, .SubmitWrapper .buttonHover /* These styles are already defined for the default button at the top of this sheet, add custom styles here */
    {
        
    }
    
    .SubmitWrapper .button
    {
        float:right;
    }
    
    a.ShowResultsLink:link, a.ShowResultsLink:active, a.ShowResultsLink:visited, a.ShowResultsLink:hover
    {
        display:block;
        clear:both;
        padding: 1em 0em 1em 0em;
        font-weight: bold;
        font-size: 0.92em;
    }
    
/* The Results */
    
.NumberOfVotesHeading, .PercentageHeading
{
    display:block; 
    padding: 0px 0px 10px 0px;
    font-size:0.92em;
}

.cb3Module_Poll .PollResults /* The box containing all the results */
{
    background: #004b8d;
}
 
    .PollResultWrapper
    {
        display: block;
        clear: both;
        padding: 5px 0px 0px 0px;
        font-size: 0.92em;
    }

        .PollResultWrapper .float
        {
            float:left;
        }
        
        .NumberOfVotesTotal, .PercentageText
        {
            padding-left:5px;
        }
    	
	    .PercentageText
	    {
	        font-weight: bold;
	        color: #004b8d;
	    }

.cb3Module_Poll .PercentageWrapper
{
    display: block;
    height: 6px;   /* set the height for the percentage bar */
    margin: 5px 0px 0px 0px;
    background: #004b8d;
    overflow: hidden;
    font-size: 1px;
}
    	
        IMG.Percentage
        {
            height: 6px;  /* same height */
        }/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:11px;
	color: #333333;
}

#TB_secondLine {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:11px;
	color:#666666;
}

#TB_window a:link {color: #ffffff;}
#TB_window a:visited {color: #ffffff;}
#TB_window a:hover {color: #ffffff;}
#TB_window a:active {color: #ffffff;}
#TB_window a:focus{color: #ffffff;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:300;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 302;
	color:#ffffff;
	display:none;
	border: 1px solid #ffffff;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#004b8d;
	height:27px;	
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
