.tableOfContentsTable td {
	background-position: 50% 2px;
	background-repeat: no-repeat;
}

.fileTypeImage {
	width: 16px;
}

/* Adobe Acrobat files */
.application_pdf{
	background-image: url(//www2.warwick.ac.uk/brands/icons/acrobat.gif);
}

/* MS Word Docs */
.application_msword{
	background-image: url(//www2.warwick.ac.uk/brands/icons/word.gif);
}

/* Excel files */
.application_vnd_ms_excel{
	background-image: url(//www2.warwick.ac.uk/brands/icons/excel.gif);
}


/* Powerpoint files */
.application_vnd_ms_powerpoint {
	background-image: url(//www2.warwick.ac.uk/brands/icons/powerpoint.gif);
}



/* Visio files */

.application_vnd_visio{
	background-image: url(//www2.warwick.ac.uk/brands/icons/visio.gif);
}

.application_vnd_visio__vst{
	background-image: url(//www2.warwick.ac.uk/brands/icons/visio.gif);
}

.application_vnd_visio__vsw{
	background-image: url(//www2.warwick.ac.uk/brands/icons/visio.gif);
}


/* MS Project files */
.application_vnd_ms_project{
	background-image: url(//www2.warwick.ac.uk/brands/icons/project.gif);
}

.application_x_project{
	background-image: url(//www2.warwick.ac.uk/brands/icons/project.gif);
}


/* Postscript files */


.application_postscript{
	background-image: url(//www2.warwick.ac.uk/brands/icons/ps.gif);
}



/* DVI Files */
.application_x_dvi{
	background-image: url(//www2.warwick.ac.uk/brands/icons/dvi.gif);
}


/* Plain Text */
.text_plain{
	background-image: url(//www2.warwick.ac.uk/brands/icons/text.gif);
}


/* Rich Text Format files */
.application_rtf{
	background-image: url(//www2.warwick.ac.uk/brands/icons/rtf.gif);
}

/*Images */
.image_gif,
.image_jpg,
.image_jpeg,
.image_pjpeg,
.image_png{
	background-image: url(//www2.warwick.ac.uk/brands/icons/image.gif);
}

/* XML files */
.application_xml{
	background-image: url(//www2.warwick.ac.uk/brands/icons/xml.gif);
}


/* Video files */
.video_animaflex,
.video_x_ms_asf,
.application_x_troff_msvideo,
.video_avs_video,
.video_x_dv,
.video_fli,
.video_x_isvideo,
.video_mpeg,
.video_x_motion_jpeg,
.video_quicktime,
.video_x_sgi_movie,
.video_mpeg,
.video_vnd_rn_realvideo{
	background-image: url(//www2.warwick.ac.uk/brands/icons/video.gif);
}

/* Audio files */

.audio_wav,
.audio_basic,
.audio_s3m,
.audio_mid,
.audio_mpeg,
.audio_mpeg3,
.audio_mod {
	background-image: url(//www2.warwick.ac.uk/brands/icons/audio.gif);
}


/* Binary files */
.application_mac_binary,
.application_mac_binhex40
{
	background-image: url(//www2.warwick.ac.uk/brands/icons/binary.gif);
}


/* Zip Archives */
.application_gnutar,
.application_gzip,
.application_x_gzip,
.application_x_compressed,
.application_zip{
	background-image: url(//www2.warwick.ac.uk/brands/icons/zip.gif);	
}

.application_x_compressedlecture {
	background-image: url(//www2.warwick.ac.uk/brands/icons/lecture.png);
}

/* Office 2007 */
.application_vnd_ms_word_document_macroEnabled_12 {
	background: url(//www2.warwick.ac.uk/brands/icons/word2007.gif) no-repeat;
}

.application_vnd_openxmlformats_officedocument_wordprocessingml_document {
	background: url(//www2.warwick.ac.uk/brands/icons/word2007.gif) no-repeat;
}

.application_vnd_ms_word_template_macroEnabled_12 {
	background: url(//www2.warwick.ac.uk/brands/icons/word2007.gif) no-repeat;
}

.application_vnd_openxmlformats_officedocument_wordprocessingml_template {
	background: url(//www2.warwick.ac.uk/brands/icons/word2007.gif) no-repeat;
}

.application_vnd_ms_powerpoint_slideshow_macroEnabled_12 {
	background: url(//www2.warwick.ac.uk/brands/icons/powerpoint2007.gif) no-repeat;
}

.application_vnd_openxmlformats_officedocument_presentationml_slideshow {
	background: url(//www2.warwick.ac.uk/brands/icons/powerpoint2007.gif) no-repeat;
}

.application_vnd_ms_powerpoint_presentation_macroEnabled_12 {
	background: url(//www2.warwick.ac.uk/brands/icons/powerpoint2007.gif) no-repeat;
}

.application_vnd_openxmlformats_officedocument_presentationml_presentation {
	background: url(//www2.warwick.ac.uk/brands/icons/powerpoint2007.gif) no-repeat;
}

.application_vnd_ms_excel_sheet_binary_macroEnabled_12 {
	background: url(//www2.warwick.ac.uk/brands/icons/excel2007.gif) no-repeat;
}

.pplication_vnd_ms_excel_sheet_macroEnabled_12 {
	background: url(//www2.warwick.ac.uk/brands/icons/excel2007.gif) no-repeat;
}

.application_vnd_openxmlformats_officedocument_spreadsheetml_sheet {
	background: url(//www2.warwick.ac.uk/brands/icons/excel2007.gif) no-repeat;
}

.tableOfContentsTable {
	margin-bottom: 1em;
}
