﻿.folderManager_acHeader 
{
	background: url(../Images/FileManager/acordHeader.gif) repeat-x; height: 24px;
	font-size: 11px; font-weight: bold; cursor: pointer; padding-left: 10px;
}
.folderManager_acHeader:hover
{
	background: url(../Images/FileManager/acordHeaderSelected.gif) repeat-x; height: 24px;
	font-size: 11px; font-weight: bold; padding-left: 10px; cursor: default;
}
.folderManager_acHeaderSelected
{
	background: url(../Images/FileManager/acordHeaderSelected.gif) repeat-x; height: 24px;
	font-size: 11px; font-weight: bold; padding-left: 10px; cursor: default;
}
.folderManager_Favorite
{
	text-decoration: none; color: Black;
}
.folderManager_Favorite:hover
{
	text-decoration: underline; color: Black;
}
.folderManager_Toggle
{
	background: url(../Images/FileManager/acordHeaderCollapse.gif) no-repeat; 
	background-position: center center;
}


.folderContent
{
	padding: 0px; width: 100%; height: 455px; overflow: auto; overflow-x: auto; overflow-y: auto;
}
.folderContent_Item
{
	width: 105px; height: 150px; float: left; margin: 2px; margin-right: 5px;
	vertical-align: bottom;
}
.folderContent_Item:hover
{
	width: 105px; height: 150px; float: left; margin: 2px; margin-right: 5px;
	vertical-align: bottom; background: url(../Images/FileManager/itemBg_hover.gif) no-repeat;
}
.folderContent_ItemSelected
{
	width: 105px; height: 150px; float: left; margin: 2px; margin-right: 5px;
	vertical-align: bottom; background: url(../Images/FileManager/itemBg_selected.gif) no-repeat;
}
.folderContent_ItemImageFolder
{
	width: 100px; height: 100px; margin-left: auto; margin-right: auto;
	background: url(../Images/FileManager/Folder.png) repeat-x; display: inline-block;
}
.folderContent_ItemImageFile
{
	width: 100px; height: 100px; margin-left: auto; margin-right: auto;
	background: url(../Images/FileManager/File.png) repeat-x; display: inline-block;
}

.folderContent_Item50
{
	width: 55px; height: 75px; float: left; margin: 2px; margin-right: 5px;
	vertical-align: bottom;
}
.folderContent_Item50:hover
{
	width: 55px; height: 75px; float: left; margin: 2px; margin-right: 5px;
	vertical-align: bottom; background: url(../Images/FileManager/itemBg_hover.gif) no-repeat;
}
.folderContent_Item50Selected
{
	width: 55px; height: 75px; float: left; margin: 2px; margin-right: 5px;
	vertical-align: bottom; background: url(../Images/FileManager/itemBg_selected.gif) no-repeat;
}
.folderContent_Item50ImageFolder
{
	width: 50px; height: 50px; margin-left: auto; margin-right: auto;
	background: url(../Images/FileManager/Folder_50.png) repeat-x; display: inline-block;
}
.folderContent_Item50ImageFile
{
	width: 50px; height: 50px; margin-left: auto; margin-right: auto;
	background: url(../Images/FileManager/File_50.png) repeat-x; display: inline-block;
}

.folderContent_ItemImage50Image
{
	width: 50px; height: 50px; margin-left: auto; margin-right: auto;
	background: url(../Images/FileManager/Image_50.png) repeat-x; display: inline-block;
}
.folderContent_ItemImage50Folder
{
	width: 50px; height: 50px; margin-left: auto; margin-right: auto;
	background: url(../Images/FileManager/Folder_50.png) no-repeat; display: inline-block;
}
.folderContent_ItemImage50File
{
	width: 50px; height: 50px; margin-left: auto; margin-right: auto;
	background: url(../Images/FileManager/File_50.png) no-repeat; display: inline-block;
}
.folderContent_ItemImage
{
	width: 100px; height: 100px; margin-left: auto; margin-right: auto;
	line-height: 100px; vertical-align: middle; display: table-cell;
}
.folderContent_ItemImageBorder
{
	/*padding: 2px; vertical-align: middle;
	margin-left: auto; margin-right: auto; display: inline-block;
	border-bottom: solid 1px #c1c1c1; border-right: solid 1px #c1c1c1;
	border-top: solid 1px #e0e0e0; border-left: solid 1px #e0e0e0;*/
}
.folderContent_ItemName
{
}
.folderContent_ItemTextbox
{
	width: 90px; border: solid 1px black; border-width: 1px; background-color: White;
	margin: 0; padding: 0; overflow: visible;
}


.fileManager_Top
{
	height: 30px; border-bottom: solid 1px black;
	background: url(../Images/FileManager/topBg.gif) repeat-x; 
}
.fileManager_Bottom
{
	border-top: solid 1px #a7bac5; width: 100%; padding: 1px;
	background: url(../Images/FileManager/bottomBg.gif) no-repeat; 
	background-position: top right; height: 66px; overflow: hidden;
}


.fileManager_viewType
{
	height: 22px; margin-left: 5px;
}
.fileManager_prevButtonDis
{
	background: url(../Images/FileManager/button_back_disabled.png) no-repeat; background-position: center;
	width: 30px; height: 30px; border: 0; display: inline-block;
}
.fileManager_prevButton
{
	background: url(../Images/FileManager/button_back.png) no-repeat; background-position: center;
	width: 30px; height: 30px; border: 0; cursor: pointer;display: inline-block;
}
.fileManager_prevButton:hover
{
	background: url(../Images/FileManager/button_back_hover.png) no-repeat; background-position: center;
	width: 30px; height: 30px; border: 0; cursor: pointer;display: inline-block;
}
.fileManager_nextButtonDis
{
	background: url(../Images/FileManager/button_next_disabled.png) no-repeat; background-position: center;
	width: 30px; height: 30px; border: 0; display: inline-block; position: relative; left: -7px;
}
.fileManager_nextButton
{
	background: url(../Images/FileManager/button_next.png) no-repeat; background-position: center;
	width: 30px; height: 30px; border: 0; cursor: pointer; display: inline-block; position: relative; left: -7px;
}
.fileManager_nextButton:hover
{
	background: url(../Images/FileManager/button_next_hover.png) no-repeat; background-position: center;
	width: 30px; height: 30px; border: 0; cursor: pointer; display: inline-block; position: relative; left: -7px;
}


.fileManager_FolderPath
{
	height: 20px; border: solid 1px #505050; border-bottom: solid 1px #a0a0a0;
	background-color: White; margin-right: 10px;
}
.fileManager_FolderPathIco
{
 	width: 20px; height: 20px; background: url(../Images/TreeView/defImg.gif) no-repeat;
 	background-position: center; float: left;
}
.fileManager_FolderPathTextBox
{
	background: none; border: 0; width: 99%; padding: 4px; float: left;
}
.fileManager_FolderPathGo
{
	width: 20px; height: 20px; background: url(../Images/Icons/Ico_SearchSmall.gif) no-repeat;
 	background-position: center; float: left; border: 0; cursor: pointer;
}


.fileManager_Find
{
	width: 200px; height: 20px; border: solid 1px #505050; border-bottom: solid 1px #a0a0a0;
	background-color: White; margin-right: 3px;
}
.fileManager_FindTextBox
{
	background: none; border: 0; width: 170px; padding: 4px; float: left;
}
.fileManager_FindButton
{
	width: 20px; height: 20px; background: url(../Images/Icons/Ico_SearchSmall.gif) no-repeat;
 	background-position: center; float: left; border: 0; cursor: pointer;
}