/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24 {width:950px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:18px!important;}
input.span-2, textarea.span-2 {width:58px!important;}
input.span-3, textarea.span-3 {width:98px!important;}
input.span-4, textarea.span-4 {width:138px!important;}
input.span-5, textarea.span-5 {width:178px!important;}
input.span-6, textarea.span-6 {width:218px!important;}
input.span-7, textarea.span-7 {width:258px!important;}
input.span-8, textarea.span-8 {width:298px!important;}
input.span-9, textarea.span-9 {width:338px!important;}
input.span-10, textarea.span-10 {width:378px!important;}
input.span-11, textarea.span-11 {width:418px!important;}
input.span-12, textarea.span-12 {width:458px!important;}
input.span-13, textarea.span-13 {width:498px!important;}
input.span-14, textarea.span-14 {width:538px!important;}
input.span-15, textarea.span-15 {width:578px!important;}
input.span-16, textarea.span-16 {width:618px!important;}
input.span-17, textarea.span-17 {width:658px!important;}
input.span-18, textarea.span-18 {width:698px!important;}
input.span-19, textarea.span-19 {width:738px!important;}
input.span-20, textarea.span-20 {width:778px!important;}
input.span-21, textarea.span-21 {width:818px!important;}
input.span-22, textarea.span-22 {width:858px!important;}
input.span-23, textarea.span-23 {width:898px!important;}
input.span-24, textarea.span-24 {width:938px!important;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* source/openmercury-screen.css */
body {font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
.information {padding:.8em;margin-bottom:1em;border:2px solid #ddd;background:#c6e3f2;color:#092144;border-color:#80a3d8;}
.information a {color:#092144;}
#content {font-size:110%;}
#header {margin:0 0 0 0;}
#websitetitle {padding:1em 0;}
.strikethrough {text-decoration:line-through;}
#breadcrumb {margin-top:1em;margin-bottom:1em;}
.quotation cite {float:right;font-size:11px;font-weight:bold;margin-bottom:15px;}
#content .rtf, #content .downloads, #content .hr, #content .photogallery, #content .quotation, #content .full-width, #content .youtube, #content .googlemaps, #content .flash {margin-bottom:22px;}
#content .backtotop a {color:#666;font-size:11px;text-decoration:none;}
#content .backtotop a {color:#333;}
.photo img {border:1px solid #CCC;display:block;}
.photo {text-align:center;}
.float-right {float:right;margin-left:10px;}
.float-left {float:left;margin-right:10px;}
.photo .photocaption {color:#999999;font-size:10px;}
.photo a {text-decoration:none;}
.full-width {clear:both;}
.full-width img {margin:0 auto;}
#content div.photogallery a img {border:0 none #FFFFFF;}
#content div.photogallery a {border:0;float:left;margin-bottom:5px;margin-right:5px;padding:0;}
#content div.photogallery {clear:both;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:20px 0 20px 0;padding:10px 10px 0 10px;}
.youtube {text-align:center;}
.sorting {margin-top:-3em;}
.sorting .up {background:url(../img/arrow-090-medium.png) no-repeat 0 50%;padding-left:20px;}
.sorting .down {background:url(../img/arrow-270-medium.png) no-repeat 0 50%;padding-left:20px;}
.filtering {padding:1em 0;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;margin:0 0 1em 0;}
.filtering span {font-size:75%;}
ul.eventdate li {background:url(../img/calendar-small.png) no-repeat 0 50%;list-style:none;padding-left:15px;font-weight:bold;}
ul.eventdate li.strikethrough {font-weight:normal;}
.box {padding:1em;margin-bottom:1em;}
.box ul {list-style:none;margin:0;padding:0;}
.box ol {margin:0;padding:0;list-style-position:inside;}
.box ul ul {list-style:disc;margin:0 0 0 20px;}
.box ul ul li {padding:1px 0;}
.box ul ul ul {margin-bottom:0;}
.box p.go {font-size:0.9em;margin-bottom:0;text-align:right;}
.tagcloud .level1 {font-size:85%;}
.tagcloud .level2 {font-size:100%;}
.tagcloud .level3 {font-size:125%;}
.tagcloud .level4 {font-size:150%;}
.tagcloud .level5 {font-size:200%;}
.tagcloud a {text-decoration:none;}
.tagcloud a:hover, .tagcloud a:active {font-weight:bold;}
#rightcolumn .flash {text-align:center;}
.flickr ul {padding:0;margin:0;list-style:none;}
.flickr li {float:left;margin:0 7px 2px 0;}
.flickr li img {height:75px;width:75px;}
#rightcolumn .image .cont {text-align:center;}
.flexbox .img {margin-bottom:1em;text-align:center;}
.twitter ul {margin-left:5px;padding:0;}
.twitter ul li {padding-bottom:10px;clear:both;}
.twitter ul li span.author {font-weight:bold;font-size:11px;}
.twitter ul li span.author a {text-decoration:none;}
.events ul {margin-left:5px;padding:0;}
.events ul li a {text-decoration:none;}
.events ul li {font-weight:bold;margin-bottom:10px;}
.events ul li span.date {font-size:11px;font-weight:normal;}
.calendar .next {float:right;}
.calendar .prev {float:left;}
.calendar caption {font-size:1.5em;line-height:1;text-align:center;}
.calendar th {border-bottom:1px solid #F3F3F3;border-right:1px solid #F3F3F3;color:#333;font-weight:bold;height:20px;line-height:20px;padding:0;text-align:center;width:14%;}
.calendar td {background:#F9F9F9;border-bottom:1px solid #F3F3F3;border-right:1px solid #F3F3F3;padding:0;vertical-align:middle;height:25px;line-height:25px;}
.calendar td span {background:#FFFFFF;color:#666;display:block;height:25px;line-height:25px;text-align:center;}
.calendar td a {background:#FFFFFF;display:block;font-weight:bold;height:25px;line-height:25px;text-align:center;}
.calendar td.current span, .calendar td.current a {background-color:#FFF601;}
.calendar td.selected span, .calendar td.selected a {background-color:#C00;color:#FFF;}
table.calendar {margin:0;}
#shareable ul {margin:0 0 20px 10px;}
#shareable li {background:url(../../../../admin/images/tree/finger_point.png) no-repeat 0 50%;list-style:none;padding-left:20px;}
#shareable li.twitter {background-image:url(../../../admin/images/tree/twitter.png);}
#shareable li.facebook {background-image:url(../../../admin/images/tree/facebook.png);}
#shareable li.hyves {background-image:url(../../../admin/images/tree/hyves.png);}
#shareable li.stumbleupon {background-image:url(../../../admin/images/tree/stumbleupon.png);}
#shareable li.linkedin {background-image:url(../../../admin/images/tree/linkedin.png);}
#shareable li.mail {background-image:url(../../../admin/images/tree/mail.png);}
#shareable li.twitthis {background-image:url(../../../admin/images/tree/twitter.png);}
#shareable li.google {background-image:url(../../../admin/images/tree/google.png);}
#shareable li.delicious {background-image:url(../../../admin/images/tree/delicious.png);}
#shareable li.digg {background-image:url(../../../admin/images/tree/digg.png);}
.shareable li {background:url(../../../admin/images/tree/finger_point.png) no-repeat 0 50%;list-style:none;padding-left:20px;}
.shareable li.twitter {background-image:url(../../../admin/images/tree/twitter.png);}
.shareable li.facebook {background-image:url(../../../admin/images/tree/facebook.png);}
.shareable li.hyves {background-image:url(../../../admin/images/tree/hyves.png);}
.shareable li.stumbleupon {background-image:url(../../../admin/images/tree/stumbleupon.png);}
.shareable li.linkedin {background-image:url(../../../admin/images/tree/linkedin.png);}
.shareable li.mail {background-image:url(../../../admin/images/tree/mail.png);}
.shareable li.twitthis {background-image:url(../../../admin/images/tree/twitter.png);}
.shareable li.google {background-image:url(../../../admin/images/tree/google.png);}
.shareable li.delicious {background-image:url(../../../admin/images/tree/delicious.png);}
.shareable li.digg {background-image:url(../../../admin/images/tree/digg.png);}
#footer #powered {float:right;}
.vcard .adr {display:inline;}
#comments {padding:22px 0 0 0;}
#comments, #comments input, #comments textarea {font-size:13px;line-height:18px;}
#comments code {font-size:12px;line-height:18px;}
#comments h3 {font-family:Arial, sans-serif;font-size:15px;font-weight:bold;line-height:22px;padding:0 0 18px 0;}
#comments-list {padding:0 0 18px 0;}
#comments-list ol, #comments-list ul {list-style:none;margin:0;padding:0;}
#comments-list ol {border:1px solid #ccc;border-bottom:none;margin:0 0 18px 0;}
#comments-list li {background:#fafafa;border-bottom:1px solid #ccc;padding:18px 1.5em 0 1.5em;position:relative;}
#comments-list li.alt {background:#fff;}
#comments-list li.bypostauthor {background:#FFFFCC;}
#comments-list ul li {border:1px solid #ccc;margin:0 0 18px 0;}
#comments-list li .avatar {position:absolute;top:22px;left:1.5em;width:36px;height:36px;}
#comments-list .comment-author {font-weight:bold;padding:9px 0 0 46px;font-size:120%;}
#comments-list .comment-meta {color:#666;font-size:11px;padding:0 0 9px 46px;}
.comment-reply-link {font-size:11px;padding:0 0 18px 0;text-align:right;}
#trackbacks-list .comment-content {position:absolute;left:-9000px;}
#respond {background:#fff;margin-bottom:22px;overflow:hidden;padding:18px 0 0 0;position:relative;}
#comments-list #respond {border-bottom:1px solid #ccc;margin:0 0 18px 0;padding:18px 1.5em;}
#comments-list ul #respond {border:1px solid #ccc;margin:0;}
#cancel-comment-reply {font-size:11px;position:absolute;top:18px;right:1.5em;}
#respond .required {color:#FF4B33;font-weight:bold;}
.form-section label {font-size:11px;}
.form-section input {margin:0 0 18px 0;width:98%;}
.form-section textarea {width:99%;}
#form-allowed-tags p {color:#666;font-size:11px;margin:0;}
#form-allowed-tags span {font-style:italic;}
#form-allowed-tags code {font-size:11px;line-height:normal;}
.form-submit {padding:18px 0 0 0;text-align:right;}
.subscribe-to-comments {color:#666;float:left;font-size:11px;margin:0;padding:18px 0 0 0;}
.solo-subscribe-to-comments {color:#666;font-size:11px;padding:18px 0 0 0;}
.comment_license {color:#666;clear:both;font-size:11px;margin:0;padding:18px 0 0 0;}
.edit-comment {margin-bottom:18px;}
.post-navigation {color:#666;font-size:13px;line-height:18px;margin:0px 0 22px 0;overflow:hidden;}
.post-navigation a {color:#666;font-style:italic;text-decoration:none;}
.post-navigation a:active, .post-navigation a:hover {color:#FF4B33;}
.post-navigation .meta-nav {font-style:normal;}
.nav-previous {float:left;width:50%;}
.nav-next {float:right;width:50%;text-align:right;}
#nav-above, #nav-below {width:100%;}
#nav-above {display:none;}
.paged #nav-above {display:block;padding:0 0 44px 0;}
h2.entry-title {margin-bottom:0;}
h2.entry-title a {text-decoration:none;}
h2.entry-title a:hover {text-decoration:underline;}
.entry-meta, .entry-utility {color:#666;font-size:0.9em;}
.entry-content {margin:1em 0;}
.entry-utility {margin:0 0 1em 0;}
.entry {margin:0 0 1em 0;border-bottom:1px solid #ccc;}
.paginator {font-size:11px;height:20px;line-height:20px;margin-bottom:30px;position:relative;}
.paginator a.prev, .paginator a.next {display:block;line-height:20px;position:absolute;text-decoration:none;top:0px;}
.paginator a.prev {background:url(../img/arrow-180-medium.png) no-repeat left center;left:0px;padding:0px 5px 0px 20px;}
.paginator a.next {background:url(../img/arrow-000-medium.png) no-repeat right center;padding:0px 20px 0px 5px;right:0px;}
.paginator span.num {display:block;margin-left:100px;margin-right:100px;text-align:center;}
.paginator span.num a, .paginator span.num strong {font-weight:bold;line-height:20px;margin:0px 5px;padding:0px 5px;text-decoration:underline;}
.paginator span.num strong {text-decoration:none;}
div.form-row {margin:12px 0 0 0;}
div.form-row div.form-l {margin:0 0 2px 0;}
div.form-row div.form-l label {margin:0 0 2px 0;}
div.form-row div.form-r {margin:0 0 3px 0;}
div.form-row div.form-l label {font-weight:bold;}
div.form-row div.form-r label {font-weight:normal;}
div.form-row div.form-r input.form_inputtxt {margin:0 0 0 0;}
div.form-row.input_checkbox div.form-r div.checkbox-row label {margin-left:4px;vertical-align:top;}
div.form-row.input_checkbox.single div.form-r div.checkbox-row input.form_checkbox {margin-left:10px;}
div.form-row.input_checkbox.single div.form-l {float:left;}
div.form-row.input_checkbox.single div.form-r {float:left;}
div.form-row.input_checkbox.single div.error {clear:both;}
div.form-row div.form-r select.form_dropdown {margin:0 0 0 0;}
div.form-row div.form-r textarea {margin:0 0 0 0;}
input[disabled] {background-color:#efefef;}
.button-row {margin:30px 0;overflow:hidden;zoom:1;}
.button-row .link-next {float:right;}
.button-row a, .button-row input, .order input {background:#000099;line-height:20px;color:#fff;padding:5px 10px;text-decoration:none;font-weight:bold;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:0;font-size:1em;cursor:pointer;}
#wizardprogress {background:#EFEFEF;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:1em 0;}
#wizardprogress div {text-align:center;}
#wizardprogress div.active {font-weight:bold;color:#009;}
.delivery {margin-top:1em;}
table.booleanonecol {width:100px;margin:0 auto;}
#productlist .product {margin-bottom:1em;}
#productlist .product .overviewsummary a {color:#999;text-decoration:none;font-size:0.8em;}
#productlist .product .overviewsummary a:hover {color:#000099;text-decoration:underline;}
.product-title {margin-bottom:0;font-size:1.2em;}
.product-title a {text-decoration:none;}
.product-title a:hover {text-decoration:underline;}
.price, .stock {font-weight:bold;}
.price a, .stock a {color:#222;text-decoration:none;}
form.addtocart {padding-top:1em;padding-bottom:1em;text-align:center;}
.order p {font-size:1em;text-align:center;}
.packshots {text-align:center;}
.packshots a {margin-bottom:0.5em;}
.packshots img {border:1px solid #EFEFEF;}
.quickbuy .button {margin-bottom:0;}
.product-actions {margin-bottom:1em;}
div.category, div.forum {padding:5px;}
#content div.category ul, #content div.forum ul {display:block;list-style-type:none;margin:0;padding:0;background:#FFF;}
#content div.category ul li, #content div.forum ul li {padding:0 8px;margin:0;border-top:1px solid #EFEFEF;}
div.category ul li.header, div.forum ul li.header {background:#EFEFEF;}
div.category ul li.header dl dt, div.forum ul li.header dl dd {border-left-width:0;font-family:Arial,Helvetica,sans-serif;font-size:1em;line-height:1em;margin:2px 0;padding-bottom:2px;padding-top:2px;text-transform:uppercase;}
div.category ul li.header dl dt a, div.forum ul li.header dl dt a, div.category ul li.header dl dt a:hover, div.forum ul li.header dl dt a:hover {text-decoration:none;font-weight:normal;color:#000;}
div.category ul li dl, div.forum ul li dl {overflow:hidden;position:relative;height:auto !important;background-position:10px 50%;background-repeat:no-repeat;margin:0;}
div.category ul li dl dt, div.forum ul li dl dt {display:block;float:left;width:50%;padding-left:0;padding-right:10px;background-position:5px 95%;background-repeat:no-repeat;font-weight:bold;}
div.category ul li dl dd, div.forum ul li dl dd {display:block;float:left;border-left:1px solid #FFF;padding:4px;margin-left:0;}
div.category ul li dl dd dfn, div.forum ul li dl dd dfn {display:none;}
div.category ul li dl dd.topics, div.forum ul li dl dd.topics {width:8%;}
div.category ul li dl dd.posts, div.forum ul li dl dd.posts {width:8%;}
div.category ul li dl dd.lastpost, div.forum ul li dl dd.lastpost {width:25%;}
.thread {clear:both;color:#4E4E4E;display:block;float:left;margin-bottom:10px;position:relative;width:100%;}
.thread .posthead {margin:-1px -1px 0;padding:4px 0;height:25px;background:#7192A8;color:#FFFFFF;border:1px solid #5A7F97;font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;font-size:12px;}
.thread .posthead div.date {float:left;padding-left:5px;}
.thread .posthead div.postcounter {float:right;text-align:right;padding-right:5px;}
.thread .post {clear:both;float:left;border:1px solid #C4C4C4;margin-bottom:10px;}
.thread .post .postdetails {clear:both;float:left;}
.thread .post .postdetails .userinfo {clear:both;float:left;background:#F2F6F8 none repeat scroll 0 0;width:180px;padding:5px 10px;font-size:11px;}
.thread .post .postdetails .postbody {background:#FAFAFA none repeat scroll 0 0;border-left:1px solid #EFEFEF;margin-left:200px;padding:5px 10px;}
.thread .post .postfoot {clear:both;float:left;background:#E9E9E9 none repeat scroll 0 0;width:100%;height:25px;font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;font-size:11px;font-weight:bold;line-height:normal;vertical-align:bottom;text-align:right;}

/* source/jquery-ui-tabs.css */
.ui-helper-hidden {display:none;}
.ui-helper-hidden-accessible {position:absolute;left:-99999999px;}
.ui-helper-reset {margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;}
.ui-helper-clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.ui-helper-clearfix {display:inline-block;}
* html .ui-helper-clearfix {height:1%;}
.ui-helper-clearfix {display:block;}
.ui-helper-zfix {width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0);}
.ui-state-disabled {cursor:default !important;}
.ui-icon {display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;}
.ui-widget-overlay {position:absolute;top:0;left:0;width:100%;height:100%;}
.ui-widget {font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;font-size:1.1em;}
.ui-widget .ui-widget {font-size:1em;}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;font-size:1em;}
.ui-widget-content {border:none;background:#F4F3F0
;color:#333333;}
.ui-widget-content a {color:#333333;}
.ui-widget-header {border:none;border-bottom:1px solid #CCC;background:white;}
.ui-widget-header a {color:#ffffff;}
#content .ui-state-default, .ui-widget-content .ui-state-default, .ui-state-default, .ui-widget-content .ui-state-default {border-top:1px solid #CCC;border-right:1px solid #CCC;background:#FFF url(../img/tab.png) repeat-x 0 0;font-weight:bold;color:#1c94c4;}
#content .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {color:#242424;text-decoration:none;}
#content .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {background:white;border-top:1px solid #CCC;border-right:1px solid #CCC;top:1px;}
#content .ui-state-active, .ui-widget-content .ui-state-active, .ui-state-active, .ui-widget-content .ui-state-active {border:none;background:#FFF url(../img/tab-in.png) repeat-x 0 0;font-weight:bold;color:#eb8f00;}
#content .ui-widget :active, .ui-widget :active {outline:none;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border:1px solid #fed22f;background:#ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;color:#363636;}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {color:#363636;}
.ui-state-error, .ui-widget-content .ui-state-error {border:1px solid #cd0a0a;background:#b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#ffffff;}
.ui-state-error a, .ui-widget-content .ui-state-error a {color:#ffffff;}
.ui-state-error-text, .ui-widget-content .ui-state-error-text {color:#ffffff;}
.ui-priority-primary, .ui-widget-content .ui-priority-primary {font-weight:bold;}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {opacity:.7;filter:Alpha(Opacity=70);font-weight:normal;}
.ui-state-disabled, .ui-widget-content .ui-state-disabled {opacity:.35;filter:Alpha(Opacity=35);background-image:none;}
.ui-icon {width:16px;height:16px;background-image:url(images/ui-icons_222222_256x240.png);}
.ui-widget-content .ui-icon {background-image:url(images/ui-icons_222222_256x240.png);}
.ui-widget-header .ui-icon {background-image:url(images/ui-icons_ffffff_256x240.png);}
.ui-state-default .ui-icon {background-image:url(images/ui-icons_ef8c08_256x240.png);}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image:url(images/ui-icons_ef8c08_256x240.png);}
.ui-state-active .ui-icon {background-image:url(images/ui-icons_ef8c08_256x240.png);}
.ui-state-highlight .ui-icon {background-image:url(images/ui-icons_228ef1_256x240.png);}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image:url(images/ui-icons_ffd27a_256x240.png);}
.ui-menu {list-style:none;padding:2px;margin:0;display:block;}
.ui-menu .ui-menu {margin-top:-3px;}
.ui-menu .ui-menu-item {margin:0;padding:0;width:100%;}
.ui-menu .ui-menu-item a {text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {margin:-1px;}
#content .ui-tabs, .ui-tabs {position:relative;padding:none;zoom:1;}
#content .ui-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-nav {margin:0;padding:0;}
#content .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li {list-style:none;float:left;position:relative;top:1px;margin:0;border-bottom:0 !important;padding:0;white-space:nowrap;}
#content .ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li a {float:left;padding:10px 15px 9px 15px;text-decoration:none;font-weight:bold;font-size:17px;color:#333;}
#content .ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li.ui-tabs-selected {margin-bottom:0;padding-bottom:1px;border-top:1px solid #CCC
;border-right:1px solid #CCC;}
#content .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {cursor:text;color:#4C4C4C;}
#content .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {cursor:pointer;}
#content .ui-tabs .ui-tabs-panel, .ui-tabs .ui-tabs-panel {display:block;border:0;padding:10px;background:#FFF;}
#content .ui-tabs .ui-tabs-panel p a, .ui-tabs .ui-tabs-panel p a {text-decoration:none;}
#content .ui-tabs .ui-tabs-hide, .ui-tabs .ui-tabs-hide {display:none !important;}
ul.ui-tabs-nav li a.first {border-left:1px solid #CCC;}

/* source/acerta-screen.css */
body {margin:0;padding:0;font-family:Arial, Helvetica, sans-serif;font-size:0.88em;color:#191919;}
a {color:#191919;}
html * {margin:0;padding:0;}
ul {margin:0;padding:0;}
li {margin:0;padding:0;list-style:none;list-style-image:none;list-style-position:outside;list-style-type:none;}
.float-left {float:left;margin-right:20px;margin-bottom:15px;}
a.photolink, a.imagelink {text-decoration:none;line-height:0;}
.clearer {clear:both;}
hr {margin-top:10px;margin-bottom:10px;height:1px;border:0 none;}
p {color:#4C4C4C;margin-bottom:0;padding-bottom:15px;}
input[type="checkbox"], input[type="radio"] {top:0;}
table {margin:0;}
sup {vertical-align:text-top;font-size:smaller;line-height:100%;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
div.disclaimer p {font-style:italic;font-size:12px;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
img {behavior:url("iepngfix.htc")
;}
.inputtxt {font-family:Arial, Helvetica, sans-serif;font-size:1em;}
.contact .dropdown {margin-bottom:10px;border:none;font-family:Arial, Helvetica, sans-serif;font-size:1em;width:248px;background:#fff;}
.form-row {margin-bottom:10px;display:table;width:100%;}
.form-row .form-l {text-align:left;padding-top:2px;font-weight:bold;margin-bottom:3px;}
.form-row .form-r {margin-left:0;}
.form-r .inputtxt, .form-r .dropdown, .form-r .txtarea, #contacts .dropdown, .inputtxt_zoek, .inputtxt_s {font-family:Arial, Helvetica, sans-serif;font-size:1em;background:url(../img/forms/bg_input.jpg) no-repeat 0 0;border:none;padding:2px;width:420px;}
.inputtxt_s {width:50px;}
.inputtxt_zoek {width:380px;margin-right:5px;}
.blog_item .form-r .inputtxt, .blog_item .form-r .dropdown, .blog_item .form-r .txtarea {width:300px;}
.form-r .dropdown {width:424px;}
#contacts .dropdown {width:610px;margin-bottom:10px;}
.registratie_aanmelden_box .form-r .inputtxt, .registratie_aanmelden_box .form-r .txtarea {width:400px;}
.registratie_aanmelden_box .form-r .dropdown {width:404px;}
.inputtxt_sml {width:100px !important;}
.knop-row {text-align:right;padding-right:10px;margin-bottom:10px;margin-top:10px;}
.error_txt, .error_msg {color:#f00;font-size:13px;}
.error_msg {padding-top:0;}
.mute_msg {font-size:0.8em;padding-top:2px;color:#666;}
.niv1-row, .niv2-row {display:table;width:100%;margin-bottom:5px;}
.niv1-row .form-l, .niv2-row .form-l {float:left;width:50px;text-align:right;}
.niv2-row .form-l {width:90px;}
.niv1-row .form-r, .niv2-row .form-r {margin-left:55px;font-weight:bold;}
.niv2-row .form-r {margin-left:95px;font-weight:normal;}
label strong {color:#B7B801;}
.error {color:#f00;}
.container, #breadcrumb, #main {width:930px !important;}
#rightcolumn {width:220px !important;}
#content {width:690px !important;margin-right:20px !important;padding-bottom:20px;}
#content.last {width:680px !important;margin-right:0 !important;}
#content.wide {width:930px !important;margin-right:0 !important;}
a#skipnav {position:absolute;top:-999px;left:-999px;}
a#skipnav:focus, a#skipnav:active, a#skipnav:hover {top:0;left:0;z-index:9999;background:#fff;display:block;padding:5px;text-align:center;font-weight:bold;color:#333;}
#top {background:url(../img/top.png) repeat-x left bottom transparent;height:165px;}
#logo {float:left;width:500px;height:110px;}
#logo img {margin:37px 0 0 45px;vertical-align:top;}
#logo a img {margin:36px 0 0 0px;}
#funcnav, ul#mainsite {margin:0;padding:0;border-bottom:1px solid #73A8C9;display:table;width:100%;font-size:0.75em;text-transform:uppercase;}
#funcnav li, ul#mainsite li {margin:0;padding:3px 5px 3px 0;line-height:1.2;background:none;float:right;}
#funcnav li a, ul#mainsite li a {color:#fff;text-decoration:none;display:block;border-left:1px solid #FFF;font-weight:normal;font-size:10.5px;padding-left:5px;}
#funcnav li.first a, ul#mainsite li.first a {border:none;}
#zoekbox {float:right;background:#00619D url(../img/bg_zoekbox.gif) no-repeat bottom left;width:260px;min-height:50px;}
#zoekveld {background:url(../img/bg_zoekveld.gif) no-repeat 10px 5px;height:32px;position:relative;}
.inputtxt {font-family:Arial,Helvetica,sans-serif;font-size:1em;}
#zoekveld .inputtxt {border:none;position:absolute;background:transparent;width:200px;left:15px;margin:0;top:9px;}
#zoekveld .knop {position:absolute;top:7px;right:12px;}
#zoekbox.version2 {background:#00619D url(../img/bg_zoekbox2.gif) no-repeat bottom left;width:200px;}
#zoekbox.version2 #zoekveld {background:url(../img/bg_zoekveld2.gif) no-repeat 12px 11px;}
#zoekbox.version2 #zoekveld .inputtxt {width:140px;}
#mainnav1 {clear:both;margin:0;padding:0;font-weight:bold;}
#mainnav1 li {margin:0 1px 0 0;padding:0;float:left;background:none;position:relative;}
#mainnav1 li a {display:block;padding:16px 20px 20px;height:19px;background:#03619E url(../img/nav_c.jpg) repeat-x 0 0;color:#fff;font-size:16px;text-decoration:none;}
#mainnav1 li a:hover, #mainnav1 li a.in {background-position:0 -55px;color:#004B79;}
#mainnav1 li.first a {background:url(../img/nav_l.jpg) no-repeat left 0;}
#mainnav1 li.first a:hover, #mainnav1 li.first a.in {background-position:0 -55px;}
#mainnav1 li.last a {background:url(../img/nav_r.jpg) no-repeat right 0;}
#mainnav1 li.last a:hover, #mainnav1 li.last a.in {background-position:right -55px;}
#mainnav1 li ul {float:left;position:absolute;top:55px;background:#E5E5E5 url(../img/mainnav1sub.png) repeat-x left top;margin:0px;display:none;z-index:10;}
#mainnav1 li.over ul {display:block;}
#mainnav1 li ul li {background:url(../img/subnav.png) repeat-x left top;height:29px;line-height:29px;float:none;padding:0;}
#mainnav1 li ul li a, #mainnav1 li.first ul li a, #mainnav1 li.last ul li a, #mainnav1 li.over ul li a, #mainnav1 li.first.over ul li a, #mainnav1 li.last.over ul li a {background:url(../img/arrowRightGrayPadding.gif) no-repeat right 11px;padding:0 35px 0 13px;font-size:13px;color:#191919;white-space:nowrap;}
#mainnav1 li ul li a:hover, #mainnav1 li.first ul li a:hover, #mainnav1 li.last ul li a:hover {background:#74004B url(../img/arrowRightWhitePadding.png) no-repeat right 11px;color:#FFF;}
#mainnav2 {float:right;margin:19px 0 0 0;padding:0;font-weight:bold;font-size:0.9em;}
#mainnav2 li {margin:0 0 0 1px;padding:0;background:none;float:left;}
#mainnav2 li a {background:#fff;color:#000;font-size:12px;font-weight:bold;text-decoration:none;padding:10px;display:inline-block;-moz-opacity:0.75;opacity:0.75;filter:alpha(opacity=75);zoom:1;line-height:1.3;}
#mainnav2 li a:hover, #mainnav2 li a.in {-moz-opacity:1.0;opacity:1.0;filter:alpha(opacity=100);}
#breadcrumb {margin:20px 0 0 0;font-size:13px;color:#666;}
#breadcrumb a {background:url(../img/arrowRightBlue.png) no-repeat 3px 5px;padding-left:13px;font-size:13px;color:#666;text-decoration:none;}
#breadcrumb a.first {background:none;padding-left:0;}
#breadcrumb a.in {color:#191919;}
#breadcrumb a:hover {text-decoration:underline;}
#main {margin:20px 0 0 0;}
.page_nav {clear:both;padding-top:8px;margin-bottom:5px;}
.page_nav a, .page_nav a:visited {color:#191919;font-weight:bold;font-size:11px;}
.page_nav a:hover {text-decoration:none;}
.page_nav a.print {background:url(../img/icon_print.gif) no-repeat 0 1px;padding-left:20px;padding-top:1px;}
.page_nav a.send {background:url(../img/icon_send.gif) no-repeat 0 3px;padding-left:20px;padding-top:1px;}
#sitemap {background:#00619D url(../img/bg_sitemap.jpg) repeat-x bottom left;}
#sitemap .content {margin:0 auto;width:930px;display:table;height:1%;padding:20px 0 0 0;}
#sitemap .content span {display:block;float:left;width:186px;}
#sitemap .content span dl {margin-bottom:20px;}
#sitemap .content span dl.first {border:none;}
#sitemap .content span dl dt {color:#ADBAD0;text-align:left;padding:5px 20px;font-size:14px;font-weight:normal;line-height:1.2;}
#sitemap .content span dl dt a {color:#ADBAD0;text-decoration:none;}
#sitemap .content span dl dt a:hover {text-decoration:underline;}
#sitemap .content span dl dd {padding:5px 20px;background:url(../img/bull_sitemap.gif) no-repeat 10px 12px;text-align:left;margin-left:0;font-size:14px;line-height:1.2;}
#sitemap .content span dl dd a {color:#fff;text-decoration:none;}
#sitemap .content span dl dd a:hover {text-decoration:underline;}
#sitelinks {padding:17px 0 10px 0;margin:0 auto;width:950px;}
#sitelinks h2 {color:#004B79;font-size:1.2em;font-weight:bold;margin-top:0;margin-bottom:8px;padding-bottom:0;text-align:left;border-bottom:none;}
#sitelinks a:hover {background-position:0 -110px !important;}
#sitelinks a.acerta, #sitelinks a.acerta:hover {display:block;float:left;background:url(../img/nl/footer/acerta.jpg) no-repeat 0 0 !important;width:153px;}
#sitelinks a.starten {display:block;float:left;background:url(../img/nl/footer/ikwilstarten.jpg) no-repeat 0 0;}
#sitelinks a.zelfstandige {display:block;float:left;background:url(../img/nl/footer/ikbenzelfstandige.jpg) no-repeat 0 0;width:162px;}
#sitelinks a.kmo {display:block;float:left;background:url(../img/nl/footer/ikbenkmo.jpg) no-repeat 0 0;}
#sitelinks a.hr {display:block;float:left;background:url(../img/nl/footer/ikgavoorhr.jpg) no-repeat 0 0;width:160px;}
#sitelinks a.boekhouder {display:block;float:left;background:url(../img/nl/footer/ikbenboekhouder.jpg) no-repeat 0 0;width:153px;}
.fr #sitelinks a.starten {background:url(../img/fr/footer/jedebute.jpg) no-repeat 0 0;}
.fr #sitelinks a.zelfstandige {background:url(../img/fr/footer/jesuisindependant.jpg) no-repeat 0 0;width:162px;}
.fr #sitelinks a.kmo {background:url(../img/fr/footer/jedirigeunepme.jpg) no-repeat 0 0;}
.fr #sitelinks a.hr {background:url(../img/fr/footer/capsurlesrh.jpg) no-repeat 0 0;width:160px;}
.fr #sitelinks a.boekhouder {background:url(../img/fr/footer/jesuiscomptable.jpg) no-repeat 0 0;width:153px;}
#footer {padding:14px 0 9px 0;}
#footer #footerContent {float:left;clear:both;width:930px;color:#004B79;font-size:11px;font-weight:bold;margin-top:5px;}
#footer #footerContent a {color:#004B79;font-size:12px;font-weight:bold;text-decoration:underline;}
#footer #footerContent a:hover {text-decoration:none;}
#footer #footerContent p {display:block;clear:none;margin-bottom:20px;padding:0;font-size:12px;}
#footer #footerContent p.footerLeft {float:left;padding-left:0px;color:#004B79;}
#footer #footerContent p.footerRight {float:right;padding-right:0px;color:#004B79;}
div.opleidingen, div.events {background:url(../img/home2.png) no-repeat 0 top;height:190px;margin-bottom:10px;width:690px;}
div.opleidingen h1, div.events h1 {display:block;width:450px;height:41px;background:url(../img/nl/AcertaOpleidingen.gif) no-repeat 0 bottom;margin:0 0 0 240px;padding:23px 0 0 0;text-indent:-9999px;}
.fr div.opleidingen h1 {background-image
:url(../img/fr/AcertaOpleidingen.gif);}
div.opleidingen p, div.events p {float:left;color:#004B79;font-size:14px;width:300px;height:90px;line-height:1.3 !important;padding:10px 0 0 0;margin:0 0 0 240px;}
div.opleidingen a, div.events a {display:inline-block;background:url(../img/opleidingenLeft.jpg) no-repeat 0 0;float:right;margin:55px 14px 10px 0;color:#FFFFFF;font-weight:bold;font-size:14px;height:40px;padding:0 0 0 15px;text-decoration:none;text-align:center;cursor:pointer;}
div.opleidingen a span, div.events a span {display:inline-block;background:url(../img/opleidingenRight.png) no-repeat right 0;padding:0 40px 6px 0;height:34px;line-height:34px;color:#004B79;font-size:14px;font-weight:bold;}
#leftcolumn {margin:0 0 20px 0;background:url(../img/subnav_.png) no-repeat left top;min-height:424px;padding-left:0px;font-size:0.9em;width:230px !important;margin-right:20px !important;float:left;}
#leftcolumn ul.subnav, #leftcolumn ul.subnav ul {margin-bottom:0px;}
#leftcolumn ul.subnav li {margin:0px;padding:7px 0 0 0;list-style:none outside;background:url(none);border-bottom:1px solid #E0E0E0;}
#leftcolumn ul.subnav li a {font-size:13px;color:#000;text-decoration:none;line-height:150%;padding:0 15px 2px 30px;display:block;font-weight:bold;background:url(../img/subnav_arrow.gif) no-repeat 15px -86px;}
#leftcolumn ul.subnav li a:hover {text-decoration:underline;}
#leftcolumn ul.subnav li ul li {border-bottom:none;padding:4px 0px 4px 0px;}
#main #leftcolumn ul.subnav li ul li a {background:url(../img/subnav-line-off.gif) no-repeat 38px 10px;padding:0 0 0 50px;font-weight:normal;}
#leftcolumn ul.subnav li.firstin {background:url(../img/subnav_.png) no-repeat -460px 0px;}
#leftcolumn ul.subnav li.firstin a {color:#000;background:url(../img/subnav_arrow.gif) no-repeat 15px -86px;}
#leftcolumn ul.subnav li.in {background:url(../img/subnav_.png) no-repeat -460px -500px;}
#leftcolumn ul.subnav li.in a {color:#000;background:url(../img/subnav_arrow.gif) no-repeat 15px -86px;}
#leftcolumn ul.subnav li.firstsubsub {background:url(../img/subnav_.png) no-repeat -460px 0px;}
#leftcolumn ul.subnav li.firstsubsub a {background:url(../img/subnav_arrow.gif) no-repeat -215px -86px;}
#leftcolumn ul.subnav li.firstsubsub ul li.in {background:#74004B;}
#leftcolumn ul.subnav li.firstsubsub ul li.in a {color:#fff;background:url(../img/subnav-line-on.gif) no-repeat 38px 10px;}
#leftcolumn ul.subnav li.subsub {background:url(../img/subnav_.png) no-repeat -460px -500px;}
#leftcolumn ul.subnav li.subsub a {background:url(../img/subnav_arrow.gif) no-repeat -215px -86px;}
#leftcolumn ul.subnav li.subsub ul li.in {background:#74004B;}
#leftcolumn ul.subnav li.subsub ul li.in a {color:#fff;background:url(../img/subnav-line-on.gif) no-repeat 38px 10px;}
.links {clear:both;float:left;margin-right:-40px;}
.links a {display:block;background-image:url(../img/link.png);background-repeat:no-repeat;background-position:0 0;width:220px;height:85px;cursor:pointer;text-decoration:none;float:left;margin:0 10px 10px 0;}
.links a:hover {background-position:0 -85px;}
.links a.withouthover:hover {background-position:0 0;}
.links a span.title {display:block;width:205px;height:70px;padding:15px 0 0 15px;overflow:hidden;color:#85004B;font-size:18px;font-weight:bold;line-height:1.1;}
.links a:hover span.title {display:none;}
.links a.withouthover:hover span.title {display:block;}
.links a span.hover {display:none;}
.links a:hover span.hover {display:block;width:170px;height:63px;padding:12px 35px 10px 15px;overflow:hidden;color:#FFF;font-size:13px;line-height:1.2;}
body {color:#4C4C4C;}
h1 {font-size:30px;color:#CE2E95;padding-bottom:20px;margin:0;}
h2 {font-size:23px;color:#4C4C4C;padding-bottom:8px;border-bottom:1px solid #4C4C4C;margin-bottom:5px;}
body.home h2 {font-size:30px;color:#CC2C93;padding-bottom:5px;border:0;margin:0;}
h3 {font-size:14px;color:#4C4C4C;font-weight:bold;padding-bottom:8px;border-bottom:1px solid #4C4C4C;margin-bottom:5px;}
body.detail h3 {font-size:14px;color:#4C4C4C;font-weight:bold;padding-bottom:8px;border-bottom:none;margin-bottom:0;}
p {font-size:14px;color:#4C4C4C;padding:0 0 5px 0;}
#content .overzicht {display:block;float:left;clear:both;width:690px;border-top:1px solid #E0E0E0;border-bottom:1px solid #E0E0E0;margin-top:10px;margin-bottom:20px;}
#content .overzicht ul {float:left;margin-bottom:0;margin-left:0;}
#content .overzicht ul.first {margin-right:20px;}
#content .overzicht ul li {background:none;padding:0;margin-bottom:0;list-style-type:none;}
#content .overzicht ul li a {display:block;background:url(../img/arrowRightBlack2.gif) no-repeat 97% 12px;width:315px;line-height:1.2;padding:8px 10px 9px 10px;border-top:1px solid #E0E0E0;font-size:13px;font-weight:bold;color:#191919;text-decoration:none;}
#content .overzicht ul li.first a {border-top:none;}
#content .overzicht ul li a:hover {text-decoration:underline;}
p {padding:0 0 15px 0;margin:0;}
.home p {clear:both;font-size:18px;color:#333;padding-top:8px;padding-bottom:32px;line-height:1.1;}
div.buttons {float:left;clear:both;width:690px;margin-bottom:22px;}
a.button {display:inline-block;background:url(../img/buttonPurpleLeft.png) no-repeat 0 0;margin-left:0px;height:40px;padding:0 0 0 20px;text-decoration:none;text-align:right;cursor:pointer;float:right;}
a.button span {display:inline-block;background:url(../img/buttonPurpleRight.png) no-repeat right 0;height:40px;line-height:32px;padding:0 40px 0 0;color:#FFFFFF;font-weight:bold;font-size:13.5px;}
a.button.nr1 {display:block;float:left;}
a.button.nr1 span {width:280px;}
a.button.nr2 {display:block;float:right;}
a.button.nr2 span {width:280px;}
.quote {float:left;clear:both;background:url(../img/quote2.png) no-repeat 0 0;width:690px;height:127px;padding-bottom:50px;}
.quote p {padding:0 30px;font-size:13px;color:#191919;}
.quote blockquote {margin:0;}
.quote blockquote p {padding:15px 30px;font-size:34px;font-style:normal;color:#85004B;line-height:1.2;}
#rightcolumn a.banner {display:block;padding-bottom:15px;}
#rightcolumn a.banner.kalender {background:url(../img/kalender.png) no-repeat 0 0;width:220px;height:135px;text-decoration:none;}
#rightcolumn a.banner.kalender span {display:block;color:white;font-size:18px;padding:18px 15px 20px 122px;line-height:1.1;}
#rightcolumn a.banner.schrijfin {background:url(../img/schrijfin.png) no-repeat 0 0;width:220px;height:162px;text-decoration:none;}
#rightcolumn a.banner.schrijfin span {display:block;color:#191919;font-size:13px;font-weight:bold;padding:0 110px 0 15px;line-height:1.1;}
#rightcolumn a.banner.schrijfin span.title {display:block;color:#85004B;font-size:20px;font-weight:normal;padding:15px 30px 7px 15px;line-height:1.1;}
.right {float:right;}
.left {float:left;}
a.smallbutton, a.buttonnext, a.buttonprevious {display:inline-block;background:url(../img/smallButtonPurpleLeft.png) no-repeat 0 0;height:22px;line-height:22px;padding:0 0 0 15px;text-align:center;text-decoration:none;cursor:pointer;}
a.smallbutton span, a.buttonnext span, a.buttonprevious span {display:inline-block;background:url(../img/smallButtonPurpleRight.png) no-repeat right 0;height:22px;padding:0 15px 0 0;color:#FFFFFF;font-weight:bold;font-size:13.5px;}
a.buttonprevious {background:url(../img/smallButtonPurpleLeftArrow.png) no-repeat 0 0;padding:0 0 0 17px;}
a.buttonprevious span {background:url(../img/smallButtonPurpleRight.png) no-repeat right 0;padding:0 15px 0 10px;}
a.buttonnext {background:url(../img/smallButtonPurpleLeft.png) no-repeat 0 0;padding:0 0 0 15px;}
a.buttonnext span {background:url(../img/smallButtonPurpleRightArrow.png) no-repeat right 0;padding:0 27px 0 0;}
.note {clear:both;float:left;width:660px;padding:10px 10px;margin:10px 0 20px 0;background:#F3F4F4;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
.note p {color:#131313;font-size:13px;padding:0 0 0 5px;}
.note .color p {color:#85004B;font-size:15px;font-weight:bold;}
.itemOpleiding {margin-top:15px;float:left;clear:both;width:680px;}
.itemOpleiding h2 {margin-top:0;}
.itemOpleiding a.smallbutton {margin:5px 0 0 0;}
.back {margin-bottom:15px;}
.back a {display:inline-block;background:url(../img/back.png) no-repeat 0 5px;padding-left:18px;font-size:14px;font-weight:bold;color:#333;text-decoration:underline;}
.back a:hover {text-decoration:none;}
.datelisting {padding-bottom:10px !important;}
.datelisting a {color:#4C4C4C;font-weight:bold;text-decoration:none;display:inline-block;height:23px;padding:2px 9px;border:1px solid #E0E0E0;margin-right:-1px;margin-bottom:10px;}
.datelisting a.first {border-left:1px solid #E0E0E0;}
.datelisting a:hover {background-color:#E0E0E0;text-decoration:none;}
.datelisting a.active, .datelisting a.active:hover {color:#FFF;border:none;border-top:1px solid #74004B;background:url(../img/datelisting.gif) no-repeat center 0;height:33px;margin-right:0;margin-bottom:0;}
.gegevens {float:left;clear:both;width:680px;margin-bottom:15px;font-size:14px;}
.gegevens .geg {clear:both;margin-bottom:0
;}
.gegevens .geg .left {float:left;width:100px;font-weight:bold;}
.gegevens .geg .right {float:left;width:580px;}
.gegevens a {font-weight:bold;color:#004B79;}
.gegevens a:hover {text-decoration:none;}
#cal form {background:url(../img/shadow2.png) no-repeat center bottom;padding-bottom:5px;margin-bottom:15px;}
#cal form .form-row {margin:0;display:inline-block;}
#cal form .button-row {margin:0;padding:0;display:block;position:relative;top:-32px;left:420px;width:200px;}
#cal form .form-row .form-l {margin:0 0 5px 0;}
#cal form .form-row .form-r {margin:0 0 10px 0;}
#cal form select {width:395px;background:url(../img/forms/bg_input.jpg) no-repeat 0 0;border:none;height:20px;line-height:20px;font-size:13px;color:#4C4C4C;padding-top:1px;cursor:pointer;}
#cal form select option {padding:1px 0 1px 3px;}
#cal .item {float:left;clear:both;width:680px;margin-bottom:5px;}
#cal .item h2 {clear:both;font-size:1.1em;background:none;padding:1px;margin:0 0 10px 0;border:1px solid #E0E0E0;}
#cal .item h2 a {background:url(../img/bull_linkgo.gif) no-repeat scroll 99% 50% transparent;color:#4C4C4C;font-weight:bold;font-size:14px;display:block;line-height:25px;padding:0 29px 0 5px;text-decoration:none;}
#cal .item h2 a strong {color:#85004B;font-weight:bold;}
#cal .item h2 a:hover strong {text-decoration:underline;}
#cal .item .kort p {padding:0 0 5px 0;}
#cal .item .kort p a {color:#4C4C4C;text-decoration:none;}
#cal .item .kort p a:hover {text-decoration:underline;}
#cal p.go {background:url(../img/go.png) no-repeat scroll 0 0 transparent;line-height:26px !important;margin-bottom:10px;}
#cal p.go a {background:url(../img/bull_bar.gif) no-repeat scroll 99% 50% transparent;color:#FFFFFF;display:block;font-weight:bold;font-size:13px;padding-right:25px;text-align:right;text-decoration:none;width:672px;}
div.stap {background:url(../img/nl/stap.png) no-repeat 0 0;width:930px;height:45px;}
.fr div.stap {background-image:url(../img/fr/stap.png);}
div.stap.nr2 {background-position:0 -45px;}
div.stap.nr3 {background-position:0 -90px;}
div.stap.nr4 {background-position:0 -135px;}
form.stap {float:left;clear:both;width:930px;margin-top:15px;}
form.stap h1 {padding-bottom:5px;}
form.stap h2 {margin-top:10px;font-size:23px;color:#4C4C4C;padding-bottom:8px;border-bottom:1px solid #4C4C4C;margin-bottom:15px;}
form.stap .form-row {margin:10px 0 0 0;margin:5px 0 5px 0;}
form.stap .form-row label {height:20px;line-height:18px;display:inline-block;font-size:14px;font-weight:normal;}
form.stap .form-row .involved_left_column label {margin-left:7px;}
form.stap .form-row .form-l {float:left;width:200px;}
form.stap .form-row .form-r {float:left;margin:0;}
form.stap .form-row .form-r input {float:left;border:none;width:420px;height:18px;margin:0;padding:2px 3px;font-size:14px;line-height:1.2;}
form.stap .form-row .form-r input.inputcheckbox {width:25px;margin-right:3px;}
form.stap .form-row .form-r input.radiobox {width:auto;}
form.stap .form-row .form-r .involved_left_column input.radiobox {margin:0 2px 0 5px;}
form.stap .form-row .form-r span {float:left;width:420px;padding:0 3px;margin:0;}
form.stap .form-row .ajax {float:left;width:304px;text-align:right;color:#004B79;}
.error_msg {clear:both;}
form.stap .form-row .form-r select {margin:0 0 1px 0;width:426px;padding:2px;line-height:1.2;font-size:14px;}
form.stap .form-row .form-r select option {padding:0 3px;}
form.stap .form-row .form-r .checkbox-row {margin:0 0 0 20px;}
form.stap .form-row .form-r .checkbox-row input {border:none;margin:0 5px 0 5px;width:13px;padding:0;vertical-align:top;top:3px;}
form.stap .form-row .form-r .checkbox-row input.form_radio {margin-right:2px;}
form.stap .form-row .form-r .checkbox-row label {margin-left:7px;line-height:25px;cursor:pointer;}
.error {background:none;border:none;margin:0;padding:5px 0 5px 27px;}
form.stap .form-row .form-r textarea {width:418px;height:180px;margin:2px 0 1px 0;padding:2px 3px;border:1px solid #CCC;}
form.stap .button-row {float:left;clear:both;width:930px;padding:10px 0 30px 0;margin:0;}
form.stap .button-row .form-r a.buttonnext {float:right;margin-left:10px;}
form.stap .button-row .form-r a.buttonprevious {float:left;}
.ui-tabs, .ui-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-panel, .person {float:left;clear:both;width:930px;}
.ui-tabs .ui-tabs-panel {width:910px;padding:10px
;}
.person {width:910px;margin:0 0 15px 0;}
.person .buttons {float:right;width:200px;text-align:right;}
.person .buttons a.edit, .person .buttons a.remove {color:#004B79;font-size:13px;font-weight:bold;cursor:pointer;}
.person .buttons a.edit:hover, .person .buttons a.remove:hover {text-decoration:none;}
.person .item {float:left;clear:left;width:700px;}
.person .item .left {width:200px;}
.person .item .right {width:500px;}
.confirmation {padding:20px;}
.eventpaginator {border:1px solid #e0e0e0;margin:20px 0;padding:5px;overflow:hidden;}
.eventpaginator .next {float:right;margin:0;}
.eventpaginator .next a {background:url(../img/bull_arrowhead.gif) no-repeat right center;padding-right:15px;color:#333;}
.eventpaginator .prev {float:left;margin:0;}
.eventpaginator .prev a {background:url(../img/bull_arrowhead_reverse.gif) no-repeat left center;padding-left:15px;color:#333;}
.eventpaginator .numbers {text-align:center;margin:0 90px;}
.eventpaginator .numbers a, .eventpaginator .numbers strong {margin:0 3px;color:#333;}
.eventpaginator p, p.numbers {padding:0px;}
#content #tabs ul li {list-style-type:none;}
#content #tabs ul {margin-left:0px;}
#content #tabs {background-color:#ffffff;}
#content h1.event span.subtitle {color:#4C4C4C;font-size:16px;font-weight:normal;display:block;padding-top:3px;}
#notifications .error, #notifications .notice, #notifications .success, #notifications .information {border:2px solid #DDDDDD;font-size:11px;margin-bottom:1em;padding:0.8em;}
#notifications .success {background:none repeat scroll 0 0 #E6EFC2;border-color:#C6D880;color:#264409;}
#matrix {width:609px;}
#matrix .head {width:609px;height:43px;background:url(../img/dummy-matrixheader.jpg) no-repeat 0 0;padding:0 17px;line-height:43px;color:#fff;font-size:15px;font-weight:bold;}
#matrix table {width:609px;}
#matrix table, #matrix tr, #matrix td {border:0;background:#F1F2F2 none;padding:0;}
#matrix td {width:203px;height:98px;overflow:hidden;vertical-align:middle;text-align:center;background:url(../img/bg-btn.jpg) no-repeat 0 0;}
#matrix td.filled {background:url(../img/bg-btn-off.jpg) no-repeat 0 0;}
#matrix td a {color:#004B79;font-size:20px;text-decoration:none;line-height:110%;}
#matrix td.filled:hover {background-image:url(../img/bg-btn-on.jpg);}
#matrix td.hover {background-image:url(../img/bg-btn-on.jpg);}
#matrix td.filled:hover a {color:#fff;}
#matrix td.hover a {color:#fff;}
#matrix .tabel .cont {padding:0 0 5px 0;}

/* source/acerta-extra.css */
h2 {border-bottom:1px solid #A7A7A7;padding-bottom:10px;margin:10px 0 20px 0;font-size:24px;line-height:1;color:#4C4C4C;font-weight:normal;}
ul {margin-bottom:20px;list-style:none;}
ul li, .searchnav ul li.in {padding:0 0 0 20px;background:url(../img/extra/bull_default.gif) no-repeat 0 7px;margin-bottom:5px;font-size:14px;}
#content ul li {line-height:1.5;}
#content ul li ul {margin-bottom:0;margin-left:20px;}
#content ul li ul li {background:url(../img/extra/bull_default_niv2.gif) no-repeat 0 6px;list-style-type:none;padding:0 0 0 16px;}
.searchnav {display:table;width:100%;margin-bottom:10px;}
#content .searchnav ul, .searchnav ul {margin:0 0 20px 0;margin-bottom:20px !important;float:left;width:47%;margin-left:0;padding-left:15px;}
.searchnav ul li {font-weight:bold;background:url(../img/bull_default_mute.gif) no-repeat 0 5px;}
.searchnav ul li, .searchnav ul li.in {margin:0;line-height:160%;background:url(../img/bull_default.gif) no-repeat 0 5px;padding:0 20px;}
.searchnav ul li a, .searchnav ul li a:visited {color:#767676;text-decoration:none;}
.searchnav ul li.in a {color:#333;}
.searchnavbox {border:1px solid #e0e0e0;margin:20px 0;padding:5px;overflow:hidden;}
.searchnavbox .next {float:right;margin:0;}
.searchnavbox .next a {background:url(../img/bull_arrowhead.gif) no-repeat right center;padding-right:15px;color:#333;}
.searchnavbox .prev {float:left;margin:0;}
.searchnavbox .prev a {background:url(../img/bull_arrowhead_reverse.gif) no-repeat left center;padding-left:15px;color:#333;}
.searchnavbox .numbers {text-align:center;margin:0 90px;}
.searchnavbox .numbers a, .searchnavbox .numbers strong {margin:0 3px;color:#333;}
.searchnavbox p {padding:0;}
#searchres .catbox {margin-bottom:10px;}
#searchres .catbox .cont .item {padding:10px;border-bottom:1px solid #E0E0E0;}
#searchres .catbox .cont .last {border:none;}
#searchres h2 {background:url(../img/extra/bg_head_closed.jpg) no-repeat top left;padding:0 30px;line-height:30px;color:#fff;font-size:1em;font-weight:bold;margin:0;cursor:pointer;border:none;}
#searchres2 h2 {background:#ccc;padding:0 30px;line-height:30px;color:#fff;font-size:1em;font-weight:bold;margin:0;cursor:pointer;border:none;}
#searchres h2.selected {background:url(../img/extra/bg_head_open.jpg) no-repeat top left;}
#searchres h2 strong {float:right;font-weight:normal;color:#333;}
#searchres .catbox .cont h3 {border:medium none;font-size:15px;font-weight:bold;margin:0 0 5px;padding:0;}
#searchres .catbox .cont .item p.tags {margin:0;}
#searchres .catbox .cont .item p.crumbs {font-size:0.9em;margin-bottom:0;padding-bottom:0;}
#newsdetail p.tags, #webspecialopen p.tags, #searchres p.tags, #eventsdetail p.tags, #links p.tags, #opleidingendetail p.tags {font-size:0.9em;}
#content #crumb a, #content #crumb a:visited, #crumbout a, #crumbout a:visited, #searchres .catbox .cont .item p.crumbs a, #searchres .catbox .cont .item p.crumbs a:hover {background:url(../img/bull_crumb.gif) no-repeat right center;padding-right:10px;margin-right:2px;color:#666;text-decoration:none;}
.searchnav ul li a:hover, #searchres .catbox .cont .item p.crumbs a:hover {text-decoration:underline;}
.newsarchief {padding:10px 0 5px 0;}
.newsarchief ul {margin:0;padding:0;}
.newsarchief ul li {background:none;padding:0;margin:0;}
.newsarchief ul li a {display:block;padding:5px;border-bottom:1px solid #ccc;text-decoration:none;padding-left:5px;-webkit-transition:padding-left .5s ease-out;}
.newsarchief ul li a:hover {text-decoration:underline;}
.archive #searchres .catbox {width:697px;}
.archive #searchres .catbox h2 {font-weight:normal;font-size:13px;padding:0 24px;}
.archive #searchres .catbox .cont h3 {font-weight:normal;font-size:13px;background:url(../img/extra/bg_head_closed_month_930.gif) no-repeat 0 0
;line-height:28px;padding:0 24px;margin:5px 0 0 0;cursor:pointer
;}
.archive #searchres .catbox .cont h3.selected {background:url(../img/extra/bg_head_open_month_930.gif) no-repeat 0 0;}
.archive #searchres .catbox .cont .newsarchief {padding:10px 0 5px 0;}
.archive #searchres .catbox .cont .newsarchief ul {padding-left:25px;}
.archive #searchres .catbox .cont .newsarchief ul li {color:#141414;list-style:none;line-height:normal;width:900px;background:none;padding:0;}
.archive #searchres .catbox .cont .newsarchief ul li a {color:#004B79;font-weight:bold;}
.archive #searchres .catbox .cont .newsarchief ul li.last a {border:0;}
p.terug a:hover {text-decoration:underline;}
.p.terug ul li, .p.terug ul li.in {padding:0 0 0 20px;background:url(../img/bull_default.gif) no-repeat 0 7px;margin-bottom:5px;}
.error_txt, .error_msg {color:#f00;}
.error_msg {padding-top:5px;}
.knop-row {text-align:left;padding-right:10px;margin-bottom:10px;margin-top:10px;}
.gegevens .knop-row {text-align:left;}
#coll-r .flexbox_green .inschrijven .knop-row {margin:0px;padding:0px;text-align:right;position:absolute;float:right;right:0px;top:2px;}
p.terug a {display:block;background:url(../img/bull_back.gif) no-repeat left center;padding-left:15px;font-weight:bold;color:#333;text-decoration:none;}
.docs {padding:20px 0 0 0;}
#docs .item, .docs .item, #links .item, #news .item, .events .item {margin-bottom:20px;}
#docs .item, .docs .item {border:1px solid #E0E0E0;padding:10px;clear:both;float:left;}
#docs h2, #content .docs h2 {border:none;font-size:1.1em;margin:0 -10px 10px -10px;padding:0 10px 10px 10px;border-bottom:1px solid #e0e0e0;}
#content .docs h2 {background:none;line-height:100%;color:#4c4c4c;font-weight:normal !important;cursor:auto;}
#content .docs h2 strong {float:none;color:#4c4c4c;font-weight:bold;}
#docs .item p.tags, .docs .item p.tags {font-size:0.9em;margin-bottom:0;}
#docs a.download, #docs a.bestel, .docs a.download, .docs a.bestel {display:block;background:#0079C5 url(../img/extra/icon_download2.gif) no-repeat 100% 50%;color:#fff;padding:5px 28px 5px 10px !important;width:648px !important;margin:0px -10px -10px -10px;text-align:right;text-decoration:none;font-weight:bold;font-size:12px;line-height:1.2;zoom:1;}
#docs a.bestel, .docs a.bestel {background:#0079C5 url(../img/extra/icon_bestellen.gif) no-repeat 100% 50%;}
#docs a.download:hover, #docs a.bestel:hover, .docs a.download:hover, .docs a.bestel:hover {background:#0079C5 url(../img/extra/icon_download_on2.gif) no-repeat 100% 50%;}
#docs a.bestel:hover, .docs a.bestel:hover {background:#0079C5 url(../img/extra/icon_bestellen_on.gif) no-repeat 100% 50%;}
#content .catbox {float:left;clear:both;width:690px;margin-bottom:10px;}
#content .catbox h2 {background:url(../img/extra/bg_head_closed2.jpg) no-repeat top left;padding:0 30px;line-height:30px;color:#fff;font-size:14px;font-weight:bold;margin:0 0 20px;cursor:pointer;border:none;}
#content .catbox h2.selected {background:url(../img/extra/bg_head_open2.jpg) no-repeat top left;}
#docs h2, #content .docs h2 {border:none;font-size:15px;margin:0 -10px 10px -10px;padding:0 10px 10px 10px;border-bottom:1px solid #e0e0e0;}
#content .docs h2 {background:none;line-height:100%;color:#4c4c4c;font-weight:normal !important;cursor:auto;}
#content .docs h2 strong {float:none;color:#4c4c4c;font-weight:bold;}
#content ul.downloads {margin:0 0 15px 0;}
ul.downloads li {background:url(../img/extra/bull_download.gif) no-repeat 0 6px;padding:0 0 0 15px;}
a, .blog_item .txt .tags a {color:#CE2E95;text-decoration:underline;}
a:hover, .blog_item .txt .tags a:hover {text-decoration:none;}
ul.ankers {margin-bottom:20px;}
ul.ankers li {background:url(../img/extra/bull_anker.jpg) no-repeat 0 2px;margin-bottom:5px;padding:0 0 0 20px;line-height:1.5;}
.top {font-size:14px;margin-bottom:10px;text-align:right;}
.top a {padding-right:20px;color:#4C4C4C;text-decoration:none;background:url(../img/extra/bull_top.jpg) no-repeat 100% 0;}
#content ul#sitemappage {margin-left:0;}
#content ul#sitemappage li {list-style-type:none;background:none;padding:0;margin-bottom:30px;}
#content ul#sitemappage li a {color:#333;font-weight:bold;text-decoration:none;border-bottom:1px solid #E0E0E0;display:block;margin-bottom:10px;padding:4px 0;}
#content ul#sitemappage li ul {margin-left:0;}
#content ul#sitemappage li ul li {margin-bottom:3px;background:none;}
#content ul#sitemappage li ul li a {color:#CE2E95;font-weight:normal;text-decoration:underline;border:none;display:inline;background:url(../img/extra/bull_linkgo.gif) no-repeat 0 7px;padding-left:20px;}
#content ul#sitemappage li ul li a:hover {text-decoration:none;}
#content ul#sitemappage li ul li ul {margin-left:30px;margin-bottom:0;margin-top:5px;}
#content ul#sitemappage li ul li ul li a {background:url(../img/extra/bull_arrowhead.gif) no-repeat 0 7px;padding-left:15px;}
h6 {padding-bottom:5px;margin:40px 0 20px 0;color:#4C4C4C;font-size:1em;font-weight:normal;border-bottom:1px solid #A7A7A7;}
h5 {padding-bottom:10px;margin:40px 0 20px 0;color:#4C4C4C;font-size:1em;border-bottom:1px solid #A7A7A7;}
h4 {padding-bottom:10px;margin:40px 0 20px 0;color:#4C4C4C;font-size:18px;font-weight:normal;border-bottom:1px solid #A7A7A7;}
h3 {padding-bottom:10px;margin:0px 0 20px 0;color:#4C4C4C;font-size:18px;font-weight:bold;border-bottom:1px solid #A7A7A7;}
h2 {border-bottom:1px solid #A7A7A7;padding-bottom:10px;margin:20px 0 20px 0;color:#4C4C4C;font-size:24px;font-weight:normal;line-height:100%;}
#content ol {margin-left:30px;margin-bottom:20px;list-style-type:decimal;}
#content ul {margin-left:30px;margin-bottom:20px;}
#content ul li {list-style-type:disc;background:none;padding:0;}
#content ol li {line-height:150%;margin-bottom:5px;list-style-type:decimal;}
#content ol li ul li {list-style-type:disc;}
.jcarousel-container {position:relative;}
.jcarousel-clip {z-index:2;padding:0;margin:0;overflow:hidden;position:relative;width:415px;left:103px;}
.jcarousel-list {z-index:1;overflow:hidden;position:relative;top:0;left:0;margin:0;padding:0;}
.jcarousel-item {float:left;list-style:none;width:62px;height:75px;}
.jcarousel-next {z-index:3;display:none;width:14px;height:18px;background:url(../img/extra/k_right.gif) no-repeat top left;position:absolute;top:22px;left:535px;cursor:pointer;}
.jcarousel-prev {z-index:3;display:none;width:14px;height:18px;background:url(../img/extra/k_left.gif) no-repeat top left;position:absolute;top:22px;left:70px;cursor:pointer;}
.photobook {padding:50px 0;}
.photobook .imgdock {text-align:center;background:url(../img/extra/bg_sun.jpg) no-repeat 5px 50%;}
.photobook .imgdock div {background:url(../img/extra/bg_shadow.jpg) repeat-x bottom left;padding-bottom:23px;margin:0 auto;}
.carousel ul {margin:0;padding:0;}
#content .carousel ul li, .carousel ul li {background:url(../img/extra/bg_shadow.jpg) repeat-x bottom left;margin:0 8px 0 0;padding:0 0 10px 0;list-style-type:none;}
.jcarousel-next-disabled, .jcarousel-prev-disabled {display:none !important;}

/* semantic class names */
#leftcolumn {float:left;margin-right:10px;width:230px;}
#content {float:left;margin-right:10px;width:710px;}
#content.wide {margin-right:0;padding-right:0;float:left;margin-right:10px;margin-right:0;width:950px;margin-right:0;}
#breadcrumb, #main {margin-right:0;padding-right:0;float:left;margin-right:10px;margin-right:0;width:950px;margin-right:0;}
#rightcolumn {margin-right:0;padding-right:0;float:left;margin-right:10px;margin-right:0;width:230px;}
.cd, .mail, .faq, .download {margin-right:0;padding-right:0;float:left;margin-right:10px;margin-right:0;width:710px;}
#content.last {margin-right:0;padding-right:0;float:left;margin-right:10px;margin-right:0;width:710px;}

div.nologin{
	background: url(../images/bg_con_box_content.gif) repeat-x 0 0;
	margin-bottom: 10px;
	height: 1%;
}

div.nologin div{
	background: url(../images/bg_con_box_content.gif) repeat-y 100% 0;
}

div.nologin div div{
	background: url(../images/bg_con_box_content.gif) repeat-x 0 100%;
}

div.nologin div div div{
	background: url(../images/bg_con_box_content.gif) repeat-y 0 0;
}

div.nologin div div div div{
	background: url(../images/bg_con_box_tl.gif) no-repeat 0 0;
}

div.nologin div div div div div{
	background: url(../images/bg_con_box_tr.gif) no-repeat 100% 0;
}

div.nologin div div div div div div{
	background: url(../images/bg_con_box_br.gif) no-repeat 100% 100%;
}

div.nologin div div div div div div div{
	background: url(../images/bg_con_box_bl.gif) no-repeat 0 100%;
	padding: 20px;
}

/* Bronvermelding pagepart */
.container #content div.pp_source, .container #content div.pp_source p {
	font-size: 9px; 
}

.container #content div.pp_source, .container #content div.pp_source p, div.pp_source p a, div.pp_source p a:hover {
	line-height: 150%; 
	font-style: italic; 
	color: #4C4C4C;
}

.container #content div.pp_source p {
	margin-bottom: 10px;
	padding-bottom: 0;
}

/* Commentaar pagepart */
.container #content div.pp_comment {
	border: 1px solid #CCCCCC;
	color: #4C4C4C;
	/*float:left; */
	margin: 0 0 20px;
	padding: 20px 20px 0px 20px;
}

.container #content div.pp_comment h2 {
	border-bottom: none;
	color: #004B79;
	margin: 0;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
}

.container #content div.pp_comment p {
	color: #4C4C4C;
	font-size: 14px;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 0;
}

#matrix .tabel .cont { padding:0 0 5px 0; }

#content div.indent { border-left:#F4F4F4 15px solid; padding-left:25px; }
#content div.indent h5 { color:#004B79; }
#content div.indent a:visited { color:#4C4C4C; }

.alt{ display: none; }

#content div.complaintsheader {margin-bottom: 15px;}
#content div.complaintsheader h2 {text-align: center; background:url(../images/bg_head.jpg) no-repeat top left;padding:0 30px;line-height:30px;color:#fff;font-size:1em;font-weight:bold;margin:0;cursor:pointer;border:none;}
#content #searchres .catbox h2 { margin-bottom: 0; }
#content #searchres .catbox h2.selected { margin-bottom: 15px; }

#searchres div.catbox a { text-decoration:none; }

div.page_nav { margin-bottom: 20px; margin-top: 60px !important; }
div.socialwidgets {	float: left; }
div.socialwidgets div.socialbutton { margin-top:0; padding-top:0; float:left; margin-right:0px; }
div.socialwidgets #share-twitter, #share-facebook, #share-linkedin { width: 110px; }
div.pageactions { float: right; line-height: 150%; }

ol li {
	list-style: decimal outside none;
}
