﻿#dhtmltooltip
{
            position: absolute;
            left: -300px;
            width: 150px; /*border: 1px solid black;*/
            padding: 2px; /*background-color: lightyellow;*/
            visibility: hidden;
            z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
            filter: progid:DXImageTransform.Microsoft.Shadow(color=#33E1FB,direction=135);
        }
        #dhtmlpointer
        {
            position: absolute;
            left: -300px;
            z-index: 101;
            visibility: hidden;
        }
        .style1
        {
            height: 11px;
        }
        .style2
        {
            width: 12.5%;
            height: 11px;
        }
        .style3
        {
            height: 70px;
            width: 10%;
        }
        .style4
        {
            height: 109px;
            width: 10%;
        }
        .style5
        {
            height: 21px;
            width: 12%;
        }
        .style6
        {
            height: 21px;
            width: 10%;
        }
        .containtd
        {
            font-family: verdana;
            font-size: 10px;
            color: #fff;
            border-radius: 10px;
            border: solid 1px #FE781E;
            background: #fff;
            padding: 5px;
            background-color: #e38106;
        }
        .containtd tr td
        {
            background-color: #e38106;
            min-width: 120px;
            padding: 5px;
            border:1px solid;
        }

/*-------------------tree css---------------------*/
 
 .main_dhan_td
        {
            font-size: 10px;
            background: #fff;
        }
        .main_dhan_td tr td
        {
            border:solid 1px #b0b0b0;
            padding: 5px;
        }
        .main_dhan_td tr td span
        {
        	color:#0065ab;
        }
        .farji
        {
        	margin-top:15px;
        	}
        .farji span
        {
        	font-weight:bold;
        	}
	.tree_inp
	{
		width:120px;
		padding:7px;
            border-radius: 5px;
            border:solid 1px #b0b0b0;
		}
 /*-------------------tree css---------------------*/
 
.loading_on {
	border: 1px solid #BABABA;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: fixed;
	z-index: 1000 !important;
	background: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:20% 35%;
}
.load_overlay {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
	background:url(trans.png) repeat;
}