@charset "utf-8";
/* CSS Document */

	.pdfList {
		width: 100%;
		border: 1px solid #bbbbbb;
		border-spacing: 0px; /* equivalent of HTML cellspacing */
		table-layout: fixed;
		background: #eeeeee;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
		color: #333333;
		text-align: left;
		}
		.pdfList a {
			text-decoration: none;
			}
		.pdfList th {
			padding: 10px;
			background: #bbbbbb;
			text-transform: capitalize;
			}
		.pdfList td {
			padding: 10px;
			}
		.evenRow {
			background: white;
			}
		.oddRow {
			}
		.newRow {
			background: #FFFFCC;
			}
