﻿body 
{
	background-color:White;
}


.divParent
{
	background-image:url(../../Images/LeftMenu/TabBarFInActive.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	color:White;
	height:25px;
	cursor:pointer;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:Black;
	/*border-top-style:solid;
	border-top-width:1px;
	border-top-color:Black;*/
	 
	
}

.divParentChange
{
	background-image: url(../../Images/LeftMenu/TabBarFActive.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	height:25px;
	color:Black;
	cursor:pointer;
	/*border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:Black;*/
}

.divChild
{
     background-color:white;
     font-family:Tahoma;
	 font-size:8pt;
	 color:Black;
	 border-bottom-style:solid;
	 border-bottom-width:1px;
	 border-bottom-color:Black;
	 height:100%;
}
.DivHeight
{
	height:100%;
}
.aspHlink
{
	position:absolute;
	left:52px;
    text-decoration:none;
	color:Black;
	width:68%;
	text-align:left;
	font-size:8pt;
	font-family:Tahoma;
	
}

.imgPos
{
 position:absolute;
 left:16px;
 /*width:17px;
 height:14px;*/
 background-color:White;
}

.imgPosParent
{
  
 /*width:17px;
 height:14px;
 background-color:#E7EBF0;
*/}

.parentImgCol
{
    width:24px;
 
    
}

.parentBrLine
{
    line-height:2px;
}

.tdstyleparent
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	text-align:left;	
	color:White;
	cursor:pointer;
	
}
.tdstyleparentchange
{
	
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	text-align:left;

	color:Black;
	cursor:pointer;
}
.childBrLine
{
    line-height:28px;
}