

/*========================================= Toolbar related CSS ========================*/

.RadFileExplorer_ViperFS .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_ViperFS .RadToolBar .rtbText
{
	background-image: url('FileExplorer/FileExplorerToolbarSpritesIE6.gif') !important;
}

.RadFileExplorer_ViperFS, 
.RadFileExplorer_ViperFS .rfeAddressBox,
.RadFileExplorer_ViperFS .rfeFilterTxt
{
	border-color: #e6e6e6;
}

.DialogSeparator
{
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    background-color: #ffffff;
}

div.selectedFileName
{
    border-top: solid 1px #e6e6e6;
}

.RadFileExplorer_ViperFS .RadGrid .rgActiveRow td
{
	border-bottom: 1px solid #c4002e !important;
	border-left: 1px solid #c4002e !important;
}
