/* CSS Document for documents.aspx
 *
 * This document conatans the page-specific design elements for documents.aspx
 *
 */

/* styles for the document table */

table.documents
{
	width: 80%;
	
	margin: 10px auto;
	
	border: 1px solid #333333;
	border-collapse: collapse;
}

table.documents tr th
{
	background-color: #00397f;
	color: #ff7800;
	border-bottom: 1px solid #333333;
}

table.documents tr.white td
{
	border: none;
	text-align: center;
	
	background-color: #ffffff;
}

table.documents tr.grey td
{
	border: none;
	text-align: center;
	
	background-color: #eeeeee;
}


table.documents td img
{
	widows: 30px;
	height: 30px;
}