/* CSS Document */
.tabContainer
{
	width:100%;
	height:30px;
    background-color: #BBD7FA;
    color: #800000;
    border: 0px solid #000;    
    text-decoration: none;	
	overflow:hidden;
	text-align:right;
	direction:rtl;	
}
div.ContentArea
{
    border: 0px solid #000;
    border-top: none;
	height:80%;
	max-height:95%;
	overflow:auto;
	width:100%;
}
.spandiv
{
	height:24px;
	direction:rtl;
	text-align:right;
	font-family: tahoma;
	white-space:nowrap;	
	text-align:right;
	margin-top:7px;
	margin-right:5px;
}

.tabInactive
{
	display:inline-block;
	background-color:#BBD7FA;
	height:23px;
	border:0px solid;
	vertical-align:bottom;
	border:0px solid;
	padding-right:5px;
	padding-left:2px;
}
.tabInactive a
{
	font-size:12px;
	color:#069;
	margin-top:5px;
	text-decoration:none;
	display:block;
}
.tabInactiveLeft
{
	display:inline-block;
	background-color:#BBD7FA;
	height:23px;
	width:8px;
	border:0px solid;
}

.tabActive
{
	display:inline-block;
	background-image:url(imgs/right.gif);
	background-position:right;
	height:23px;
	padding-right:12px;
	padding-left:4px;
	border:0px solid;
	vertical-align:bottom;
	border:0px solid;
}

.tabActive a
{
	font-size:12px;
	color:#069;
	margin-top:5px;
	text-decoration:none;
	display:block;
}

.tabActiveLeft
{
	display:inline-block;
	background-image: url(imgs/left.gif);
	background-position:left;
	height:23px;
	width:8px;
	border:0px solid;
}
div.tree
{
	overflow:visible;
}