.help{
	display:none;
	position:absolute;
	top:120px;
	left:200px;
	z-index:2;
	width:320px;
	text-align:left;
}

.help table{
	padding:0px;
}

.help_tbl{
	margin:0px auto;
	padding:0;
	width:320px;
	border:solid #999 1px;
	text-align:left;
	background:#F5FAFF;
}

.help_tbl th {
	margin:0;
	padding:0;
	font-size:80%;
}

.help_tbl th#help_caption{
	padding:2px 0;
	color:#F2F7FC;
	background-color:#4299F0;
	font-size:80%;
	font-weight:bold;
}

.help_tbl th#help_caption em{
	float:left;
	padding:1px 0 0 10px;
	width:220px;
	font-style:normal;
	text-align:left;
}

.help_tbl th#help_caption span{
	float:right;
	padding-right:2px;
	width:60px;
	text-align:right;
}

.help_tbl .array{
	font-weight:normal;
}

.help_tbl td {
	padding:1px 3px;
	/* width:300px; */
	font-size:80%;
}


.help_tbl td a:link,
.help_tbl td a:visited{
	color:#333;
	text-decoration:none;
}

.help_tbl td a:active,
.help_tbl td a:hover{
	color:#333;
	text-decoration:underline;
}

.help_tbl td.sutarday,
.help_tbl td.sutarday a:link,
.help_tbl td.sutarday a:visited{
	color:#1b47ff;
	text-decoration:none;
}

.help_tbl td.sutarday a:active,
.help_tbl td.sutarday a:hover{
	color:#1b47ff;
	text-decoration:underline;
}

.help_tbl td.sunday {
	color:#f00;
	text-decoration:none;
}

.help_tbl td.sunday a,
.help_tbl td.sunday a:link
.help_tbl td.sunday a:visited{
	color:#f00;
	text-decoration:none;
}

.help_tbl td.sunday a:active,
.help_tbl td.sunday a:hover{
	color:#f00;
	text-decoration:underline;
}

.help_tbl .disable {
	color:#aaa;
	text-decoration:line-through;
}


/*_____ Setting 4 Inner help _____*/
.helpArea{
	background-color:#fff;
	margin-bottom:2px;
	border:solid 1px #ccc;
}

.helpArea th{
	padding:1px 0 2px 0;
	color:2B649C;
	background:#E1F0FF;
}


/*eLXg  */
.help_tbl span {
	color:#4299F0;
}

.help_tbl hr {
	height:1px;color:#D6D6D6; 
	margin-top:5px;
}

.help_tbl b {
	display:block; margin-bottom:5px; 
}

.help_tbl table.helpCell    { border:1px solid #C1E0FF; border-collapse:collapse;}
.help_tbl table.helpCell td { border:1px solid #C1E0FF; border-collapse:collapse; }
.help_tbl .helpCell01 { background:#E1F0FF; width:30% }
.help_tbl .helpCell02 { background:#FFFFFF; width:70%  }

