/*BASE */

html
{
    overflow-y: scroll;
    height: 100%;
}

body
{
    background: #ECEAE6 url('') no-repeat top;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

#wrap
{
    width: 1050px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 0 7px;
    position: relative;
}


#header
{
    background: #FFFFFF url('') no-repeat 50% top;
    width: 1050px;
    height: 150px;
    position: relative;
    top: 0px;
    left: 0px;
}


#logo
{
    position: relative;
    float: left;
    margin: 25px 0px 0px 30px;
}

#headerTitle
{
    width: 1050px;
    background: #F39200 url('') no-repeat 50% top;
    height: 40px;
    margin-top: 0px;
    color: #FFFFFF !important;
    font-size: 24px;
    top: 2px;
    left: 10px;
    text-align: left;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

/* language */
#language
{
    position: relative;
    float: right;
    margin: 10px 10px 0px 0px;
}

#Content_Login
{
    width: 80%;
    padding-left: 130px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 0.8em;
}


/* MENU */
#menu
{
    position: relative;
    float: left;
    margin-top: -62px;
    margin-left: 284px;
    width: 680px;
}

/*LOGIN*/
#loginWide
{
    text-decoration: none;
    font-size: 11px;
    color: #41a0cf;
    float: right;
    margin: -15px 15px 0px 0px;
}

#login_1
{
    position: relative;
    float: right;
    margin: 0px 0px 0px 0px;
}


/*LOGOUT*/
.logOff1
{
    color: #ffc83b;
    text-decoration: none;
    font-size: 11px;
}

.logOff1:hover
{
    _text-decoration: underline;
}


/* CONTENTBOX ROUNDED CORNERS */

#mainBox
{
    width: 1050px;
    padding: 5px 0 0 0 0;
    clear: both;
    background: #FFFFFF url('#ContentMainImage#') no-repeat 50% top;
}

#boxTable
{
    border-collapse: collapse;
    position: relative;
    margin: 0 0 0 0;
    width: 1050px;
    border: 0;
    border-spacing: 0px;
}

#boxTable .contentLeft
{
    background-color: white;
    min-height: 150px;
}

/*

.contentLeft li
{
    background-image: url(/General/Images/ok_image.gif);
    background-position: center left;
    background-repeat: no-repeat;
    font-size: 12px;
    _padding-left: 30px;
    line-height: 2em;
    color: #545454;
}

*/

#boxTable .contentLeftHome
{
    background-color: transparent;
    min-height: 150px;
    padding-right: 8px;
    vertical-align: top;
}

#boxTable .contentRightHome
{
    vertical-align: top;
}

.contentRightHome li
{
    background-image: url(/App_Themes/General/Images/ok_image.gif);
    background-position: center left;
    background-repeat: no-repeat;
    font-size: 12px;
    padding-left: 30px;
    line-height: 2em;
    color: #FFFFFF;
}



#boxTable .contentLeftWizard
{
    background-color: #FFFFFF;
    min-height: 150px;
    vertical-align: top;
    width: 250px;
}

#boxTable .contentRightWizard
{
    background-color: #FFFFFF;
    min-height: 150px;
    margin: 0;
}




/* TEXT STYLES */

#boxTable UL
{
    list-style: none;
    left: 0px;
    _margin: 10px;
    padding: 0;
    list-style-indent: 0px;
}

#boxTable ol
{
    list-style: none;
    left: 0px;
    margin: 0px;
    padding: 0;
    list-style-indent: 0px;
}


/* ####################################################### */

.divCookieContainer
{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 40px;
    background-color: #C4C4C4;
    text-align: center;
}

.divCookie
{
    display: none;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #C4C4C4;
    padding-top: 10px;
}

/* Order wizard css */
#wizardControl
{
}

#wizardControl ul
{
    list-style: none;
    margin: 0px;
    height: 40px;
    width: 100%;
    padding-left: 0px;
}


#wizardControl li
{
    float: left;
    height: 40px;
}


#wizardControl li.liStyle
{
    text-align: center;
    width: 101px;
    height: 40px;
    background-image: url('../../App_Themes/General/Images/StepBackGround.png');
}

#wizardControl li.liStyleImage
{
    width: 14px;
    height: 40px;
    background: url('../../App_Themes/General/Images/gray.png');
    background-repeat: no-repeat;
}

#wizardControl li.liStyleImageWhite
{
    width: 14px;
    height: 40px;
    background: url('../../App_Themes/General/Images/StepArrowBgWhite.png');
    background-repeat: no-repeat;
}


#wizardControl li.liStyleImage1
{
    width: 14px;
    height: 40px;
    background: url('../../App_Themes/General/Images/StepArrowWhite.png');
    background-repeat: no-repeat;
}

#wizardControl li.liStyleWhite
{
    width: 101px;
    height: 40px;
    text-align: center;
    background-color: White;
}


.wizardSpanStyle1
{
    font-weight: bold;
    font-size: 12px;
    color: #ff7f00;
}


.wizardSpanStyleGray
{
    font-weight: bold;
    font-size: 12px;
    color: #B4B4B4; /*#545454;*/
}

.wizardSpanStyleDarkGray
{
    font-weight: bold;
    font-size: 12px;
    color: #747474; /*#545454;*/
}

.wizardSpanStyleWhite
{
    font-weight: bold;
    font-size: 12px;
    color: white; /*#545454;*/
}


#wizardControl div.divMargin
{
    margin-top: 10px;
}

#wizardControl .TextGrayLabel
{
    color: #545454;
    font-size: 12px;
    margin: 0;
    font-weight: bold;
    vertical-align: middle;
}

#wizardControl .TextGrayLabelLight
{
    color: #747474;
    font-size: 12px;
    margin: 0;
    font-weight: bold;
}

#wizardControl .TextGrayLabelRegular
{
    color: #545454;
    font-size: 12px;
    margin: 0;
}

#wizardControl .TextGrayLabelRegularSmall
{
    color: #545454;
    font-size: 13px;
    margin: 0;
}

#wizardControl .TextGrayLabelItalic
{
    color: #545454;
    font-size: 12px;
    margin: 0;
    vertical-align: middle;
    font-style: italic;
}

table.orderDetails
{
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: orange;
}

table.orderDetails td
{
    border-width: 1px 1px 0 0;
    padding: 0px;
    border-style: solid;
    border-color: gray;
    padding-right: 5px;
    padding-left: 5px;
}

table.orderDetails tr
{
    height: 20px;
}

#contentRightHomeML
{
    _background-color: #f5f5f5;
    vertical-align: top;
    color: #545454;
    font-size: 12px;
}

#contentRightHomeML li
{
    background-image: url(/App_Themes/General/Images/ok_image.gif);
    background-position: center left;
    background-repeat: no-repeat;
    font-size: 12px;
    padding-left: 30px;
    line-height: 2em;
    color: #545454;
    background-position: inherit;
    height: auto;
    float: none;
}

#contentRightHomeML .contentML
{
    padding-top: 10px;
}

#contentRightHomeML A:link, A:active, A:visited
{
    color: #41a0cf;
}

#contentRightHomeML A:hover
{
    color: #ff7f00;
}

#contentRightHomeML ol
{
    list-style: none;
    left: 0px;
    margin: 0px;
    padding: 0;
    list-style-indent: 0px;
}

#contentMLAfronden
{
    _background-color: #f5f5f5;
    vertical-align: top;
    color: #747474;
    font-size: 11px;
}

#contentMLAfronden li
{
    font-size: 11px;
    _padding-left: 30px;
    _line-height: 2em;
    color: #747474;
    background-position: inherit;
    height: auto;
    float: none;
    list-style-type: decimal;
}

#contentMLAfronden .contentML
{
    _padding-top: 10px;
}

#contentMLAfronden A:link, A:active, A:visited
{
    color: #41a0cf;
}

#contentMLAfronden A:hover
{
    color: #ff7f00;
}

#contentMLAfronden ol
{
    list-style: none;
    left: 0px;
    margin: 0px;
    padding-left: 20px;
    list-style-indent: 0px;
}

#contentDRRight ul
{
    list-style-type: disc;
    margin: 0px;
    height: auto;
    width: auto;
    background: none;
    padding-left: 15px;
}

#contentDRRight li
{
    height: auto;
    background-image: none;
}

.HeaderLableCss
{
    color: #545454;
}


.RoundButtonCss
{
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    color: #eee;
    cursor: pointer;
    padding: 2px 3px 2px 3px;
}

.GeneralButtonCss
{
    background: #F39200;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    color: #eee;
    cursor: pointer;
    padding: 3px 3px 3px 3px;
}

.ActionButtonCss
{
    background: #F39200;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    color: #eee;
    cursor: pointer;
    padding: 3px 3px 3px 3px;
}

.OrderButtonCss
{
    background: #F39200;
    border: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    color: #eee;
    cursor: pointer;
    padding: 3px 3px 3px 3px;
}

.dxbButton
{
    background-image: none !important;
}

.dxeBase, .dxeHyperlink, .dxeEditArea, .dxeListBoxItem, .dxgvHeader, .dxgvControl, .dxgvDisabled, .dxeCalendarHeader, .dxeCalendarDay, .dxeCalendarFastNavMonth, .dxeCalendarFastNavYear, .dxeButtonEditButton, .dxeCalendarButton, .dxeRadioButtonList, .dxeRadioButtonList table, .dxeCheckBoxList, .dxeCheckBoxList table, .dxucControl, .dxucEditArea, .dxtcControl, .dxeMemoEditArea, .dxbButton, .dxtvControl li, .dxfmControl
{
    font-family: Arial, Helvetica, sans-serif !important;
}

.dxWeb_rpHeaderTopLeftCorner, .dxWeb_rpHeaderTopRightCorner, .dxWeb_rpBottomLeftCorner, .dxWeb_rpBottomRightCorner
{
    background-image: none !important;
}

.dxrpcontent, .dxrpControl, .dxrpHeader
{
    background-color: transparent !important;
    border-bottom-style: none;
}

.dxeHyperLink a:link, a:active, a:visited
{
    _color: #545454 !important;
}

.dxgvControl a
{
    _color: #545454 !important;
}


/* FOOTER */

#footer A:link, A:active, A:visited
{
    color: #545454;
    text-decoration: none;
}


#footer a:hover
{
    color: #FF7F00;
}

#footerLinks
{
    margin-left: 10px;
    float: left;
    font-size: 0.7em;
    margin-top: 5px;
}

.contentRightHome a:link, a:active, a:visited, a:hover
{
    color: #545454;
}

#copyRight
{
    margin-right: 10px;
    float: right;
    font-size: 0.7em;
    margin-top: 5px;
}

.clear
{
    content: "";
    display: block;
    height: 100%;
    clear: both;
}
