div.attachheader {
	margin-top: 6px;
	font-weight: bold;
}

table.attachments td {
	vertical-align: top;
	padding-left: 10px;
}

table.attachments a {
	font-weight: bold;
}

table.attachments a.delete                 { color: red; }
table.attachments a.delete:link       { color: red; text-decoration: none; }
table.attachments a.delete:visited { color: red; text-decoration: none; }
table.attachments a.delete:hover     { color: red; text-decoration: underline; }
table.attachments a.delete:active   { color: red; text-decoration: none; }

div.addattach a   { 
	/*
	background-image: url(../../administrator/components/com_attachments/attachments_menu16.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	*/
	color: red;
}
div.addattach a:link       { color : red; text-decoration: none; }
div.addattach a:visited { color : red; text-decoration: none; }
div.addattach a:hover     { color : red; text-decoration: underline; }
div.addattach a:active   { color : red; text-decoration: none; }
