html, body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    background: url(../gfx/bg.gif) repeat-x #c2d2e3;
}
body
{
    behavior: url("/styles/css/csshover3.htc"); /* IE Hover Behavior Fix */
    color: #003365;
    font-family: Verdana, Geneva, sans-serif;
}
div
{
    position: relative;
}
#container
{
    background: url(../gfx/EuroFormLogo.gif) no-repeat;
    background-position: 0px 12px;
    margin: 10px 0;
    width: 900px;
}
#cornerFlip
{
    position: absolute;
    right: -10px;
    top: 3px;
    background-image: url(../gfx/cornerFlip.png);
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 90;
    width: 77px;
    height: 106px;
}
.serviceWindowInformation
{
    position: absolute;
    top: 1px;
    padding: 3px 10px;
    background: #C2D2E3;
    color: #7B182E;
    left: 300px;
    font-size: 14px;
    font-weight: bold;
}
#topcustomername
{
    float: left;
    position: absolute;
    font-size: 10px;
}
#usermenu
{
    width: 870px;
    margin: 0px;
    text-align: right;
    font-size: 10px;
    z-index: 94;
}
#topcustomername
{
    position: absolute;
    font-size: 10px;
    left: 52px;
    top: 10px;
    z-index: 95;
}
#usermenu a, #topcustomername a
{
    text-decoration: none;
    font-weight: normal;
    color: #003365;
}
#navmenu
{
    min-width: 850px;
    background: #dddddd;
    background: url(../gfx/menuBg.gif) repeat-x;
    height: 50px;
    margin: 0px 0px 0px 50px;
    z-index: 99;
}
#content
{
    padding: 0px 0px 10px 0px;
    top: -4px;
}
#content a
{
    text-decoration: none;
    font-weight: bold;
    color: #003365;
    border: none;
    border-style: none;
}
#content a:hover
{
    text-decoration: underline;
    clear: both;
}
#content a img
{
    text-decoration: none;
    border: none;
}
#content ul
{
    list-style-type: disc;
}
#content ul, #content ol
{
    padding-left: 30px;
}
#content ol ol
{
    list-style-type: lower-alpha;
}
#content ul ul, #content ul ol, #content ol ul, #content ol ol
{
    padding-top: 5px;
}
#content li
{
    padding-bottom: 5px;
}
#content img.visibleTrue
{
    visibility: visible;
}
#content img.visibleFalse
{
    visibility: hidden;
    display: none;
    width: 1px;
}
#content div.box div.fadeBox
{
    float: left;
    margin: 0px;
    width: 181px;
    height: 292px;
    min-height: 292px;
    padding: 15px 10px 15px 15px;
    background: url(../gfx/fadeBox.gif) no-repeat;
}
#content div.box div.fadeBoxSpacer
{
    float: left;
    width: 25px;
    height: 10px;
}
#content div.box div.fadeBox h1
{
    background: none;
    color: #002040;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 14px;
}
#content div.box div.fadeBox h2
{
    color: #7b182e;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 11px;
}
#content div.box div.fadeBox h3
{
    background: none;
    color: #7b182e;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 11px;
}
#content div.box div.fadeBox p
{
    background: none;
    color: #002040;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 10px;
}
#content div.box div.fadeBox a
{
    color: #7b182e;
}
#content div.box div.fadeBox ul
{
    margin: 0px 0px 0px 17px;
    padding: 0px;
    list-style-image: url(../gfx/li-image.gif);
}
#content div.box div.fadeBox li
{
    color: #7b182e;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 11px;
}
#content div.leftBox, #content div.rightBox, #content div.leftBox a, #content div.rightBox a
{
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}
#content div.leftBox, #content div.rightBox > span
{
    min-height: 1%;
    height: 16px;
    background: #537698 url(../gfx/rightBoxBg.gif) repeat-x;
    white-space: nowrap;
}
#content div.leftBox.boxActive, #content div.rightBox.boxActive > span
{
    background: #7B182E url(../gfx/rightBoxActiveBg.gif) repeat-x;
}
#content div.leftBox
{
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 4px 10px 1px 10px;
}
#content div.rightBox
{
    float: right;
    margin: 0px 0px 0px 10px;
}
#content div.rightBox > span
{
    padding: 4px 50px 1px 10px;
    cursor: pointer;
    display: block;
}
#content div.rightBox div.boxDropDown
{
    display: none;
    position: absolute;
    background: url(../gfx/boxbg.gif) repeat-x;
    background-position: top;
    background-color: #ffffff;
    border: 1px solid #537698;
    padding: 5px 3px 5px 5px;
    font-size: 10px;
    font-weight: bold;
    color: #537698;
    cursor: default;
}
#content div.rightBox.active div.boxDropDown, #content div.rightBoxNoJavascript:hover div.boxDropDown
{
    top: 20px;
    display: block;
    overflow: hidden;
    text-align: left;
    z-index: 20;
}
#content div.rightBox div.left
{
    left: 0px;
}
#content div.rightBox div.right
{
    right: 0px;
}
#content div.rightBox p
{
    margin: 5px;
    padding: 0px;
    font-size: 11px;
    font-weight: normal;
}
#content div.box div.rightBox table
{
    border: none;
    min-width: 1px;
    width: 100%;
}
#content div.box div.rightBox table td, #content div.box div.rightBox table th
{
    border-left: none;
    padding: 0px;
    font-size: 11px;
    font-weight: normal;
}
#content div.box div.rightBox table th
{
    background: none;
    border-bottom: none;
    color: #003365;
    font-weight: bold;
    text-align: left;
}
#content div.spacer
{
    margin: 10px 0px 0px 0px;
}
#content div.box
{
    min-width: 1px;
    width: 900px;
    position: static;
    min-height: 21px;
    font-size: 10px;
}
#content div.box.tekst
{
    width: 900px;
    padding-bottom: 10px;
    background: url(../gfx/boxbg.gif) repeat-x;
    background-position: 0px 22px;
    background-color: #ffffff;
}
#content div.box h1
{
    background: url(../gfx/h1bg.gif) repeat-x;
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 3px 0px 0px 10px;
    height: 19px;
    font-size: 12px;
    font-weight: normal;
}
#content div.box h2
{
    margin: 0px 0px 10px 0px;
    padding: 3px 0px 0px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #7b182e;
}
#content div.box h3
{
    margin: 0px 0px 10px 0px;
    padding: 3px 0px 0px 10px;
    font-size: 12px;
    font-weight: normal;
    color: #7b182e;
}
#content div.box p
{
    margin: 0px 10px 10px 10px;
    font-size: 11px;
    line-height: normal;
}
#content div.box textarea, #content div.box select, #content div.box input
{
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
    margin: 0px;
    color: #7b182e;
    vertical-align: bottom;
}
#content div.box select
{
    height: 21px;
    border: 1px solid #799abc;
    font-size: 12px;
}
#content div.box textarea
{
    border: 1px solid #799abc;
    background: url(../gfx/btnBg.gif) repeat-x #ffffff;
    padding: 3px 5px 2px 10px;
    height: 75px;
    width: 200px;
    overflow: auto;
}
#content div.box input.btn, #content div.box input.btn:focus
{
    border: 1px solid #799abc;
    background: url(../gfx/btnBg.gif) repeat-x #ffffff;
    font-weight: bold;
    padding: 0px 10px 2px 10px;
    height: 21px;
    cursor: pointer;
}
#content div.box input.btn.admin, #content div.box input.btn.highlighted
{
    border: 1px solid #7B182E;
    background: url(../gfx/btnAdminBg.gif) repeat-x #ffffff;
    color: #fff;
}
#content div.box input.text
{
    border: 1px solid #799abc;
    background: url(../gfx/btnBg.gif) repeat-x #ffffff;
    padding: 2px 9px 0px;
    width: 130px;
    height: 17px;
}
#content div.box input[disabled="disabled"], #content div.box input.disabled, #content div.box textarea[disabled="disabled"], #content div.box textarea[readonly="readonly"], #content div.box textarea.disabled
{
    font-style: italic;
    color: #003365;
    cursor: default;
}
#content div.box textarea.small, #content div.box input.small
{
    width: 50px;
}
#content div.box textarea.medium
{
    width: 305px;
}
#content div.box input.medium
{
    width: 300px;
}
#content div.box textarea.large, #content div.box input.large
{
    width: 600px;
}
#content div.box input.checkbox, #content div.box span.checkbox input
{
    border: none;
    background: none;
}
#content div.box input.checkbox
{
    padding-right: 5px;
}
#content div.box span.checkbox label
{
    padding-left: 5px;
}
#content div.boxWide
{
    width: auto;
    min-width: 900px;
}
#content div.boxWide h1
{
    background: none;
    color: #003365;
    margin: 0px;
    padding: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
}
#content div.boxWide h2
{
    color: #7b182e;
    margin: 0px;
    padding: 10px 0 0 0;
    font-weight: bold;
}
#content div.box.tekst table
{
    border: 0px;
    min-width: 1px;
    width: 875px;
    margin: 10px;
}
#content div.box.tekst table table
{
    width: 100%;
    margin: 0px;
}
#content div.box.tekst table td, #content div.box.tekst table th
{
    height: 21px;
    border: none;
    padding: 2px 0px 0px 0px;
    color: #003365;
    text-align: left;
    vertical-align: top;
    font-size: 11px;
}
#content div.box.tekst table th
{
    background: none;
    border-bottom: none;
    font-weight: bold;
}
#content div.box.tekst table h2
{
    padding: 0;
}
#content div.box.tekst table h3
{
    padding: 0;
}
#content div.box.tekst table p
{
    margin: 0 0 10px;
}
#content div.box table.wide
{
    border: 0px;
    width: 900px;
    min-width: 900px;
}
#content div.tekst table.wide, #content div.box.tekst table.wide
{
    border: 0px;
    min-width: 1px;
    width: auto;
}
#content div.box table.wide td
{
    height: 21px;
    border-right: 1px solid #799abc;
    border-bottom: 1px solid #799abc;
    padding: 0px 2px 0px 2px;
    white-space: nowrap;
    vertical-align: middle;
}
#content div.box table.wide td:first-child
{
    border-left: 1px solid #799abc;
}
#content div.box table.wide tr.listNav td:first-child
{
    border-left: none;
}
#content div.box table.wide tr.listNav:last-child td
{
    border-top: 1px solid #799abc;
}
#content div.box table.wide tr.listNav:last-child table td
{
    border-top: none;
}
#content div.box table.wide th
{
    /*background: url(../gfx/h1bg.gif) repeat-x #799abc;*/
    background: #4c6c8b;
    border-bottom: 1px solid #799abc;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    height: 14px;
    padding: 3px 3px 4px 3px; /*white-space: nowrap;*/
    vertical-align: middle;
}
#content div.box table.wide th:first-child
{
    border-left: 1px solid #4c6c8b;
}
#content div.box table.wide th a
{
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
}
#content div.box table.wide th a:hover
{
    text-decoration: none;
}
#content div.box table.wide tr.row0 td.counterStart
{
    background-color: #cffaca;
}
#content div.box table.wide tr td.counterStart, #content div.box table.wide tr.row1 td.counterStart
{
    background-color: #c3f9bd;
}
#content div.box table.wide tr.row0 td.counterEnd
{
    background-color: #facaca;
}
#content div.box table.wide tr td.counterEnd, #content div.box table.wide tr.row1 td.counterEnd
{
    background-color: #f9bdbd;
}
#content div.box table.wide tr.row0 td.counterDif
{
    background-color: #dae0e8;
}
#content div.box table.wide tr td.counterDif, #content div.box table.wide tr.row1 td.counterDif
{
    background-color: #ced9e7;
}
#content div.box table.wide tr.selectedRow td
{
    background-color: #b8c8d9;
}
#content div.box table.wide tr.editRow td
{
    background-color: #003365;
    color: #fff;
}
#content div.box table.wide tr.editRow td a
{
    color: #c2d2e3;
}
#content div.box table.wide tr.footerRow td
{
    background-color: #003365;
    color: #fff;
}
#content div.box table.wide tr.footerRow td a
{
    color: #c2d2e3;
}
#content div.box table.wide tr.row1, #content div.box table.wide tr.row1 td
{
    background: #e6eaec;
}
#content div.box table.wide tr.row0, #content div.box table.wide tr.row0 td
{
    background: #ffffff;
}
#content div.box table.wide tr.listNav td
{
    border: none;
    vertical-align: baseline;
    height: auto;
}
#content div.box table.wide tr.listNav td table tr td
{
    padding: 0px 5px 0px 5px;
    height: auto;
}
#content div.box table.wide tr.listNav.center td table
{
    padding: 0px;
    margin: 0px auto;
}
#content div.box table.wide tr.listNav td table tr td span
{
    font-size: 11px;
    font-weight: bold;
}
#content div.box table.wide tr.listNav td table
{
    width: 1px;
    min-width: 1px;
    margin: 0px;
}
#content div.box table.wide tr.listNav a
{
    font-weight: normal;
    letter-spacing: normal;
}
#content div.box table.wide tr.listNav a:hover
{
    text-decoration: none;
}
#content div.box ul.categories
{
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
    border-top: 1px solid #003365;
    border-bottom: 1px solid #003365;
    height: 25px;
}
#content div.box ul.categories li
{
    border-bottom: 1px solid #003365;
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #003365;
    float: left;
}
#content div.box ul.categories li.active a
{
    background: #C2D2E3;
}
#content div.box ul.categories li a
{
    height: 25px;
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}
#content div.box ul.categories li a span
{
    display: block;
    padding: 6px 20px 0;
    margin: 0px;
}
#content .msg
{
    margin: 10px;
    padding: 10px;
    border: 1px solid #003365;
    font-size: 12px;
    background-color: #ced9e7;
    display: block;
}
#content .msg.succes
{
    background-color: #c3f9bd;
}
#content .msg.failure
{
    background-color: #f9bdbd;
}
#content div.supplyLvl
{
    margin: 2px 0px;
    border: 1px solid #003365;
    width: 200px;
}
#content div.supplyLvl div
{
    color: #003365;
    height: 14px;
}
#content div.supplyLvl span
{
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    padding: 1px 0 0 3px;
    margin: 0;
    font-weight: bold;
}
#content div.supplyLvl.black div
{
    background-color: gray;
}
#content div.supplyLvl.cyan div
{
    background-color: cyan;
}
#content div.supplyLvl.magenta div
{
    background-color: magenta;
    color: #000;
}
#content div.supplyLvl.yellow div
{
    background-color: yellow;
}
#content .highlighted
{
    font-weight: bold;
    color: #7b182e;
}
#content .center, #content div.box.tekst td.center
{
    text-align: center;
}
#content .left
{
    text-align: left;
}
#content .right
{
    text-align: right !important;
}
#footer
{
    padding: 10px 0px 30px 0px;
    display: inline-block;
    width: 900px;
    text-align: center;
    font-size: 10px;
}
#footer a
{
    color:#003365;
}
.printDisplayNone
{
}

.hide
{
    display: none;
}
.cursorPointer
{
    cursor: pointer;
    text-decoration: none;
}
.selected
{
    font-weight: bold;
}
#content .helpContainer
{
    width:15px;
    position: absolute;
    margin:0 0 0 5px;
}
#content .helpImg
{
    cursor: pointer;
}
#content .helpExtendedTooltip
{
    display: none;
    width: 250px;
    position: absolute;
    top: 0;
    left: 18px;
    padding: 3px 6px;
    border: 1px solid #003365;
    background: #F2F7FF;
}
#content .helpExtendedTooltip .helpExtendedTooltipClose
{
    border-left: 1px solid #7B182E;
    border-bottom: 1px solid #7B182E;
    background:#7B182E;
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 0 5px 1px;
    right: -6px;
    top: -3px;
    font-weight:bold;
    font-size:10px;
    color: #ffffff;
}
#content .helpExtendedTooltip p
{
    margin: 3px 0 !important;
}
#content .helpExtendedTooltip p, #content .FAQRelatedList li
{
    font-size: 10px !important;
    font-weight: normal !important;
    color: #003365 !important;
}
#content .FAQRelatedList h2
{
    margin: 6px 0 0 !important;
    font-size: 10px !important;
    font-weight: bold !important;
    color: #7B182E !important;
}
#content .FAQRelatedList ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#content .FAQRelatedList li
{
    background: url("../gfx/help.png") no-repeat left center;
    padding: 2px 0 2px 20px;
}

#Popup {
}
#PopupBG {
    position:fixed;
    width:100%;
    height:100%;
    background:#000;
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}
#PopupMsg {
    border: 1px solid #003365;
    background: #F2F7FF;
    position:fixed;
    top:150px;
    left:235px;
    padding: 3px 6px;
    width:500px;
    z-index: 1000 !important;
}
#PopupClose {
    border-left: 1px solid #7B182E;
    border-bottom: 1px solid #7B182E;
    background:#7B182E;
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 0 5px 1px;
    right: -6px;
    top: -3px;
    font-weight:bold;
    font-size:10px;
    color: #ffffff;
}
#PopupMsg h2 {
    margin: 3px 0 6px;
    font-size: 10px;
    font-weight: bold;
    color: #7B182E;
}
#PopupMsg p {
    margin: 3px 0;
    font-size: 10px;
    font-weight: normal;
    color: #003365;
}
