.TableTr{}
.TableTrHeader{ 
		background-image: url('../images/Banner_BG1.gif') ;
		text-align: center; 
		/* font-size: 12px; color:#FFFFFF; */
		}
.TableTdLabel{ background-color: #BEDBE2; text-align: left; /*font-size: 12px; color:#222222 */}
.TableTHLabel{ background-color: #BEDBE2; text-align: center; /*font-size: 12px; color:#222222 */}

.TableTdInput{ 
	background-color: #dbdbdb; text-align: left;	
/*font-size: 12px*/}
.TableTdInput2{
	background-color: #E7E7E7; text-align: left;
}
.TableTdValue{ background-color: #FFFFFF; text-align: left; /*font-size: 12px*/}

.TableTdButton{ background-color: #FFFFFF; text-align: center; /*font-size: 12px*/}

.ErrorMsg {font: bold 100%; color: #FF0000; font-size: 13px ;text-align: left;}

.GrantSearch{ float:left; position:absolute; top:20px; left:20px; }
.GrantInStock{ float:left; position:absolute; top:60px; left:20px; }
.GrantButtonIn{ float:left; position:absolute; top:150px; left:230px; }
.GrantButtonOut{ float:left; position:absolute; top:190px; left:230px; }
.GrantAssigned{ float:left; position:absolute; top:60px; left:300px; }

.settingBlock{border: 1px thin #A0A0A0; background-color: #F0F0F0;}
.privilegeBlock{border: 1px thin #A0A0A0; background-color: #F0F0F0; padding: 5px;}
.settingDialog{display:none;width:750px;}


.tree {
	font-family:Verdana !important;
	font-size:11px !important;
	width:680px;
	background:white;
	height:320px;
	border:0px solid gray;
	padding:5px 0;
	overflow:auto;
}
.tree .search{color: #8b0000;font-weight: bold;}
.found{color: #8b0000;font-weight: bold;}
.TableStyle{
	background-color: #E7E7E7;
}
.clickable {cursor: pointer; cursor: hand;}
.tooltip {
    background-color:#000;
    border:1px solid #fff;
    padding-left:5px;
    padding-right:5px;
    width:200px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:12px;
 
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 5px #000;
    -webkit-box-shadow:0 0 5px #000;
}
label.error{
    color:#FF0000;
    padding-left: 5px;
}
.tip_required {color:#FF0000;}
.clear {clear: both;}