/* Tabbox styles */

.TabContent, .TabContentText, .TabContentButton, TD.TabContentExtendLineHeight  {
    background-color:#E2ECF6;
    vertical-align:top;
    color: #000000;
}
DIV.TabContent{
    border-top:1px solid #00428C;
}
.TabContentText {
    padding:10px 10px 5px 10px;
}

.TabContentButton {
    text-align:right;
    padding:10px 0px 0px 0px;
}

TD.TabFooter {
    background-color: #00428C;
    height:30px;
    padding:0px 5px 4px 5px;
    margin:0px;
    vertical-align:middle;
    text-align:right;
}

A.TabFooter {
    font-weight:bold;
    text-decoration: underline;
    color: #FFFFFF;
}

A.TabLink {
    text-decoration: underline;
    font-size:11px;
    color: #636363;
}
A:HOVER.TabLink {
    text-decoration: underline;
    color: #CE0019;
    font-size:11px;
}
A:HOVER.TabFooter {
    color: #FF9900;
}

TD.TabContentExtendLineHeight {
    line-height:18px;
}

/* Alle tabblad images voor de tabs*/

.TabboxButtongroup { 
    border:0px; 
    padding:0px;
} 

.TabboxButton { 
    cursor:hand;
    color: #0060A9;
    border:0px; 
    text-align:center; 
    font-weight:bold; 
    background-color:#A6D3F4; 
    padding-left:2px;
    padding-right:4px;
} 

.TabboxSelectedButton { 
    cursor:default;
    color: #FFFFFF;
    border:0px; 
    text-align:center; 
    font-weight:bold; 
    background-color:#26A0DF; 
    padding-left:2px;
    padding-right:4px;
}  

.TabboxButtonStartOn, .TabboxButtonStartOff, .TabboxButtonMiddleFirst, .TabboxButtonMiddleLast, .TabboxButtonMiddleNone, .TabboxButtonEndOn, .TabboxButtonEndOff {
    cursor:hand;
    background-repeat: no-repeat; 
    height:20px;
}

.TabboxButtonStartOn { 
    background-image: url(/files/F/B/FB48A200.gif); 
    width:6px; 
} 
.TabboxButtonStartOff  { 
    background-image: url(/files/2/E/2ECEEC34.gif); 
    width:6px; 
}
.TabboxButtonMiddleFirst  { 
    background-image: url(/files/6/5/65DEB795.gif); 
    width:10px; 
} 
.TabboxButtonMiddleLast  { 
    background-image: url(/files/E/2/E2F2F9BA.gif);    
    width:10px; 
} 
.TabboxButtonMiddleNone  { 
    background-image: url(/files/4/4/445B4488.gif); 
    width:10px;
} 
.TabboxButtonEndOn  { 
    background-image: url(/files/0/8/080E1377.gif); 
    width:10px; 
} 
.TabboxButtonEndOff  { 
    background-image: url(/files/4/F/4FB77185.gif); 
    width:10px; 
}

INPUT.aanmeldenButton {
    background-color: none; 
    width: 115px;
    height: 20px;
    border: 0px;
    cursor: hand;
}
INPUT.zoekenButton {
    background-color: none;
    width: 170px;
    height: 20px;
    border: 0px;
    cursor: hand;
}
INPUT.nieuweklantButton {
    background-color: none;
    width: 152px;
    height: 20px;
    border: 0px;
    cursor: hand;
}
INPUT.zoekenButtonSmall {
    background-image: url(/files/C/6/3/68186D8DCCF8.gif);
    background-color: none;
    width: 38px;
    height: 19px;
    border: 0px;
    cursor: hand;
}


















