body
{
    margin: 0px;
    background-image: url(../images/bg.gif);
    background-position: center top;
    background-repeat: repeat-x;
    font-family: Arial, Tahoma, Verdana;
    color: #696969;
}
td
{
    font-size: 11px;
}
a
{
    color: #696969;
}
a:hover
{
    color: #5995b1;
    text-decoration: none;
}
.title
{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -1px;
   }
.master
{
    width: 100%;
    margin-left: 40px;
}
.frame
{
    width: 770px;
}
.divmenu
{
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	margin-top: -37px;
	margin-left: 15px;
	width: 403px;
}
.divmenu a
{
    color: White;
    padding: 3px;
    padding-top: 5px;
    height: 26px;
    text-decoration: none;
}
.divmenu a:hover
{
    color: White;
    background-image: url(../images/menu-up.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.shdwleft
{
    background-image: url(../images/frm_13.gif);
    background-repeat: repeat-y;
    background-position: top right;
    width: 15px;
    height: 100%;
}
.shdwright
{
    background-image: url(../images/frm_15.gif);
    background-repeat: repeat-y;
    background-position: top left;
    width: 15px;
    height: 100%;
}
.contentbg
{
    background: white url(../images/contentbg.jpg) center top repeat-x;
}
.quickbox
{
    margin-right: 5px;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 10px;
    padding: 10px;
    border: solid 1px #b8d1de;
    background-color: White;
    width: 180px;
}
.quickbox a
{
    width: 100%;
    line-height: 16px;
    padding-left: 10px;
    background-image: url(../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
}
.quickbox a:hover
{
    text-decoration: underline;
    color: #696969;
}
.quickbox select
{
    margin-bottom: 6px;
    margin-top: 3px;
    width: 100%;
    background-image: url(../images/contentbg.jpg);
}
.quicktitle
{
    display: block;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 9px;
}
.content
{
    text-align: justify;
    vertical-align: top;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 10px;
    padding: 20px;
    border: solid 1px #b8d1de;
    background-color: White;
    height: 1px;
}
.ftrleft
{
    background-image: url(../images/ftr-left.gif);
    background-position: top right;
    background-repeat: no-repeat;
}
.ftrmiddle
{
    background-image: url(../images/ftr-bg.gif);
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 6px;
    color: #d9d9d9;
}
.ftrright
{
    background-image: url(../images/ftr-right.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
.ftrmiddle a
{
    color: #d9d9d9;
}
.ftrmiddle a:hover
{
    color: #d9d9d9;
    text-decoration: none;
}
input, select, textarea
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    color: #696969;
}
.button
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    background: White url(../images/button.gif) repeat-x center top;
    border: solid 1px white;
    height: 20px;
    width: 75px;
    margin-top: 3px;
    color: black;
    border: solid 1px black;
}
.address
{
    background-color: #5995b1;
    margin-top: -3px;
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 13px;
    padding: 10px;
    color: White;
}
.prov
{
    height: 20px;
    float: right;
    margin-top: -30px;
}
.aanbodnew td
{
    padding: 7px;
    border: solid 1px #c2c2c2;
}
.aanbodnew td a
{
    text-decoration: none;
    font-weight: bold;
}
.aanbodnew img
{
    border: solid 1px #c2c2c2;
}
.ad
{
    margin-top: 30px;
}
.gallery a.1st_picture
{
    display: block;
    margin-bottom: 4px;    
}
.gallery a
{
    border: solid 1px #b8d1de;
    padding: 1px;
}
.gallery a:hover
{
    border-color: #5995b1;
}
.eigenschappen tr
{
    font-weight: bold;
    background-color: #f9fbfd;
}
.detailpage
{
    padding-right: 20px;
}
/* Start layout DataTable */
.tableWidget_headerCell, .tableWigdet_headerCellOver, .tableWigdet_headerCellDown
{
    /* General rules for both standard column header and mouse on header of sortable columns */
    cursor: pointer;
    border-bottom: 3px solid #C5C2B2;
    border-right: 1px solid #ACA899;
    border-left: 1px solid #FFF;
    background-color: #ECE9D8;
}

.tableWidget_headerCell
{
    /* Standard column header */
    border-top: 2px solid #ECE9D8;
    height: 1px;
}

.tableWigdet_headerCellOver
{
    /* Rollover on sortable column header */
    border-top: 2px solid #5fa3ca;
}
.tableWidget tbody .tableWidget_dataRollOver
{
    /* Rollover style on mouse over (Data) */
    background-color: #fff; /* No mouseover color in this example - specify another color if you want this */
}
.tableWigdet_headerCellDown
{
    border-top: 2px solid #5fa3ca;
    background-color: #bad2de;
    border-left: 1px solid #ACA899;
    border-right: 1px solid #FFF;
}
.tableWidget td
{
    margin: 0px;
    padding: 3px;
    padding-left: 4px;
    border-bottom: 1px solid #EAE9E1; /* Border bottom of table data cells */
}
.tableWidget tbody
{
    background-color: #FFF;
}
.tableWidget
{
    font-family: arial;
    font-size: 12px;
    width: 400px;
}
/* End layout CSS */
div.widget_tableDiv
{
    border: none; /* Border around entire widget */
    height: 290px;
    overflow: auto;
    overflow-y: auto;
    overflow: -moz-scrollbars-vertical;
    width: 470px;
}
html > body div.widget_tableDiv
{
    overflow: hidden;
    width: 400px;
}
.tableWidget thead
{
    position: relative;
}
.tableWidget thead tr
{
    position: relative;
    top: 0px;
    bottom: 0px;
}
.tableWidget .scrollingContent
{
    overflow-y: auto;
    overflow: -moz-scrollbars-vertical;
    width: 100%;
    border: solid 1px #808080;
}
