* { padding: 0; margin: 0; }
body { font-family: sans-serif; line-height: 1.3; background-color: #C5BCAA; }
a { color: #0000FF; }
a:hover { color: #000000; }
.top-menu { background-color: #333333; padding: 4px 8px; border-bottom: 2px solid #666666; }
.top-menu ul {}
.top-menu ul.right { position: absolute; right: 0; top: 0; padding: 4px 8px; }
.top-menu ul li { list-style-type: none; display: inline; margin: 0 4px; }
.top-menu ul li a { color: #F6F6F6; text-decoration: none; }
.top-menu ul li a.active { font-weight: bold; }
.top-menu ul.right li a.inactive { color: #666666; }
.top-menu ul li a:hover { color: #FFFFFF; }
.switch-to { margin: 0 20px; background-color: #F6F6F6; padding: 5px 10px 5px 10px; border: 0 none; }
.switch-to legend { display: none; }
.switch-to input.text { width: 200px; padding: 2px; }
.switch-to input.submit { padding: 3px; width: auto; }
.filters { margin: 20px; background-color: #F6F6F6; padding: 40px 10px 10px 10px; border: 0 none; position: relative; }
.filters legend { color: #044C29; font-weight: bold; position: absolute; top: 15px; }
.filters .row { margin: 3px 20px 3px 0; width: 200px; float: left; height: 50px; }
.filters .row label { float: left; width: 150px; }
.filters .row select { width: 200px; padding: 2px; }
.filters .row input { width: 200px; padding: 2px; }
.filters .row.nav { clear: both; float: none; height: auto; }
.filters .row.nav input { padding: 3px; width: auto; }
.form { margin: 20px auto; background-color: #F6F6F6; padding: 40px 10px 10px 10px; border: 0 none; position: relative; }
.form legend { color: #044C29; font-weight: bold; position: absolute; top: 15px; }
.form .row { margin: 3px 0; }
.form .row label { float: left; width: 170px; }
.form .row select { width: 300px; }
.form .row input { width: 300px; }
.form .row input.checkbox { width: auto; }
.form .row.nav { cleat: both; margin-top: 20px; }
.form .row.nav input { padding: 3px; width: auto; }
.table-container { margin: 20px; }
.table-large { width: 100%; border-collapse: collapse; background-color: #FFFFFF; }
.table-large thead { }
.table-large thead tr th { background-color: #F6F6F6; color: #167F39; padding: 3px; border: 1px solid #A0A0A0; }
.table-large thead tr th .sorting { display: block; width: 40px; margin: 0 auto; }
.table-large thead tr th .sorting span { display: inline-block; height: 16px; width: 16px; vertical-align: middle; }
.table-large tbody { }
.table-large tbody tr td { padding: 3px; border: 1px solid #A0A0A0; }
.table-large tbody tr td span { white-space: nowrap; }
.table-large tfoot tr td { padding: 3px; text-align: center; }
.table-large tfoot tr td span { margin: 0 5px; }
.table-summary {}
.table-summary th { text-align: left; padding: 3px; }
.table-summary td { text-align: left; padding: 3px; }
.uitslag-positief { color: #FF0000; }
.uitslag-verdacht { color: #FF9900; }
.uitslag-negatief { color: #167F39; }
.document { margin: 20px; background-color: #FFFFFF; padding: 10px; }
.error { color: #FF0000; }
.msg { color: #00497F; border: 2px solid #147ECB; background-color: #C2CCFF; padding: 4px 8px; }
.sideimage { float: right; }
.footer { text-align: center; margin: 10px 0 30px 0; }
body .ui-widget { font-size: 0.8em; }