/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Kapoentje Theme
Author : Peter Termaten
Version: 1.0
Date   : 2008/01/18
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font: 76%/1.8em "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0 0 10px;
    color: #000000;
}
body.sgl {
    background-color: #FFF;
    text-align: center;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #5353AB;
    text-decoration: none;
}
a:hover {
    color: #5353AB;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

/*
======================Global layout==========================*/
#outer-wrapper {
    max-width: 1000px;
    clear: both;
    width: 1000px;
    margin: 10px auto 0;
    text-align: left;
}
#header {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 996px;
    /* 996 is for mainWrapper width - borders width : 1000 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================3 Cols ============================*/
#middleCol {
    float: left;
    background: #FFF;
    height: 380px; /* Sets min height for IE */
}
html > body #middleCol {
    /* Sets min height for gecko */
    height: auto;
    min-height: 380px;
}

#middleCol .inner {
    padding: 0px 9px;

}
#layout-3Cols #middleCol {
    width: 594px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 794px;
}
#layout-rightCol #middleCol {
    width: 794px;
}
#layout-noCols #middleCol {
    width: 994px;
}
#leftCol {
    float: left;
    width: 200px;
}
#leftCol .inner {
    margin: 2.4em 0 4px 0;
    margin: 0.8em 0 4px 0;
    padding-top: 2.2em;
    padding-top: 0;
   /* z-index: 2;
    position: relative;   */
}
/*#leftCol .uvw-left {
     z-index: 1;
     position: absolute;

}  */
#rightCol {
    float: right;
    width: 200px;
}
#rightCol .inner {
    margin: 2.4em 4px 4px 4px;
    padding-top: 0;
}

/*
=========================Header===============================*/
#header {
   border: 1px solid #BBBBBB;
   border-bottom: none;
   margin: 0 2px 0 2px;
}

#header .login {
    position: absolute;
    top: 5px;
    right: 8px;
    color: #5353AB;
    font-weight: bold;
    font-size: 0.8em;
}
#header .wrapLeft {

}
#header .wrapRight {

}
#header .wrap {
    position: relative;
    background: #FFF;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

#logo-banner-left {
    float: left;
    width: 795px;
    height: 160px;
    margin-left: 2px;
    border-left: 1px solid #BBBBBB;
    background: #FFF url('http://www.onskapoentje.nl/themes/onskapoentje/images/kapoentje_header_left.gif') no-repeat;
}
#logo-banner-left .logo{
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
#logo-banner-left .kop1{
    margin-top: 60px;
    margin-left: 130px;
}
#logo-banner-right {
    float: left;
    width: 199px;
    height: 160px;
    border-right: 1px solid #BBBBBB;
    background: #FFF url('http://www.onskapoentje.nl/themes/onskapoentje/images/kapoentje_header_right.gif') no-repeat;
}
#logo-banner-right .kop2{
    margin-top: 120px;
    margin-left: 40px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    background: #FFF;
    margin: 0 2px 0 2px;
}
#inner-wrapper .inner-container {
    border: 1px solid #BBBBBB;
    border-top: none;
    background: #FFF url('http://www.onskapoentje.nl/themes/onskapoentje/images/backgrounds/kapoentje_inner.gif') repeat-y;
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #F1F1F1;
    border: 2px solid #F1F1F1;
    border-top: none;
    font-family: arial;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #66A326;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.2em;
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #DDDDDD;
    color: #DDDDDD;
}

h2 {
    margin-top: 0.5em;
    font-size: 1.1em;
}
ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 1.0em;
    list-style-position: outside;
    list-style-image: url('http://www.onskapoentje.nl/themes/onskapoentje/images/bullet.gif');
}
li {
    padding-left: 0.5em;
}

/*
===============Generic columns presentation===================*/
.two-cols {
    height: 100%;
    overflow: hidden;
}
.two-cols .col {
    float : left;
	width : 49%;
	margin-left : 1%;
}
.two-cols .first {
	width : 50%;
	margin-left : 0;
}

/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: 1px solid #BBBBBB;
}
fieldset h3 {
    font-size: 1em;
    color: #DDDDDD;
}
legend {
    margin-left: 1em;
    padding: 0 5px;
    color: #BBBBBB;
}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
    background: #EEF7D4;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #DDDDDD;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 9px;
    line-height: 13px;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 100%;
}
textarea {
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

#content input.text, #content select.select, #content textarea.textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    background-color: #F1F1F1;
}

input.text {
    padding: 2px 2px;
}
form label {
    position: relative;
    font-weight: bold;
    color: #5353AB;
    margin-right: 1em;
}
.required {
    color: #FF3300;
}
form label .required {
    position: absolute;
    left: 9.5em;
    top: 0;
}

/* SIZES */
.third {
	width:32% !important;
}
.half {
	width:48% !important;
}
.full {
	width:100% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.large {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.button {
    font-size: 110%;
    margin-right: 5px;
    /*border: 1px solid #666;*/
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide {
    margin-left: 5em;
    margin-top: 1em;
}
dl.onSide dt {
    float: left;
    width: 10em;
}
dl.onSide dd{
    margin-left: 11em;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
======================No forms layout=========================*/
div.fieldsetlike { /*
--------------------- as some pages don't use forms/fieldsets
- e.g. user/profile, we have to put data in a fieldset like
- div to have same render ------------------------------------*/
    padding: 10px 0;
}
div.fieldsetlike h3 {
    font-size: 1em;
    color: #DDDDDD;
}

/*
==================Default Tables Styling======================*/
/*  In a transition period, we'll use a sglTable class to style tables
    Everyone is encouraged not to use tables for layout purposes
    TODO: remove this when all layout tables have been replaced */
.wide {
    width: 60%;
}
.large {
    width: 85%;
}
table {
    margin: 0 0 1em;
    border-collapse: collapse;
    font-size: 1em;
}
table .nowrap {
    white-space: nowrap;
}
.sglTable td, .sglTable th {
    border-width : 0 0 1px 0;
	border-style : solid;
	border-color : #BBBBBB;
	padding : 2px 5px;
	vertical-align : top;
}
.sglTable th {
    text-align: left;
    border-bottom-color: #DDDDDD;
}
th a {
    display: block;
    color: #666 !important;
}
tr.expand td {
    border-bottom: none;
}
td.expand {
    padding: 1em 5px;
}
th.sortedAsc a {
    background: url('http://www.onskapoentje.nl/themes/onskapoentje/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
th.sortedDesc a {
    background: url('http://www.onskapoentje.nl/themes/onskapoentje/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #66A326 !important;
}
th a:hover {
    text-decoration: none;
    color: #66A326 !important;
}
/*tr.alternateRow td, tr.backDark {
    background-color: #fff;
}
tr.selectedRow td {
    background: #F6F5F2;
}
tr.rowHover td, tr:hover td {
  background: #fff;
}  */

/*
=========================Footer===============================*/
#footer .wrapLeft {

}
#footer .wrapRight {

}
#footer .key {
    float: left;
    margin-left: 10px;
}
#footer .link {
    margin-bottom: -10px;
}

#footer .wrap {
    position: relative;
    border: 1px solid #BBBBBB;
    border-top: none;
    padding: 10px 0 20px;
    background: #FFF;
    text-align: center;
    margin: 0 2px 0 2px;
}
#footer p {
    margin-bottom: 0.1em;
    color: #000;
    font-size: 0.8em;
}
#footer a {
    color: #D9D9FF;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #5353AB;
    color: #5353AB;
}
.error {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.button {

}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #5C5C5C;
    border: 1px solid #DDDDDD;
    border-left: 5px solid #DDDDDD;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid grey;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}


#debug {
    color: #333333;
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    border: 1px black solid;
    margin: 10px;
    padding: 5px 20px;
    width: 120px;
    height: 300px;
    background-color: grey;
    opacity:0.9;
    text-align: left;
    overflow: auto;
}
#debug a, #debug a:visited {
    color: #CCCCCC;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Kapoentje Theme
Author : Peter Termaten
Version: 1.0
Date   : 2008/04/12
*/

/*
====================Default Block Styling=====================*/
.block {
    margin: 0 0.4em 1.0em 0.4em;
    border: 1px solid #5353AB;
}

.block .header {
    padding: 0.4em;
    color: #5353AB;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
    border-bottom: 2px solid #5353AB;
    margin-top: -2px;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}

/*
==================Left Navigation Block======================
                       SINGLE LEVEL!
*/

.block.menu .header {
    display: none;
}
.block.menu .content ul {
    /*border: 1px solid #f00;*/
}
.block.menu .content a {
    text-decoration: none;
}
.block.menu .content li.current {
    font-weight: bold;
}
.block.menu .content li a:hover {
    color: #BBBBBB;
}
/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    position: relative;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    background: #FFF;
    margin: 0 2px 0 2px;
}
#top-nav .inner {
    height: 2em;
    padding-left: 286px;
    padding-top: 4px;
    border: none;
}
#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#top-nav li {
    float: left;
    padding-left: 0;
}
#top-nav li a {
    display: block;
    padding: 0 0.5em;
    font-weight: bold;
   /* font-size: 0.9em;*/
    line-height: 18px;
    line-height: 1.5em;
    color: #000;
}
#top-nav li a:hover, #top-nav li.current a {
    color: #5353AB;
    text-decoration: none;
}

#top-nav li.current {
	background:  #69A6D3 url('http://www.onskapoentje.nl/themes/onskapoentje/images/navleft.gif') no-repeat;
}
#top-nav li.current a {
	background: url('http://www.onskapoentje.nl/themes/onskapoentje/images/navright.gif') right top no-repeat;
}
/*
====================TCMS News Block Block====================== */
.tcms_newsblock {
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    color: #5C5C5C;
  /*line-height: 1.1em;
    font-size: 1.0em; */
    font-size: 13.2px;
}
.tcms_newsblock h4 {
    font-size: 1.1em;
    margin-bottom: 2px;
}
.tcms_newsblock p {
    /*display: inline; */
    margin-top: 3px;
}
.tcms_newsblock .summary {
    /*font-style: italic;*/
}
.tcms_newsarticle {
    margin-bottom: 10px;
}
.tcms_more {
    display: block;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}
/*
====================TCMS Newsletter Block Block======================*/
.tcms_newsletter {
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    color: #5353AB;
    margin-top: -0.7em;
    margin-bottom: -0.7em;
    line-height: 0.3em;
    font-size: 0.9em;
}
.tcms_newsletter p {
    padding-left: 0.4em;
}
.tcms_newsletter fieldset {
    border: none;
}
/*
====================TCMS Address Block======================*/
.tcms_addressblock  {
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    color: #5353AB;
    margin-top: -0.7em;
    margin-bottom: -0.7em;
    line-height: 1.0em;
    font-size: 0.9em;
}

.block.address {
    margin-top: 50px;
}

/******************************************************************************/
/*                         MENU LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Kapoentje Theme
Author : Peter Termaten (Listamatic)
Version: 1.0
Date   : 2008/03/20
*/

#nav {
    margin-left: 10px;
    font-family: "Comic Sans MS", Arial, Helvetica, Verdana, sans-serif;
}

/*====================Level 1=======================*/
#nav ul
{
    margin: 0;
    margin-left: 4px;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}
#nav li {

}
#nav a
{
    display: block;
    margin-bottom: 2px;
    padding-left: 7px;
    height: 24px;
    width: 140px;
    width: 170px;
    /*width: 175px;   */
    color: #D9D9FF;
    text-decoration: none;
    font-size: 1.1em;
    white-space: nowrap;
    background: url(../images/nav/button1.gif) top left no-repeat;
}
#nav a:hover
{
    color: #D9D9FF;
    text-decoration: none;
    background: url(../images/nav/button2.gif) top left no-repeat;
}
#nav li.current a {
    color: #69A6D3;
    background: url(../images/nav/button1.gif) top left no-repeat;
}
#nav li.current a:hover {
    color: #D9D9FF;
    background: url(../images/nav/button2.gif) top left no-repeat;
}

/*====================Level 2=======================*/
#nav ul ul li {
    margin: 0;
}
#nav ul ul a
{
    display: block;
    margin-bottom: 2px;
    padding-left: 7px;
    color: #D9D9FF;
    width: 123px;
    width: 157px;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.0em;
    white-space: nowrap;
    background: url(../images/nav/button1.gif) top left no-repeat;
}
#nav ul ul a:hover
{
    color: #D9D9FF;
    text-decoration: none;
    background: url(../images/nav/button2.gif) top left no-repeat;
}
#nav li.current li a {
    color: #D9D9FF;
}
#nav li.current li.current a {
    color: #69A6D3;
}
#nav li.current li.current a:hover {
    color: #D9D9FF;
}

/*====================Level 3=======================*/
#nav ul ul ul li {
    margin: 0;
}
#nav ul ul ul a
{
    display: block;
    margin-bottom: 2px;
    padding-left: 7px;
    width: 120px;
    width: 154px;
    color: #D9D9FF;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 0.8em;
    white-space: nowrap;
    background: url(../images/nav/button1.gif) top left no-repeat;
}
#nav ul ul ul a:hover
{
    color: #D9D9FF;
    text-decoration: none;
    text-transform: capitalize;
    background: url(../images/nav/button2.gif) top left no-repeat;
}
#nav li.current li.current li a {
    color: #D9D9FF;
}
#nav li.current li.current li.current a {
    color: #69A6D3;         /*change color!!*/
}
#nav li.current li.current li.current a:hover {
    color: #D9D9FF;
}

/******************************************************************************/
/*                         CMS LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Kapoentje
Author : Peter Termaten
Version: 1.0
Date   : 2008/04/12
$Id: tcms.php 31 2008-03-03 14:12:22Z admin $
======================================================================*/
h1.tcms_pageTitle {
    font-weight: bold;
    text-align: left;
    color: #5353AB;
    margin-top: 0.5em;
    padding-bottom: 0;
    border-bottom: 1px solid #BBBBBB;
}
.tcms {
    width: 99%;
}
.tcms_wrapper_article {
    margin-bottom: 3.0em;
    overflow: auto;
}
.tcms_top {
    padding-right: 5px;
}
.tcms_left {
    float: left;
    width: 47%;
}
.tcms_right {
    float: right;
    width: 47%;
    margin-left: 21px;
}
.tcms_more {
    display: block;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}
.tcms_title {
    color: #5353AB;
    font-size: 1.2em;
    font-weight: bold;
}
.tcms_title a:hover {
    font-weight: bold;
    color: #5353AB;
    text-decoration: none;
}
.tcms_summary {
    color: #5C5C5C;
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
}
.tcms_article {
    color: #5C5C5C;
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
}
.tcms_catalog_more, .tcms_catalog_back {
    float: left;
    font-weight: bold;
    text-align: left;
}
.tcms_wrapper_catalog {
    margin-bottom: 3.0em;
    border-bottom: 3px solid #D9D9FF;
}
.tcms_catalog_order {
    float: right;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}
.tcms_newsblock {
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    color: #5C5C5C;
    /*line-height: 1.1em;*/
    font-size: 13.2px;
    overflow: auto;
}
.tcms_newsblock h4 {
    font-size: 1.1em;
    margin-bottom: 2px;
}
.tcms_newsblock p {
    /*display: inline; IE6 doesn't like this*/
    margin-top: 3px;
}
.tcms_newsblock .summary{
    /*font-style: italic;   */
}
.tcms_newsarticle {
    margin-bottom: 10px;
}
.tcms_type3_title  {
    display: block;
    background: url('http://www.onskapoentje.nl/themes/onskapoentje/images/type3bg.gif') no-repeat;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: normal;
    padding: 2px 5px 3px 7px;
}
.tcms_type3_title a:hover {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.tcms_type3_title a {
    color: #fff;
}
.tcms_type3_body {
    border: 1px solid #5353AB;
    border-top: none;
    margin-bottom: 2px;
    padding: 3px 5px 3px 5px;
}
#frmTcmsArticle {
    margin: 5px 0;
    background: #fff;
    width: 100%;
}
#frmTcmsArticle th, #frmCmsArticle td  {
    background: #5C5C5C;
    text-align: center;
    vertical-align: middle;
}
#frmTcmsArticle td.right {
    text-align: right;
}
#frmTcmsContact {
    margin: 2em 200px;
}
#frmTcmsContact h3{
    margin-bottom: 1.5em;
}



