﻿.Wrapper {
 
}

.ArchiveListingTable table td a {
	color: #000;
	text-decoration: none;
}

.ArchiveListingTable table td a:hover {
	text-decoration: underline;
}

.ArchiveListingTable table td.Column1 {
	width: 210px;
}

.ArchiveListingTable table td.Column2 {
	width: 32px;
	text-align: center;
	padding: 3px 0px 0px 0px;
}

.ArchiveListingTable table td.Column3 {
	width: 145px;
}

.ArchiveListingTable table td.Column4 {
	width: 80px; 
	/*font-weight:bold;*/
}

.ArchiveListingTable table td.Column5 {
	width: 60px;
}

.ArchiveListingTable table td.Column6 {
	width: 150px;
}

.ArchiveListingTable table th.Column1 {
	width: 210px;
}

.ArchiveListingTable table th.Column2 {
	width: 32px;
	padding: 3px 0px 0px 0px;
}

.ArchiveListingTable table th.Column3 {
	width: 145px;
}

.ArchiveListingTable table th.Column4 {
	width: 80px;
}

.ArchiveListingTable table th.Column5 {
	width: 60px;
}

.ArchiveListingTable table th.Column6 {
	width: 150px;
}


