﻿@charset "utf-8";

/* ---- -- [ MODULE: NEWSOVERVIEW ] -- ---- */
	.cb3Module_News
	{
		background: #FFFFFF;
		border-top: 1px #EB7D00 dotted;
		margin: 0px 0px 10px 0px;
		padding: 10px 0px 10px 0px;
	}
	
	.cb3Module_News .newstitle
	{
		width: auto;
		display: inline;
		font-size: 11px;
		line-height:15px;
		color: #eb7d00;
		font-weight: bold;
		padding: 0px 10px 0px 0px;
		text-transform: uppercase;
		border-bottom: 0px solid;
	}
	
	.cb3Module_News .title_link:link,
	.cb3Module_News .title_link:hover,
	.cb3Module_News .title_link:active,
	.cb3Module_News .title_link:visited
	{
		font-size: 13px;
		font-weight: bold;
	}
	
	.cb3Module_News .NewsImage
	{
	    width:190px;
		margin: 0px 0px 8px 0px;
		border: 1px solid #6290a3;
	}
	
	.cb3Module_News .date
	{
		font-size: 10px;
		font-weight: lighter;
		color: #35728a;
		line-height:15px;
		margin:0px;
		padding:0px;
	}
	
	.IntroText
	{
	    font-weight:bold;
	}
	
	.cb3Module_News .IntroText
	{
		color: #00295b;
		line-height: 19px;
		padding-top: 10px;
		font-weight:normal;
	}	

	
	.cb3Module_News a.leesmeer
	{
		text-transform: uppercase;
		display:block;
		width:75px;
		text-indent: 10px;
		background: Transparent url(../images/default/orange_dot.gif) no-repeat 0% 60%;		
	}
	
	
/* ---- -- [ MODULE: LINKOVERVIEW ] -- ---- */
	
	.cb3Module_LinkOverview
	{
		width: 100%;	
		table-layout: fixed;
		border-collapse: collapse;
		clear:both;
		margin-bottom:20px;
	}
	
	.cb3Module_LinkOverview td
	{
		vertical-align: top;
	}
	
	.cb3Module_LinkOverview ul,
	.cb3Module_LinkOverview li
	{
		list-style: none;
		list-style-type: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	.cb3Module_LinkOverview .CategoryItem
	{
		padding: 0px 0px 0px 0px;
		margin: 8px 0px 0px 0px;
		font-weight: bold;	
	}
	
	.cb3Module_LinkOverview .LinkItem
	{
		background: Transparent url(../images/default/icons/link.gif) no-repeat 0px 3px;
		padding: 0px 0px 0px 22px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
/* ---- -- [ MODULE: POLL ] -- ---- */

	.cb3Module_Poll
	{
		display: block;
		width: 496px;
		background: Transparent;	
	}

	.cb3Module_Poll .title
	{
		font-size: 13px;
		font-weight: bold;
		color: #343434;
	}
	
	.AnswerWrapper, 
	.AnswerWrapperHover
	{
		display: block;
		background: Transparent url();
		cursor: default;
	}
	
	.AnswerWrapperHover
	{
		background: Transparent url(../images/default/menu/ItemBg.gif) repeat-x 0% 100%;
	}
	
	.AnswerRadioButton
	{
		margin: 0px 10px 0px 0px;
	}
	
	.SubmitWrapper
	{
		display: block;	
	}
	
	.SubmitWrapper a:link,
	.SubmitWrapper a:hover,
	.SubmitWrapper a:active,
	.SubmitWrapper a:visited
	{
		display: block;	
		width: auto;
		float: left;
	}
	
	.SubmitWrapper .button,
	.SubmitWrapper .buttonHover
	{
		display: block;	
		width: auto;
		float: right;
	}
	
	.ResultsRepeater
	{
		display: block;
		margin: 10px 0px 0px 0px;
		width: 100%;
		border: 1px #737373 solid;
	}
	
	.AnswerResultWrapper,
	.AnswerResultHeadingWrapper
	{
		display: block;
		clear: both;
		padding: 0px 0px 0px 2px;
		height: 24px;
	}
	
	.AnswerResultHeadingWrapper
	{
		background: Transparent url(../images/default/menu/ItemBg.gif) repeat-x 0% 100%;
		height: 22px;
		margin: 0px 0px 2px 0px;
	}

	.NoOfVotes,
	.NoOfVotesInPercentage
	{
		display: block;
		width: 100px;
		float: left;
	}
	
	.NumberOfVotes,
	.NumberOfVotesTotal,
	.Percentage
	{
		display: block;
		width: 50px;
		float: left;
	}
	
	.AnswerTextHeading,
	.PercentageHeading,
	.AnswerText
	{
		display: block;
		width: 190px;
		float: left;
	}
	
	.AnswerTextHeading,
	.NumberOfVotesHeading,
	.PercentageHeading
	{
		font-weight: bold;	
	}
	
	.PercentageWrapper
	{
		display: block;
		width: 180px;
		float: right;
		padding: 0px 0px 0px 0px;
		margin: 0px 2px 0px 0px;
		background: Transparent url(../images/default/menu/TopItemBg.gif) repeat-x 0% 100%;
	}
	
	.PercentageWrapper img
	{
		display: block;
		height: 20px;
		margin: 0px 0px 0px 0px;
		background: Transparent url(../images/default/percentage_bar_green.gif) repeat-x 0% 50%;
	}
	
/* -- ---- [ MODULE: WEBUSERLOGIN ] ---- -- */

	.cb3Module_WebUserLogin
	{
		width: 320px;
		border: 1px #EAECEE dashed;	
	}
	
	.cb3Module_WebUserLogin .Label
	{
		width: 40%;
		font-weight: bold;
		color: #016AE1;
	}
	
	.cb3Module_WebUserLogin .Content
	{
		width: 60%;
	}
	
	.cb3Module_WebUserLogin .Content .veld
	{
		width: 100%;
	}
	
/* -- ---- [ MODULE: SITEMAP (id="SiteMapTreeViewSimple") ] ---- -- */
	.SiteMap
	{
	}

	.RootNode
	{ 
		/* RootNode Div styling */
		font-size: 12px;
		font-weight: bold;
		padding:7px;
		padding-top:7px;
		padding-bottom:1px;
	} 

	.RootNode a:link,
	.RootNode a:active,
	.RootNode a:visited
	{ 
		/* RootNode Link styling */
		color: #343434;
		text-decoration: none;
	} 

	.RootNode a:hover
	{ 
		/* RootNode Link styling */
		color: #686868;
	} 

	.ParentNode
	{ 
		/* ParentNode Div styling */
		font-size:11px;  
		font-weight: bold;
	} 

	.ParentNode a
	{ 
		/* ParentNode Link styling */
	} 

	.ParentNode a:hover
	{ 
		/* ParentNode Link styling */
	} 

	.LeafNode
	{ 
		/* LeadNode Div styling */
		font-size:11px;  
		width: 200px;
		overflow: hidden;
	} 

	.LeafNode a:link,
	.LeafNode a:active,
	.LeafNode a:visited
	{ 
		/* LeadNode Link styling */
	} 

	.LeafNode a:hover
	{ 
		/* LeadNode Link styling */
	} 
	
/* -- ---- [ MODULE: SITEMAP (id="SiteMapTreeViewSimple") ] ---- -- */

	.SiteMapDropDown
	{
		display: inline;
		width: auto;	
		height: 1;
		position: relative;
		top: 8px;
	}
	
	.SiteMapDropDown td
	{
		display: inline;
		width: auto;
		height: 1;	
	}
	
	.SiteMapDropDown .select
	{
		/* Sitemap Select-element styling */
	}
	
/* -- ---- [ MODULE: FAQ-OVERVIEW ] ---- -- */

	.SubjectRepeater,
	.FaqOverviewDetails
	{
		display: block;
		margin: 0px 0px 10px 0px;	
	}
	
	.FaqSubjectInt
	{
		display: block;
		width: 5%;
		float: left;
		font-weight: bold;
	}
	
	.FaqSubjectLink
	{
		display: block;
		width: 95%;
		float: left;
	}
	
	.SubjectDetailHeader
	{
		display: block;	
		background: Transparent url(../images/default/menu/TopItemBg.gif) repeat-x 0% 100%;
		color: #FFFFFF;
		font-weight: bold;
		padding: 2px;
		height: 24px;
		margin: 0px 0px 3px 0px;
	}
	
	.SubjectDetailHeader .SubjectNameWrapper
	{
		display: block;
		width: 40%;
		float: left;
	}
	
	.SubjectDetailHeader .ViewAllAnswerWrapper
	{
		display: block;
		width: 35%;
		float: right;
		text-align: right;
		font-weight: normal;
	}
	
	.SubjectDetailHeader .TopOfThePageLink
	{
		display: block;
		float: right;
		width: 16px;
		height: 24px;
		background: Transparent url(../images/default/faq/arrowToTop.gif) no-repeat 0% 50%;
		margin: 0px 4px 0px 10px;
	}
	
	.SubjectDetailHeader .TopOfThePageLink:Hover
	{
		background-position: 100% 50%;
	}
	
	.FaqSubjectGroup
	{
		display: block;
		margin: 0px 0px 10px 0px;	
	}
	
	.SubjectQuestionWrapper
	{
		display: block;
		height: 22px;
		background: Transparent url(../images/default/icons/question_mark.gif) no-repeat 0% 0%;
		padding: 0px 0px 0px 22px;
		margin: 2px 0px 3px 0px;
	}
	
	.SubjectAnswerWrapper
	{
		display: block;
		background: Transparent url(../images/default/icons/answer_mark.gif) no-repeat 0% 0%;
		padding: 0px 0px 0px 22px;
		margin: 0px 0px 14px 0px;
	}
	
/* -- ---- [ MODULE: CALENDAROVERVIEW ] ---- -- */

	.cb3Module_CalendarOverview
	{
		display: block;
		margin: 0px 0px 10px 0px;	
	}
	
	.cDate
	{
		display: block;
		float: right;
		width: 120px;
		font-size: 11px;
		line-height: 16px;
		margin: 0px 0px 0px 20px;
		padding: 2px;
		text-align: right;
		background: #EAECEE;
		border: 1px #ADADAD dotted;
	}
	
	.cb3Module_CalendarOverview .Summary
	{
		display: block;
		margin: 8px 0px 8px 0px;
	}
	
/*___________________________________

  ------ *** MODULE: FORMS *** ------ 
  ___________________________________*/


.cb3Module_Form
{
    display:block;
    width:98%;
    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.83em;
}

.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: DOCUMENTOVERVIEW ] -- ---- */


.documentoverviewCss
{
    font-size:12px;
    width:100%;
}

.documentoverviewCss .column
{
    padding:0px;
    width:50%;
    vertical-align:top;
}

.documentoverviewCss .categoyCss
{
    display:block;
    margin-bottom:10px;
}

.documentCss
{
    clear:both;  
}

.documentCss LI, .documentCss UL
{
    display:block;
    margin:0px;
    margin-left:0px !important;
    padding:0px;
    clear:both;
    list-style:none;
    text-indent:0px;
}

.documentimageCss
{
    display:block;
    height:22px;
    width:22px;
    float:left;
    background-repeat:no-repeat;
    background-position:top left;
    background-image:url(../images/File_types/unknown.gif);
}

.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);  }

