.pdf {
	background-position:2px;
	background-repeat:no-repeat;
	background-image:url(../img/pdf.png);
}

.ies {
	background-position:2px;
	background-repeat:no-repeat;
	background-image:url(../img/ies.png);
}

.dwg {
	background-position:2px;
	background-repeat:no-repeat;
	background-image:url(../img/dwg.png);
}

.vid {
	background-position:2px;
	background-repeat:no-repeat;
	background-image: url(../img/vid.png);
}

.icon {
	display:inline-block;
	height:16px;
	width:16px;
}

th {
	padding-right:4px;
	padding-left:10px;
	padding-bottom:6px;
	padding-top:6px;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	background-color:black;
	color:white;
}

td {
	padding-right:6px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	color:white;
	cursor: pointer;
}

.noItem {
	text-align:center;
	color:#999999;
}