/*	=TABELLEN
	----------------------------------------------------*/
	.sw_tabel, .sw_tabel tr, sw_tabel td { border: 0 !important; }
	.sw_tabel { 
		width:710px;
		border-collapse: collapse; 
		border-spacing: 0; 
		margin: 10px 0 0 0 ; 
		/*border-top: 1px solid #b8b0ab; 
		border-left: 1px solid #b8b0ab; */
		/**/
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: 1.4em;
		color: #001f4b !important;
	}
	.sw_tabel small {
		font-size: 10px;
		font-weight: normal;
		text-transform: none;
	}
	.sw_tabel tr { background: url(http://demo.smidswater.nl/haro/tabellen/009/img/solid.gif) repeat-x 0 bottom }
	
	.sw_tabel td { padding: 2px; vertical-align:top; }
	
	.sw_tabel .dot{
		background-image: url(http://demo.smidswater.nl/haro/tabellen/009/img/dotted.gif);
		background-repeat:  repeat-x;
		background-position:  0 bottom;
	}
	.sw_tabel .sollidFat{
		background-image: url(http://demo.smidswater.nl/haro/tabellen/009/img/solidFat.gif);
		background-repeat:  repeat-x;
		background-position: left bottom;
		
	}
	
	.sw_tabel .sollidTotal{
		background-image: url(http://demo.smidswater.nl/haro/tabellen/009/img/solidTotal.gif);
		background-repeat:  repeat-x;
		background-position: left bottom;
		
	}
	
	.sw_tabel .sollidFatTop{
		background-image: url(http://demo.smidswater.nl/haro/tabellen/009/img/solidFat.gif);
		background-repeat:  repeat-x;
		background-position: left top;
		
	}
	
	
	.sw_tabel tr.accent td { background: #efefef;  }
	
	.sw_tabel thead .titel{
		color: #0099cc;
		font-size: 18px;
		font-weight: bold;
		
	}
	.sw_tabel .titel{
		font-weight: bold;
		font-size: 12px;
		text-transform: uppercase;
		
	}
	.sw_tabel .tRight{
		text-align: right;
		padding-right: 10px;
		padding-left: 10px;
	}
	.sw_tabel .tCenter{
		text-align: center;
	}
	
	.sw_tabel .tBlue{
		color: #0099cc;
	}
	
	.sw_tabel .bold{
		font-weight: bold;
	}
	.sw_tabel .bgWit{
		background-color: white;
	}
	.sw_tabel .bgGroen{
		background-color: #c8d20a;
	}
	.sw_tabel .bgGroen2{
		background-color: #ffd800;
	}
	
	.sw_tabel .bgYellow{
		background-color: #fffbe5;
	}
	.sw_tabel .bgBlue{
		background-color: #0099cc;
	}

	
	.sw_tabel .hBg1{ background-color:#d4d0cd; }
	.sw_tabel .hBg2{ background-color:#e3dfdc; } 
	
	
	.sw_tabel tbody tr.hover { 
   	 	background: url(http://demo.smidswater.nl/haro/tabellen/009/img/solid.gif) white repeat-x 0 bottom;
	}	
	.sw_tabel tfoot{
		font-size: 10px;
	}
	.sw_tabel .footPoint .point{
		width:40px;
		float: left;
	}
	.sw_tabel .footPoint .text{
		float: left;
		width: 500px;
	}
	

