﻿body 
{
	font-size: 12px;
	color: #555555;
}

table.ExportManager_DocumentList 
{
	width: 100%;
	border-collapse: collapse;
}

table.ExportManager_DocumentList  th
{
	font-size: 14px;
	text-align: left;
	border-bottom: 2px solid #CCCCCC;
}

table.ExportManager_DocumentList  td
{
	border-collapse: collapse;
	height: 25px;
	vertical-align: middle;
}

table.ExportManager_DocumentList  tr.FileMissingRow
{
	background-color: #ffe0e0;	
}

table.ExportManager_DocumentList  tr.InsufficentRightsRow
{
	background-color: #FFFFFF;	
	color: #BBBBBB;
}

table.ExportManager_DocumentList  tr.ClassifiedRow
{
	background-color: #DEDEDE;	
}