﻿.dm_background
{
    background-color:#eef4fd;
}

td.dm_ingress
{
    padding:3px 11px;
    
}
#dm_tblMain,
#dm_tblToolbar,
#dm_tblSelectedFile,
#dm_tblFilesInFolder,
#dm_tblFolderNavigation,
#dm_tblFolderNavigationOptions,
#dm_tblUpload
{
    width:100%;
}
#dm_tblToolbar a img
{
    border:none;
}
.dm_dltFilesInFolder,
.dm_tblFileDataList
{
    width:100%;
}
tr.dm_selectedRow
{
	background-color:#ffe79c; 
}

tr.dm_unselectedRow
{
	background:#eef4fd 0px bottom repeat-x;
}

td.dm_fileToolBlock,
td.dm_fileToolBlock_selected
{	
	width:20%;
	text-align:center;
	vertical-align:middle;
	border-top:solid 1px #808080;  
}
td.dm_verticalBorder
{	
	border-right:solid 1px #808080; 	
}
dm_imgToolbarImage /* Images used together with LinkButtons */
{
    vertical-align:middle;
    border:none;
}

td.dm_currentThread /* Directory Bread-crumb */
{
    padding:2px 11px;
	border-bottom:solid 1px #808080;
	background-color:#eef4fd;
}

td.dm_files
{
    width:528px;
    padding:3px 3px 3px 3px;
    border:solid 1px #5f5f5f;
    border-bottom-width:2px;
	background-color:#ffffff;
}

td.dm_filesContentHeight
{
    height:300px;
    line-height:300px;
    font-size:1px;
    width:5px;
}

td.dm_dirs
{
    vertical-align:top;
	border-left:solid 1px #808080; 
	border-bottom:solid 1px #808080; 
	background-color:#eef4fd;
}

td.dm_dirToolBlock
{
	width:33%;
	background:#eef4fd 0px bottom repeat-x;
}
td.dm_toParentFolder,
td.dm_newFolder,
td.dm_removeFolder
{
    text-align:center;
    vertical-align:middle;
}
td.dm_removeFolder
{
    border-right:none !important;
}
td.dm_fileToolBlockFile /* Showing path for Selected file */
{
    text-align:left;
    vertical-align:middle;
	padding:3px 11px;
	border-top:solid 1px #808080;
	border-bottom:solid 1px #808080;  
	background-color:#fff;
}

td.dm_fileToolBlockFile .dm_fileToolBlockFileLabelWrapper
{
	width: 650px!important;
	overflow: hidden;
	text-overflow: ellipsis;
}

td.dm_fileToolBlock_selected
{
	background-color:#FFF5DB;
	border:solid 1px #808080; 	
}

.dm_fileLink
{
	font-family:verdana, arial, helvetica; font-weight:normal; font-size:11px; color:#0066CC; text-decoration:none
}

span.dm_subheader
{
	font-family:verdana, arial, helvetica; font-weight:normal; font-size:14px; color:#999999; text-decoration:none
}

A.dm_fileLink:link        { font-family:verdana, arial, helvetica; font-weight:normal; font-size:11px; color:#0066CC; text-decoration:none }
A.dm_fileLink:visited     { font-family:verdana, arial, helvetica; font-weight:normal; font-size:11px; color:#0066CC; text-decoration:none }
A.dm_fileLink:hover       { font-family:verdana, arial, helvetica; font-weight:normal; font-size:11px; color:Red; text-decoration:none }

div.dm_dirToolBar /* Toolbar for creating directory */
{
    padding-left:3px;
	background-color:#ffffff; 
	border-top:solid 1px #808080;
}

td.dm_dirSubTree
{
    padding:3px;
    border-top:solid 1px #808080;
}

div.dm_dirSubTree
{
	padding-left:10px;
}

div.dm_dirSubTree table td a
{
	position: relative;
	white-space:nowrap;
}

.dm_inputText
{
	font-family:verdana, arial, helvetica; 
	font-size:11px; 
	font-weight:normal; 
	color:#000000
}
.dm_alert
{
	font-family:verdana, arial, helvetica; 
	font-size:11px; 
	font-weight:normal; 
	color:Red;
}

td.dm_fileUpload
{
    padding:14px 3px 3px 3px;
}
td.dm_pageList
{
    padding:2px 11px 8px 11px;
}
span.dm_pageList
{
    padding-bottom:4px;
}

.dm_files td.dm_fileName
{
	overflow: hidden; 
}

.dm_files td.dm_fileName a
{
	display: block;
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dm_files td
{
	height: 6px;
}

.dm_files .pager
{
	font-family:verdana;
	margin:auto;
	width:200px;
	font-size: 12px;
}
.dm_files .pager input[type=text]
{
	width: 24px;
	text-align: right;
	font-family:verdana;
	font-size: 11px;
	vertical-align: top;
	margin-top: 3px;
}
.dm_files .pager span
{
	font-size: 11px;
	vertical-align: top;
	margin-top: 7px;
	display: inline-block;
}

.dm_files .pager input[type=submit]
{
	background-image: url("../../../images/tool/NavButtons.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	display: inline-block;
	width: 22px;
	height: 24px;
	cursor: pointer;
	border: none;
	background-color: Transparent;
}

.dm_files .pager input[type=submit].NavFirst
{
	background-position: 0 -549px;
}
.dm_files .pager input[type=submit].NavFirst:hover
{
	background-position: 0 -599px;
}

.dm_files .pager input[type=submit].NavPrev
{
	background-position: 0 -699px;
}
.dm_files .pager input[type=submit].NavPrev:hover
{
	background-position: 0 -749px;
}
.dm_files .pager input[type=submit].NavNext
{
	background-position: 0 -849px;
}
.dm_files .pager input[type=submit].NavNext:hover
{
	background-position: 0 -899px;
}
.dm_files .pager input[type=submit].NavLast
{
	background-position: 0 -999px;
}
.dm_files .pager input[type=submit].NavLast:hover
{
	background-position: 0 -1049px;
}

#dm_tblFolderNavigation img {
	border: 0;
	vertical-align: middle;
}

.specialAccessRights {
	left: -14px;
	position: absolute;
	top: 1px;
}

.specialAccessRightsTopFolder {
	left: -6px;
	position: absolute;
	top: 2px;
}
