	.lightGrid .grid tr td.alternating, .lightGrid .grid tr td {
		background: #fff !important;
		border-bottom: 1px solid #ccc;
		padding: 2px 0 2px 0 !important;
	}

	.lightGrid .grid tr td.alternating a, .lightGrid .grid tr td a, .lightGrid .grid tr td.alternating a:hover, .lightGrid .grid tr td a:hover {
		background: transparent !important;
	}

	.lightGrid .grid {
		border: none !important;
	}

	.lightGrid .grid tr.header td {
		border: none;
		border-bottom: 1px solid #039 !important;
	}

	div.showArchive {
		/*background: transparent url(index.aspx_files/icon_linkbox_pf_down.gif) no-repeat 2px 2px !important;*/
		background-image: url(../skin/icon_linkbox_pf_down.gif) !important;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 6px 2px;
		padding: 0 0 0 24px !important;
		color: #039;
		text-decoration: none !important;
		cursor: pointer;
		position: relative;
		z-index: 300;		
	}
	div.showArchive:hover {
		text-decoration: underline !important;
	}

	div.hideArchive {
		/*background: transparent url(index.aspx_files/icon_linkbox_pf_right.gif) no-repeat 2px 4px !important;*/
		background-image: url(../skin/icon_linkbox_pf_up.gif) !important;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 6px 1px;
		padding: 0 0 0 24px !important;
		color: #039;
		text-decoration: none !important;
		cursor: pointer;
		position: relative;
		z-index: 300;		
	}
	div.hideArchive:hover {
		text-decoration: underline !important;
	}

	.archiveContainer {
		position: relative;
	}

	.archiveIcon {
		background: transparent url(../skin/archiveIcon.gif) no-repeat;
		position: absolute;
		z-index: 200;
		width: 20px;
		height: 14px;
		top: 0;
	}

