.odd {
    background-color: #f3f3f3;
}

a img {
    border-bottom: 0;
}

#debugwindow
{
    border-top: 3px solid #58d;
    background-color: #ddf;
    cursor: pointer;
    text-align: left;
    width: 99.99%;
    text-align: left;
}

#debugwindow td {
    font-size: 12px;
}

.debugtoolbar
{
    float: right;
}

.debugheader 
{
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}

.debugheaderActive
{
    font-weight: bold;
    background-color: #ffffff;
    padding: 5px;
    border: 1px dotted #000000;
}

#structure_menu 
{
    font-size: 12px;
}

#structure_menu select 
{
    width: auto;
}

.templateMenuItem0 {
}

.templateMenuItem1 {
    padding-left: 10px;
}

.templateMenuItem2 {
    padding-left: 10px;
}

.cmsmenuheader 
{
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.templateSection 
{
    border: 1px dotted #55a;
    display: block;
}
.templateSectionInfo 
{
    background: #ddd;
    border-bottom: 1px dotted #55a;
    font-family: Courier New;
    font-size: 12px;
    line-height: 14px;
    overflow: auto;
}
.templateSectionInfo a
{
    float: right;
}

.faqvraag, .faqvraagopen
{
    cursor: pointer;
    border: 1px dotted #004377;
    font-weight: bold;
    padding-left: 20px;
    background: #e9f3fe url('/resources/icons/plus.gif') 5px center no-repeat;
}
.faqvraagopen
{
    background: #e9f3fe url('/resources/icons/minus.gif') 5px center no-repeat;
}
.faqantwoord 
{
    padding: 20px 0 0 10px;
}