﻿#MainBody {
	font-family: tahoma;
	font-size: 9pt;
	color: #000000;
	padding-right: 20px;
}
#Label1 {
	border: 2px transparent ridge;
	background: #F2F7FF;
	padding: 2px 5px 2px 5px;
	font-weight: 600;
}
#button1 {
	border: 2px transparent groove;
	background: #FFF2D7;
	font-family: Tahoma;
	font-size: 9pt;
	cursor: pointer;
}
#button2 {

	border: 2px transparent groove;
	background: #F2F7FF;
	font-family: Tahoma;
	font-size: 9pt;
	margin: 2px 2px 2px 2px;
	cursor: pointer;
}
#group1 {
	position: absolute;
	z-index: 10;
	border: 2px transparent groove;
	background: #FFD8B0;
	right: 20%;
	top: 10px;
	width: 435px;
}
#group2 {
	position: absolute;
	z-index: 10;

	border: 2px transparent groove;
	background: #FFD8B0;
	left:5px;
	top: 10px;
}
#tdRight {
	text-align: left;
	font-weight: normal;
	width: 50%;
}
#tdleft {
	text-align: right;
	font-weight: normal;
	width: 50%;
}
input {
	font-family: tahoma;
	font-size: 9pt;
}
textarea {
	font-family: tahoma;
	font-size: 9pt;
}
select {
	font-family: Tahoma;
	font-size: 9pt;
}
#DataList {
	margin: 2px 0 0 0;
	padding: 10px;
}
#tbl1 {
	width: 100%;
	border-collapse: collapse;
	border: 2px #CCCCCC solid;
}
#tbl1 td {
	border: 1px solid;
}
#AddRootItem {
	width: 25px;
	height: 25px;
	cursor: pointer;
}
#AddChildItem {
	width: 25px;
	height: 25px;
	cursor: pointer;
}
#FlashLeft {
	width: 25px;
	height: 25px;
	cursor: pointer;
	
}
#FlashRight {
	width: 25px;
	height: 25px;
	cursor: pointer;
}
form {
	margin-top: -13px;
}
.PanelMenuTitle {
margin:0;padding:0;
	font-family: Tahoma;
	font-size: 8pt;
	cursor: pointer;
	font-weight: 600;
	direction: rtl;
	text-align: right;
	width: 176px;
	height: 21px;
	text-indent: 5px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 2px;
	color: #0066CC;
	background: transparent url('../Icon/MenuTitleDown.gif') no-repeat left top;
}
.PanelMenuTitle a {
	color: #0066CC;
	text-decoration: none;
}
.PanelMenuTitle a:hover {
	color: red;
}
.PanelMenuSub {
	font-family: Tahoma;
	font-size: 8pt;
	background: white;
	direction: rtl;
	text-align: right;
	width: 169px;
	padding-right: 5px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 2px;
	border: 1px solid #B1C7CD;
	border-top: 0px;
	margin-top: -2px;
	padding-bottom: 5px;
}
.PanelMenuSub a {
	color:#333333;
	text-decoration: none;
	cursor: pointer;
}
.PanelMenuSub a:hover {
	color: red;
}
.trList {
	background: #F2F7FF;
}

