﻿@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: none;
	background: #e12f29;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    #display:inline;
    margin:0;
    padding:0;
}

.button
{
    display:block;
	border: none;
    color: #ffffff;
    line-height:20px;
	height:21px;
	background: #e12f29;
	border:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}

.buttonHover
{
    display:block;
	border: none;
    color: #ffffff;
    line-height:20px;
	height:21px;
	background: #0068a6;
	border:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}


/* ---------- *** fontsizer *** ---------- */

.fontsizer
{
    width:90px;
    height:30px;
    float: right;
    text-align:left;
    background-image:url(../images/fontsize_bg.gif);
    background-position:top left;
    background-repeat:no-repeat;
}

#fontsizer a:link, #fontsizer a:hover, #fontsizer a:visited, #fontsizer a:active
{
    display: block;
    float: left;
    width: 45px;
    height:30px;
}
    

/* ---------- *** functionmenu *** ---------- */

/*#contentwrapper */#functiemenu
{
    position: absolute;
    width: 22px; 
    height: 100px; 
	top: 300px; /* ofset (of #contentwrapper) must be set here as well as in the script file (jquery.functiemenu.js)*/
	margin-left:684px; /* 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:22px;
    height:52px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 0px;
    font-size:1px;
}

.function_mail_button:link, .function_mail_button:active, .function_mail_button:visited
{
    display:block;
    width:22px;
    height:52px;
    background-image:url(../images/functionbutton_bg.gif);
    background-position:top left;
    background-repeat:no-repeat;
}

.function_mail_button:hover
{
    display:block;
    width:22px;
    height:52px;
    background-image:url(../images/functionbutton_bg.gif);
    background-position:0px -159px;
    background-repeat:no-repeat;
}


.function_print_button:link, .function_print_button:active, .function_print_button:visited
{
    display:block;
    width:22px;
    height:52px;
    background-image:url(../images/functionbutton_bg.gif);
    background-position:0px -52px;
    background-repeat:no-repeat;
}

.function_print_button:hover
{
    display:block;
    width:22px;
    height:52px;
    background-image:url(../images/functionbutton_bg.gif);
    background-position:0px -211px;
    background-repeat:no-repeat;
}

.function_top_button:link, .function_top_button:active, .function_top_button:visited
{
    display:block;
    width:22px;
    height:52px;
    background-image:url(../images/functionbutton_bg.gif);
    background-position:0px -105px;
    background-repeat:no-repeat;
}

.function_top_button:hover
{
    display:block;
    width:22px;
    height:52px;
    background-image:url(../images/functionbutton_bg.gif);
    background-position:0px -264px;
    background-repeat:no-repeat;
}

	
#mail_form 
{
    background-color: #0068a6; 
    display:none;
    position: absolute;
    width: 300px; 
    top: 24px; 
    right: 30px; 
    z-index:2000;
}
	
#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;
    float:right;
    color:#ffffff !important;
    text-decoration:none;
    line-height: 15px;
    font-weight: bold;
    font-size: 12px;
}
    
#mail_form .SubmitButton 
{ 
    display: block;
    width:127px;
    height:23px;
    line-height: 23px;
    font-weight: bold;
}


/* ##################### 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 */
{
    margin-top:5px;
    font-size:1.11em;
    line-height:1em;
}

.HoofdMenu TD, .HoofdMenu TD IMG /* Set the alignment for text and images here */
{
    vertical-align: middle;
}


.HoofdMenu .TopItem, .HoofdMenu .TopItemHover, .HoofdMenu .TopItemExpanded    /* Normal */
{
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

    .HoofdMenu .TopItemHover, .HoofdMenu .TopItemExpanded /* Hover (cascading) */
    {
        color: #0068a6;
        background-image:url(../images/menu_hi_bg.gif);
        background-position:top left;
        background-repeat:repeat-x;
    }
    
    
.HoofdMenu .SelectedItem, .HoofdMenu .SelectedItemHover, .HoofdMenu .SelectedItemExpanded /* Selected (current page) */
{
    color: #0068a6;
    background-image:url(../images/menu_hi_bg.gif);
    background-position:top left;
    background-repeat:repeat-x;
}
        
/* - Default item styles (Second level) - */
            
            .HoofdMenu_Sub /* This is the style for the table containing the submenu */
            {
                background: #ddebf3;
                font-size:1.11em;
                line-height:1.82em;
            }
            
            .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: #ddebf3;
	            color: #0068a6;
	            text-decoration: none;
	            cursor: pointer;
	            overflow: hidden;
                font-size:1em;
                line-height:1.7em;
            }
            
                .HoofdMenu_Sub .DefaultItemHover, .HoofdMenu_Sub .DefaultItemExpanded /* Hover / Expanded (cascading) */
                {
                    background: #ffffff; 
                    color: #0068a6;
                    padding-right:5px;
                    font-size:1em;
                    line-height:1.7em;
                }
            
            .HoofdMenu_Sub .SelectedItem, .HoofdMenu_Sub .SelectedItemHover, .HoofdMenu_Sub .SelectedItemExpanded /* Selected (current page) */
            {
                    background: #ffffff; 
                    color: #0068a6;
                    padding-right:5px;
                    font-size:1em;
                    line-height:1.7em;
            }


/* ---------- *** SubMenu *** ---------- (If using more than 1 menu Change the name for the main class preceding the subclasses here)*/
   
/* - Top item styles (First level) - */

.SubMenu /* This is the style for the table containing the menu */
{
    font-size:1.11em;
    line-height:1.5em;
    margin-top:21px;
    width:100%;
}

.SubMenu nobr
{
    white-space: normal;
    cursor: hand;
}

.SubMenu TD, .SubMenu TD IMG /* Set the alignment for text and images here */
{
    vertical-align: top;
    cursor: hand;
}


.SubMenu .SubMenuTopItem, .SubMenuHoofdMenu .SubMenuTopItemHover, .SubMenuHoofdMenu .SubMenuTopItemExpanded    /* Normal */
{
    color: #ffffff;
    text-decoration: none;
    cursor: hand;
    background-image:url(../images/leftmenu_item_bg.gif);
    background-position:0px 0px;
    background-repeat:no-repeat;
    font-size:1em;
    line-height:1.5em;
}

    .SubMenu .SubMenuTopItemHover, .SubMenu .SubMenuTopItemExpanded /* Hover (cascading) */
    {
        color: #0068a6;
        background-color:#ddebf3; 
        background-image:url(../images/leftmenu_item_bg.gif);
        background-position:0px -127px;
        background-repeat:no-repeat; 
        font-size:1em;
        line-height:1.5em;
    }
    
    
.SubMenu .SubMenuSelectedItem, .SubMenu .SubMenuSelectedItemHover, .SubMenu .SubMenuSelectedItemExpanded /* Selected (current page) */
{
        color: #e12f29;
        background-color:#ddebf3; 
        background-image:url(../images/leftmenu_item_bg.gif);
        background-position:0px -127px;
        background-repeat:no-repeat;  
        font-size:1em;
        line-height:1.5em;
}
        
/* - Default item styles (Second level) - */
            
            .SubMenu_Sub /* This is the style for the table containing the submenu */
            {
                background: #ddebf3;
                font-size:1.11em;
                line-height:1.82em;
            }
            
            .SubMenu_Sub TD, .SubMenu_Sub TD IMG /* Set the alignment for text and images here */
            {
                vertical-align: middle;
                font-size:1em;
                line-height:1.7em;
            }
            
            .SubMenu_Sub .SubMenuDefaultItem, .SubMenu_Sub .SubMenuDefaultItemHover, .SubMenu_Sub .SubMenuDefaultItemExpanded  /* Normal */   
            {
	            background: #ddebf3;
	            color: #0068a6;
	            text-decoration: none;
	            cursor: pointer;
	            overflow: hidden;
                font-size:1em;
                line-height:1.7em;
            }
            
                .SubMenu_Sub .SubMenuDefaultItemHover, .SubMenu_Sub .SubMenuDefaultItemExpanded /* Hover / Expanded (cascading) */
                {
                    background: #ffffff; 
                    color: #0068a6;
                    padding-right:5px;
                    font-size:1em;
                    line-height:1.7em;
                }
            
            .SubMenu_Sub .SubMenuSelectedItem, .SubMenu_Sub .SubMenuSelectedItemHover, .SubMenu_Sub .SubMenuSelectedItemExpanded /* Selected (current page) */
            {
                    background: #ffffff; 
                    color: #0068a6;
                    font-size:1em;
                    line-height:1.7em;
            }






/* ##################### MENUS ##################### */ 
/* ********************* LITE ********************** */ 

	

/* ---------- *** TopMenu *** ---------- */

	.TopMenu
	{
	    width:480px;
	    height:30px;
	    float:left;
	}	
	
	.TopMenu ul, .TopMenu li
	{
		display: inline;
		padding: 0;
		margin: 0px 0px 0px 5px;
		list-style: none;
		list-style-type: none;
	}
	
	.TopMenuItem a:link, .VTopMenuItem a:active, .TopMenuItem a:visited
	{	    
	    text-decoration: underline;
	    display: inline;
		color: #ffffff;
		font-size: 1em;	
		line-height:30px;
	}
	
	 .TopMenuItem a:hover
	{	    
	    text-decoration: none;
	    display: inline;
		color: #ffffff;
		font-size: 1em;	
		line-height:30px;
	}
	
	
/* ---------- *** VoetMenu *** ---------- */

	.VoetMenu
	{	    
	}	
	
	.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:active, .VoetMenuItem a:visited
	{	    
	    text-decoration: underline;
	    display: inline;
		color: #0068a6;
		font-size: 1em;	
		line-height:25px;
	    padding-right: 5px;
	}
	
	.VoetMenuItem a:hover
	{	    
	    text-decoration: none;
	    display: inline;
		color: #0068a6;
		font-size: 1em;	
		line-height:25px;
	    padding-right: 5px;
	}
	


/* ##################### MODULES ##################### */  

/*___________________________________________
 
  ------ *** MODULE: WEBUSERLOGIN *** ------ 
  ___________________________________________*/
  
    .cb3Module_WebUserLogin TD
    {
        padding-bottom:5px;
    }

    .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
	{
	    width:100%;
	    clear:both;
	    margin:0px 0px 20px 0px;
	}
	
	.CenterContent .cb3Module_News
	{
	    width:90%;
	}
	
	.cb3Module_News .newslink
	{
	    text-decoration:none;
	    color:#000000;
	}
	
	.cb3Module_News .NewsImageContainer
	{
	    width: 110px;
	    height: 80px;
	    overflow:hidden;
	    float:left;
	    border: 1px solid #0068a6;
        margin: 0px 8px 8px 0px;
	}
	
	.cb3Module_News .NewsImage
	{
	    width: 60px; /* Set width to the width of the container for full width image display */
	    float:right;
	    margin:0px 0px 5px 5px;
	    border:1px solid #0a6ea9;
	}
	
	.cb3Module_News .NewsDate
	{
	    display:block;
	    width:7em;
	    text-align:center;
	    font-size: 0.92em;
	    line-height:1.4em;
	    color: #ffffff;
	    background-color:#0068a6;
	    margin-top:4px;
	}	
	
	.cb3Module_News .NewsTitle
	{
        font-size: 1em;
        color: #000000;   
        text-decoration:none;
	}

	
	.cb3Module_News .IntroText
	{
        font-weight: normal;
        font-style:italic;
        font-size: 1em;
        display: block;
        text-decoration:none;
        color:#000000;
	}	
	
	.NewsContent .IntroText
	{
	    font-weight:bold;
        text-decoration:none;
        color:#000000;
	}
	
/*___________________________________________

  ------ [ MODULE: CALENDEROVERVIEW ] ------- 
  ___________________________________________*/

    .cb3Module_CalendarOverview
    {   
        display: block;
        clear:both;
        margin: 0px 0px 20px 0px;	
    }
	
    .cb3Module_CalendarOverview .cDate
    {
	    display:inline-block;
	    text-align:center;
	    font-size: 0.92em;
	    line-height:1.4em;
	    color: #ffffff;
	    background-color:#0068a6;
	    padding-left:2px;
	    padding-right:2px;
	    clear:both;
        text-decoration:none;
    }
    
    .cb3Module_CalendarOverview .cTitle
    {
        font-size: 1em;
        color: #000000;
        clear:both;
        float:none;
        text-decoration:none;
    }
	
    .cb3Module_CalendarOverview .cSummary
    {
        font-weight: normal;
        font-style:italic;
        font-size: 1em;
        color: #000000;
        display: block;
        text-decoration:none;
    }
   

/*___________________________________________

  ------- *** MODULE: PHOTO ALBUM *** ------- 
  ___________________________________________*/


.photoalbum_pictureHolder, .photoalbum_pictureHolderHover /* This is the block containing everything */
{
	width: 82px;
	height: 71px;
	overflow:hidden;
	float: left;
	margin: 0px 1px 1px 0px;
	cursor: pointer;
	text-align: center;
	background-color: #908F92;
	position:relative;
}

.photoalbum_pictureHolder .thickbox, .photoalbum_pictureHolderHover .thickbox  /* positioning the picture holder */
{
    display:inline-block;
    margin: auto;
    padding:0px;
    border: 1px #2F2F2F solid!important;
    background-color: #ffffff;
}

.photoalbum_pictureHolder IMG, .photoalbum_pictureHolderHover IMG
{
    margin: 0px;  /* the margin (style) for the picture in its holder */
    width:82px;
}

.photoalbum_pictureHolderHover .pa_info  /* when hovering */
{
    display:block !important;
    position:absolute;
    z-index:100;
	width: 82px;
	height: 71px;
    background-color:#2F2F2F;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    opacity:0.8;
    left:0px;
    top: 0px;
}

.pa_title
{
    color:#ffffff;
    display:block;
    font-size:0.8em!important;
    line-height:0.9em;
    text-align: center;
    background-color:#2F2F2F;
    padding:5px;
}

.pa_description
{
    padding:2px;
    display: none;
    font-size:0.7em!important;
    line-height:0.8em;
    margin: 0px 10px;
    color: #ffffff;
    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%;
    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-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:650px;
    clear:both;
}

.Form_ItemContainer
{
    display:block;
    clear:both;
    padding-top:3px;
}

.Form_ItemLabel
{
    display:block;
    width:250px;
    float:left;
    clear:left;
    vertical-align:top; 
    font-weight:bold; 
}

.Form_ContentLabel, .form_attachment INPUT
{
    display:block;
    width:400px;
    float:right;
    clear:right;
    text-align:left;
}

.Form_ContentLabel .field, .Form_ContentLabel .withWatermarkClass, .Form_ContentLabel .withoutWatermarkClass, .Form_ContentLabel .form_dropdown
{
    width:100%;
}

.Form_multiline_container
{
    display:block;
    width:auto !important;
    border:1px solid red;
    overflow:hidden;
}

.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
    {
        border: 0;
        margin: 0px 0px 20px 0px;
        padding: 0;
    }
	
    .SiteMapHeading
    {
        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 */
        } 

        .ParentNode a:link, .ParentNode a:active, .ParentNode a:visited
        { 
            /* ParentNode Link styling */
        } 

        .ParentNode a:hover
        { 
            /* ParentNode Link styling */
        } 

            .LeafNode
            { 
                /* LeadNode Div styling */
                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: 1em;
	    font-weight: bold;
	    line-height: 1.66em;
	    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;
        background-image:url(../images/dot.gif);
        background-position:bottom left;
        background-repeat:repeat-x;
        margin-bottom:10px;
        padding-bottom:15px;
	}
	
	.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: 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
	{
		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: #325785;
		text-decoration: none;
	}
	
	.SubjectQuestionWrapper a:hover
	{	
		color: #325785;
		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 */
{
    background: #a7ca59;
    width:192px;
    clear:both;
}  

.PollTitle
{
   background-color:#82a444; 
   text-indent:10px;
   font-weight:bold;
   color:#ffffff;
   font-size:17px;
}

.cb3Module_Poll TD
{
    padding: 3px;
}

.cb3Module_Poll .IntroText
{
    padding: 10px;
    margin:0px;
    font-weight:normal;
    line-height:1.33em;
}   

.cb3Module_Poll .IntroText BR
{
    clear: both;
}

/* The Questionnaire */
    
.cb3Module_Poll .PollQuestion
{
    font-weight: bold;
    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
    {
        background: #bdd783;
    }
	
        .PollAnswerRadio
        {
            margin-right: 5px;
        }
    
        .PollAnswerText
        {
        }
        
        .PollAnswerWrapperHover .PollAnswerText
        {
        }

.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 */
    {
        cursor: pointer;
        height: 21px;
        float:right;
        clear:both;
        margin-top:10px;
    }
    
    .SubmitWrapper
    {
        margin-top:10px;
        background-image:url(../images/dot.gif);
        background-position:top left;
        background-repeat:repeat-x;
        margin-bottom:10px;
        clear:both;
    }

    
    a.ShowResultsLink:link, a.ShowResultsLink:active, a.ShowResultsLink:visited, a.ShowResultsLink:hover
    {
        display:block;
        margin: 5px 0px 0px 10px;
        font-size: 0.92em;
    }
    
/* The Results */
    
.NumberOfVotesHeading, .PercentageHeading
{
    display:block; 
    padding: 0px 10px 0px 10px;
}

.cb3Module_Poll .PollResults /* The box containing all the results */
{
    background: #ffffff;
}
 
    .PollResultWrapper
    {
        display: block;
        clear: both;
        padding: 5px 10px;
    }

        .PollResultWrapper .float
        {
            float:left;
            color:#0068a6;
        }
        
        .NumberOfVotesTotal, .PercentageText
        {
            padding-left:5px;
        }
    	
	    .PercentageText
	    {
	        font-weight: bold;
	    }

.cb3Module_Poll .PercentageWrapper
{
    display: block;
    height: 6px;   /* set the height for the percentage bar */
    margin: 5px 0px 0px 0px;
    background: #ffffff;
    overflow: hidden;
    font-size: 1px;
}
    	
        IMG.Percentage
        {
            height: 6px;  /* same height */
        }

/*_____________________________________________

  ------- [ MODULE: Language Selector ] ------- 
  _____________________________________________*/

SPAN.CB3_language  /* remove the SPAN in front of the class when the code render is fixed properly */
{
    display: block;
    float: right; 
    width:200px;
    margin-top: 8px;
    background: transparent;
}
    

.CB3_language a, /* remove this line when the code render is fixed properly */
a.CB3_languageLink:link, a.CB3_languageLink:visited, a.CB3_languageLink:active
{
    display: block;
    padding-right: 10px;
    text-decoration: none;
    color:#fff;
}

    .CB3_language a:hover,
    a.CB3_languageLink:hover /* remove this line when the code render is fixed properly */
    {
        text-decoration: underline;
        color:#fff;
    }

SPAN.CB3_language TABLE TD A IMG, /* remove this line when the code render is fixed properly */
.CB3_languageImage
{
    border: 1px solid white!important;  /* remove !important when the code render is fixed properly */
}
SPAN.CB3_language TABLE TD SPAN, /* remove this line when the code render is fixed properly */
.CB3_languageText
{
    padding-left:5px;
    font-size: 0.92em;
    font-weight: bold;
}
