﻿@charset "utf-8";

/* ##################### OBJECTS AND FUNCTIONS ##################### */ 

    
/* ---------- [ Button ] ---------- */
.buttonborder
{
	border: 1px solid #4b2078;
	background: #4b2078;	
    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;
}

.buttonHover
{
	color: #ffffff;
	background: #4b2078;
}


/* ---------- *** searchbox *** ---------- */

.search {
}

.search_button {
}

.search_field {
}


/* ---------- *** functionmenu *** ---------- */
.fwrapper
{
    position: relative;
}

/*#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:660px; /* 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 */
} 

.functionbuttons
{
    width:85px;
    height:33px;   
    float:right;
}

.button_print
{
    display:block;
    float:left;
    height:32px;
    width:31px;
    background-image:url(../images/button_print.gif);
    background-position:top left;
    background-repeat:no-repeat;
}

.button_mail
{
    display:block;
    float:left;
    height:32px;
    width:31px;
    background-image:url(../images/button_mail.gif);
    background-position:top left;
    background-repeat:no-repeat;
}
	
#mail_form 
{
    background-color: #0088ea; 
    display:none;
    position: absolute; 
    width: 300px;
    top: 24px; 
    right: 30px; 
    border:5px 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%; border:none; }
#mail_form textarea { width: 100%; height: 5em; border:none; }
    
#mail_form .CloseButton 
{ 
    display: block;
    width:17px; 
    height:17px;
    line-height: 17px;
    font-weight: bold;
    font-size: 12px;
    background-color: #4b2077;
    color: #ffffff;
    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: #4b2077;
    border:none;
    float:right; 
    text-align:center;
    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_container
{
    width: 244px;
    height:203px;
    overflow:hidden;
    float:left;
}


.HoofdMenu /* This is the style for the table containing the menu */
{
    width: 244px;
    float:left;
}

.HoofdMenu TABLE
{
    margin:0px;
    padding:0px;
}

.HoofdMenu TD, .HoofdMenu TD IMG /* Set the alignment for text and images here */
{
    vertical-align: middle;
    margin:0px;
    padding:0px;
}


.HoofdMenu .TopItem, .HoofdMenu .TopItemHover, .HoofdMenu .TopItemExpanded    /* Normal */
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

    .HoofdMenu .TopItemHover, .HoofdMenu .TopItemExpanded /* Hover (cascading) */
    {
        color: #ffffff;
        background-color:#0088ea;
    }
    
        .HoofdMenu .TopItemExpanded  /* Expanded (cascading)*/
        {
        }
    
.HoofdMenu .SelectedItem, .HoofdMenu .SelectedItemHover, .HoofdMenu .SelectedItemExpanded /* Selected (current page) */
{
        font-weight: bold;
        color: #ffffff;
        background-color:#0088ea;
}
        
/* - Default item styles (Second level) - */
            
            .HoofdMenu_Sub /* This is the style for the table containing the submenu */
            {                                
            }
            
            .HoofdMenu_Sub TD, .HoofdMenu_Sub TD IMG /* Set the alignment for text and images here */
            {
                vertical-align: middle;
                background: #0088ea;
            }
            
            .HoofdMenu_Sub .DefaultItem, .HoofdMenu_Sub .DefaultItemHover, .HoofdMenu_Sub .DefaultItemExpanded  /* Normal */   
            {
                background: #0088ea;
	            color: #ffffff;
	            font-weight:normal;
	            text-decoration: none;
	            cursor: pointer;
	            overflow: hidden;
            }
            
                .HoofdMenu_Sub .DefaultItemHover, .HoofdMenu_Sub .DefaultItemExpanded /* Hover / Expanded (cascading) */
                {
                    background: #0088ea;
                    color: #ffffff;
                    padding-right:5px;
                }
            
            .HoofdMenu_Sub .SelectedItem, .HoofdMenu_Sub .SelectedItemHover, .HoofdMenu_Sub .SelectedItemExpanded /* Selected (current page) */
            {
                background: #0088ea;
                color: #ffffff;
                padding-right:5px;
            }



/* ---------- *** TopMenu *** ---------- (If using more than 1 menu Change the name for the main class preceding the subclasses here)*/
   
/* - Top item styles (First level) - */

.topmenu_container
{
    width:540px;    
    overflow:hidden;
    float:right;
    text-align:right;
    padding-right:20px;
}

.TopMenu /* This is the style for the table containing the menu */
{
    float:right;
}

.TopMenu TABLE
{
    margin:0px;
    padding:0px;
}

.TopMenu TD, .TopMenu TD IMG /* Set the alignment for text and images here */
{
    vertical-align: middle;
    margin:0px;
    padding:0px;
}


.TopMenu .TopItem, .TopMenu .TopItemHover, .TopMenu .TopItemExpanded    /* Normal */
{
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

    .TopMenu .TopItemHover, .TopMenu .TopItemExpanded /* Hover (cascading) */
    {
        color: #ffffff;
        background-color:#0088ea;
    }
    
        .TopMenu .TopItemExpanded  /* Expanded (cascading)*/
        {
        }
    
.TopMenu .SelectedItem, .TopMenu .SelectedItemHover, .TopMenu .SelectedItemExpanded /* Selected (current page) */
{
        color: #ffffff;
        background-color:#0088ea;
}
        
/* - Default item styles (Second level) - */
            
            .TopMenu_Sub /* This is the style for the table containing the submenu */
            {                                
            }
            
            .TopMenu_Sub TD, .TopMenu_Sub TD IMG /* Set the alignment for text and images here */
            {
                vertical-align: middle;
                background: #0088ea;
            }
            
            .TopMenu_Sub .DefaultItem, .TopMenu_Sub .DefaultItemHover, .TopMenu_Sub .DefaultItemExpanded  /* Normal */   
            {
                background: #0088ea;
	            color: #ffffff;
	            font-weight:normal;
	            text-decoration: none;
	            cursor: pointer;
	            overflow: hidden;
            }
            
                .TopMenu_Sub .DefaultItemHover, .TopMenu_Sub .DefaultItemExpanded /* Hover / Expanded (cascading) */
                {
                    background: #0088ea;
                    color: #ffffff;
                    padding-right:5px;
                }
            
            .TopMenu_Sub .SelectedItem, .TopMenu_Sub .SelectedItemHover, .TopMenu_Sub .SelectedItemExpanded /* Selected (current page) */
            {
                background: #0088ea;
                color: #ffffff;
                padding-right:5px;
            }


/* ##################### MENUS ##################### */ 
/* ********************* LITE ********************** */ 



/* ---------- *** SubMenu *** ---------- */

	.contentsubs /* the div containing the menu */
	{
	    margin-top:44px;    
	}
	
	.contentsubs ul, .contentsubs li
	{
		list-style: none;
		list-style-type: none;
		list-style-position: outside;
		margin: 0px; 
	}

    .contentsubs ul
    {
    	padding: 0px;
    }

    .contentsubs li
    {
    	padding: 0px;
    }
	
	.contentsubs a:link, .contentsubs a:hover, .contentsubs a:active, .contentsubs a:visited
	{
        display: block;
        color: #0088ea;
        text-decoration:none;
        padding: 2px 5px 2px 5px;
	}
	
	.contentsubs a:hover
	{
        background: #00a2fa;
        color: #ffffff;
		text-decoration: none;
        padding: 2px 5px 2px 5px;
	}
	
	.submenu_item_selected a:link, .submenu_item_selected a:hover, .submenu_item_selected a:active,	.submenu_item_selected a:visited
	{
        background: #00a2fa;
        color: #ffffff;
		text-decoration: none;
        padding: 2px 5px 2px 5px;
	}
	
/* ---------- *** VoetMenu *** ---------- */

	.VoetMenu
	{
		text-align:left;	
		float:left;
	}	
	
	.VoetMenu ul, .VoetMenu li
	{
		display: inline;
		padding: 0;
		margin: 0px 0px 0px 5px;
		list-style: none;
		list-style-type: none;
	}
	
	.VoetMenuItem a:link, .VoetMenuItem a:hover, .VoetMenuItem a:active, .VoetMenuItem a:visited
	{	    
	    font-weight: bold;
	    text-decoration:none;
	    display: inline;
		color: #2e0b51;
		font-size: 0.83em;	
	}
	
	.VoetMenuItem a:hover
	{
	    text-decoration:underline;
	}
	
	/* custom extra styles for first and last list items you can apply by ID */
	
	.VoetMenu li#Item001
	{
	    padding-right: 5px;
	    border-right: 1px solid #2e0b51;
	}
	
	.VoetMenu li#Item003
	{
	    padding-left: 5px;
		border-left: 1px solid #2e0b51;
	}
	
	.VoetMenu li#Item004
	{
	    padding-left: 5px;
		border-left: 1px solid #2e0b51;
	}


/* ##################### MODULES ##################### */  

/*___________________________________________
 
  ------ *** MODULE: WEBUSERLOGIN *** ------ 
  ___________________________________________*/

    .cb3Module_WebUserLogin
    {
        width: 460px;
    }
	
    .cb3Module_WebUserLogin .Label
    {
        width: 40%;
    }
	
    .cb3Module_WebUserLogin .Content
    {
        width: 60%;
    }
	
    .cb3Module_WebUserLogin .Content .veld
    {
        width: 100%;
    }
    
    .cb3Module_WebUserLogin .Message
    {
        color: red;
        font-weight: bold;
    }
     
    /* Loguit */ 
    
     
    .cb3Module_WebUserLoguitmelding /* Ingelogd als */
    {
        
    }
    
    .cb3Module_WebUserLoguitname
    {
        font-weight: bold;
    }
    
    .cb3Module_WebUserLoguitblokje /* Het loguitblokje op de pagina's */
	{
        margin-left: 15px;
	}
   
/*___________________________________________

  ------- *** MODULE: NEWSOVERVIEW *** ------
  ___________________________________________*/
    	
    	        
	.cb3Module_News
	{
	    display:block;
	    clear:both;
	    margin-bottom:1em;
	}	

	.cb3Module_News .NewsTitle
	{
	    display:block;
	    clear:both;
        font-size: 1em;
        font-weight: bold;
        color: #008ff6;        
	}
	

	.cb3Module_News .IntroText
	{
        font-weight: normal;
        font-size: 1em;
        color: #000000;
        display: block;
	}

/*___________________________________________

  ------- *** MODULE: PHOTO ALBUM *** ------- 
  ___________________________________________*/


.photoalbum_pictureHolder, .photoalbum_pictureHolderHover /* This is the block containing everything */
{
	width: 172px;
	height: 150px;
	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: 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 */
{
    display:block !important;
    position:absolute;
    z-index:100;
    width:172px;
    height:150px;
    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-family: Trebuchet MS, Tahoma !important;
    font-size:0.91em!important;
    font-weight: bold;
    text-align: center;
    background-color:#2F2F2F;
    padding:5px;
}

.pa_description
{
    padding:5px;
    display: block;
    font-family: Trebuchet MS, Tahoma !important;
    font-size:0.91em!important;
    margin: 40px 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: 460px;
    position: relative; 
}	

.cb3Module_LinkOverview .Column, 
.cb3Module_DocumentOverview .Column /* this is the column TD */
{
    padding-top:20px; /* required for CategoryWrapper */
}

.cb3Module_LinkOverview .CategoryWrapper, 
.cb3Module_DocumentOverview .CategoryWrapper
{
    display:block;
    /*margin-top: -20px;*/
    height: 20px; /* same value as the top padding in the Column */
}

.cb3Module_LinkOverview .CategoryItem,  
.cb3Module_DocumentOverview .CategoryItem /* this is the category title */
{
	font-size: 1em;
	font-weight: bold;
	color: #4b2077;
}

.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:440px;
    clear:both;
}

.Form_ItemContainer
{
    display:block;
    clear:both;
    padding-top:3px;
}

.Form_ItemLabel
{
    display:block;
    width:145px;
    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
{
    text-align:left;
    padding-left:2px;
}

.Form_ItemContainer .button
{
    float:right;
    cursor:pointer;
    cursor:hand;
    background-color:#4b2078 !important;
    color:#ffffff;
}

.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: 450px;
        border: 0;
        margin: 0;
        padding: 0;
    }
	
    .SiteMapHeading
    {
        font-size: 1em;
        font-weight: bold; 
        color:#4b2077;  
    }
	
    .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;
        color:#4b2077;
    } 

    .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 */
            color:#4b2077;
        } 

        .ParentNode a:hover
        { 
            /* ParentNode Link styling */
        } 

            .LeafNode
            { 
                /* LeadNode Div styling */
                font-size:0.92em;    
                overflow: hidden;
                color:#4b2077;
            } 

            .LeafNode a:link, .LeafNode a:active, .LeafNode a:visited
            { 
                /* LeadNode Link styling */
                color:#4b2077;
            } 

            .LeafNode a:hover
            { 
                /* LeadNode Link styling */
            } 

	                           
/*________________________________________

  ------- [ MODULE: FAQ-OVERVIEW ] -------
  ________________________________________*/

    .cb3Module_Faq
    {
    }
    
    .cb3Module_Faq .Title
    {
    	font-family: Segoe UI, Trebuchet MS, Georgia;
	    font-size: 1.33em;
	    font-weight: bold;
	    line-height: 1.66em;
	    color: #ec8d23;
	    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-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: #325785;
    color: #ffffff;
}  

.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 */
    
    .LeftContent .cb3Module_Poll
    {
        width: 190px;
        border-right: 1px solid #000;
        border-bottom:  1px solid #000;
    }
    
    .CenterContent .cb3Module_Poll
    {
        width: 520px;
    }

.cb3Module_Poll .IntroText
{
    padding: 10px;
    margin:0px;
    font-weight:normal;
    color:#000;
    line-height:1.33em;
    background-color: #fff;   
    border-bottom: 1px solid #000;
}   

.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
    {
        background: #EC8D23;
    }
	
        .PollAnswerRadio
        {
            margin-right: 5px;
        }
    
        .PollAnswerText
        {
            color: #fff;
            font-style: italic;
        }
        
        .PollAnswerWrapperHover .PollAnswerText
        {
            font-weight: bold;
            color: #000;
        }

.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 */
    {
        width: 100%;
        cursor: pointer;
        border: 1px solid #000;
        height: 21px;
    }
    
    .SubmitWrapper .button
    {
        background: #EC8D23;
    }
    
    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: #EC8D23;
	    }

.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 */
        }

/*_____________________________________________

  ------- [ 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;
}

	
/*___________________________________________

  ------ [ MODULE: CALENDEROVERVIEW ] ------- 
  ___________________________________________*/

    .cb3Module_CalendarOverview  /* this is the table containing the calender overview */
    {   
        width:200px;
        overflow:hidden;
        margin-bottom:12px;       
    }
    
    .cb3Module_CalendarOverview TD *
    {
    }
    
    .cb3Module_CalendarOverview .cDate	
    {
        font-weight:bold;
    }
	
	.cb3Module_CalendarOverview .cTitle
    {
    }	
    
    .cb3Module_CalendarOverview .cLink
    {
    }
    
    .cb3Module_CalendarOverview .cLink:hover
    {
        text-decoration:none;
    }  
    
    
    
    .cb3Module_CalendarOverview_Full
    {
        width:640px;   
    }
    
    .cb3Module_CalendarOverview_Full .cDate, .cb3Module_CalendarOverview_Full .cLocation	
    {
        font-weight:bold;
        font-style:italic;
    }
