﻿html,body
{
    height: 100%;
}

#container {
position: relative;
min-height: 100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
}
body
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    background-color: #f2f2f2;
    background-image: url(Images/Bouwman_layout_bg.png);
    font-size: 10pt;
    color: #696969;
    font-family: Verdana;
}
div
{
    
}
table
{
    border-collapse: collapse;
}
h1, .H1
{
    font-size: 14pt;
    padding-bottom: 4px;
    cursor: default;
    color: #d06200;
}
h2, .H2
{
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 2px;
    cursor: default;
}
h3, .H3
{
    font-weight: bold;
    font-size: 10pt;
    cursor: default;
}
h4, .H4
{
    font-size: 9pt;
    color: #000000;
    cursor: default;
}
a
{color: #d06200;
    }
.header
{
    width: 100%;
    height: 138px;
    background-color: #f5f5f5;
    background-image: url(Images/Bouwman_layout_header.png);
    background-repeat: no-repeat;
}
.headerEN
{
    width: 100%;
    height: 138px;
    background-color: #f5f5f5;
    background-image: url(Images/Bouwman_layout_headerEN.png);
    background-repeat: no-repeat;
}
.LeftPanel
{
    background-image: url(Images/Bouwman_layout_menu.png);
    height: 600px;
    background-repeat: no-repeat;
    padding-top: 40px;
}

.contentWebsite
{
    vertical-align: top;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
}

#footer { 
    position: absolute;
    bottom: 0; /* heel belangrijk */
    left: 238px; 
    color: #696969;
    font-family: Verdana;
    text-align: center;
    font-size: 8pt;
}

/* Panels */
#ColumnLayout
{
    width: 100%;

}
.ImagePanel
{
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
}
.Pager
{
    background-image: url(Images/PagerBg.png);
    color: #ffffff;
    background-repeat: repeat-x;
    background-color: #3e3e3e;
    width: 270px;
    height: 20px;
}
.PagerBottom
{
    background-image: url(Images/Bouwman_PagerFooter.png);
    width: 470px;
    height: 20px;
    margin-left: 95px;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

#PanelPopup
{
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    z-index: 10;
    position: absolute;
}
.LoginTable
{
    margin-top: 0px;
    margin-left: 20px;
    color: #3F4200;
}

.AuctionOverviewBg1
{
    background-image: url(Images/Bouwman_PanelBg1.png);
    background-color: #f3f3e3;
    border: #D1D2CC 1px solid;
    border-bottom: #D1D2CC 1px solid;
    background-repeat: repeat-x;
    margin-bottom: 10px;
    color: #515254;
}
.AuctionOverviewBg2
{
    background-image: url(Images/Bouwman_PanelBg2.png);
    background-color: #CBC873;
    border: #D1D2CC 1px solid;
    border-bottom: #D1D2CC 1px solid;
    background-repeat: repeat-x;
    margin-bottom: 10px;
    color: #515254;
}
.AuctionOverviewTitle
{
    padding-top:6px;
    padding-left:8px;
}
.AuctionOverviewText
{
    padding-left:8px;
}
.AuctionOverviewImage
{
    padding-top:8px;
}
.AuctionOverviewFooter
{
    background-image: url(Images/AuctionOverviewFooter.png);
    background-repeat: no-repeat;
    height: 22px;
    color: #ffffff;
    padding-right: 20px;
    margin-bottom: 4px;
    text-align: right;
}
.ColorText
{
    color: #d06200;
}
.TimeTables
{
    font-size: 9pt;
}
.UserGrid
{
    border-bottom: #aca899 1px solid;
    border-right: #aca899 1px solid;
    border-top: #D1D2CC 1px solid;
    border-left: #D1D2CC 1px solid;
    background-color: #eeecdd;
}
.UserGrid td
{
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
}
.ImagePreview
{
    cursor: hand;
}

div.transOFF {width: 100%; background-color: silver;border:1px solid black; }
div.transON {width: 100%; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; }
div.trans25 {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25; }
div.trans50 {width: 100%; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.50; }
div.trans75 {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75; }

.linkBtnPrevNext
{
	display:block;
	width:40px;
	height:20px;	
}
