﻿/* 
	WCC.CSS
	-------------------------------------------------------------------------------------------
	De universele stylesheet voor alle WCC elementen.
	Wordt via @import rule gekoppeld aan de klantentheme.
	Customizing vindt alleen plaats d.mv. overruling binnen de klantentheme!
	
	Laatste versie: 29 juni 2015
	-------------------------------------------------------------------------------------------

	Opm.: Aanpassingen t.b.v. ondersteuning van SharePoint 2013 zijn gemarkeerd met SP2013.
*/

/*
	ALGEMEEN
	-------------------------------------------------------------------------------------------
*/

.wccNarrowSearchValue
{
	width: 100px;
}

.wccWideSearchValue
{
	width: 120px;
}

.ajax__calendar_title
{
	border: none; /* Fixes the "previous" and "next" buttons in the popup title */
}

.ajax__calendar_container
{
	z-index: 1000;
}

button.wccToolbarButtonDisabled
{
	background-color: transparent;
	border-color: transparent;
	opacity: 80;
	padding: 0px;
	filter: alpha(opacity=80);
	-moz-opacity: 80;
	-ms-filter: alpha(Opacity=80);
	text-align: center !important;
	margin: 0px; /* SP2013 */
	min-height: 24px; /* SP2013 */
	min-width: 24px; /* SP2013 */
}

	img.wccDisabled, button.wccButtonDisabled img, button.wccToolbarButtonDisabled img
	{
		opacity: .33; /* Standard: FF gt 1.5, Opera, Safari */
		filter: alpha(opacity=33); /* IE lt 8 */
		-ms-filter: "alpha(opacity=33)"; /* IE 8 */
		-khtml-opacity: .33; /* Safari 1.x */
		-moz-opacity: .33; /* FF lt 1.5, Netscape */
	}

button.wccToolbarButton, button.wccToolbarButtonHover
{
	padding: 0px;
	text-align: center !important;
	margin: 0px; /* SP2013 */
	min-height: 24px; /* SP2013 */
	min-width: 24px; /* SP2013 */
}

span.wccButtonSeparator
{
	font: 11pt 'Segoe UI';
}

table.wccButtonBar span.aspNetDisabled, div.wccInfoBar span.aspNetDisabled /* SP2013 */
{
	color: Silver !important;
	font: 11pt 'Segoe UI';
}

button.wccButtonDisabled
{
	background-color: transparent !important; /* SP2013 */
	border: 0px solid transparent;
	padding: 2px 3px;
	margin: 0px; /* SP2013 */
}

button.wccButtonUnhovered
{
	background-color: transparent !important; /* SP2013 */
	border: 0px solid transparent;
	padding: 2px 3px;
	margin: 0px; /* SP2013 */
}

button.wccButtonHovered, button.wccButtonDefault
{
	padding: 0px 2px; /* SP2013 */
	margin: 0px; /* SP2013 */
}

.wccWide button
{
	height: 26px;
	text-align: left;
}

.wccNarrow button
{
	text-align: center;
	height: 26px;
	width: 26px;
}

	.wccNarrow button.wccButtonExport
	{
		width: 44px;
	}

button
{
	font: 9pt 'Segoe UI';
	vertical-align: top;
	white-space: nowrap;
}

.wccWide button.wccButtonSearch, .wccWide button.wccButtonRefresh, .wccWide button.wccButtonEmail,
.wccWide button.wccButtonNew
{
	width: 68px;
}

.wccWide button.wccButtonClear, .wccWide button.wccButtonStop
{
	width: 66px;
}

.wccWide button.wccButtonSelect
{
	width: 74px;
}

.wccWide button.wccButtonExport
{
	width: 80px;
}

.wccWide button.wccButtonDelete
{
	width: 75px;
}

.wccWide button.wccButtonView
{
	cursor: default;
}

button.wccButtonActions
{
	width: 62px;
}

button img
{
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

button.wccButtonSearch img
{
	background-image: url('/Theming/Icons/wccSearch.gif');
}

button.wccButtonRefresh img
{
	background-image: url('/Theming/Icons/wccRefresh.gif');
}

button.wccButtonClear img
{
	background-image: url('/Theming/Icons/wccClear.gif');
}

button.wccButtonStop img
{
	background-image: url('/Theming/Icons/wccStop.gif');
}

button.wccButtonSelect img
{
	background-image: url('/Theming/Icons/wccSelect.gif');
}

button.wccButtonEmail img
{
	background-image: url('/_layouts/images/ICEML.gif');
}

button.wccButtonExport img
{
	background-image: url('/_layouts/images/exptitem.gif');
}

	button.wccButtonExport img.wccButtonExpand
	{
		background-image: url('/_layouts/images/TPMax1.gif') !important;
	}

	button.wccButtonExport img.wccButtonCollapse
	{
		background-image: url('/_layouts/images/TPMin1.gif') !important;
	}

button.wccButtonNew img
{
	background-image: url('/Theming/Icons/wccNew.gif');
}

button.wccButtonDelete img
{
	background-image: url('/Theming/Icons/wccDelete.gif');
}

button.wccButtonView img.wccButtonImage
{
	background-image: url('/Theming/Icons/wccView.gif');
}

button.wccLeftArrowButton img
{
	background-image: url('/Theming/Icons/wccLeft.gif');
}

button.wccRightArrowButton img
{
	background-image: url('/Theming/Icons/wccRight.gif');
}

button.wccDblLeftArrowButton img
{
	background-image: url('/Theming/Icons/wccDblLeft.gif');
}

button.wccDblRightArrowButton img
{
	background-image: url('/Theming/Icons/wccDblRight.gif');
}

button.wccUpArrowButton img
{
	background-image: url('/Theming/Icons/wccUp.gif');
}

button.wccDownArrowButton img
{
	background-image: url('/Theming/Icons/wccDown.gif');
}

div.wccFadeInOut
{
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: #ffffff;
	background-image: url('ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: 0;
}

input[type=text] /* IE 7+ / FF */
{
	background-color: white;
	border: 1px solid white;
	border-bottom: 1px solid #cacaca;
	color: black;
	font-family: Verdana;
	font-size: 8pt;
	height: 16px;
	margin-bottom: 0px;
	padding: 0px 2px 0px 2px;
}

input[type=submit], .formButton
{
	background-color: #eeeeee;
	border: 1px solid #999999;
	color: #1952a4;
	text-transform: lowercase;
	line-height: 12px;
}

	input[type=submit]:hover, .formButton:hover
	{
		cursor: pointer;
		background-color: #dddddd;
		border: 1px solid #666666;
	}

input[type=reset], .formButton
{
	background-color: #eeeeee;
	border: 1px solid #999999;
	color: #1952a4;
	text-transform: lowercase;
	line-height: 12px;
}

	input[type=reset]:hover, .formButton:hover
	{
		cursor: pointer;
		background-color: #dddddd;
		border: 1px solid #666666;
	}

input[type=button], .formButton
{
	background-color: #eeeeee;
	border: 1px solid #999999;
	color: #1952a4;
	text-transform: lowercase;
	line-height: 12px;
}

	input[type=button]:hover, .formButton:hover
	{
		cursor: pointer;
		background-color: #dddddd;
		border: 1px solid #666666;
	}

/*
	GRIDVIEW
	-------------------------------------------------------------------------------------------
*/

table.wccGridview /* tabel met zoekresultaten */
{
	border: 0px solid transparent;
	table-layout: fixed;
	/*position: relative;
	top: 0px; 
	width: 100%;*/
}

table.wccGridviewAuto th
{
	width: auto !important;
}

table.wccHeader
{
	background-color: #fafafa !important;
	background-image: url(/Theming/Patterns/graygradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.wccInfoBar table
{
	border-top: solid 1px #d8d8d8;
	border-left: 1px #e0dfe3 solid;
	border-right: 1px #d8d8d8 solid;
	border-bottom: solid 2px silver;
}

.wccPopup
{
	background-image: url('/Theming/Patterns/accordionBackground.png');
	background-repeat: repeat-y;
	background-color: #efefef;
	border-left: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-bottom: #efefef 3px inset;
	border-right: #efefef 3px inset;
	margin: 5px;
	overflow: auto;
}

	.wccPopup td
	{
		background-image: none !important;
		background-color: transparent !important;
		border: 0px solid transparent !important;
	}

td.wccGridview
{
	color: #000;
	padding-right: 2px;
	font-size: 12px;
	text-align: right;
	border-bottom: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
}

.wccGridViewPanel div /* SP2013 */
{
	overflow: hidden;
}

.wccGridView tbody
{
	overflow-x: hidden;
}

.wccGridview th
{
	border-left: 1px #f7f7ff solid;
	border-bottom: 1px #e0dfe3 solid;
	border-right: 1px #e0dfe3 solid;
	background-color: #f7f7ff;
	color: #999999;
	font-weight: normal;
	padding: 0px;
	height: 20px;
	text-align: left;
	text-transform: lowercase !important;
	padding-left: 2px;
	font: 9pt "Segoe UI", 8pt "Trebuchet MS" !important;
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-binding: url('../WindexCC/Ellipsis.xml#ellipsis');
	white-space: nowrap;
}

/* SP2013: commentaar teruggedraaid i.v.m. wegvallen hover/active-styling in WSS door ontbreken doctype */
tr.wccGridViewRow, tr.wccGridViewRowHover, tr.wccGridViewRowActive, tr.wccGridViewRowHoverActive,
tr.wccSelectedRow, tr.wccSelectedRowHover, tr.wccSelectedRowActive, tr.wccSelectedRowHoverActive,
tr.wccGridViewRowActiveHover, tr.wccSelectedRowActiveHover, div.wccTreeViewItems, div.wccTreeViewItemsHover,
th.wccHeader, th.wccHeaderHover, th.wccHeaderHoverActive, th.wccHeaderActiveHover, th.wccSelectedHeader,
th.wccSelectedHeaderHover, th.wccSelectedHeaderHoverActive, th.wccSelectedHeaderActiveHover,
td.treeNode, td.treeNodeHover, td.treeNodeHoverActive, td.treeNodeActiveHover
{
	behavior: url('/Theming/SharePoint/IEFixes.htc');
}

.wccGridview td
{
	font-family: 'Segoe UI';
	font-size: '9pt';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

tr.wccGridViewRow td
{
	border-left: 1px #e0dfe3 solid;
	border-right: 1px #d8d8d8 solid;
}

tr.wccGridViewRow > td
{
	-moz-binding: url('../WindexCC/Ellipsis.xml#ellipsis');
}

.wccSelectedRowStyle, .wccSelectedRowStyle tr, .wccSelectedRowStyle td
{
	font-weight: bold;
}

td.wccGridViewCheckBox {
	padding: 0px;
}
label.wccGridViewCheckBox {
	display: inline-block;
	text-align: center;
	width: 24px;
}

/*
	SEARCH AREA PANEL
	------------------------------------------------------------------------
*/
.wccFieldChooser td, .wccFieldChooser input {
	font-size: 9pt;
	font-family: 'Segoe UI';
}
.wccFieldChooserCriterionPanel {
	height: 25px;
}
input.wccNarrowSearchValue, select.wccNarrowSearchValue, 
input.wccWideSearchValue, select.wccWideSearchValue,
input.wccMultiselectSearchBox {
	border: 1px solid silver;
	font: 9pt 'Segoe UI';
	height: 20px;
	line-height: 15px;
	padding: 0px;
}

table.wccSearchAreaPanel
{
	background-color: #f7f7ff;
	background-repeat: repeat-x;
	border-left: #e0dfe3 1px solid;
	border-right: #e0dfe3 1px solid;
}

div.wccButtonPanelContainer
{
	padding-top: 3px;
	padding-bottom: 0px;
}

.wccButtonBar
{
	background-color: #fafafa;
	background-image: url('/Theming/Patterns/graygradient.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-bottom: silver 1px solid;
	border-right: silver 1px solid;
}

	.wccButtonBar td
	{
		padding: 0px;
	}

div.wccSearchOptionsPanel
{
	width: auto;
	float: left;
}

div.wccSearchOptionsPanelContainer
{
}

div.wccAddCriteriaPanel
{
	background-image: url('/Theming/Icons/wccCriteria.gif');
	background-position: 2px 2px;
	background-repeat: no-repeat;
	height: 17px;
	float: left;
	padding: 2px 2px 2px 20px;
	width: 80px;
}

	div.wccAddCriteriaPanel span.wccSearchKeyLabel
	{
		text-transform: lowercase;
		color: #1952a4;
		position: relative;
		top: -1px;
	}

.wccCriterionSelectorCell, .wccDropDown
{
	padding: 1px;
}

.wccDropDownHover
{
	border: 1px solid #aeaeae;
	background-color: #e0e5ed;
	background-image: url('/Theming/Patterns/wccHeader.gif') !important;
	background-repeat: repeat-x !important;
	cursor: default;
}

.wccDropDownActive
{
	border: 1px solid #aeaeae;
	background-color: #e0e5ed;
	cursor: default;
}

div.wccMultiselectTree
{
	border-left: silver 1px solid !important;
	border-top: lightgrey 1px solid !important;
	border-bottom: lightgrey 2px inset !important;
	border-right: #eaeaea 2px inset !important;
}

.wccMultiselectTreeSingleSelect input
{
	display: none;
}

.wccMultiselectTreeSingleSelect a
{
	padding-left: 5px;
}

.wccMultiselectTreeInitiallyInvisible
{
	display: none;
}

.wccMultiselectTreeFullRowSelect table
{
	width: 100%;
}

.wccMultiselectTreeFullRowSelect td, .wccMultiselectTreeFullRowSelect a
{
	display: inline-block;
	width: 100%;
}

span.wccAdministrationDropDown input.wccMultiselectSearchBox
{
	display: block !important;
}

span.wccAdministrationDropDown input
{
	display: none;
}

.forminputfocus
{
	background-color: #e9f2fd !important;
	border: 1px solid #7f9db9 !important;
	height: 19px;
}

.forminput
{
	border: 1px solid #999999;
	height: 19px;
}
/* SP2013: visibility terugveranderd in opacity i.v.m. wegvallen vinkjes in WSS door ontbreken doctype */
.wccGridViewRow input, .wccGridViewCheckAll
{
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/* SP2013: commentaar teruggedraaid i.v.m. zwarte lijntjes in SP2013 na herintroduceren IEFixes.htc i.v.m. ontbreken doctype in WSS */
.wccSelectedRow td, .wccGridViewRowHover td, tr.wccGridViewRow:hover > td
{
	border-left: 1px solid #afd2ff;
	border-right: 1px solid #afd2ff;
}
/* SP2013: commentaar teruggedraaid i.v.m. zwarte lijntjes in SP2013 na herintroduceren IEFixes.htc i.v.m. ontbreken doctype in WSS */
.wccSelectedRowHover td, tr.wccSelectedRow:hover > td,
.wccGridViewRowHoverActive td, .wccSelectedRowHoverActive td, .wccGridView tr:hover:active > td
{
	border-left: 1px solid #afd2ff;
	border-right: 1px solid #afd2ff;
}

.wccSelectedRow
{
	background-color: #d6e9ff; /* #e9f2fd; */
	background-image: url(/Theming/Patterns/toolgrad.gif);
	background-position: 1px 1px;
	background-repeat: repeat-x;
}

.wccGridViewRowHover, tr.wccGridViewRow:hover
{
	background-color: #d6e9ff; /* #eff7fd; */
	background-image: url(/Theming/Patterns/toolgrad.gif);
	background-position: 1px 1px;
	background-repeat: repeat-x;
}

.wccSelectedRowHover, tr.wccSelectedRow:hover
{
	background-color: #dcebff;
	background-image: none;
}

.wccGridViewRowHoverActive, .wccSelectedRowHoverActive, .wccGridView tr:hover:active
{
	background-color: #d6e9ff;
	background-image: none;
}
/* SP2013: visibility terugveranderd in opacity i.v.m. wegvallen vinkjes door ontbreken doctype in WSS */
.wccGridViewRowHover input, .wccGridView tr:hover input, .wccSelectedRow input
{
	opacity: 100;
	-moz-opacity: 100;
	filter: alpha(opacity=100);
}

.wccHeader
{
	background-image: url('/Theming/Patterns/wccHeader.gif');
}

th.wccSelectedHeader
{
	background-color: #eff7fd !important;
	background-image: url(/Theming/Patterns/toolgrad.gif) !important;
	background-repeat: repeat-x;
	color: #6666FF !important;
}

.wccHeaderHover, .wccSelectedHeaderHover, th.wccHeader:hover
{
	background-color: #eff7fd !important;
	background-image: url(/Theming/Patterns/toolgrad.gif) !important;
	background-repeat: repeat-x;
	color: #6666FF !important;
}

	.wccHeaderHoverActive, .wccSelectedHeaderHoverActive, th.wccHeader:hover:active,
	th.wccSelectedHeader:hover:active
	{
		padding-left: 3px !important;
		padding-top: 1px !important;
		background-color: #c9e2fd !important;
		color: #3366FF !important;
		background-image: url(/Theming/Patterns/linksectiongrad.gif) !important;
		background-repeat: repeat-x;
	}

.wccHeader a
{
	color: #999999 !important;
}

.wccSelectedHeader a, .wccSelectedHeaderHover a, .wccSelectedHeaderHoverActive a,
.wccSelectedHeader:hover a, .wccSelectedHeader:hover:active a
{
	color: #1952a4 !important;
}

.wccHeaderHover a, .wccGridview th:hover a
{
	color: #1952a4 !important;
	text-decoration: none !important;
	cursor: default;
}

.wccHeaderHoverActive a, .wccHeaderActiveHover a, .wccGridview th:hover:active a
{
	color: #1952a4 !important;
	text-decoration: none !important;
	cursor: default;
}

.wccHeaderActive a, .wccGridview th:active a
{
	text-decoration: none !important;
}

.wccSortedColumn
{
	background-color: #fafafa;
}

.wccGridViewButtonRow
{
	background-image: url(/Theming/Patterns/viewheadergrad.gif);
	background-repeat: repeat-x;
}

	.wccGridViewButtonRow td
	{
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		white-space: normal;
	}

.wccHover, .wccHover tr, .wccHover td
{
	cursor: pointer;
	background-color: #dedede;
}

div.wccButtonPanel
{
	background-color: #eeeeee;
	border: solid 1px #999999;
	background-image: none;
	background-position: 3px center;
	background-repeat: no-repeat;
	height: 17px;
	float: left;
	margin-right: 3px;
	padding: 2px 2px 2px 2px;
}

	div.wccButtonPanel:hover
	{
		background-color: #dddddd;
		border-color: #666666;
	}

. div.wccButtonPanel.wccButtonSearch
{
	background-image: url('../../../images/gosearch.gif');
}

. div.wccButtonPanel.wccButtonClear
{
	background-image: url('../../../images/restore.gif');
}

. div.wccButtonPanel.wccButtonExport
{
	background-image: url('../../../images/exptitem.gif');
}

. div.wccButtonPanel.wccButtonNew
{
	background-image: url('../../../images/newitem.gif');
}

a.wccButtonLink, a:link.wccButtonLink, a:visited.wccButtonLink
{
	color: #1952a4;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 3px;
	text-transform: lowercase;
}

	a.wccButtonLink:hover, a:link.wccButtonLink:hover, a:visited.wccButtonLink:hover
	{
		text-decoration: none;
		color: #1952a4;
	}

/*
	PAGER PANEL
	------------------------------------------------------------------------
*/
div.wccGridViewPagerPanel
{
	width: 60%;
	float: right;
	margin-bottom: 3px;
}

div.wccGridViewPagerButtonPanel
{
	overflow: hidden;
}

div.wccGridViewPositionPanel, span.wccGridViewCountLabel /* pagina x van x */
{
	position: relative;
	left: 5px;
	color: #999999;
	float: left;
}

	div.wccGridViewPositionPanel input
	{
		padding: 0px;
	}

input.wccGridViewPageTextBox
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px dotted #d8d8d8;
	color: #999999;
}

div.wccGridViewButtonPanel
{
	width: 20px;
	float: left;
	/*	background-color: #eeeeee;
	border: solid 1px #999999; */
}

	div.wccGridViewButtonPanel:hover
	{
		background-color: #dddddd;
		border-color: #666666;
		cursor: pointer;
	}

	div.wccGridViewButtonPanel input
	{
		background-color: transparent;
	}



fieldset
{
	border: 1px solid silver;
	padding: 15px 15px 15px 15px;
}

legend
{
	margin-left: -5px;
	color: #CE0000;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0.1em;
}

/* ---------- WIZARD --------------- */
.wccWizardProcessHost
{
	background-color: transparent;
	border-top: 1px solid silver;
	position: absolute;
	top: 102px;
	width: 100%;
	vertical-align: top;
}

span.wccWizardEvalText
{
	color: #1952a4;
}

input.wccWizardNextButton
{
	border: 1px fuchsia solid;
}

div.wccWizardPanel
{
	width: 100%;
}

.wccWizardHeader
{
	font-size: 14pt;
	color: silver;
	position: relative;
	padding-left: 20px;
	top: 5px;
}

.wccWizardLabel
{
	text-align: right;
	color: #999999;
	padding-right: 18px;
	width: 185px;
	line-height: 22px;
	padding-bottom: 2px;
}

.wccWizardSideBar
{
	width: 160px;
	vertical-align: top;
	padding-top: 5px;
	line-height: 22px;
	padding-right: 10px;
	padding-left: 10px;
}

table.wccWizardTable
{
	table-layout: fixed;
	width: 100%;
	border: 0px;
}
/*.wccWizardTextBox
{
	background-color: #e9f2fd;
	border: 1px silver solid;
	color: #1952a4;
	font-size: 8pt;
	height: 13px;
}
.wccWizardTextBoxFocus
{
	background-color: white;
	border: 1px #CE0000 solid;
	color: #1952a4;
	font-size: 8pt;
	height: 13px;
}*/
tr.wccWizardTable
{
	height: 13px;
}

td.wccWizardSideBar
{
	background-color: #dedede;
	border-right: 1px solid silver;
}

td.wccWizardStep
{
	padding-left: 12px;
}


/* ----------- POPUP --------------- */
table.wccPopupTable
{
	padding-top: 10px;
	width: 100%;
	border: 1px solid silver;
	background-color: #fafafa;
}

	table.wccPopupTable tr td h3
	{
		width: 100%;
		border-top: 1px dotted silver;
		padding: 5px 0px 0px 0px;
		margin-bottom: 2px;
		position: relative;
		top: 0px;
		left: 0px;
		font-size: 9pt;
	}

	table.wccPopupTable tr td
	{
		vertical-align: top;
	}

.wccPopupLabel
{
	text-align: right;
	color: #999999;
	padding-right: 18px;
	width: 185px;
}


/* ---------- CONTEXTMENU (GRIDVIEW) ------------ */
div.wccContextMenu
{
	border: 1px solid #868686;
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
	font-size: 8pt;
}

	div.wccContextMenu table
	{
		width: 100%;
	}

.wccContextMenu tr
{
	padding-top: 1px;
	padding-bottom: 3px;
}

.wccContextMenu a, .wccContextMenu a:link, .wccContextMenu a:visited
{
	color: #003366;
	text-decoration: none;
}

	.wccContextMenu a:hover, .wccContextMenu a:link:hover, .wccContextMenu a:visited:hover
	{
		color: #003366;
		text-decoration: none;
	}

.wccContextMenuLabelCell
{
	font-size: 8pt;
	padding-left: 10px;
}

.wccContextMenuRow td
{
	border-top: 1px solid Transparent;
	border-bottom: 1px solid Transparent;
	font-size: 9pt;
}

.wccContextMenuRow:hover td
{
	background-color: #eaeaea;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

	.wccContextMenuRow:hover td.wccContextMenuImageCell
	{
		border-right: none;
	}

tr.wccContextMenuRowSeparator
{
	padding: 0 0 0 0;
	line-height: 1px;
}

.wccContextMenuLabelCell .ms-MenuUISeparator
{
	margin: 0 0 0 0;
}

.wccContextMenuLabelCell, .wccContextMenuLabelCell
{
	color: red;
}

td.wccContextMenuImageCell
{
	background-color: #eaeaea;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #c5c5c5;
	width: 25px;
}

.wccContextMenuImageCell img
{
	position: relative;
	left: 5px;
}

td#contextmenustart
{
	position: relative;
	left: -6px;
	padding-left: 6px;
	border: 1px solid transparent;
}

	td#contextmenustart.hoverCell
	{
		background-color: white;
		background-image: url( 'menu1.gif' );
		background-position: right center;
		background-repeat: no-repeat;
		cursor: pointer;
		border: 1px solid #868686;
	}

	td#contextmenustart span
	{
		padding: 1px 6px 1px 6px;
		width: 100%;
		margin-right: 14px;
	}

	td#contextmenustart.hoverCell span
	{
		padding: 0px 5px 0px 5px;
		border: 1px solid black;
	}








div.wccLogoDiv
{
	position: absolute;
	bottom: 7px;
	left: 35px;
}

img.wccLogoImg
{
	border: none;
}

/* nieuwe code ivm hover */
.contextHover, .contextHover td
{
	background-color: #ffe6a0;
	border-top: 1px solid #d2b47a;
	border-bottom: 1px solid #d2b47a;
}

	.contextHover .wccContextMenuImageCell
	{
		border-right: 1px solid #ffe6a0;
	}

.ContextMenuPanel
{
	border-left: silver 1px solid;
	border-top: lightgrey 1px solid;
	border-bottom: lightgrey 2px inset;
	border-right: #eaeaea 2px inset;
	z-index: 1000;
	background: url('/Theming/Patterns/menu-bg.gif') repeat-y 0 0 #FFFFFF;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.wccCriterionSwitcher .wccCriterionChecked, wccCriterionSwitcher img
{
	display: none;
}

.wccCriterionToggler .wccCriterionDelete
{
	display: none;
}

/* NIEUW STYLING CONTEXTMENU (EDDY)*/
.ContextMenuBreak
{
	margin: 1px 1px 1px 32px;
	padding: 0;
	height: 1px;
	overflow: hidden;
	display: block;
	border-top: 1px solid #C5C5C5;
	width: 100%;
}

a.ContextMenuItem, a.wccPossibleFutureStep
{
	margin: 1px 0 1px 0;
	display: block;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}

a.ContextMenuItem
{
	font-family: Segoe UI;
	color: #464646 !important;
	padding: 4px 19px 4px 33px;
}

a.wccPossibleFutureStep
{
	color: #003399;
	padding: 4px 19px 4px 4px;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover, a.ContextMenuItem:link:hover, a.ContextMenuItem:visited:hover,
a.wccPossibleFutureStep:hover, a.wccPossibleFutureStep:link:hover, a.wccPossibleFutureStep:visited:hover
{
	background-color: #d6e9ff !important; /* #FFE6A0; */
	/*	background-image: url('/_layouts/images/wpqaM.gif'); */
	background-image: url(/Theming/Patterns/toolgrad.gif);
	color: #003366; /* #1952a4; */
	border: 1px solid #afd2ff !important; /* #D2B47A; */
	text-decoration: none;
}

a.ContextMenuItem:hover, a.ContextMenuItem:link:hover, a.ContextMenuItem:visited:hover
{
	padding: 3px 18px 3px 32px;
}

a.wccPossibleFutureStep:hover, a.wccPossibleFutureStep:link:hover, a.wccPossibleFutureStep:visited:hover
{
	padding: 3px 18px 3px 3px;
}


img.wccImage
{
	background-image: url( '/Theming/Images/wccNoImage.gif' );
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #999999 !important; /* vaste hoogte */
	height: 50px !important;
	width: 36px !important; /* variabele hoogte  	height: auto !important; 	width: auto !important; */
	margin: 2px 2px 2px 2px;
}

/*
	WORKFLOW
	-------------------------------------------------------------------------------------------
*/

body
{
	font-family: Verdana;
	font-size: 8pt;
}

input
{
	color: black;
	font-family: Verdana;
	font-size: 8pt;
	/* height: 16px; */ /* SP2013 */
	/*margin-right: 2px; 	padding: 0px 2px 0px 2px;*/ /*width: auto !important;*/ /* width: 65px !important; */
}

select
{
	color: #1952a4;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #e9f2fd;
	background-color: White;
}

a, a:link, a:visited
{
	text-decoration: none;
	color: #1952a4;
}

	a:hover, a:link:hover, a:visited:hover
	{
		text-decoration: underline;
	}
/*table
{
	margin-top: -1px;
}*/
div.wccWizardProcessHost table
{
	width: 100%;
	height: 100%;
}

div#divSitename
{
	position: absolute;
	top: 27px;
	left: 78px;
	z-index: 1;
}

table.wccToolPart, .wccToolPart input, .wccToolPart select
{
	font-family: 'Segoe UI';
}

/* ------------------------------ STEPS ------------------------------------ */
#stepPrevious
{
	position: absolute;
	bottom: 10px;
	left: 15px;
}

#stepNext
{
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.stepDone
{
	padding: 1px 4px 1px 4px;
}

.stepActive
{
	color: black;
	padding: 1px 4px 1px 4px;
}

.stepNew
{
	padding: 1px 4px 1px 4px;
}



/* ------------------------------ HEADER ------------------------------------ */
#headerframe
{
	background-color: white;
	background-image: url('../Images/wccHeader.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 101px;
}

#logo
{
	background-image: url('../Images/wccLogo.gif');
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 50px;
	z-index: 15;
}

#name1
{
	color: #bababa;
	font-family: "Trebuchet MS", Verdana;
	font-size: 18pt;
	padding: 0px 5px 0px 5px;
	position: relative;
	top: 0px;
}

#name2
{
	color: #bb302b;
	font-family: "Trebuchet MS", Verdana;
	font-size: 18pt;
	padding: 0px 5px 0px 5px;
	position: relative;
	top: -10px;
}

#headershadow
{
	background-image: url( 'wccHeadershadow.gif' );
	background-repeat: repeat-x;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 101px;
	width: 100%;
}



/* ------------------------------ CONTENT ------------------------------------ */
#contentFrame
{
	background-color: White;
	border: 1px solid #777777;
	position: relative;
	left: 2%;
	top: 95px;
	width: 96%;
	height: 100%;
}

#contentTitle
{
	background-color: #eeeeee;
	background-image: url(/Theming/Patterns/graygradient.gif);
	background-repeat: repeat-x;
	color: #999999;
	font: 14pt "Trebuchet MS", 13pt Verdana;
	height: 28px;
	line-height: 25px;
	text-indent: 20px;
	width: 100%;
}

#content
{
	height: 100%;
	padding-bottom: 20px;
}

#contentLeft
{
	float: left;
	padding: 10px 10px 20px 20px;
	width: 435px;
}

#contentMiddle
{
	float: left;
	padding: 10px 10px 20px 20px;
	width: 435px;
}

#contentRight
{
	float: left;
	padding: 10px 10px 20px 18px;
	width: 435px;
}

#contentBottom
{
	float: left;
	padding: 10px 10px 20px 20px;
	width: 900px;
}

.headerDiv
{
	color: #aeaeae;
	padding-top: 10px;
	text-align: right;
}

.subject
{
	border-bottom: 1px dotted black;
	color: #bb302b;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14pt;
	font-weight: 100;
}

.datatable
{
	width: 100%;
}

.formlabel
{
	color: #7f9db9;
	padding-right: 4px;
	text-align: right;
	width: 180px;
	vertical-align: top;
}

.formlabelInput
{
	color: #7f9db9;
	padding-right: 10px;
	text-align: right;
	width: 180px;
	position: relative;
	bottom: 1px;
}

.formgroup
{
	color: #999999;
	font: 10pt "Trebuchet MS", 9pt Verdana;
	line-height: 14px;
	padding: 24px 0px 5px 4px;
}

.formgroupDisplay
{
	color: #999999;
	font: 10pt "Trebuchet MS", 9pt Verdana;
	line-height: 15px;
	padding: 24px 0px 5px 0px;
}

.forminputFocus
{
	background-color: #e9f2fd !important;
	border: 1px solid #7f9db9 !important;
}

.formInputDisabled
{
	/*	background-color: #eeeeee; */
	border: 1px solid white !important;
}

.labelFocus
{
	color: black;
}

itemtemplate
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.classificationTable
{
	width: 100%;
	padding: 0 0 0 0;
}

.classificationRow
{
	height: 18px;
}

.classificationColumnEmpty
{
	width: 20px;
}

.classificationColumn
{
	width: 20px;
	background-image: url( 'square.png' );
	background-repeat: no-repeat;
}

input[type=radio], .wccRadioButton, .wccCheckBox
{
	border-bottom: none;
	color: black !important;
}

.wccCollectionEditorTable
{
	border-collapse: collapse; /*table-layout: fixed;*/
	border: 0px solid transparent;
}

	.wccCollectionEditorTable td /* SP2013 */
	{
		border-color: transparent;
		font-size: 8pt;
	}

.wccCollectionEditorLoading
{
	background-image: url("/Theming/Images/ajax-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
}

td.wccTreeViewOuterCell
{
	background-color: White;
	border: 1px #e0dfe3 solid;
}

div.wccTreeView /* SP2013 */
{
	/* padding-bottom: 4px;  
	position: relative;
	left: 0px;
	top: -6px; */
}

fieldset.wccTreeView
{
	background-color: white;
	height: 165px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px;
	/*width: 185px;*/
}

div.wccTreeViewDiv
{
	/*height: 180px !important;*/
	overflow-x: hidden;
	overflow-y: auto;
	/*padding: 0px 5px 5px 5px;*/ /* SP2013 */
	/*width: 195px;*/
}
/*.wccTreeViewItems img
{
	visibility: hidden;
}
.wccTreeViewItemsHover img, div.wccTreeViewItems:hover img
{
	visibility: visible;
}*/
div.wccTreeViewHidden input
{
	display: none;
}

div.wccTreeViewHidden table
{
	display: none;
}

div.wccTreeView2 table
{
	width: 100%;
}

div.wccTreeView2 td
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 30px !important;
}

input.wccTreeViewCheck
{
	margin-bottom: -5px;
	width: auto;
}

.treeNodeHover, .treeNode:hover, .treeNodeHoverActive, .treeNode:hover:active
{
	background-color: #e9f2fd;
	text-decoration: none;
}

	.treeNodeHover a:hover, .treeNode a:hover
	{
		text-decoration: none;
	}

.wccSelectedNode
{
	background-color: #e9f2fd;
	font-weight: normal;
}

.treeNode
{
	background-color: transparent;
}

	.treeNode a
	{
		color: black !important;
	}

		.treeNode a:hover
		{
			color: black !important;
		}

.waterMark
{
	color: silver;
	font-style: italic;
}

div.wccTreeView a
{
	/*color: black;*/
}

.wccHoverNode
{
	text-decoration: none;
}

	.wccHoverNode a:hover
	{
		text-decoration: none;
		/*background-color: #dddddd;*/
		color: #888888;
	}

.AnswerHeader
{
	font-weight: bold;
	color: Gray;
	border-bottom-color: #6F9DD9;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.answerHeaderText
{
	font-weight: bold;
}

.answersummary
{
	background-color: #EFEFEF;
}

.minorText
{
	color: #999999;
}

.mayorText
{
	color: #BB302B;
}

div#Avatar
{
	position: absolute;
	top: 18px !important;
	left: 15px !important;
}

	div#Avatar img
	{
		border: 1px solid #999999 !important;
	}

.wccBlogHeader
{
	border: 1px solid #ababab;
	background-color: #eeeeee;
	font: 10pt "Trebuchet MS", 13pt Verdana;
	font-weight: bold;
	color: #bb302b;
	padding-left: 5px;
}

.wccBlogSubject
{
	font-weight: bold;
}

.wccBlogSummary
{
	color: #999999;
}

.wccQuestionStateOpen
{
	color: green;
}

.wccQuestionStateClosed
{
	color: red;
}

table.wccGridViewWorkflow table
{
	width: 188px;
}
/* Category-/ClassificationEditor */
.treeNode
{
	background-color: transparent;
	color: white;
	margin-top: 0px;
}

.waterMark
{
	color: silver;
	font-style: italic;
}

.wccBlogTitle
{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid white;
}


.wccBlogFooter
{
	border-bottom: 1px solid #999999;
	padding-bottom: 4px;
}

.wccBlogContent
{
	border-top: 1px solid #999999;
}

input.wccRightArrowButton, input.wccLeftArrowButton,
input.wccDblRightArrowButton, input.wccDblLeftArrowButton,
input.wccRestoreArrowButton
{
	background-color: white;
	background-repeat: no-repeat;
	font-size: 8pt;
	color: #1952a4;
	border: 1px solid #cccccc;
	border: none;
	width: 28px !important;
	font-family: Tahoma;
	height: 28px !important;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

	input.wccRightArrowButton:hover, input.wccLeftArrowButton:hover,
	input.wccDblRightArrowButton:hover, input.wccDblLeftArrowButton:hover,
	input.wccRestoreArrowButton:hover
	{
		text-decoration: none;
		color: #333333;
		border: 1px solid #bbbbbb;
		border: none;
	}

input.wccRightArrowButton
{
	background-image: url('buttonAdd.gif');
}

	input.wccRightArrowButton:hover
	{
		background-image: url('buttonAddHover.gif');
	}

input.wccLeftArrowButton
{
	background-image: url('buttonRemove.gif');
}

	input.wccLeftArrowButton:hover
	{
		background-image: url('buttonRemoveHover.gif');
	}

input.wccDblRightArrowButton
{
	background-image: url('buttonAddAll.gif');
}

	input.wccDblRightArrowButton:hover
	{
		background-image: url('buttonAddAllHover.gif');
	}

input.wccDblLeftArrowButton
{
	background-image: url('buttonRemoveAll.gif');
}

	input.wccDblLeftArrowButton:hover
	{
		background-image: url('buttonRemoveAllHover.gif');
	}

input.wccRestoreArrowButton
{
	background-image: url('buttonRestore.gif');
}

	input.wccRestoreArrowButton:hover
	{
		background-image: url('buttonRestoreHover.gif');
	}
/* ACCORDION CONTROL ----------------------------------------------------- */

.AccordionHeader
{
	width: 98%;
	height: 22px;
	vertical-align: bottom;
	color: #1952a4;
	cursor: pointer;
	font-weight: normal;
}

.AccordionContent
{
	width: 410px;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	text-decoration: none;
	background-image: url('accordionBackground.png');
	background-repeat: repeat-y;
	background-position: right;
}

.AccordionHeaderSelected
{
	width: 100%;
	height: 18px;
	vertical-align: bottom;
	color: #1952a4;
	cursor: pointer;
	font-weight: bold;
}

a img
{
	border: none;
}

.MetaDataTable
{
	background-color: #eeeeee;
	color: #999999;
	height: 28px;
	width: 100%;
}

.formrow
{
	height: 22px;
	vertical-align: top;
}

#contentBottom
{
	float: left;
	padding: 10px 10px 20px 20px;
	width: 900px;
}

.inviteHeader
{
	color: #1952a4;
	cursor: hand;
}

.inviteHeaderSelected
{
	color: #1952a4;
	cursor: hand;
	font-weight: bold;
}

.inviteContent
{
	border: solid 1px #C0C0C0;
	width: 100%;
}

/*
	-------------------------- Classes gebruikt voor MostReadWebPart --------------------------------
*/

.wccMostReadWebPartTable
{
}

.wccMostReadWebPartTableCell
{
}

.wccMostReadWebPartLabelTitle
{
}

.wccMostReadWebPartLabelLink
{
}

.wccMostReadWebPartLabelOperator
{
}

/*
	-------------------------- Classes gebruikt voor CustomListSearchWebPart --------------------------------
*/

.wccCustomListSearchWebPartTextbox
{
	background-color: #bdbdbd;
	border: none;
}

.wccCustomListSearchWebPartLabel
{
	color: #6e6e6e;
	font-weight: bold;
	text-transform: lowercase;
}

.wccCustomListSearchWebPartButton
{
	text-transform: lowercase;
}

.wccCustomListSearchWebPartTable
{
}

.wccCustomListSearchWebPartTableCell
{
}

/*
	-------------------------- Classes gebruikt voor CustomListSearchWebPart XSLT file --------------------------------
*/

.SearchCustomList_ProjectItemDiv
{
	width: 220px;
	height: 280px;
	float: Left;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 13px;
}

.SearchCustomList_PictureDiv
{
	margin-bottom: 10px;
	Width: 167px;
	Height: 167px;
	Background-image: url("/afbeeldingen/Background.png");
	background-repeat: no-repeat;
	Text-align: center;
	Padding: 5px;
}

.SearchCustomList_PictureContentDiv
{
	Width: 157px;
	Height: 157px;
	background-repeat: no-repeat;
	background-position: center;
}

.SearchCustomList_MoreIcon
{
	color: #006FAF;
}

.SearchCustomList_MoreText
{
	color: #6C6D70;
}

.SearchCustomList_MoreTextDisabled
{
	color: #DBDBDB;
}

.slideWebPart_First
{
	position: absolute;
	text-align: center;
	width: 100%;
}

	.slideWebPart_First div
	{
		text-align: center;
	}

.slideWebPart_Second
{
	text-align: center;
}

/* ----------- GeneralMapWebpart --------------- */

.administrationLogoWebpart {
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.administrationLogoWebpart_LogoPanel {
	display: inline-block;
}
.administrationLogoWebpart_ErrorPanel {
	padding: 10px;
	text-align: center;
	color: red;
	font-weight: bold;
}

/* ----------- GeneralMapWebpart --------------- */
.infoBox
{
	background: url('../Images/infoBoxTop.gif') no-repeat;
	width: 200px;
}

.infoWindow
{
	border: 1px solid red;
	border-radius: 8px;
	margin-top: 8px;
	margin-bottom: 12px;
	background-color: silver;
	padding: 5px;
	min-width: 160px;
}

	.infoWindow .name
	{
		font-weight: bold;
	}

	.infoWindow .address
	{
	}

	.infoWindow .phoneAddress
	{
	}

	.infoWindow .mailAddress
	{
	}

	.infoWindow .websiteAddress
	{
	}

.wccMapProgressPanel
{
	background-image: url("/Theming/Images/ajax-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.wccMapMainPanel
{
	width: auto;
}

	.wccMapMainPanel .Map
	{
	}

.wccMaxPinsPanel
{
	padding: 10px;
	border: 1px solid silver;
	background-color: #fafafa;
	background-image: url('../Images/warning.png');
	background-position: 10px 8px;
	background-repeat: no-repeat;
}

	.wccMaxPinsPanel span
	{
		margin-left: 20px;
	}

table.wccMapNotFoundPartiesTable
{
	min-height: 32px;
	height: auto !important;
	height: 32px;
	padding-top: 10px;
	width: 100%;
	border: 1px solid silver;
	background-color: #fafafa;
	background-image: url('../Images/warning.png');
	background-position: 10px 8px;
	background-repeat: no-repeat;
}

.wccMapNotFoundPartiesTable_firstcell
{
	width: 100px;
}

.wccMapNotFoundPartiesTable_secondcell
{
}

/* ----------- HolidayBalanceOverviewWebPart --------------- */
.holidayBalanceOverviewWebPart_MainPanel
{
	background-color: #f7f7ff;
	background-repeat: repeat-x;
	border: #e0dfe3 1px solid;
	padding: 5px;
	position: relative;
}

.holidayBalanceOverviewWebPart_OverlayPanel
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #f7f7ff;
	position: absolute;
	z-index: 99;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.holidayBalanceOverviewWebPart_SummaryPanel
{
	font-weight: bold;
	margin-bottom: 10px;
}

.holidayBalanceOverviewWebPart_OverviewGridView
{
	width: 350px;
}

.holidayBalanceOverviewWebPart_CellPanel, .holidayBalanceOverviewWebPart_CellPanelReadOnly
{
	width: 100%;
	height: 100%;
}
.holidayBalanceOverviewWebPart_CellPanel
{
	color: #1952a4;
}
	.holidayBalanceOverviewWebPart_CellPanel:hover
	{
		cursor: pointer;
		text-decoration:underline;
	}

.holidayBalanceOverviewWebPart_CellPanel_Selected
{
	color: silver;
}

.holidayBalanceOverviewWebPart_EditPanel
{
	border: #e0dfe3 1px solid;
	padding: 5px;
	margin: 2px;
	margin-top: 10px;
}

.holidayBalanceOverviewWebPart_EditTable
{
	width: 95%;
}

	.holidayBalanceOverviewWebPart_EditTable input[type=text]
	{
		width: 100%;
	}

.holidayBalanceOverviewWebPart_EditTableLabelCell
{
	width: 140px;
}

.holidayBalanceOverviewWebPart_EditTable input[type=image], .holidayBalanceOverviewWebPart_EditTable img
{
	margin-left: 10px;
	float: right;
}

.holidayBalanceOverviewWebPart_closeImageButton
{
	float: right;
	top: 0px;
}

.holidayBalanceOverviewWebPart_ErrorPanel
{
	background-color: InfoBackground;
	width: 100%;
	min-height: 30px;
	border: #e0dfe3 1px solid;
	background-image: url('../Images/exclamation.png');
	background-repeat: no-repeat;
	background-position: 2px 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.holidayBalanceOverviewWebPart_ErrorPanel_Content
{
	margin: 5px 5px 5px 20px;
}

.holidayBalanceOverviewWebPart_ErrorPanel_ErrorLabelPanel
{
	margin-top: 5px;
	width: 300px;
}

.holidayBalanceOverviewWebPart_ErrorPanel_ShowDetailsPanel
{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #002672;
	padding: 5px;
	cursor: pointer;
	margin-top: 5px;
	min-height: 20px;
	background-image: url('../Icons/wccDown.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.holidayBalanceOverviewWebPart_ErrorPanel_ShowDetailsPanelExpanded
{
	background-image: url('../Icons/wccUp.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.holidayBalanceOverviewWebPart_ErrorPanel_ShowDetailsPanelCollapsed
{
	background-image: url('../Icons/wccDown.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.holidayBalanceOverviewWebPart_ErrorDetailsPanel
{
	border-top: 1px solid #e0dfe3;
	margin-top: 5px;
	padding-top:5px;
}
/* ----------- SpecialCollectiveDateWebPart --------------- */
.specialCollectiveDateWebPart_MainPanel
{
	background-color: #f7f7ff;
	background-repeat: repeat-x;
	border: #e0dfe3 1px solid;
	min-height: 33px;
}

.specialCollectiveDateWebPart_CollectiveDatesGridView
{
	margin: 15px 5px 15px 5px;
	width: 350px;
}

.specialCollectiveDateWebPart_DateBoundField
{
	padding-right: 10px;
}

.specialCollectiveDateWebPart_InfoPanel
{
	background-image: url('../Images/pager_info.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 15px;
}

.specialCollectiveDateWebPart_ErrorPanel
{
	background-color: InfoBackground;
	width: 100%;
	background-image: url('../Images/exclamation.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

	.specialCollectiveDateWebPart_ErrorPanel span
	{
		margin-left: 20px;
	}

.specialCollectiveDateWebPart_YearLabelCell span
{
	margin-right: 5px;
}

.specialCollectiveDateWebPart_YearPanel
{
	float: right;
	padding: 5px;
}

.specialCollectiveDateWebPart_yearDropDownPanel
{
	background: url('../Images/wccArrow.gif') no-repeat right center;
	height: 20px;
	overflow: hidden;
	width: 70px;
	border: 1px solid #ccc;
}

	.specialCollectiveDateWebPart_yearDropDownPanel:hover
	{
		background: url('../Images/wccArrow.gif') no-repeat right center, linear-gradient(white,#E1E5EE);
	}

	.specialCollectiveDateWebPart_yearDropDownPanel select
	{
		background: transparent;
		color: black;
		border: none;
		height: 20px;
		padding: 5px;
		width: 100px;
	}

.specialCollectiveDateWebPart_NoSpecialDatesPanel
{
	padding: 5px;
	margin:5px;
}
