/*
  Icons are given two classes, "mime_icon" and their respective mime type. This way if the mime
  type isn't handled here it can show the default icon with a question mark.
  
  Every icon also needs the equivalent with #mainContent, to override some sites' CSS (eg elab)
*/
.mime_icon {
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/unknown.gif) no-repeat;	
}

/* Adobe Acrobat files */
.application_pdf{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/acrobat.gif) no-repeat;
}

/* MS Word Docs */
.application_msword{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/word.gif) no-repeat;
}

/* Excel files */
.application_vnd_ms_excel{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/excel.gif) no-repeat;
}


/* Powerpoint files */
.application_vnd_ms_powerpoint{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/powerpoint.gif) no-repeat;
}

.application_x_shockwave_flash{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/flash.gif) no-repeat;
}

/* Visio files */

.application_vnd_visio,
.application_vnd_visio__vst,
.application_vnd_visio__vsw{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk//brands/icons/visio.gif) no-repeat;
}


/* MS Project files */
.application_vnd_ms_project,
.application_x_project,
.application_x_project{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk//brands/icons/project.gif) no-repeat;
}


/* Postscript files */

.application_postscript{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/ps.gif) no-repeat;
}



/* DVI Files */
.application_x_dvi{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/dvi.gif) no-repeat;
}


/* Plain Text */
.text_css,
.text_plain {
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/text.gif) no-repeat;
}


/* Rich Text Format files */
.application_rtf{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/rtf.gif) no-repeat;
}

/*Images */
.image_gif,
.image_jpg,
.image_jpeg,
.image_pjpeg,
.image_png{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/image.gif) no-repeat;
}

/* XML files */
.application_xml{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/xml.gif) no-repeat;
}


/* 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,
.application_x_mplayer2
{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/video.gif) no-repeat;
}

/* Audio files */

.audio_wav,
.audio_basic,
.audio_s3m,
.audio_mid,
.audio_mpeg,
.audio_mpeg3,
.audio_mod{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/audio.gif) no-repeat;
}


/* Binary files */
.application_octet_stream,
.application_mac_binary{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/binary.gif) no-repeat;
}


/* Zip Archives */
.application_x_gzip,
.application_zip{
	padding-left: 18px;
	background: url(http://www2.warwick.ac.uk/brands/icons/zip.gif) no-repeat;	
}

.text_html {
	padding-left: 18px;
	  background: url(http://www2.warwick.ac.uk/brands/icons/html.gif) no-repeat;
}
