﻿.style1
{
    width: 87px;
}
.style2
{
    width: 111px;
}
.filSelInternal
{
    position: relative;
}
.pnlHead
{
    background: #4d4d4f;
    padding: 5px;
    color: #fff;
    position: relative;
    height: 17px;
    direction:ltr;
    text-align:left;
}
.pnlClose
{
    position: absolute;
    top: 2px;
    right: 2px;
    color: white;
    z-index: 1;
    padding: 4px;
    cursor: pointer;
}
.Splt
{
    height: 5px;
}
.fileCnt
{
    border: 1px solid #4d4d4f;
    width: 388px;
    height: 355px;
    overflow: auto;
    padding: 5px;
    direction:ltr;
    text-align:left;
}

.fileCnt .allItem
{
    margin: 1px;
    padding: 2px;
    color: #000;
}
.fileCnt .allItem:hover
{
    cursor: pointer;
    color: blue;
}

.fileCnt .fileItem
{
}

.fileCnt .dirItem
{
    background: #cbb660;
}
.pnlFileSelect
{
    position: fixed;
    _position: absolute;
    height: 400px;
    width: 400px;
    border: 2px solid #4d4d4f;
    padding: 5px;
    font-size: 13px;
    background: #fff;
    z-index: 12000;
}
.backgroundPopup {
	position: fixed;
	_position: absolute; 
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #CCCCCC;
	border: 1px solid #cecece;
	z-index: 11000;
}