html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

img {
    border: 0px none;
}
iframe{
    width: 100%;
    height: 100%;
}
#header {
    position: absolute;
    height: 89px;
    width: 100%;
    left: 0px;
    top: 0px;
    border-bottom: 1px solid #FF7E00;
    background-color: White;
}

.headerText {
    margin-left: 650px;
    margin-top: 30px;
    display: block;
}

#ipoLogo {
    position: absolute;
    right: 0px;
    top: 0px;
}

.rounded{
    padding: 5px;
    border: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.roundedleft {
    padding: 5px;
    border: 0px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-bottom-top-radius: 10px;
    
    float: left;
}

.roundedright {
    padding: 5px;
    border: 0px;
    
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-top-radius: 10px;
    
    float: left;
}

#content {
    position: absolute;
    width: 100%;
    top: 90px;
    left: 0px;
    bottom: 0px;
}
viewerContent{
    width: 100%;
    bottom: 0px;
}

#columnLeft {
    position: absolute;
    width: 262px;
    left: 0px;
    top: 0px;
    height: 100%;
}
#showHintsButton{    
    cursor:pointer;
    float:right;
    margin: 10px 10px 0px 0px;
    text-decoration: underline;
}

.toplinks {
    float: right;
    margin: 10px 15px 0px 0px;
    width: 200px;
    text-align: right;
}

.toplinks a {
    color: White;
}

#zoeker{
    padding: 10px;
}

#searchField{
    width: 200px;
    height: 16px;
}

#bronhouderSelect{
    width: 100%;
}
#searchButtonContainer{
    margin-top: 10px;
    height: 40px;
    width: 100%;
}
#searchButton{
    background-color: #cccccc;
    height: 16px;
    width: 22px;
    padding-left: 7px;
    padding-right: 3px;
    cursor: pointer;
}
#leftWindows{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 190px;
    bottom: 20px;
}
/*Tree*/
#browseTree{
    left: 10px;
    clear: both;
    height: 67%;
}
#overzichtWindow{
    height: 27%;
}
.containerHead {
    -moz-border-radius-topleft:7px;
    border-radius-topleft: 7px;
    -moz-border-radius-topright:7px;
    border-radius-topright: 7px;
    padding: 5px 0px 5px 0px;
    width: 100%;
    border: 0px;
}
.containerWithHead{
    margin-top: 10px;
    height: 50%;
}
.containerContent{
    -moz-border-radius-bottomleft:7px;
    border-radius-bottomleft:7px;
    -moz-border-radius-bottomright:7px;
    border-radius-bottomright:7px;
    padding-bottom: 4px;
}
#treeContainer {
    -moz-border-radius-topleft:7px;
    border-radius-topleft:7px;
    -moz-border-radius-topright:7px;
    border-radius-topright:7px;
    padding-top: 4px;
}
#tree {    
    overflow: auto;
    height: 100%;
}

#selectieOverzicht{
    overflow: auto;
    height: 100%;
}

.treeBranch{
    float: left;
}
.treeBranch div{
    float: left;
    clear: none;
}
.treeLeaf div{    
    float: left;
    clear: none;
}
.treeLeaf{
    float: left;
}
.treeLeafClicked{
    font-weight: bold;
}

.countTreeItem{    
    cursor: pointer;
}

.emptyTreeItem{
    color: #888;
    cursor: default;
}

.loadingTreeItem{
    font-style: italic;
}
/*selectie*/
.selection{
    margin: 0px 5px 3px 5px;
    cursor: pointer;    
    color: #142752;
}
.selectedSelection{
    cursor: default;
    background-color: #142752;
    color: #FFF;
    font-weight: normal;
}
.selectieHighlight{
    background-color: #76b6d1;
}
.selectieNotSaved {
    font-style: italic;
    font-weight: bold;
}
#selectionButtons{
    border-top: 1px solid #BBB;
}
#selectionButtons div{
    margin-right: 5px;
    margin-left: 5px;
}
#selectionButtons div div{
    cursor: pointer;
}
#showSelection, #renameSelection, #saveSelection{
    float: left;
}
#newSelection, #deleteSelection{
    float: right;
}
#columnCenter {
    position: absolute;
    left: 262px;
    right: 0px;
    top: 0px;
    height: 100%;
}
#topCenter{
    height: 50%;
}
#bottomCenter{
    height: 50%;
}
#flashcontent {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    background-color: White;
}
#tabsBeschikbaarheid{
    text-align: center;
}

#beschikbaarImg{
    width: 100%;
    height: 100%;
    vertical-align:middle;
    margin:0 auto;
    border-style: none;
}
#columnRight {
    position: absolute;
    width: 243px;
    right: 0px;
    top: 0px;
    height: 100%;
}
.sortButton{
    cursor: pointer;
}
#searchResultContainer{
    position: absolute;
    top: 0px;
    left: 5px;
    right: 5px;
    bottom: 80px;
}
#searchResultContainer iframe{
    width: 100%;
    height: 100%;
}
#searchResultTable thead{    
    height: 30px;
}

#searchResultTable thead{
    border-bottom: 1px solid #CCC;
    -moz-border-radius-topleft:10px;
    -webkit-border-radius-topleft: 10px;
    border-radius-topleft: 10px;
    -moz-border-radius-topright:10px;
    -webkit-border-radius-topright: 10px;
    border-radius-topright: 10px;
    
}
#searchResultTable{
    border: 1px solid #CCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#searchResultTable tr td{
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    vertical-align: bottom;
}

#hintsText{
    overflow: auto; 
    position: absolute; 
    top: 0px; 
    left: 5px; 
    right: 5px;
    bottom: 50px; 
    right: 0px;
}
#hintsButtonBar{
    position: absolute; 
    bottom: 0px; 
    left: 5px;
}
#searchResultTable tr td:first-child{
    border-left: 0px;
}
.simpleMetadataContainer{
    margin: 5px;
}
.metadataIcon{
    cursor: pointer;
}
.navigationBar{
    left: 10px;
    right: 10px;
    margin: auto;
}
.navigationBar .left{
    width: 266px;
}
.navigationBar .right{
    width: 266px;
}
.navigationBar .middle{
    width: 266px;
}

.rowHighlight, .rowHighlight td, .rowHighlight td span{
    background-color: #142752;
    color: white;
}

#downloadenHeader {
    position: absolute;
    height: 30px;
    left: 20px;
    top: 30px;
}

#downloadBalk {
    position: absolute;
    height: 30px;
    left: 20px;
    top: 60px;
}

#downloadNaam {
    width: 220px;
    overflow: hidden;
}

#downloadButton {
    margin-left: 0px;
    width: 200px;
}

#downloadOverzicht {
    position: absolute;
    height: 70px;
    left: 15px;
    width: 212px;
    bottom: 140px;
}
.loadingScreen{
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.loadingBar{
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
#provincieOverzicht {
    position: absolute;
    height: 120px;
    left: 15px;
    width: 212px;
    bottom: 5px;
}

.columnText {
    margin: 10px;
}

/*Popup */
#popupContent{
    width: 100%;
    height: 100%;
    border: 0px;
}
#backgroundPopup{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #FFF;
    border: 1px solid #cecece;
    z-index: 1;
}
#popup{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 500px;
    width: 400px;
    background: #FFFFFF;
    z-index: 2;
    padding: 12px;
    font-size: 13px;
}
#popupClose{
    font-size: 14px;
    line-height: 14px;
    height: 20px;
    right: 0px;
    top: -20px;
    position: absolute;
    color: #142752;
    display: block;
    cursor: pointer;
    background-color: White;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
#popupContentArea {
    height: 95%;
    width: 100%;
}

/* Popup */
#top img {
    margin-top: 6px;
    margin-left: 20px;
}

.headerimg {
    margin-left: 210px;
    width: 300px;
    height: 78px;
}

#WWLeft {
    width: 200px;
    height: 600px;
}

.errorCodeBox {
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 5px;
    width: 450px;
    height: 100px;
    overflow: auto;
    left: 50%;
    top: 75%;
    margin-left: -225px;
    margin-top: -100px;
}

.errorCodeBox div {
    cursor: pointer;
    padding: 3px;
    float: right;
}
.voorwaardeBox {
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 5px;
    width: 550px;
    height: 200px;
    overflow: auto;
    left: 300px;
    top: 300px;
    margin-left: -225px;
    margin-top: -100px;
}

.voorwaardeBox div {
    cursor: pointer;
    padding: 3px;
    float: right;
}
.voorwaardelink{
    font-weight: normal;
    margin-left: 10px;
}
.errorImg {
    cursor: pointer;
}

.dTb {
    width: 720px;
}

.dTdc01 {
    width: 220px;
}

.dTdc02 {
    width: 80px;
}

.dTdc03 {
    width: 110px;
}

.dTdc04 {
    width: 110px;
}

.dTdc05 {
    width: 150px;
}

.dTdc06 {
    width: 50px;
}
/*ui Layout*/
.ui-layout-pane { /* all 'panes' */
    background: #FFF;
}

.ui-layout-resizer { /* all 'resizer-bars' */
    background: #DDD;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
}

.ui-layout-toggler { /* all 'toggler-buttons' */
    background: #AAA;
}
/*Tab*/
#tabs { height: 99%; border: none;}
.tabs-bottom { position: relative; }
.tabs-bottom .ui-tabs-panel {overflow: hidden; padding: 0px; background-color: white;}
.tabs-bottom .ui-tabs-nav { position: absolute !important; left: 0; bottom: 0; right:0; padding: 0 0.4em 0.4em 0.4em; }
.tabs-bottom .ui-tabs-nav li { float: left; margin-top: -2px !important; margin-bottom: 1px !important; border-top: none; border-bottom: 1px solid #D3D3D3;}
.ui-tabs-selected { margin-top: -3px !important; }
.ui-tabs-selected a { font-weight: bold;}
.ui-tabs-panel {position: absolute; top: 0px; left: 0px; bottom: 35px; right: 0px; overflow: auto; padding: 0px;}
.ui-tabs .ui-tabs-hide {
    display: block;
    visibility: hidden;
}

#tabsAtlas{
    overflow: auto;
}
/*Custom converFlow*/

.ContentFlow .globalCaption{
    color: #999;
}
#popupWindowIframe{
    overflow: visible;
    padding: 0;
}
#popupIframe{
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: visible;
}

#acceptatieWarning{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 15px;
    z-index: 9999;
    text-align: center;
}

/*Start pagina*/
.searchBox{
    float: left;
    padding: 20px;
}



