/* de classes van de plugins worden altijd alsvolgt weergegeven : 
   tag.tag_naamvandepagina_uniekenaam. Deze naamgeving moet altijd 
	 worden gehanteerd uitgezonderd de tags onder het kopje global.
	 De tags behorende op 1 pagina worden bij elkaar geplaatst. */


/* global */
td {
	font-family : Arial;
	font-size : 11px;	
	text-align : left;
	vertical-align : top;
}

td.beheer_titel {
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;	
	text-align : left;
	vertical-align : top;
}
span.grijstekst_klein {
	font-family : Arial;
	font-size : 10px;
	color : #757575;
}
/* fotogalleryplugin */

td.td_fotogallery_albums_albumfoto {
}

td.td_fotogallery_albums_titel {
	width : 100%;
	padding : 0 10 0 20px;
}

td.td_fotogallery_albums_omschrijving {
	padding : 10 10 5 20px;
}

td.td_fotogallery_gallery_titel {
	font-size :16px;
	font-weight : bold;
	color : #000000;
}

td.td_fotogroot_foto {
	width : 600;
	text-align : center;
	vertical-align : top;
	padding : 10 0 10 0px;
}
td.td_fotogroot_navpijltjes {
	text-align : center;
	vertical-align : top;
}

td.td_fotogallery_gallery_foto_titel {
	font-size :10px;
	color : #000000;
}
img.img_fotogallery_albums_albumfoto {
	margin : 0 0 0 0px;
 	border: solid;
 	border-width: 1px;
	border-color: #B3BBBE;
}
img.img_fotogallery_foto_fotogroot {
	margin : 0 0 0 0px;
 	border: solid;
 	border-width: 1px;
	border-color: #B3BBBE;
}
img.img_fotogallery_gallery_thumbnail {
	margin : 0 14 0 0px;
 	border: solid;
 	border-width: 1px;
	border-color: #B3BBBE;
}
