/*
 * Nieuws Stylesheed vvjisp
 ********************************
 * Created June 9th 2007
 * nieuws.css
 * 
 * 
 */

.programTable {
	border: 					none;
	margin-bottom:				20px;
	width:	 					100%;
}

.prKop {
	background:					url('img/blue_vertical_gradient.png') repeat-x top #0066b3;
	color:						white;
	font-size:					9pt;
	padding:					3px;
}

.prlKop {
	
}
.prmKop {
	
}

.prCel {
	font-size:					9pt;
	padding:					3px;
}
.prColor {
	background-color:			#f4f4f4;
}

.prKopLedge {
	background:					url('img/leftedgesmall.png') no-repeat top left;
	float:						left;
	height:						10px;
	left:						-3px;
	position:					relative;
	top:						-3px;
	width:						10px;
}
.prKopRedge {
	background:					url('img/rightedgesmall.png') no-repeat top right;
	float:						right;
	height:						10px;
	position:					relative;
	right:						-3px;
	top:						-3px;
	width:						10px;
}
.prKopLBedge {
	background:					url('img/lbedge_blue.png') no-repeat top left;
	float:						left;
	height:						10px;
	left:						-3px;
	position:					relative;
	bottom:						-3px;
	width:						10px;
}
.prKopRBedge {
	background:					url('img/rbedge_blue.png') no-repeat top right;
	float:						right;
	height:						10px;
	position:					relative;
	right:						-3px;
	bottom:						-3px;
	width:						10px;
}

.prlCel {
	border-left:				1px solid #0066b3;
	border-right:				1px solid #0066b3;
}
.prmCel {
	border-right:				1px solid #0066b3;
}