BODY {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
	margin-left: 95px;
	background-image: url('background.jpg');
}

Table {
	margin: 0;
	border: none;
	border-collapse: collapse;
	width: 675px;
}
td {
	border:  1px solid darkblue;
	font-size : 9pt;
	padding: 3px;
	margin: 0px;
}
.titlecell {
	border:  1px solid darkblue;
	padding: 6px;
	margin: 0px;
	font-weight: bold;
	font-size: 20px;
}
A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: gray;
}

.EditTable {
	margin: 0 auto;
	border: none;
	width: 500px;
}

.EditTable TD {
	border:  none;
	padding: 0px;
	margin: 0px;
}

.image_comment  {
	margin: 0 auto;
	border: none;
	width: 80%;
}

.error {  font-weight: 700; color: red; }

.header      { background-image: url('header.gif'); background-repeat: no-repeat; width: 675px; height: 80px }
.headercell  { border: none }
.linkscell   { border: none }
.arrowcell   { border: none }
.base        { background-image: url('base.gif'); background-repeat: no-repeat; width: 19px; height: 16px; }
.folder      { background-image: url('folder.gif'); background-repeat: no-repeat; width: 22px; height: 19px; }
.item        { background-image: url('item.gif'); background-repeat: no-repeat; width: 18px; height: 19px; }
.user        { background-image: url('user.gif'); background-repeat: no-repeat; width: 19px; height: 16px; }
.sendimage   { background-image: url('sendimage.gif'); background-repeat: no-repeat; width: 13px; height: 16px; }
.edit        { background-image: url('edit.gif'); background-repeat: no-repeat; width: 16px; height: 16px; }
.delete      { background-image: url('delete.gif'); background-repeat: no-repeat; width: 14px; height: 16px; }
.share       { background-image: url('share.gif'); background-repeat: no-repeat; width: 20px; height: 16px; }
.left        { background-image: url('left.gif'); background-repeat: no-repeat; width: 13px; height: 16px; }
.right       { background-image: url('right.gif'); background-repeat: no-repeat; width: 13px; height: 16px; }
.help        { background-image: url('help.gif'); background-repeat: no-repeat; width: 24px; height: 24px; }

