/* General */
body
{   font-family: Arial;
    color: #666666;
    margin: 0px;
}

a
{   color: #006699;
    text-decoration: none;
}

a:hover
{   color: #666666;
    text-decoration: none;
}

td
{   border: solid 0px black;
}

img
{   border: none 0px black;
}

/* Universal width/height settings */
.leftspace
{   width: 0px; 
    height: 100%;
}

.left
{   width: 254px; 
    height: 100%;
    vertical-align: top;
}

.right
{   width: 219px; 
    height: 100%;
}

.colspace
{   width: 7px;
    background-color: #FFFFFF;
}
table
{
  font-size: 11px;
}
/* News overview table */
.tblgray
{   width: 100%;
    height: 100%;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    background-color: #e5e5e5;
    
    background-repeat: repeat-y;
}

.tblgray th
{   font-size: 17px;
    color: #999999;
    padding: 10px;
    padding-left: 20px;
    border-bottom: solid 2px #FFFFFF;
}

.tblgray td
{   font-size: 12px;
    padding: 5px;
    border-bottom: solid 1px #FFFFFF;
}

.tblgray .colspace
{   width: 7px;
    padding: 0px;
    background-color: #FFFFFF;
}

.tblgray .arrow
{   width: 7px;
    padding: 0px;
    border-bottom: solid 1px #e5e5e5;
}

.tblgray .active
{   background-color: #FFFFFF;
}
.tblgray .active a
{   color: #666666;
}

/* News item */
.tblgrayitem
{   width: 100%;
    height: 100%;
    padding: 10px 15px 10px 15px;
    vertical-align: top;
    text-align: left;
    background-color: #e5e5e5;
}

.tblgrayitem th
{   font-size: 17px;
    text-align: left;
    color: #006699;
}

.tblgrayitem td
{   font-size: 12px;
}

.downloadtd
{   border-right: solid 5px #FFFFFF;
    vertical-align: top;
}

.downloadth
{   border-right: solid 5px #FFFFFF;
    border-bottom: solid 1px #cccccc;
    color: #FFFFFF;
    font-size: 17px;
    background-color: #cccccc;
}


/* tblresult */
.tblresult
{   width: 100%;
    color: #000000;
    text-align: left;
    background-color: #e5e5e5;
    border-collapse: collapse;
    font-size: 11px;
}

.tblresult th
{	height: 0px;
    color: #FFFFFF;
    background-color: #005da2;
}

.tblresult .button
{   text-align: right;
    padding: 0px 5px 0px 0px;
}

.tblresult .oneven
{	background-color: #ffffff;
    white-space: nowrap;
}

.tblresult .even
{	background-color: #e5e5e5;
    white-space: nowrap;
}

.tblresult .select
{	background-color: #ebc299;
}

.tblresult tr .thumb
{   width: 55px;
    padding-left: 0px; 
    background-image: url('../images/wit.gif');
    background-repeat: repeat-y;   
}

.tblresult .oneven .thumb img, .tblresult .even .thumb img, .tblresult .current .thumb img
{   width: 50px;
    padding-left: 0px;
}

.tblresult .grayhead
{   color: #FFFFFF;
    background-color: #e5e5e5;
}

.tblresult .current
{   background-color: #c2d8e9;
}

.tblresult .button a, .tblresult .button a:hover, .tblresult .button a:active
{   text-decoration: none;
}

.tblresult .tussenkop
{   background-color: #cccccc;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
}

.tblresult a
{	color: #000000;
    text-decoration: none;
}

.tblresult a:hover, .tblresult a:active
{	color: #000000;
    text-decoration: overline underline;
}


