table
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
}

.tab
{
	background: #fff;
	border-collapse: separate;
}

.tab th
{
	text-align: left;
}

.tab tr.header th
{
	border-bottom: solid black 1px;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.tab tr
{
	width: 100%;
	background: #fff;
}

.tab td.folder   
{
	width:1px;
}

.tab td.file   
{
	width:80%;
}

.tab th, .tab td
{
	padding: 0em 0.5em 0em 0.5em;
	border-bottom: solid gray 1px;
	height: 25px;
}

.tab tr.even *
{
	background: #ebecf0;
}

.tab tr.digestSended *
{
	background: #10aa10 !important;
}

.tab tr.header th
{
	background: #b4cadf;
	vertical-align: middle;
}

.tab tr.footer
{
	color: #333;
	font-size: 10px;
	border-bottom: solid black 1px;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background: #b4cadf;
}

.right
{
	text-align: right;
}
