/*
	SHOUT! DCT COPYRIGHT (C) 2003 - 2005 Niels Ingelse
	Document: style.css, de css van de module Plaintext
	Last update:
	Changes:

*/

.m_imageinfo_wrappertable {
	border: 0; 
	cellcollapse: collapse; 
	padding: 0; 
	margin: 0;
	margin-bottom: 10px; 
	width: 100%;
}

.m_imageinfo_imagetd {
	width: 140px; 
	height: 140px;  
	margin-right: 10px; 
	vertical-align: middle;
	padding: 0px;
	text-align: center;
	background-image: url('photoframe.jpg'); 
	background-repeat: no-repeat;
	text-align: center;
}

.m_imageinfo_bijschrifttd {
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
}

.m_imageinfo_image {
	border-style: solid; 
	border-width: 1px; 
	border-color: #EAEAEA; 
}

.m_imageinfo_hr {
	background-color: #EAEAEA;
	width: 100%;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}