.image_table .td_def {
	vertical-align: top;
	padding-right: 0px;
	padding-bottom: 12px;
	width: 500px;
	font-size: 11px;

}
.image_table .td_info {
	vertical-align: top;
	padding-right: 0px;
	width: 190px;
	font-size: 10px;
}

.entry .text_body,
.entry .text_body_visible {
	display: block;
}

entry_deselected .text_body {
	display: none;
}

img {
	border: none;
}

input, textarea { 
border: 1px solid #555; 
color: #000; 
background-color: #ffffff; 
width: 300px; 
padding: 2px; 
font-size: 11px; 
} 
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;	
	} 
	
.text_body a, 
.text_body a:link, 
.text_body a:visited, 
.text_body a:active {
	text-decoration: none;
	color: #ff3333;	
} 

.text_body a:hover,
a:hover {
	text-decoration: none;
	color: #ffffff;
}