﻿@charset "utf-8";

/* ---- -- [ MODULE: NEWSOVERVIEW ] -- ---- */

    .cb3_newstitle
    {
        font-size:12px;
        font-weight:bold;
        color:#006993; 
    }

	.cb3Module_News
	{
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size:11px;
		line-height:17px;
		color:#006993;
	}
	
	.cb3Module_News .title
	{
		font-weight: bold;
	}
	
	.cb3Module_News .title_link:link,
	.cb3Module_News .title_link:hover,
	.cb3Module_News .title_link:active,
	.cb3Module_News .title_link:visited
	{
		font-weight: bold;
		color:#006993;
	}
	
	.cb3Module_News .NewsImage
	{
		margin: 0px 8px 8px 0px;
	}
	
	.cb3Module_News .date
	{
		display: block;
		font-size: 10px;
		color:#ffffff;
		line-height: 11px;
		height:13px;
		width:78px;
		overflow:hidden;
		background-image:url(../images/date_bg.gif);
		background-repeat:repeat-x;
		background-position:top left;
		padding:0px 4px 0px 4px;
		font-weight:bold;
		margin-bottom:3px;
	}
	
	.cb3Module_News .IntroText
	{
	    font-weight:normal;
	}
	
/* ---- -- [ MODULE: DOCUMENTOVERVIEW ] -- ---- */


.documentoverviewCss
{
    font-size:12px;
    width:100%;
}

.documentoverviewCss .column
{
}

.documentoverviewCss .categoyCss
{
    display:block;
    margin-bottom:10px;
}

.documentCss
{
    clear:both;  
}

.documentoverviewCss UL, .documentoverviewCss LI, .documentCss LI, .documentCss UL
{
    display:block !important;
    margin:0px !important;
    padding:0px !important;
    clear:both !important;
    list-style-type:none !important;
    list-style-image:none !important;
    background-image:none !important;
}

.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);  }

	
/* ---- -- [ MODULE: LINKOVERVIEW ] -- ---- */


	.cb3Module_LinkOverview .CategoryWrapper LI
	{
        list-style-image:none;
        list-style-type:none;
        margin:0px;
        padding:0px;
        font-weight:bold;
        color:#006993;
        padding-bottom:5px;
	}
	
	.cb3Module_LinkOverview
	{
		width: 100%;	
		table-layout: fixed;
		border-collapse: collapse;
	}
	
	.cb3Module_LinkOverview td
	{
		vertical-align: top;
		font-size:12px;
		line-height:19px;
	}	

	.cb3Module_LinkOverview .CategoryItem
	{
        margin:0px;
        padding:0px;        
	}
	
	.cb3Module_LinkOverview .LinkItem
	{
	}
	
	.cb3Module_LinkOverview a:link span, .cb3Module_LinkOverview a:active span, .cb3Module_LinkOverview a:visited span
	{
	    display:none;
	}
	
	.cb3Module_LinkOverview a:hover span
	{
	    display:block;
	    position:absolute;
	    margin-top:5px;
	    margin-left:-10px;
	    font-size:10px;
	    border:1px solid #2a8db5;
	    background-color:#d4eaf3;
	    padding:0px 5px 0px 5px;
	}
	
/* ---- -- [ 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
	{
		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:80%;
		font-size:12px;
		line-height:19px;
	}
	
	.cb3Module_WebUserLogin .Label
	{
		width: 40%;
		font-weight: bold;
		margin-right:5px;
	}
	
	.cb3Module_WebUserLogin .Content
	{
		width: 60%;
	}
	
	.cb3Module_WebUserLogin .Content .textfield
	{
		width: 100%;
	}
	
	/* inner table web user content (WebUserMetadataControl) */
	    .cb3Module_WebUserLogin .ContentWide
	    {
	        padding:0px;
	        font-size:11px;
	    }
	    
	    
	    .cb3Module_WebUserLogin .ContentWide table
	    {
	        margin:0px;
	        padding:0px;
	        width:100%;
	        overflow:hidden;
	    }
	    
	    .cb3Module_WebUserLogin .ContentWide table tr
	    {
	        width:auto !important;
	    }
	    
	    .cb3Module_WebUserLogin .ContentWide table td
	    {
		    font-size:12px;
		    line-height:19px;
	    }  
	    
	    .cb3Module_WebUserLogin .ContentWide .Label
	    {
	        width:40% !important;
		    font-weight: bold;
		    margin-right:5px;
	    }
	    
	    .cb3Module_WebUserLogin .ContentWide .Content
	    {
		    width: 60%;
	    }
	
	
/* -- ---- [ MODULE: SITEMAP (id="SiteMapTreeViewSimple") ] ---- -- */
	.SiteMap
	{
		font-size:12px;
		line-height:19px;
	}

	.RootNode
	{ 
		/* RootNode Div styling */
		font-size: 12px;
		font-weight: bold;
        padding-top:3px;
	} 

	.RootNode a:link,
	.RootNode a:active,
	.RootNode a:visited
	{ 
		/* RootNode Link styling */
		text-decoration: none;
	} 

	.RootNode a:hover
	{ 
		/* RootNode Link styling */
		text-decoration: none;
		color:#f75500;
	} 

	.ParentNode
	{ 
		/* ParentNode Div styling */
		font-size:11px;  
		font-weight: bold;
	} 

	.ParentNode a
	{ 
		/* ParentNode Link styling */
		text-decoration: none;
	} 

	.ParentNode a:hover
	{ 
		/* ParentNode Link styling */
		text-decoration: none;
		color:#f75500;
	} 

	.LeafNode
	{ 
		/* LeadNode Div styling */
		font-size:11px;  
	} 

	.LeafNode a:link,
	.LeafNode a:active,
	.LeafNode a:visited
	{ 
		/* LeadNode Link styling */
		font-size:11px;
		text-decoration: none; 
	} 

	.LeafNode a:hover
	{ 
		/* LeadNode Link styling */
		font-size:11px; 
		text-decoration: none;
		color:#f75500;
	} 
	
/* -- ---- [ 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 ] ---- -- */

    .cb3Module_Faq
    {
        width:520px;
    }
    
    .cb3Module_Faq TABLE TD
    {
        font-size:12px;
    }

    .FaqSubjectWrapper
    {
		font-size:12px;
		line-height:19px;
    }

	.SubjectRepeater,
	.FaqOverviewDetails
	{
		margin: 0px 0px 10px 0px;	
	}
	
	.FaqSubjectInt
	{
		display: none;
	}
	
	.FaqSubjectLink
	{
		display: block;
        border-bottom:1px solid #bfd9e4;
        margin-bottom:10px;
        padding-bottom:10px;
	}
	
	.SubjectDetailHeader
	{
		display: block;	

        height:20px;
        overflow:hidden;
		font-weight: bold;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	.SubjectDetailHeader .SubjectNameWrapper
	{
		display: block;
		/*width: 40%;*/
		float: left;
	}
	
	.SubjectDetailHeader .ViewAllAnswerWrapper
	{
		display: none;
		width: 35%;
		font-size:11px;
		float: right;
		font-weight: normal;
	}
	
	.SubjectDetailHeader A.TopOfThePageLink, .SubjectDetailHeader A.TopOfThePageLink:link, .SubjectDetailHeader A.TopOfThePageLink:active, .SubjectDetailHeader A.TopOfThePageLink:visited, .SubjectDetailHeader A.hover
	{
		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, .faq_question
	{
		display: block;
		background: Transparent url(../images/default/icons/question_mark.gif) no-repeat 0px 2px;
		padding: 0px 0px 0px 22px;
		margin: 2px 0px 3px 0px;
	}
	
	.SubjectAnswerWrapper, .faq_answer
	{
		display: block;
		background: Transparent url(../images/default/icons/answer_mark.gif) no-repeat 0px 2px;
		padding: 0px 0px 0px 22px;
		margin: 0px 0px 14px 0px;
	}
	
	.faq_generatepdf_button
	{
	    display:block;
	    height:24px;
	    width:98px;
	    float:right;
	    background-image:url(../images/button_pdf.gif);
	    background-position:top left;
	    background-repeat:no-repeat;
	}
	
	
	/* FAQ SEARCH CONTAINER */
	
    #faq_searchcontainer
    {
        width:100%;
        background-color:#d4eaf3; 
        margin-bottom:10px;    
    }
    
    .faq_searchcontainer_inner
    {
        padding:10px;
        text-align:center;    
    }
    
    #faq_searchcontainer .textfield
    {
        width:200px;
    }
    
    
	
	
	
	
/* -- ---- [ MODULE: CALENDAROVERVIEW ] ---- -- */

    .CalenderTitle
    {
        font-weight:bold;
        color:#006993;
        font-size:12px !important;
    }

	.cb3Module_CalendarOverview
	{

		margin: 0px 0px 0px 0px;
		color:#006993;
		font-size:11px !important;
		line-height:17px;
	}
	
	.cb3Module_CalendarOverview A
	{
	    color:#006993;
	}
	
	.CalendarItemTitle
	{
	    font-weight:bold;
	    font-size:11px !important;
	}
	
	.cDate
	{
		display:block;
		font-size:10px !important;
		line-height:12px;
		height:13px;
		width:85px;
		text-align:center;
		overflow:hidden;
		background-image:url(../images/date_light_bg.gif);
		background-repeat:repeat-x;
		background-position:top left;
		padding:0px 4px 0px 4px;
		font-weight:bold;
		color:#006993;
	}
	
	.cb3Module_CalendarOverview .Summary
	{
		display: block;
		margin: 0px;
		font-size:11px;
	}
	
	.cb3Module_CalendarOverview .readmore
	{
	    display:block;
	    width:100px;
	}
	
/*___________________________________

  ------ *** MODULE: FORMS *** ------ 
  ___________________________________*/


.cb3Module_Form
{
    display:block;
    width:500px;
    clear:both;
}

.Form_ItemContainer
{
    display:block;
    clear:both;
    padding-top:3px;
}

.Form_ItemLabel
{
    display:block;
    width:200px;
    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;
}

.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;
}