﻿/*

info table

header color: #999999
*/
table.Info
{
    /*border: 1px solid #F6C083; NDG */
    border: 1px solid #BBBBBB; 
    border: 1px solid #DDDDDD; 
    padding: 0px;
    background-color: #FFFFFF;
    /*color: #666666;*/ 
    /*font-weight: bold;*/
    /*margin-top: 5px;*/
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

table.InfoNoTopMargin
{
    margin-top: 0px;
}


table.Info tr.Dragging
{
    background-color: #aaaaaa;
    border: 3px solid #333333; 
}


table.Info-2-Col td
{
    width: 70%;
}

table.Info-2-Col tr td:first-child 
{
    width: 30%;
}

a.button
{
    text-decoration: none;
}

table.Info a:hover, a.button
{
    background: transparent;
    /*color: #8CC832;*/
    text-decoration: underline;
}

table.Info td, table.Info th
{
    margin: 0;
    padding: 0;
}

table.Info tbody td
{
    padding: 10px;
    vertical-align: top;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #DDDDDD;
}

table.Info td
{
    vertical-align: top;
}
table.Info th
{
    vertical-align: top;
}

table.Info tbody th,
table.Info tbody td.footer,
table.Info tbody td.header,
table.Info tbody td.ShowAsHeader
{
 	padding: 5px;
	vertical-align: top;
    padding: 10px;
    text-align: left;
    /*color: #222;*/
    color: #ffffff;
    background: #3f86ba;
}

table.Info tbody th,
table.Info tbody td.header
{
    border-top-style: solid;
    border-top-width: 0;
    border-top-color: #FFFFFF;
}


table.Info th.AlignRight,
table.Info tbody th.AlignRight
{
    text-align: right;
}



table.InfoBordered th,
table.InfoBordered td
{
     border: solid 1px #DDDDDD;
}



div.TableTopMenuBar
{
 background-color: #BBBBBB;
 padding: 5px;
 border-bottom: solid 1px #dddddd;
}






table.Info thead th
{
    /*font-family: arial, helvetica, sans-serif;*/
    font-size: 12px;
    font-weight: bold;
    letter-spacing:1px;
    line-height: 19px;
    padding: 0 4px 2px 4px; /*text-align: center;*/
    /*color: #666666;*/
    /*color: #FFFFFF;*/
}

table.Info tbody th a
{
    font-weight: bold;
    letter-spacing:1px;
    text-decoration: underline;  /*AvdG: toegevoegd om sortable columns weer te kunnen geven */
    /*color: #000000; /*AvdG: toegevoegd */*/
}


table.Info .text-right {
    text-align: right;
}



tr.Pager td table td
{
border : solid 0px #ffffff;
}


tr.Pager span
{
     /*color: #8CC832;*/
     font-weight: bold;
}

table.Info input.SortOrder,
table.Info span.DeleteChk
{
visibility: hidden;
}

table.Info td.Selected
{
  font-weight: bold;
}

table.Info td.NotSelected
{
    color: #aaaaaa;
}

table.TwoEqualCols td
{
    width: 50%;
}
