

/*========================================= Toolbar related CSS ========================*/

.RadFileExplorer_Endurance
{
    border-color:#cccccc !important
}

.RadFileExplorer_Endurance .RadToolBar .rtbText
{
	background-image: url('FileExplorer/FileExplorerToolbarSprites.png');
	background-repeat: no-repeat;
}

/* IE6 does not support the alpha channel of png files, so we force it to use gif */
* html .RadFileExplorer_Endurance .RadToolBar .rtbText
{
	background-image: url('FileExplorer/FileExplorerToolbarSpritesIE6.gif') !important;
}

.RadFileExplorer_Endurance, 
.RadFileExplorer_Endurance .rfeAddressBox,
.RadFileExplorer_Endurance .rfeFilterTxt
{
	border-color: #e5e5e5;
}

.DialogSeparator
{
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    background-color: #fff;
}

div.selectedFileName
{
    border-top: solid 1px #e5e5e5;
}

.RadFileExplorer_Endurance .RadGrid .rgActiveRow td
{
	border-bottom: 1px solid #25a0da !important;
	border-left: 1px solid #25a0da !important;
}

.RadFileExplorer .RadToolBar .icnThumbnailsView .rtbText {
  background-position: 0 -275px !important;
}

.RadFileExplorer .RadToolBar .icnGridView .rtbText {
  background-position: 0 -255px !important;
}
.RadFileExplorer_Endurance .RadToolBar_Endurance .rtbOuter
{
    border:0
}