/* $Id: style.css,v 1.3 2007/11/10 14:38:31 aponzio Exp $ */

div.NTNewsletter_itemlist {
	margin-top: 5px;
	border: 1px dotted black;
}



a.ntnewsletter_icon_tg {
	display: block;
	background-image: url('icon-triangle-green.gif');
	background-position: top left; background-repeat: no-repeat;
	width: 14px; height: 14px;
}
a.ntnewsletter_icon_tg:hover {
	background-position: bottom left;
}

a.ntnewsletter_icon_ty {
	display: block;
	background-image: url('icon-triangle-yellow.gif');
	background-position: top left; background-repeat: no-repeat;
	width: 14px; height: 14px;
}
a.ntnewsletter_icon_ty:hover {
	background-position: bottom left;
}



table.ntnewsletter_enum td {
	border-width: 0 0 1px 0; border-style: solid; border-color: #000000;
	padding: 0.50em 0;
	text-align: left; vertical-align: top;
}

table.ntnewsletter_enum th {
	border-width: 0 0 1px 0; border-style: solid; border-color: #000000;
	padding: 0 0 2px 0;
	text-align: left; vertical-align: bottom;
}



div.ntnewsletter_view_date {
	font-size: 80%;
	text-align: right;
	margin: 0 0 1.00em 0;
	float: right;
}

div.ntnewsletter_nav_bar {
	float: left;
}



table.enum {
	border-width: 0; border-style: solid; border-color: #000000;
}

table.enum td.email,
table.enum td.icon,
table.enum td.name {
	border-width: 0 1px 1px 0; border-style: solid; border-color: #000000;
	text-align: left; vertical-align: middle;
	padding: 0.25em 0.50em;
}

table.enum th.email,
table.enum th.name {
	border-width: 0 0 1px 0; border-style: solid; border-color: #000000;
	text-align: left;
	padding: 0 0.50em;
}

table.enum td.buttons,
table.enum td.priority {
	border-width: 0 1px 1px 0; border-style: solid; border-color: #000000;
	text-align: center; vertical-align: middle;
	padding: 0.25em 0.50em;
}

table.enum th.buttons,
table.enum th.priority {
	border-width: 0 0 1px 0; border-style: solid; border-color: #000000;
	text-align: center;
	padding: 0 0.50em;
}

table.enum td.recordid {
	border-width: 0 1px 1px 0; border-style: solid; border-color: #000000;
	text-align: right; vertical-align: middle;
	padding: 0.25em 0.50em;
}

table.enum th.recordid {
	border-width: 0 0 1px 0; border-style: solid; border-color: #000000;
	text-align: right;
	padding: 0 0.50em;
}

