		.FileFolder a.doc {
			background:url('/MODULES/_images/fileFolder/download_word.png') 0 0 no-repeat;
			height:20px;
			width:70px;
			display:block;
			text-indent:-9999px;
		}
		.FileFolder a.txt {
			background:url('/ICONS-FileFolder/file_txt.gif') 0 0 no-repeat;
			height:16px;
			width:16px;
			display:block;
			text-indent:-9999px;
		}
		.FileFolder a.dwg {
			background:url(/images/ACADIcon.gif) 0 0 no-repeat;
			height:16px;
			width:16px;
			display:block;
			text-indent:-9999px;
		}
		.FileFolder a.xls {
			background:url('/ICONS-FileFolder/file_xls.gif') 0 0 no-repeat;
			height:16px;
			width:16px;
			display:block;
			text-indent:-9999px;
		}
		.FileFolder a.ppt {
			background:url('/ICONS-FileFolder/file_ppt.gif') 0 0 no-repeat;
			height:16px;
			width:16px;
			display:block;
			text-indent:-9999px;
		}
		.FileFolder a.pdf {
			background:url('/MODULES/_images/fileFolder/download_pdf.png') 0 0 no-repeat;
			height:20px;
			width:70px;
			display:block;
			text-indent:-9999px;
		}
		.FileFolder a.zip {
			background:url('/ICONS-FileFolder/file_zip.gif') 0 0 no-repeat;
			height:16px;
			width:16px;
			display:block;
			text-indent:-9999px;
		}
		.FileFolder a.rtf {
			background:url('/ICONS-FileFolder/file_rtf.gif') 0 0 no-repeat;
			height:16px;
			width:16px;
			display:block;
			text-indent:-9999px;
		}
		.FileFolder a.exe {
			background:url('/ICONS-FileFolder/file_exe.gif') 0 0 no-repeat;
			height:16px;
			width:16px;
			display:block;
			text-indent:-9999px;
		}
		.FileFolder a.pic {
			background:url('/ICONS-FileFolder/file_pic.gif') 0 0 no-repeat;
			height:16px;
			width:16px;
			display:block;
			text-indent:-9999px;
		}
		.FileFolder a.misc {
			background:url('/ICONS-FileFolder/file_misc.gif') 0 0 no-repeat;
			height:16px;
			width:16px;
			display:block;
			text-indent:-9999px;
		}	
		.FileFolder a.www {
			background:url('/MODULES/_images/fileFolder/view-site.png') 0 0 no-repeat;
			height:20px;
			width:70px;
			display:block;
			text-indent:-9999px;
		}
		table.FileFolder { 
			border-collapse: collapse;
			margin:-25px 0 0 15px;
			width: 550px;
		}
		.FileFolder td { 
			border-bottom:1px solid #bababa;
			vertical-align:top;
			font-family: Georgia, serif;
			color:#000000;
		}
		.FileFolder td.ff_col1 {
			font-size: 16px;
			padding: 3px 0 3px 25px;
			width:325px;
		
		}
		.FileFolder td.ff_col1 a {
			color:#000000;
		}
		.FileFolder td.ff_col1 a:hover {
			color:#F27701;
			text-decoration:none;
		}
		.FileFolder td.ff_col1 span.isDescription {
			color:#a3a3a3;
			font-size:12px;
		}
		.FileFolder td.ff_col4 {
			width:25px;
		}
		.FileFolder td.ff_col5 {
			text-align:center;
			color:#a3a3a3;
			font-size:12px;
		}
		.FileFolder td.ff_col6 {
			text-align:left;
		}
		.FileFolder span.isNew { 
			background:url('/MODULES/_images/fileFolder/new.png') 0 0 no-repeat;
			height:12px;
			width:25px;
			display:block;
			margin-top:3px;
			text-indent:-9999px;
		}
		.FileFolder tr.evenRowBG { background-color:#ffffff; }
