.docsItem {
	
}

.docsItem a.folder,
.docsItem a.document {
	text-decoration:none;
	color:inherit;
	padding: 4px 0;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 20px;
	background-image: url(../images/document-.png);
	border:none;
}

.documentActions {
	padding-top: 4px;
	visibility:hidden;
}

.docsItem:hover {
	background-color:#F5F5F5;
}

.docsItem:hover .documentActions {
	visibility:visible;
}

.docsItem a.folder {
	background-image: url(../images/folder.png);
	border:none;	
}
.docsItem a.applicationxshockwaveflash {
	background-image: url(../images/document-application--x-shockwave-flash.png);
}

.docsItem a.applicationpdf {
	background-image: url(../images/document-application--pdf.png);
}
.docsItem a.applicationvndmspowerpoint, .docsItem a.applicationvndopenxmlformatsofficedocumentpresentationmlpresentation, .docsItem a.applicationvndopenxmlformatsofficedocumentpresentationmlslideshow {
	background-image: url(../images/document-application--vnd.ms-powerpoint.png);
}
.docsItem a.applicationmsword, .docsItem a.applicationvndopenxmlformatsofficedocumentwordprocessingmldocument, .docsItem a.applicationvndopenxmlformatsofficedocumentwordprocessingmltemplate {
	background-image: url(../images/document-application--msword.png);
}
.docsItem a.applicationzip, .docsItem a.applicationxstuffit, .docsItem a.applicationxrarcompressed {
	background-image: url(../images/document-application--zip.png);
}
.docsItem a.applicationvndmsexcel {
	background-image: url(../images/document-application--vnd.ms-excel.png);
}
.docsItem a.imagegif, .docsItem a.imagejpg, .docsItem a.imagejpeg, .docsItem a.imagepjpeg, .docsItem a.imagepng {
	background-image: url(../images/document-image--jpg.png);
}
.docsItem a.applicationvndmsexcel, .docsItem a.applicationvndopenxmlformatsofficedocumentspreadsheetmlsheet, .docsItem a.applicationvndopenxmlformatsofficedocumentspreadsheetmltemplate {
	background-image: url(../images/document-application--vnd.ms-excel.png);
}
.docsItem a.videoxflv, .docsItem a.applicationvndmsasf, .docsItem a.videoxmsasf, .docsItem a.videoxmsasx, .docsItem a.videoxmsvideo, .docsItem a.videoquicktime, .docsItem a.videomp4, .docsItem a.videompeg, .docsItem a.videoxmswmv, .docsItem a.videoxm4v, .docsItem a.videoavi, .docsItem a.video3gpp, .docsItem a.video3gpp2, .docsItem a.videovndvivo
{
	background-image: url(../images/film.png);
}
ul.submenu  li a.addfolder {
	background-image: url(../images/folder-new.png);
}
ul.submenu  li a.adddocument {
	background-image: url(../images/document-new.png);
}

.icon_text_useraccess {
	padding: 0 0 0 19px;
	height:16px;
	background-image: url(../../images/icons/group.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	border:none;
	color:#999;
}

h1.docsheader {
	background-image: url(/documents/images/edit-copy.png);
	background-repeat: no-repeat;
	height: 27px;
	padding: 5px 0 0 38px;
	background-position: 0px 0px;
	
}

#folderheader {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0 0 1em 0;
}



