﻿@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 #ffffff;
    background: url(../images/bg_button.jpg) repeat-x top left;
    height: 21px;
    display: inline-block;
    #display:inline;
    margin:0;
    padding:0;
}

.button, .buttonHover
{
    color: #ffffff;
    font-size: 1em;
	font-weight: bold;
	text-align: center;
    line-height: 21px;
	height: 21px;
	width: auto;
	background:none;
    border: none;
    margin: 0;
    padding:0 10px;
	cursor: pointer;
	background-color: #ffae00;
}

.buttonHover
{
	background: #bc2020;
}


/* ---------- *** searchbox *** ---------- */

.search {
	float: right;
	position: relative;
	height:22px;
	padding:0;
	margin: 0px;
	top:29px;
	right: 0px;
	_display:inline; /* IE6 hack */
}

.search_button {
	position:absolute;
	color: #fff;
	font-weight: bold;
	width: 46px;
	height: 22px;
	line-height:22px;
	background: transparent;
	text-align: center;
	cursor: pointer;
	left:154px;
	border: 0px;
	padding-top:4px;
	#padding-top: 0px; /* Fixes layout for IE */ 
}

.search_field {
 	float: left;
	border:0;
	width:143px;
	height:22px;
	padding-top:4px;
	#padding-top: 2px; /* Fixes layout for IE */ 
	font-size: 12px;
	text-indent: 4px;
	color: #000000;
	background-color: transparent;
}

.search_bg, .search_bgIE {
	background:url(../images/search_bg.png) no-repeat;
	width:200px;
	height:22px;
	display:block;
	border: 0;
}	

/* ---------- *** fontsizer *** ---------- */

#fontsizer
{
    position: relative;
    width:44px;
    float: right;
    top: -20px;    
}

#fontsizer a
{
    display: block;
    float: right;
    margin-left: 2px;
}


/* ---------- *** functionmenu *** ---------- */
.fwrapper {
	position:relative;
	line-height:1px;
	height:0px!important;
	width:auto;
	overflow:visible;
	z-index:100;
}

#functiemenu
{
    position: absolute;
    width: 30px; 
    height: 75px; 
    background: transparent url(../images/icons/function_bg.jpg) repeat-y left top;
    top: 0px; /* Fixes the top offset from the contentwrapper for IE */ 
	right:1px;
}

.FunctieNaarBoven
{
    position: absolute;
    right: 0px;
    top: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 */
} 

.functionbutton
{
    width:30px;
    height:25px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 0px;
    font-size:1px;
}
.functionbutton a
{ 
}
	
#mail_form 
{
    background-color: #bc2020; 
    display:none;
    position: absolute; 
    width: 300px; 
    top: 50px; 
    right: 30px; 
}
	
#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: Red;
    background-color: white;
    border: 1px #7d7d7d solid;
    float:right; 
    text-align:center;
    text-decoration: none;
}
    
#mail_form .SubmitButton 
{ 
    display: block;
    width:127px;
    height:23px;
    line-height: 23px;
    font-weight: bold;
    color: #ffffff;
    background-color: transparent;
    float:right; 
    text-align:center;
    background: url(../images/bg_button.jpg) repeat-x top left;
    border: none 0px transparent; 
    cursor: pointer;
}


/* ##################### 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: transparent;
    border-top: 1px solid #fff;
    margin-top: 20px;
}

.HoofdMenu TD, .HoofdMenu TD IMG /* Set the alignment for text and images here */
{
    vertical-align: middle;
}


.HoofdMenu .TopItem, .HoofdMenu .TopItemHover, .HoofdMenu .TopItemExpanded    /* Normal */
{
    background: url(../images/menu/hoofd_menu.jpg) repeat-x left top;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
}

    .HoofdMenu .TopItemHover, .HoofdMenu .TopItemExpanded /* Hover (cascading) */
    {
        background: url(../images/menu/hoofd_menu.jpg) repeat-x 0px -26px;
    }
    
        .HoofdMenu .TopItemExpanded  /* Expanded (cascading)*/
        {
            background: url(../images/menu/hoofd_menu.jpg) repeat-x 0px -26px;
            font-style: italic;
        }
    
.HoofdMenu .SelectedItem, .HoofdMenu .SelectedItemHover, .HoofdMenu .SelectedItemExpanded /* Selected (current page) */
{
    background: url(../images/menu/hoofd_menu.jpg) repeat-x 0px -52px;
    color: #ffffff;
    font-weight: bold;
}
        
/* - Default item styles (Second level) - */
            
            .HoofdMenu_Sub /* This is the style for the table containing the submenu */
            {
                background: #bc2020;
            }
            
            .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: #bc2020;
	            color: #ffffff;
	            text-decoration: none;
	            cursor: pointer;
	            overflow: hidden;
            }
            
                .HoofdMenu_Sub .DefaultItemHover, .HoofdMenu_Sub .DefaultItemExpanded /* Hover / Expanded (cascading) */
                {
                    background: #d78d14; 
                    color: #ffffff;
                    padding-right:5px;
                }
            
            .HoofdMenu_Sub .SelectedItem, .HoofdMenu_Sub .SelectedItemHover, .HoofdMenu_Sub .SelectedItemExpanded /* Selected (current page) */
            {
                background: #3898b0;
                color: #ffffff;
                font-style: italic;
            }

/* ##################### MENUS ##################### */ 
/* ********************* LITE ********************** */ 

/* ---------- *** SubMenu *** ---------- */

	.contentsubs /* the div containing the menu */
	{
	    margin:20px 4px 0px 20px;
	    background-color: #fff;
	    border:1px solid #3898b0;	    
	}
	
	.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;
	    color: #3898b0;
	    font-weight: bold;
	    font-size: 0.92em;
        text-decoration:none;
        padding: 5px 5px 5px 15px;
	}
	
	.contentsubs a:hover
	{
        background: #ffffff;
	    color: #3898b0; 
	}
	
	.submenu_item_selected a:link, .submenu_item_selected a:hover, .submenu_item_selected a:active,	.submenu_item_selected a:visited
	{
        background: #3898b0;;
        color: #ffffff;
        font-style: italic;
		text-decoration: none;
        padding: 5px 5px 5px 15px;
	}

/* ---------- *** TopMenu *** ---------- */

	.TopMenu
	{
        background: transparent url(../images/menu/top_navigation.jpg) no-repeat -1px -1px;
		width: 958px;
		border-width:1px 1px 0px 1px;
		border-style:solid;
		border-color:#ffffff;
	}	
	
	.TopMenu td
	{
        height: 90px;
		color: #ffffff;
		font-size:13px;
		font-weight:bold;
		width:136px;
		cursor:pointer;
	}
	.TopMenu td nobr
	{
		position:relative;
		display:none;/**/
		top:72px;
		text-align:center;
	}

	
	.DefaultItem {
		background:transparent url(../images/menu/hoofd_menu.jpg) repeat-x scroll left top;
		padding:5px 10px;
		cursor:pointer;
		color:#FFF;
		font-weight:bold;
	}
	.DefaultItemHover, .TopMenu_Sub .SelectedItem {
		background:transparent url(../images/menu/hoofd_menu.jpg) repeat-x scroll 0px -26px;
		padding:5px 10px;
		cursor:pointer;
		color:#FFF;
		font-weight:bold;
	}
	.TopMenu ul, .TopMenu li
	{
		display: inline;
		padding: 0;
		margin: 0px 0px 0px 0px;
		list-style: none;
		list-style-type: none;
	}
	
	.TopMenuItem a:link, .TopMenuItem a:hover, .TopMenuItem a:active, .TopMenuItem a:visited
	{	    
	    font-weight: light;
	    text-decoration: none;
	    display: block;
		color: #ffffff;
		font-size: 1px;	
        line-height:1000px;
        height: 90px;
        overflow:hidden;
        float:left;
	}

 .class01,  
 .class02,  
 .class03,  
 .class04,  
 .class05,  
 .class06,  
 .class07,  
 .class08 {display:none;}

	/* custom extra styles for first and last list items you can apply by ID */
	
	.TopMenu li#Item001 a
	{
        background-position: 0px 0px;
        width: 108px;
	}
	
	.TopMenu li#Item002 a
	{
        background-position: -108px 0px;
        width: 162px;
	}
	
	.TopMenu li#Item003 a
	{
        background-position: -269px 0px;
        width: 119px;
	}
	
	.TopMenu li#Item004 a
	{
        background-position: -388px 0px;
        width: 123px;
	}
	
	.TopMenu li#Item005 a
	{
        background-position: -511px 0px;
        width: 140px;
	}

	.TopMenu li#Item006 a
	{
        background-position: -651px 0px;
        width: 178px;
	}
	
	.TopMenu li#Item007 a
	{
        background-position: right 0px;
        float:right;
        width: 128px;
	}

/* ---------- *** ExtraMenu *** ---------- (If using more than 1 menu Change the name for the main class preceding the subclasses here)*/
   
/* - Top item styles (First level) - */

.ExtraMenu /* This is the style for the table containing the menu */
{
    background: #3898b0;
    border-top: 1px solid #fff;
    width:100%;
}

.ExtraMenu TD, .ExtraMenu TD IMG /* Set the alignment for text and images here */
{
    vertical-align: middle;
}

.ExtraMenu nobr
{
    white-space: normal;
}


.ExtraMenu .TopItem, .ExtraMenu .TopItemHover, .ExtraMenu .TopItemExpanded    /* Normal */
{
    background: url(../images/menu/extra_menu.jpg) repeat-x left bottom;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
}

    .ExtraMenu .TopItemHover, .ExtraMenu .TopItemExpanded /* Hover (cascading) */
    {
        background: url(../images/menu/extra_menu_hi.jpg) repeat-x left bottom;
    }
    
        .ExtraMenu .TopItemExpanded  /* Expanded (cascading)*/
        {
            background: url(../images/menu/extra_menu_hi.jpg) repeat-x left bottom;
        }
    
.ExtraMenu .SelectedItem, .ExtraMenu .SelectedItemHover, .ExtraMenu .SelectedItemExpanded /* Selected (current page) */
{
    background: url(../images/menu/extra_menu_hi.jpg) repeat-x left bottom;
    color: #ffffff;
    font-weight: bold;
}
        
/* - Default item styles (Second level) - */
            
            .ExtraMenu_Sub /* This is the style for the table containing the submenu */
            {
                background: #3898b0;
            }
            
            .ExtraMenu_Sub TD, .ExtraMenu_Sub TD IMG /* Set the alignment for text and images here */
            {
                vertical-align: middle;
            }
            
            .ExtraMenu_Sub .DefaultItem, .ExtraMenu_Sub .DefaultItemHover, .ExtraMenu_Sub .DefaultItemExpanded  /* Normal */   
            {
	            background: #bc2020;
	            color: #ffffff;
	            text-decoration: none;
	            cursor: pointer;
	            overflow: hidden;
            }
            
                .ExtraMenu_Sub .DefaultItemHover, .ExtraMenu_Sub .DefaultItemExpanded /* Hover / Expanded (cascading) */
                {
                    background: #3898b0; 
                    color: #ffffff;
                    padding-right:5px;
                }
            
            .ExtraMenu_Sub .SelectedItem, .ExtraMenu_Sub .SelectedItemHover, .ExtraMenu_Sub .SelectedItemExpanded /* Selected (current page) */
            {
                background: #3898b0;
                color: #ffffff;
            }

	
/* ---------- *** VoetMenu *** ---------- */

	.VoetMenu
	{
	    width: 70%;
		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
	{	    
	    font-weight: bold;
	    display: inline;
	    text-decoration: none;
		color: #ffffff;
		font-size: 0.92em;	
		line-height:25px;
	}
	
	/* custom extra styles for first and last list items you can apply by ID or Pseudoclass */
	
	.VoetMenu li
	{
		padding-left: 5px;
		border-left: 1px solid #ffffff;
	}
	
	.VoetMenu li:first-child, .VoetMenu li#Item001
	{
		padding-left: 0px;
		border-left-style: none;
		border-left-width: 0px;
	}
	

/* ##################### 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-top: 20px;
        margin-left: 20px;
	}
	
	.cb3Module_WebUserLoguitblokje .buttonborder .button, .cb3Module_WebUserLoguitblokje .buttonborder .buttonHover
	{
	    #margin-left: -20px; /* IE error inheriting the margin of its parent somehow */
	}
   
/*___________________________________________

  ------- *** MODULE: NEWSOVERVIEW *** ------
  ___________________________________________*/
    	
    	        
	.cb3Module_News
	{
	    /*border: 1px solid #ffd987;
	    background: #fce0b3 url(../images/bg_news.jpg) repeat-x top left;*/
	    margin-bottom: 10px;
	    width:95%;
	}
	
	.cb3Module_News .left
	{
	   position:relative; 
	}
	
	.cb3Module_News .right
	{
	    width:110px;
	    padding-bottom:10px;
	}	
	
	
	.cb3Module_News .NewsImage
	{
	    width: 150px;
	    overflow:hidden;
	    float:right;
        margin: 5px 0px 10px 10px;
        border:1px solid #fce9c8;
	}	
	
	.cb3Module_News .NewsTitle
	{
        font-size: 1em;
        font-weight: bold;
        color: #3898b0;
        text-decoration: underline;
        margin: 0 0 0 10px;
        display: block;
        float: left;
        line-height:20px;
        height:20px;       
        margin-bottom:10px; 
	}
	
	.cb3Module_News .NewsDate
	{
	    font-size: 11px;
	    line-height:20px;
	    height:20px;
	    color: #fff;
	    font-weight: normal;
	    display: block;
	    float: left;
	    background-color: #3898b0;
	    padding:0px 4px;
	    margin-bottom:10px; 
	}
	
	.cb3Module_News .IntroText
	{
        font-weight: normal;
        font-size: 1em;
        color: #000000;
        display: block;
        height: 5.4em; /* Since the line-height is 1.33em this means 3 lines. Multiplies of 1.33 can be entered here for more lines */
        overflow:hidden;
        padding: 0 0 0 0;
	}
		
	.cb3Module_News .More
	{  
	    float: right;
	    height: 1.33em;
        margin-top: -2.20em;
        margin-right: 10px;
        position: relative;
        z-index: 1000;
		color:#3898b0;
	}
	
/*___________________________________________

  ------ [ MODULE: CALENDAROVERVIEW ] ------- 
  ___________________________________________*/

    .cb3Module_CalendarOverview
    {   
        display: block;
        margin: 0px 0px 10px 0px;	
    }
	
    .cb3Module_CalendarOverview .cDate
    {
        display: block;
        font-size: 0.92em;
	    color: #908f92;
        margin: 4px 0px 4px 0px;
    }
    
    .cb3Module_CalendarOverview .cTitle
    {
        font-weight: bold;
    }
	
    .cb3Module_CalendarOverview .cSummary
    {
        display: block;
        margin: 8px 0px 8px 0px;
        border-bottom: 1px solid #908F92;
    }
    
    .cb3Module_CalendarOverview .cLink
    {
       display: block;
       margin: 0px 0px 8px 0px;
    }    

/*___________________________________________

  ------- *** MODULE: PHOTO ALBUM *** ------- 
  ___________________________________________*/


.photoalbum_pictureHolder, .photoalbum_pictureHolderHover /* This is the block containing everything */
{
	width: 167px;
	height: 150px;
	overflow:hidden;
	float: left;
	margin: 0px 1px 1px 0px;
	cursor: pointer;
	text-align: center;
	background-color: #3898b0;
	position:relative;
}

.photoalbum_pictureHolder .thickbox, .photoalbum_pictureHolderHover .thickbox  /* positioning the picture holder */
{
    display:inline-block;
    margin: 20% auto;
    padding:0px;
    border: 1px #2F2F2F solid!important;
    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 */
{
	width: 167px;
	height: 150px;
    display:block !important;
    position:absolute;
    z-index:100;
    background-color:#ffae00;
    -moz-opacity:0.9;
    filter:alpha(opacity=90);
    opacity:0.9;
    left:0px;
    top: 0px;
}

.pa_title
{
    color:#ffffff;
    display:block;
    font-size:0.91em!important;
    font-weight: bold;
    text-align: center;
    background-color:#bc2020;
    padding:5px;
}

.pa_description
{
    padding:5px;
    display: block;
    font-size:0.91em!important;
    margin: 40px 10px;
    color: #000;
    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: 80%;
}	

.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-family: Segoe UI, Trebuchet MS, Georgia;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1.66em;
	color: #ec8d23;
}

.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, 
.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:90%;
    clear:both;
}

.Form_ItemContainer
{
    display:block;
    clear:both;
    padding-top:3px;
}

.Form_ItemLabel
{
    display:block;
    width:33%;
    float:left;
    clear:left;
    vertical-align:top; 
    font-weight:bold; 
}

.Form_ContentLabel, .form_attachment INPUT
{
    display:block;
    width:62%;
    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 td, .Form_ContentLabel .RadioboxlistControl td
{
    vertical-align:top;
    font-size:0.92em;
}

.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-family: Arial, Tahoma, Verdana, sans-serif;
	    font-size: 1.17em;
	    font-weight: bold;
	    line-height: 1.67em;
	    color: #bc2020;  
    }

	
    .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 */
            } 

	                           
/*________________________________________

  ------- [ MODULE: FAQ-OVERVIEW ] -------
  ________________________________________*/

    _.cb3Module_Faq
    {
    }
    
    .cb3Module_Faq .Title
    {
	    font-size: 1.33em;
	    font-weight: bold;
	    line-height: 1.66em;
	    color: #bc2020;
	    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 #eeeeee;
        margin-bottom:10px;
        padding-bottom:10px;
	}
	
	.SubjectDetailHeader
	{
		display: block;	
        width:100%;
        height:2em;
        overflow:hidden;
		font-weight: bold;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 10px 0px;
	}
	
	.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: 20px;
		height: 20px;
		background: Transparent url(../images/icons/top.png) no-repeat 0% 50%;
		margin: 0px 4px 0px 10px;
	}
	
	.FaqSubjectGroup
	{
		display: block;
		margin: 0px 0px 10px 0px;	
	}
	
    .SubjectQuestionWrapper, .faq_question
	{
		display: block;
		background: Transparent url(../images/faq/question_mark.gif) no-repeat 0px 2px;
		padding: 2px 0px 2px 32px;
		margin: 2px 0px 3px 0px;
	}
	
	.SubjectAnswerWrapper, .faq_answer
	{
		display: block;
		background: Transparent url(../images/faq/answer_mark.gif) 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 */
{
    background: #bc2020;
    color: #ffffff;
	float:none;
	clear:both;
}  

.cb3Module_Poll TD
{
    padding: 3px;
}

/* 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, .HomeRightContent, .cb3Module_Poll
    {
        width: 220px;
    }
    
    .HomeRightContent a,
    .HomeRightContent p,
    .HomeRightContent IMG
    {
    float: right
    }
    .CenterContent .cb3Module_Poll
    {
        width: 540px;
    }

.cb3Module_Poll .IntroText
{
    padding: 10px;
    margin:0px;
    font-weight:normal;
    color:#000;
    line-height:1.33em;
    background-color: #fff;   
}   

.cb3Module_Poll .IntroText BR
{
    clear: both;
}

/* The Questionnaire */
    
.cb3Module_Poll .PollQuestion
{
    font-weight: bold;
    color: #fff;   
    display: block; 
    padding: 10px;                  
}    

.cb3Module_Poll .PollAnswers /* The box containing all the answers */
{
}
   
    .PollAnswerWrapper, 
    .PollAnswerWrapperHover
    {
        display: block;
        cursor: default;
        padding: 5px 5px 5px 10px;
    }
	.PollAnswerWrapperHover /* hover bg color */
    {
    }
	
        .PollAnswerRadio
        {
            margin-right: 5px;
        }
    
        .PollAnswerText
        {
            color: #fff;
            font-style: italic;
        }
        
        .PollAnswerWrapperHover .PollAnswerText /* hover txt color */
        {
            font-weight: bold;
        }

.cb3Module_Poll .SubmitWrapper
{
    padding:10px;
}
    
    .SubmitWrapper .button, .SubmitWrapper .buttonHover /* These styles are already defined for the default button at the top of this sheet, add custom styles here */
    {
        background-color: #ffae00;
        width: 100%;
        cursor: pointer;
        border: 1px solid #fff;
    }
    
    .SubmitWrapper .buttonHover
    {
        background-color: #449e3a;
    }
    
    a.ShowResultsLink:link, a.ShowResultsLink:active, a.ShowResultsLink:visited, a.ShowResultsLink:hover
    {
        display:block;
        color: #fff;
        margin: 5px 0px;
        font-weight: bold;
        font-size: 0.92em;
    }
    
/* The Results */
    
.NumberOfVotesHeading, .PercentageHeading
{
    display:block; 
    padding: 10px;
    color: #fff; 
}

.cb3Module_Poll .PollResults /* The box containing all the results */
{
    background: #000;
}
 
    .PollResultWrapper
    {
        display: block;
        clear: both;
        padding: 5px 10px;
        color:#ffffff;
    }

        .PollResultWrapper .float
        {
            float:left;
        }
        
        .NumberOfVotesTotal, .PercentageText
        {
            padding-left:5px;
        }
    	
	    .PercentageText
	    {
	        font-weight: bold;
	        color: #ffae00;
	    }

.cb3Module_Poll .PercentageWrapper
{
    display: block;
    height: 6px;   /* set the height for the percentage bar */
    margin: 5px 0px 0px 0px;
    background: #000;
    overflow: hidden;
    font-size: 1px;
}
    	
        IMG.Percentage
        {
            height: 6px;  /* same height */
        }
  
