/*!
* © JSC "PROGNOZ", 2014.
*/

.PPGant
{
	position: relative;
	overflow: hidden;
	padding: 0 0 0 0;
	outline-width: 0;
	border-width: 0;
}

.PPGant .hscrcontent
{
	width: 100%;
	overflow: hidden;
}


.PPGant > DIV.spacer
{ 
	background-color: #EEE;
	border: solid 1px #8b9097;
	position: absolute;
	width: 15px;
	height: 15px;
	display: none;
}

.PPGant .data table
{
	border-collapse:collapse;
}

.PPGant .data table .trhover
{
	background: #F8E3C5 url("data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAABCAAAAAD7+dH5AAAADElEQVR42mP8z4AJABQWAQFqS967AAAAAElFTkSuQmCC") repeat-x 0 100%;	/*Debug\img\treeSpacer.png*/
}

.PPGant .databorder
{
	position: relative;
	border: 1px solid gray;
	border-top:1px solid #E7E4E4;
	border-right:1px solid gray;
	overflow: hidden;
}

.PPGant .segment
{
	border-radius:2px;
	border:1px #1BBE1B solid;
	position:absolute;
	margin-top: 4px;
	background-color:#CAF1C5;
	height:10px;
}

.PPGant .hover
{
	border:1px #C28B76 solid;
	background-color:#F1C688;
}

.PPGant .verticaltable
{
	position:relative;
	z-index: -1;
	color: rgb(195,195,195) !important;
}

.PPGant TD.step
{
	padding:0px 0px 0px 0px;
	vertical-align: top;
}

.PPGant .caption
{
	width: 100%;
	overflow: hidden;
}

.PPGant .caption > TABLE
{
	border-collapse: collapse;
	position: relative;
}
.PPGant .caption > TABLE TD
{
	height:16px;
	padding:0px 0px 0px 0px;
	position:relative;
}

.PPGant .caption > TABLE TR
{
	background-color:#EBEBFF;
}

.PPGant .data .lineH
{
	background: url("data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAABCAAAAAD7+dH5AAAADElEQVR42mN8woAJABH6AOYnSFRJAAAAAElFTkSuQmCC") repeat-x 0 19px;	/*Debug\img\treeSpacerDark.png*/
	height:20px;
}

.PPGant .lineV
{
	border-left:1px solid rgb(195,195,195);
}

.PPGant .lastV
{
	border-right:1px solid gray;
}

.PPTGant .PPSplitter.Horizontal > .PPSplitterResizer
{
	border-left: 1px solid gray !important;
}

.PPTGant .databorder
{
	border: none;
	border-top:1px solid #E7E4E4;
}

/*remove TreeList Cursor Change*/
.PPTGant .PPTreeList > DIV.data
{
	cursor: default !important;
}

.PPTGant .PPTreeList > div.caption > table > thead > tr > th
{
	cursor: default;
}

/*remove TreeList Focused*/
.PPTGant .PPTreeList > DIV.data > TABLE.selecttext > TBODY > TR.focused > TD.tree > .text		{ height: 17px; line-height: 17px; border: none; padding-left: 4px; padding-right: 4px; }
.PPTGant .PPTreeList > DIV.data > TABLE.selecttext > TBODY > TR.focused > TD.long { border: none;}
.PPTGant .PPTreeList > DIV.data > DIV.focus	{ display: none; position: absolute; left: 1px; border: none; pointer-events: none; }
.PPTGant .PPTreeList > DIV.data > DIV.focus	{ left: 0\9; } /* IE */


