﻿.divDocumentList
{
}

h1.h1DocumentList
{
	color: #a0a0a0;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: solid 2px Black;
}

.divDocumentList a
{
	color: Black;
	text-decoration: none;
	font-size: 8pt;
}

.divDocumentList li
{
	list-style-image: url(  '../images/pdficon_small.gif' );
	padding: 0 0 0 10px;
}

.tableRecords
{
	font-size: small;
	text-align: center;
	border-collapse: collapse;
	border: solid 1px black;
	margin: 10px 0 20px 20px;
}

.tableRecords input
{
	width: 30px;
}

.tableRecords td
{
	border: solid 0px black;
	padding: 2px 5px 2px 5px;
}

.tableRecords th
{
	background-color: #1C5E55;
	color: White;
	padding: 2px 5px 2px 5px;
}

.tableRecords tr.trTemplate
{
	background-color: #E3EAEB;
}

.tableRecords tr.trAlternatingTemplate
{
	background-color: White;
}

h1.Records
{
	font-size: larger;
	margin: 0 0 0 50px;
	padding:0;
}

h2.Records
{
	font-size: medium;
	margin: 0 0 0 100px;
	padding:0;
}
