@charset "utf-8";
/* CSS Document */

TABLE{
border-collapse: collapse;
}

TABLE.smalltbl TD{
padding-right: 20px;
}

TABLE.magitem{
clear: left;
width: 600px;
text-align: left;
}

TABLE.magitem TD.cover{
width: 200px;
}

TD.tdright{
padding-right: 5px;
}


TABLE.tabel, TABLE.tabelnoselect{
width: 100%;
} 

TABLE.tabel TH, TABLE.tabelnoselect TH{
color: white; 
background-color: #005599; 
padding: 2px 5px 2px 5px;
text-align: left;
}

TABLE.tabel TD, TABLE.tabelnoselect TD{
padding: 2px 5px 2px 5px;
border-bottom: #804000 1px solid;
}

TABLE.tabel TR, TABLE.tabelnoselect TR{
color: #333333; 				/* black */
}

TABLE.tabelnoselect TD.lbl{
width: 100px;
color: #006699;							/* darkblue */
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

TABLE.tabel TR.bg_alt, TABLE.tabelnoselect TR.bg_alt{
background-color: #FFDEAD;
}

TABLE.tabel TR:hover{ 				/* Moet onder bg_alt staan */
background-color: #FFFF99;
color: #006699;
cursor: hand;
}

/*-----------------------------------------*/
/*--               SPECIFIC              --*/
/*-----------------------------------------*/

TD.pagina{width: 10%;} TD.artikel{width: 80%;}	/* Voor Natuur en techniek */

TD.tddatum{width: 50px;}
TD.tdactiviteit{width: 645px;}
TD.tdlink{width: 84px; text-align: right;}

.thforum{width: 610px;}
.thdatum{width: 50px;}
.threacties{width: 40px;}
.thlink{width: 40px;}

.tdcolimg{
width: 180px;
}

.tdcoltxt{
width: 680px;
}

.tdcolspace{
width: 20px;
}


/*-----------------------------------------*/
/*--             TABELSORTER             --*/
/*-----------------------------------------*/

TABLE.tablesorter THEAD TR TH, TABLE.tablesorter tfoot TR TH {
color: white; 
background-color: #005599;
font-size: 14px;
padding: 2px 0px 2px 2px;
}

TABLE.tablesorter THEAD TR .header {
background-image: url(../image/bg/bg.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
TABLE.tablesorter TBODY TD {
padding: 2px 5px 2px 5px;
border-bottom: #804000 1px solid;
}

TABLE.tablesorter TBODY TR{
color: #333333; 					/* black */
}

TABLE.tablesorter .odd{
background-color: #FFDEAD;				/* light orange */
}

TABLE.tablesorter .even{
background-color: red;				/* light orange */
}

TABLE.tablesorter TBODY TR:hover{
color: #006699;							/* dark blue */
background-color: #FFFFCC;
cursor: hand;
}

TABLE.tablesorter THEAD TR .headerSortUp {
background-image: url(../image/bg/asc.gif);
}

TABLE.tablesorter THEAD TR .headerSortDown {
background-image: url(../image/bg/desc.gif);
}

TABLE.tablesorter THEAD TR .headerSortDown, TABLE.tablesorter THEAD TR .headerSortUp {
background-color: #FF9933;				/* orange */
}
