html, body {
    height: 100%;
    width: 100%;
}

html {
    /* overflow-y:scroll; */
}

#body {
    background-color: #FCFCFC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-size-adjust: none;
    font-weight: normal;
}

#pprBody {
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-size-adjust: none;
    font-weight: normal;
    margin-left: 5px;
}

body, table {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-size-adjust: none;
    font-weight: normal;
}

.body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-size-adjust: none;
    font-weight: normal;
}

#head {
    position: relative;
    width: 100%;
    height: 52px;
}

#tabsdiv {
    position: relative;
    width: 100%;
}

#iconsbar {
    position: relative;
    right: 10px;
    text-align: right;
    display: inline;
}

/* To enable the crossborwser align right*/
#iconsbarContainer {
    width: auto;
    text-align: right;
    display: block;
}

#coloredBar {
    position: relative;
    width: 100%;
}

#contents {
    margin-top: 1px;
}

#progress {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: none;
}

form {
    margin: 0;
}

/* ------------------ */
#head_error {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    height: 52px;
    background-color: #FFFFFF;
    z-index: 5;
}

* html #head_error {
    top: 0px;
    width: 100%;
    height: 52px;
}

#content_error {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    top: 52px;
    width: 100%;
    left: 0;
    text-align: center;
}

* html #content_error {
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-top: 52px solid #C8E4F0;
    text-align: center;
}

/* ------------------ */

#eurostatLanguageDiv {
    position: absolute;
    right: 5px;
    top: 25px;
    z-index: 200;
}

#eurostatLegalNoticeDiv {
    position: absolute;
    right: 5px;
    top: 2px;
    z-index: 200;
}

#eurostatLogoDiv {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 200;
}

#nuiVersionSpan {
    padding-top: 5px;
}

#eurostatLegalNoticeLink{
    font-weight: bold;
    color: #3399CC;
}

#tooltip1 {
    position: absolute;
    width: 400px;
    padding: 4px;
    border: 1px solid black;
    display: none;
    background-color: #FFFF99;
    color: #000000;
    z-index: 100
}

#DivShim {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    overflow: hidden;
}

table {
    margin: 0;
    padding: 0;
}

#download_div img {
    margin-left: 30px;
}