/* GENERIEKE HTML ELEMENTEN */

/* ALGEMEEN */
body,a,h1,legend,label {font-family: Arial, sans-serif !important; font-size: 14px !important; font-weight: 400; color: #666;}
.validation-summary-errors * {color:#ff0000;}
h1 { font-size: 16px; font-weight:bold; }

.logo-image {
	background:url('https://www.tangram-tis.nl/custom/tod/tod_wob.png') no-repeat scroll 0px 5px transparent;
	width:145px;
	height:50px;
	float:left;
}

/* use client's own background color for header on small screen */
@media (max-width:850px) {
  .header-container { background: #80726F; }
}

body, .ui-widget, table.data-table th {
    font-family: Arial, sans-serif !important;
}


a:link, a:visited, legend.collapsible {
    color: #e2007a; text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.nav-main ul.right li.printLi {
    display: none;
}