﻿.AboutBanner
{
	background-image: url(Images/System/AboutBanner.gif);
	width: 710px;
	background-repeat: no-repeat;
	height: 82px;
}
.AboutBg
{
	background-image: url(Images/System/AboutBg.gif);
	width: 710px;
}
.AboutBottom
{
	background-image: url(Images/System/AboutBottom.gif);
	width: 710px;
	background-repeat: no-repeat;
	height: 15px;
}
.AboutLabel
{
	text-decoration: underline;
	font-weight: bold;
}
.OrgChart_Department
{
	border: solid 1px red;
	background-color: Green;
	float: left;
}
.OrgChart_User
{
	border: solid 1px yellow;
	background-color: #d0d0d0;
	margin-right: 2px;
}
.OrgChart_ListUser
{
	float: left;
}
.OrgChart_Node
{
	/*border-collapse: collapse;
	border-color: black;*/
	border: 0;
	width: 500px;
	height: 69px;
}
.OrgChart_NodeL
{
	background-image: url(Images/System/UserNode_Left.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 8px;
}
.OrgChart_NodeC
{
	background-image: url(Images/System/UserNode_Center.gif);
	padding-top: 3px;
	color: #0F0F0F;
}
.OrgChart_NodeR
{
	width: 4px;
	background-image: url(Images/System/UserNode_Right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.OrgLocationChart_Node
{
	/*border-left-style: double;
	border-left-color: Black;
	padding: 0 5px 0 5px;*/
	height: 49px;
	width: 400px;
}
.OrgLocationChart_NodeL
{
	background-image: url(Images/System/LocationNode_Left.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 8px;
}
.OrgLocationChart_NodeC
{
	background-image: url(Images/System/LocationNode_Center.gif);
}
.OrgLocationChart_NodeR
{
	width: 11px;
	background-image: url(Images/System/LocationNode_Right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.CompanyInfo_LT
{
	width: 16px;
	height: 16px;
	background-image: url(Images/System/CompanyInfo_LeftTop.gif);
	background-repeat: no-repeat;
}
.CompanyInfo_CT
{
	height: 16px;
	background-image: url(Images/System/CompanyInfo_CenterTop.gif);
}
.CompanyInfo_RT
{
	width: 16px;
	height: 16px;
	background-image: url(Images/System/CompanyInfo_RightTop.gif);
	background-repeat: no-repeat;
}
.CompanyInfo_LB
{
	width: 16px;
	height: 16px;
	background-image: url(Images/System/CompanyInfo_LeftBottom.gif);
	background-repeat: no-repeat;
}
.CompanyInfo_CB
{
	height: 16px;
	background-image: url(Images/System/CompanyInfo_CenterBottom.gif);
}
.CompanyInfo_RB
{
	width: 16px;
	height: 16px;
	background-image: url(Images/System/CompanyInfo_RightBottom.gif);
	background-repeat: no-repeat;
}
.CompanyInfo_LM
{
	width: 5px;
	background-image: url(Images/System/CompanyInfo_LeftMiddle.gif);
}
.CompanyInfo_RM
{
	width: 5px;
	background-image: url(Images/System/CompanyInfo_RightMiddle.gif);
}
.CompanyInfo_CM
{
	text-align: justify;
}
.OrgChart_Dept_L
{
	width: 10px;
	background-image: url(Images/System/DepartmentNode_L.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 46px;
}
.OrgChart_Dept_C
{
	line-height: 16px;
	height: 46px;
	background-image: url(Images/System/DepartmentNode_C.gif);
	padding-right: 10px;
	color: #0f0f0f;
}
.OrgChart_Dept_R
{
	width: 14px;
	background-image: url(Images/System/DepartmentNode_R.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 46px;
}
table.OrgChart_DeptNode
{
	width: 200px;
}