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

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

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

.pCel {
	font-size:					10pt;
	padding:					5px;
}

.pilCel {
	border-left:				1px solid #0066b3;
}
.pirCel {
	border-right:				1px solid #0066b3;
}
.pibCel {
	border-left:				1px solid #0066b3;
	border-right:				1px solid #0066b3;
}

.pColor {
	background-color:			#f4f4f4;
}
.ptspacer {
	border-bottom:				1px solid #0066b3;
	border-left:				1px solid #0066b3;
	border-right:				1px solid #0066b3;
	height:						10px;
	padding:					0px;
}

.pKopLedge {
	background:					url('img/leftedgesmall.png') no-repeat top left;
	float:						left;
	height:						10px;
	left:						-3px;
	position:					relative;
	top:						-3px;
	width:						10px;
}
.pKopRedge {
	background:					url('img/rightedgesmall.png') no-repeat top right;
	float:						right;
	height:						10px;
	position:					relative;
	right:						-3px;
	top:						-3px;
	width:						10px;
}
.pKopLBedgeOpen {
	background:					url('img/lbedge_open.png') no-repeat bottom left;
	float:						left;
	height:						10px;
	position:					relative;
	bottom:						-1px;
	left:						-1px;
	width:						10px;
}
.pKopRBedgeOpen {
	background:					url('img/rbedge_open.png') no-repeat bottom right;
	float:						right;
	height:						10px;
	position:					relative;
	bottom:						-1px;
	right:						-1px;
	width:						10px;
}

.pAlbumItem {
	background:					#232323;
	border:						1px solid #a45101;
	font-size:					9pt;
	padding:					8px;
	margin-bottom:				10px;
	vertical-align:				middle;
}
.pAlbumItem img {
	border:						1px solid #4c4d4e;
}
.amount_photos {
	float:						right;
}
.pImage {
	float:						left;
	margin-right:				10px;
}
.pTitle {
	font-size:					11pt;
	font-weight:				bold;
	margin-bottom:				3px;
}
.pText {
	float:						left;
}
.pDesc {
	color:						gray;
}