﻿/*****************************************  BG  ************************************************/
.bgimgOperation
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnOperBG.jpg);
}

.bgimgView
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnViewBG.jpg);
}

.bgimgReport
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnReportBG.jpg);
}

.bgimgOperationOff
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnOperOffBG.jpg);
}

.bgimgViewOff
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnViewOffBG.jpg);
}

.bgimgReportOff
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnReportOffBG.jpg);
}
/***********************************************************************************************/

/*****************************************  EN  ************************************************/
.enimgOperation
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnOperEN.jpg);
}

.enimgView
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnViewEN.jpg);
}

.enimgReport
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnReportEN.jpg);
}

.enimgOperationOff
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnOperOffEN.jpg);
}

.enimgViewOff
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnViewOffEN.jpg);
}

.enimgReportOff
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnReportOffEN.jpg);
}
/***********************************************************************************************/

/*****************************************  RU  ************************************************/
.ruimgOperation
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnOperRU.jpg);
}

.ruimgView
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnViewRU.jpg);
}

.ruimgReport
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnReportRU.jpg);
}

.ruimgOperationOff
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnOperOffRU.jpg);
}

.ruimgViewOff
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnViewOffRU.jpg);
}

.ruimgReportOff
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnReportOffRU.jpg);
}
/***********************************************************************************************/

/*****************************************  RO  ************************************************/
.roimgOperation
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnOperRO.jpg);
}

.roimgView
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnViewRO.jpg);
}

.roimgReport
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnReportRO.jpg);
}

.roimgOperationOff
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnOperOffRO.jpg);
}

.roimgViewOff
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnViewOffRO.jpg);
}

.roimgReportOff
{
	width: 19px;
	height: 62px;
	cursor: hand;
	background-image: url(imgTabmenu/btnReportOffRO.jpg);
}
/********************************************************************************************/

.tabbar
{
	width: 19px;
	height: 100%;
	background: #000000;
	vertical-align: top;
	text-align: right;
	background-image: url(imgTabmenu/bgtab.jpg);
}
.treeOn
{
	border: 0px;
	background-color :#DEEFFF;
	width: 100%;
	height: 100%;
	display: block;
	visibility: visible;
}

.treeOff
{ 
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	display: none;
	visibility: hidden;
}
.treeViewPlace
{
	background-color:#DEEFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	width: 229px;
	height: 500px;
	overflow: scroll;
	vertical-align: top;
	text-align:left;
}
.treeViewbrUpLeft
{
	width: 11px;
	height: 13px;
	background-image: url('imgTabmenu/border_up_left.jpg');
}
.treeViewbrUp
{
	width: 229px;
	height: 13px;
	background-image: url('imgTabmenu/border_up.jpg');
}
.treeViewbrUpRight
{
	width: 14px;
	height: 13px;
	background-image: url('imgTabmenu/border_up_right.jpg');
	background-repeat:no-repeat;
}
.treeViewbrLeft
{
	width: 11px;
	height: 100%;
	background-image: url('imgTabmenu/border_left.jpg');
}
.treeViewbrRight
{
	width: 14px;
	height: 100%;
	background-image: url('imgTabmenu/border_right.jpg');
	background-repeat:repeat-y;
}
.treeViewbrDownLeft
{
	width: 11px;
	height: 13px;
	background-image: url('imgTabmenu/border_bottom_left.jpg');
}
.treeViewbrDown
{
	width: 229px;
	height: 13px;
	background-image: url('imgTabmenu/border_bottom.jpg');
}
.treeViewbrDownRight
{
	width: 14px;
	height: 13px;
	background-image: url('imgTabmenu/border_bottom_right.jpg');
	background-repeat:no-repeat;
}

