/*	Css per la definizione delle icone dei files	*/
 #doc, #docx {
	background-image: url(../images/icons/files/icon_doc_small.gif);
}

 #jpg{
	background-image: url(../images/icons/files/icon_jpg_small.gif);
}

 #png{
	background-image: url(../images/icons/files/icon_png_small.gif);
}

#pdf{
	background-image: url(../imm_pagine/icon_pdf2.png);
}

 #ppt{
	background-image: url(../images/icons/files/icon_ppt_small.gif);
}

 #xls{
	background-image: url(../images/icons/files/icon_xls_small.gif);
}

 #mp3{
	background-image: url(../images/icons/files/icon_mp3_small.gif);
}

 #zip{
	background-image: url(../images/icons/files/icon_zip_small.gif);
}

 #css{
	background-image: url(../images/icons/files/icon_css_small.gif);
}

 #flv{
	background-image: url(../images/icons/files/icon_flv_small.png);
}

 #html, #htm {
	background-image: url(../images/icons/files/icon_generic_small.gif);
}

/*	Link con Icona*/
.resourceLinkIcon {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
img.linkIcon {
	float: left;
	margin-top: -10px;
}
span.linkTitle {
	margin-top: 10px;
	margin-left: 5px;
	height: 100px;
}
div.linkContainer {
	clear:left;
}

/*	List Resources		*/

.sidebar select#fileList {
	margin: 0 0 2em;
	width: 100%;
}

#fileList ul {
	margin: 0 0 2em;
	padding: 0;
}

#fileList li {
	list-style: none;
}

.resourceItem {
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
}
.resourceList {
	/**/
}
