body
{
    margin: 0;
    padding: 0;
    border: 0;
}

body, input, select
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 12px;
    color: #24457d;
    line-height: 15px;
}

#textLeft
{
    font-size: 14px;
    line-height: 17px;
}

input, select, option
{
    font-weight: bold;
    color: #24457d;
}

#divActieVwd
{
    width: 692px;
    height: 566px;
    background-image: url('./../images/popup-bg.png');
    display: none;
    z-index: 100;
}
#divFaq
{
    width: 692px;
    height: 566px;
    background-image: url('./../images/popup-bg.png');
    display: none;
    z-index: 100;
}
.popupContent
{
    scrollbar-base-color: #f29300;
    scrollbar-arrow-color: #ffffff;
    scrollbar-3dlight-color: #f8c783;
    scrollbar-darkshadow-color: #be7310;
    scrollbar-face-color: #f29300;
    scrollbar-highlight-color: #f29300;
    scrollbar-shadow-color: #f29300;
    scrollbar-track-color: #f8c783;
}

.pQuestion
{
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
}

.pAnswer
{
    display: none;
}

.pAnswer a
{
    color: #24457d;
}

body a
{
    color: #24457d;
}

.pQuestion a
{
    color: #24457d;
}

#divTooltip
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 12px;
    color: #24457d;
    line-height: 17px;
    width: 200px;
    height: 68px;
    
    background-image: url('./../images/bg_tooltip.png');
    background-repeat: repeat-x;
}

#pTooltip
{
    padding: 10px;
}

#Xaml1_parent
{
    text-align: center;
}

#divFormError
{
    width: 400px;
    height: 327px;
    background-image: url('./../images/popuperror-bg.png');
    display: none;
    z-index: 100;
}

span.videoLink
{
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

td.content
{
    vertical-align: top;
}

td
{
    text-align: left;
}