/* system.css */
/* Keep imports at the top */
@import url("jquery-ui.css");
@import url("jquery.fancybox.css");
/* Reset stylesheet */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	color: #303030;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	border: 1px solid #303030;
}

legend {
	font-weight: bold;
}
legend img {
	vertical-align: middle;
}
.background legend {
	padding-left: 0;
	margin-left: 0;
}
ul, ol {
	padding-left: 33px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

sup, sub {
	line-height: 1px;
}

/* Latus styles */
body.wholepage * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.brclear { /* Use a div with this class to clear float containers */
	clear: both;
	height: 0px;
	margin: 0px;
	font-size: 1px;
	line-height: 0px;
}

.paging {
	margin-top: 4px;
	margin-bottom: 1px;
	width: 100%;
	text-align: center;
}
.paging-page {
}
.paging .icon {
	vertical-align: bottom;
}
.paging_current_page {
	border: 1px solid #CCCCCC;
	padding-left: 2px;
	padding-right: 2px;
}

.error-popup {
	margin: 10px;
}
.error-popup .buttonrow {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.required {
}
.inline_error {
	color: #C00000;
}
.inline_warning {
}

/* Standard list table style */

/* Row colors */
.list .odd td, .odd {
	background: #FFFFFF;
}
.list .even td, .even {
	background: #E9E9E9;
}

.list {
	width: 100%;
	/* List content is a bit smaller than normal content */
	/*font-size: 89%;*/
}

.list .catname {
	vertical-align: top;
	border-bottom: 1px solid #DCE1F0;
}

.list thead tr, .list .header {
	height: 24px;
	background: #DCE1F0;
	color: #303030;
}

.list td {
	border: #F0F0F0 solid 1px;
	padding: 1px 3px 2px 3px;
	vertical-align: middle;
}

.list thead td, .list .header td {
	white-space: nowrap;
}

.list img {
	vertical-align: middle;
}


.checkboxtd {
	text-align: center;
}
.checkboxtdlightblue {
	text-align: center;
	background: #EFEFEF;
}
.checkboxcolumn {
	width: 16px;
}

/* form styles */
label {
	cursor: pointer;
}

button, .button {
	height		: 22px;
	width		: auto;
	overflow	: visible;
	cursor		: pointer;
	white-space : nowrap;
}
button {
    width: auto;
    overflow: visible;
    padding: 1px 3px 1px 2px; /* IE6 */
}
button[type] {
    padding		: 0px 3px 5px 6px; /* Firefox */
    line-height	: 17px; /* Safari */
}
*:first-child+html button[type] {
    padding: 1px 3px 1px 2px; /* IE7 */
}
button img/*, a img*/ {
    margin: 0 1px -1px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}
#addparagraphtoolbar button img {
	margin: 0 1px 0px 0 !important;
}
form {
	display: inline;
	/*
	width: 100%;
	*/
}

fieldset {
	padding: 3px 10px 6px 10px;
}
.menupositioninput, .input {
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
}

/* Layout of a standard form */
.itemform td, .itemformtd {
	padding: 2px;
}
.itemform label.formkey,
.background label.formkey {
	padding: 2px;
}

/* Class of a sub table of itemform */
.subitemform, .subitemform td {
	padding: 0px;
	margin: 0px;
}

.menupositioninput {
	border: 2px inset #FFFFFF;
	background: #FFFFFF;
	cursor: pointer;
	padding: 1px;
}
.menupositioninput img {
	vertical-align: middle;
	cursor: pointer;
}

.formkey {
	width: 120px;
}
fieldset .formkey {
	width: 100px;
}

/* Standard inputfield sizes */
.inputxsmall {
	width: 72px;
}
.inputsmall {
	width: 115px;
}
.inputmedium {
	width: 150px;
}
.inputlarge {
	width: 310px;
}
.inputxlarge {
	width: 460px;
}

/* Full size forms */
table.inputmax {
	width: 100%;
}
table.inputmax td {
	white-space: nowrap;
}
span.inputmax input {
	width: 100%;
}
span.inputmax textarea {
	width: 100%;
	height: 100px;
}

.multiple-select-fields {
	/* width: 250px; */
}

/* tr of div with button row for items: save, cancel, etc */
.buttonrow {
	clear: both;
	margin-top: 3px;
	text-align: right;
}
.buttonrow td {
	padding-left: 4px;
}
.buttonrow button {
	/*float: right;*/
	margin-left: 2px;
}
/* If an <option> background is dark, the text color must be white */
.darkoption {
	color: #FFFFFF;
}

.forummessageinput {
	width: 100%;
	height: 80px;
}

.multipleselect {
	width: 100%;
	overflow: auto;
}
.multipleselect .selected {
	background: Highlight;
	color: HighlightText;
}
.multipleselect .unselected {
	background: transparent;
	color: inherit;
}
.multipleselect label {
	display: block;
}

/* toolbar styles */
.toolbar {
	width: 100%;
	background: #E8EBFA;
	color: #303030;
}

.toolbar, .toolbar *, .tbar, .tbar * {
	font: normal 11px 'tahoma', 'verdana', 'helvetica', sans-serif;
	vertical-align: middle;
	color: #303030;
}
#toptoolbar .toolbartd form {
	position: relative;
	display: inline !important; /* added */
	width: auto;
}
#addparagraphtoolbar {
	height: 25px;
	overflow: hidden;
}
#addparagraphtoolbar button {
	margin-top: 1px;
	padding: 0px;
}
#addparagraphtoolbar select {
	margin-bottom: 1px;
	padding: 1px;
}
* html #addparagraphtoolbar select {
	padding: 3px !important;
}
.toolbartd .paragraph_content {
	height: 21px !important;
}
.toolbartd .paragraph_content form {
	display: block !important;
	margin: 0px !important;
	padding: 0px !important;
	position: relative !important;
	height: 20px !important;
}
.toolbar *, .tbar * {
	vertical-align: middle;
}
.toolbar a,
.toolbar a:visited,
.toolbar a:hover {
	color: #303030;
	text-decoration: none;
}

.toolbar select	{
	height: 18px;
	border: 1px solid #7293BE;
	margin: 0px 0px 0px 0;
	padding: 0;
}
/* icon */
.toolbar img {
	margin: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
img.separator {
	width: 2px;
	height: 16px;
}
img.dropmenu {
	width: 7px;
	height: 16px;
}
* html #set_builder_type {
	height: 16px;
}
.toolbar td, .toolbartd, .tbar {
	background: url('/image/shared/default/toolbar/bg_glass.jpg') #E8EBFA repeat-x;
	border-top: 1px solid #CFD7EA !important;
	border-bottom: 1px solid #E6EAF3 !important;
	padding: 1px 2px 1px 2px;
	min-height: 14px;
	/* Should be: min-height: 24px;*/
	/* line-height: 16px;*/

}
* html .toolbartd, * html .toolbar td, * html .tbar {
	height: 24px;
}
.toolbar td span, .toolbartd span {
	cursor: pointer;
}
/* Toolbar buttons */
.seloff, .selon, .selup, .seldown {
	padding: 1px;
	margin: 0 1px 0 0;
}
.seloff {
	border: 0px solid #7293BE;
	padding: 2px;
}

.selon, .selup, .seloff:hover {
	border: 1px solid #7293BE;
	background: #CDDFF4;
}
.seldown, seloff:active {
	border: 1px solid #7293BE;
	background: #DDEFF4;
}
.selup {
	background: #CDDFF4;
}
.toolbar-btn, .toolbar button, .toolbar input.button {
	border: 1px solid #7293BE !important;
	background: #CDDFF4           !important;
}
.toolbar-btn:hover, .toolbar button:hover, .toolbar input.button:hover {
	background: #EBF3FD           !important;
}
/*
.toolbar button {
	border: 0px solid #7293BE;
	background: transparent;
	padding: 2px;
}
*/
/* Toolbar pulldown menu */
.menuon {
	background: #EBF3FD;
	color: #303030;
	cursor: pointer;
}
a.menuon:hover, .menuon * {
	color: #FFFFFF;
	cursor: pointer;
}
.menuoff {
	background: #F0F0F0;
	cursor: pointer;
}

/* Drop down menu's special characters */
.charmenu {
	border: 1px solid #718BB7;
	display: none;
	background: #F0F0F0;
	vertical-align: middle;
	font: normal 11px tahoma, verdana, helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}
.charmenu a {
	text-decoration: none;
}
.charmenu td {
	width: 22px;
	height: 22px;
	cursor: pointer;
	text-align: center;
}
#tablemenu .dropmenu-row {
	width: 70px;
	height: 24px;
	padding: 2px;
}

/* Toolbar pulldown filter form */
.filter_form {
	border: 1px solid #718BB7;
	position: absolute;
	width: 250px;
	background: #F0F0F0;
	vertical-align: middle;
	display: none;
	font: normal 11px tahoma, verdana, helvetica, sans-serif;
}
.filter_form * {
	font: normal 11px tahoma, verdana, helvetica, sans-serif;
}
.filter_form select {
	width: 100%;
}

/* Top admin toolbar */
.toptoolbar {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	z-index: 1;
}

.toptoolbar .toolbar {
	/* display: none;*/
}
/* Top toolbar links */
.toptoolbar a {
	/* height: 18px;*/
	font-weight: normal !important;
}
.toptoolbar a:link, .toptoolbar a:visited {
	color: #303030;
	text-decoration: none;
	font-weight: normal;
}

/* Multisite selection */
a:link.menu_normal_normal0,
a:visited.menu_normal_normal0 {
	padding: 1px 5px;
	border: 1px solid #E1E8F8;
}

a:link.menu_normal_current0,
a:visited.menu_normal_current0 {
	padding: 1px 5px;
	border: 1px solid #7293BE;
	background: #CDDFF4;
}
a:hover.menu_normal_current0,
a:hover.menu_normal_normal0 {
	padding: 1px 5px;
	background: #EBF3FD;
	color: #303030;
	text-decoration: none;
	border: 1px solid #C3DAF9;
}

.admin_mode_button {
	position: absolute;
	right: 2px;
	top: 2px;
	margin: 2px;
	z-index: 1000 !important;
	width: 16px;
	height: 16px;
}


.list td.permreadtrue {
	background: #C0EEC0;
}
.list td.permreadfalse {
	background: #EEC0C0;
}

.icon {
	width: 16px;
	height: 16px;
}
.tab .icon {
	vertical-align: middle;
}

.list td.inpublicationtrue {
	background: green;
}
.list td.inpublicationfalse {
	background: red;
}

.refreshcaptcha {
	margin-right: 5px;
	vertical-align: top;
	width: 150px;
}

#captchaimg {
	border: none;
}

.langbuttonNLNL, .langbuttonENGENG {
	background: #5BB8D9;
}

.printr {
	margin: 5px;
	padding: 2px;
	border: 1px dashed black;
	font-family: monospace;
	font-size: 9pt;
	text-align: left;
	clear: both;
	background: #FFFFFF;
	color: #303030;
	width: auto;
	white-space: pre;
}
.printr * {
	font-family: monospace;
}

.hosting-co2-neutral {
	text-align: right;
}
.hosting-co2-neutral img {
	width: 64px;
	height: 34px;
}

.wholepage-empty {
	background: #FFFFFF;
	margin: 0;
}

/* ControlPanel */
.permission_true {
	background: #90EE90;
}
.permission_false {

}

.hide-element {
	visibility: hidden;
	display: none;
}

/* Diff styles */
del {
	background-color: #FFCCCC;
}
ins {
	background-color: #CCFFCC;
	text-decoration: none;
}

/* First news category on one line */
.news_category1 {
	float: none !important;
	margin-right: 3em;
}
.news_category {
	float: left;
	clear: both;
}
#Google_Maps { 
	margin-top : 1em;
}
#Google_Maps * { 
	box-sizing : content-box;
	-moz-box-sizing : content-box;
}

.livesearch-results-container {
	text-align: left;
	font-size: 8pt;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.livesearch-results-container .header {
	color: #CCCCCC;
	text-align: right;
}
.livesearch-results-container ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.livesearch-results-container li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 2px 3px;
}
.livesearch-results-container .odd {
	background-color: #DDDDDD;
}
.livesearch-results-container .even {
	background-color: #FFFFFF;
}
.livesearch-results-container a {
	display: block;
}

/* UserControl */
#password {
	float: left;
}
#password-strength {
	width: 200px;
	float: left;
	margin-left: 5px;
	border: 0 solid #FFFFFF;

}
.password-strength-bar {
	padding: 1px 3px;
	display: inline-block;
	border: 0 solid #FFFFFF;
}
.password-min-char {
	/*font-style: italic;*/
}
.password-used-earlier {
	display: none;
}

/* Admin pulldown menu */
.admin_menu {
	width: 180px;
	/*width: auto;*/
	margin: 2px;
	padding: 2px;
}
.admin_menu * {
	white-space: nowrap;
	font-size: 11px;
	font-weight: normal;
}

.admin_submenu {
	width: auto;
	margin: 2px;
	border: 1px solid #718BB7;
	padding: 2px;
	display: none;
	background: #F0F0F0;
	position: absolute;
	left: 180px;
	margin-top: -20px;
}

ul#adminmenu {
	position: relative;
	z-index: 10;
	display: inline;
}
ul#adminmenu ul {
		border: 1px solid #718BB7;

}
ul#adminmenu li {
	float: left;
}

ul#adminmenu li a {
	display: block;
	padding: 3px 3px 3px 5px;
}
ul#adminmenu li:last-child a {
	border-right: none;
}

/* Doesn't work in IE */
ul#adminmenu li:hover,
ul#adminmenu li.hover {
	position: relative;
}
ul#adminmenu ul {
	width: 180px;
	position: absolute;
	top: 100%;
	left: 0;
}
ul#adminmenu ul li {
	float: none;
}
/* IE 6 & 7 Needs Inline Block */
ul#adminmenu ul li {
	border-right: none;
	width: 100%;
	display: inline-block;
}

ul#adminmenu ul ul {
	left: 100%;
	top: 0;
}
ul#adminmenu li:hover > ul,
ul#adminmenu li.hover > ul {
}

ul#adminmenu, ul#adminmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#adminmenu ul a {
	background: #F0F0F0;
	border: 0 solid #C3DAF9;
}
#adminmenu a.hassub {
	background: #F0F0F0 url(/image/shared/default/icons/has_sub1.gif) no-repeat right center;
}
#adminmenu a:link, #adminmenu a:visited {
	color: #303030;
}
#adminmenu a:visited {
	text-decoration : none;
}
#adminmenu a:hover {
	background-color: #EBF3FD;
	color: #303030;
	text-decoration: none;
	border: 1px solid #C3DAF9;
	padding: 2px 2px 2px 4px;
}


.popuptable {
	padding: 10px;
}

.tab-pane {
	height: 400px;
}
.gallery {
	overflow: auto;
	height: 330px;
	border: 1px solid black;
	background: #E0E0E0;
	color: #303030;
}
.thumbnail-text {
	margin: 0 auto;
	font-size: 8pt !important;
	text-align: left;
}

.gallery table {
	border-collapse: separate;
	width: 100%;
}
.gallery td {
	border: 1px outset white;
}

.gallery ul {
	display: block;
	margin: 0;
	padding: 0;
}
.gallery li {
	display: block;
	margin: 0;
}

.thumbnail {
	border: 2px inset white;
	text-align: center;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 3px;
	overflow: hidden;
}

.thumbnail table {
	width: 100%;
	height: 100%;
}

.thumbnail td {
	border: 0px solid black;
}

.thumbnail * {
	padding: 0px;
	margin: 0 auto;
	vertical-align: middle;
}

.thumbnailcell, .thumbnailcellselected {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
	float: left;
	width: 25%;
}

.thumbnailcell {
	background-color: #F0F0F0;
	color: #303030;
}
.thumbnailcellselected {
	background-color: #CDDFF4;
	color: #303030;
}

.image-file-size {
	float: right;
}

.bordertable td  {
	vertical-align: middle;
}

/* Make specific for image popup container @todo
.buttonrow {
	position: absolute;
	bottom: 25px;
	right: 15px;
	z-index: 10;
}
*/
.sitemap-default ul.sitemap-level-1,
.sitemap-default ul.sitemap-level-1 ul {
	list-style-type: none;
	background: url(/image/shared/default/icons/menu_bar.gif) repeat-y;
	margin: 0;
	padding: 0;
}
.sitemap-default ul.sitemap-level-1 ul {
	margin-left: 10px;
}
.sitemap-default ul.sitemap-level-1 li {
	margin: 0;
	padding: 0 19px;
	background: url(/image/shared/default/icons/menu_tee.gif) no-repeat;
}
.sitemap-default ul.sitemap-level-1 li.last {
	background: #fff url(/image/shared/default/icons/menu_corner.gif) no-repeat;
}

.footer-sitemap {
	display: none;
}
.footer-sitemap ul {
	list-style-type: none;
	padding-left: 10px;
}
.footer-sitemap .sitemap-level-1 {
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 120px;
}
.footer-sitemap .sitemap-level-1 li {
	width: 20%; /* 5 items */
	display: block;
	float: left;
	padding-left: 0;
	margin-left: 0;
}
.footer-sitemap .sitemap-level-1 li li {
	width: auto;
	display: list-item;
	float: none;
}

.input-date {
	background: url(/image/shared/default/icons/calendar.png) no-repeat top right;
	cursor:pointer;
}
.ui-datepicker {
	z-index: 2;
}

.prikbord_form_label {
	width: 45px;
}
#prikbord_form_naam,
#prikbord_form_publ,
#prikbord_form_title {
	width: 150px;
	border: 1px inset #E1E1DE;
}
#prikbord_form_bericht {
	width: 100%;
	border: 1px inset #E1E1DE;
}

.pb_submit {
	text-align: right;
}
.pb_submit input {
	background: #C2CAD4;
	border: 1px solid #84929C;
}

.prikbord_item {
	float: left;
	width: 230px;
	margin-right: 7px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	position: relative;
	min-height: 147px;
}
* html .prikbord_item {
	height: 147px;
}
.pb_item_header {
	padding: 0px 5px;
	font-size: 12px;
	font-weight: normal;
	color: #907765;
	margin-bottom: 1px;

}
.pb_item_datum {
	float: right;
}
.pb_item_content {
	padding: 5px;
}
.pb_item_delete {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.whoiswho {
	padding: 5px;
}
.whoiswho {
	height: 110px;
}
.whoiswho .paragraphimageleft {
	width: 74px;
}