.ctrlFilesGallery_ListItem TD
{
	border-width: 0;
	padding: 0;
	height:0;
}

.csGridView_Header TD TD
{
	padding:0;
	border-width: 0;
	margin: 0;
	height:0;
}

.ctrlFilesGallery_ListItem IMG
{
	margin-top: -1px;
	margin-right: 4px;
}

.ctrlFilesGallery_ListItem .fileTitle
{
	height: 20px;
	padding-top: 3px;
	padding-right: 3px;
}

.ctrlFilesGallery_ListItem .fileSize
{
	height: 20px;
	font-size: 9px;
	color: #606060;
	padding-top: 3px;
	padding-right: 3px;
}

.ctrlFilesGallery_ListItem .fileCategory
{
	height: 20px;
	padding-top: 3px;
	padding-right: 3px;
}

.ctrlFilesGallery_ListItem .fileLanguage
{
	height: 20px;
	padding-top:3px;
	padding-right: 3px;
}

.ctrlFilesGallery_ListItem .fileVersion
{
	height: 20px;
	padding-top:3px;
	padding-right: 3px;
}

.ctrlFilesGallery_ListItem .fileDownloads
{
	height: 20px;
	text-align:center;
	padding-right: 3px;
	padding-top:3px;
}

.ctrlFilesGallery_ListItem .fileDate
{
	float:left;
	width:88px;
	padding:3px;
	color: #444444;
	white-space:nowrap;
}

.ctrlFilesGallery_ListItem .imgMore
{
	float:left;
	cursor:hand;
}

.ctrlFilesGallery_ListItem .fileDescriptionOff
{
	display:none;
}

.ctrlFilesGallery_ListItem .fileDescriptionOn
{
	display:block;
	float:left;
	padding:3px;
	color: #444444;
}

.ctrlFilesGalleryManager_btnAddCategory
{
	background-image: url(../images/btnAddCategory.gif);
}

.ctrlFilesGalleryManager_btnAddFile
{
	background-image: url(../images/btnAddFile.gif);
}
