.gridrow {
	overflow:hidden;
	padding : 2px 2px 2px 4px;
	height:12px;
}

#ticket_h_lookup tr {
	cursor : pointer;
}

#ticket_h_lookup tr td {
	padding: 0px;
	color : #777777;
}
.SelectedRow{
	background-color:#DEDEDE;
}
.list .rowempty input{
    display: none;
}

.list .rowheader th div {
	overflow:hidden;
}
/**Tooltip start**/

.list  .rowheader th .Tooltipth{
	border-bottom:1px solid blue;
}
.tooltip {
	display:block;
	padding:10px;
	-moz-border-radius:8px;
	background-color:#484848;	
	border:1px solid black;
	font-size:11px;
	color:#BDFF58;
	min-height:100px;
	min-width:100px;
	width:auto;
	height:auto;
	max-height:350px;
}
.tooltip .label {
	color:White;
	width:100px;
}
.tooltip a {
	font-size:11px;
	font-weight:bold;
	color:lightblue;
	text-decoration:none;
}

.tooltip a:hover {
	text-decoration:underline;
}

.TooltipWrapper {
	display:block;
	padding:5px;
	cursor: pointer;
	min-height:100px;	
	min-width:100px;
	width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
	max-height:350px;
	max-width:720px;
}
.TooltipWrapper div.TooltipTitle{
	height: 18px;
	background-color:#64FF98;
	color:#484848;
	font-weight:bold;
	font-size:13px;
	padding:2px;
	width:100%;
	text-align:center;
}


.TooltipWrapper div.TooltipBody{
	height: auto;
	padding-top: 4px;
	overflow:auto ;
}
.TooltipWrapper div.TooltipFoter{
	height: 5px;
	
}

.TooltipBody td {
	border-bottom:1px solid #5F5F5F;
	padding:2px;
}
.TTReply{
	padding:5px;
	background-color:white;
	width:650px;
	height:auto;	
	overflow:auto;
	color:black;
}
.TooltipBody .TooltipReply .label {
	width:50px;
}
.TooltipBody .TTDesc{
	padding:5px;
	background-color:#E3E3E3;
	overflow:scroll;
	color:black;	
	max-height:180px;
}
.left{
	width:700px;
	height:auto;
	max-height:200px;
	margin-right:750px;
	margin-top:50px;
	overflow:auto;
		
}
.top{
	
}

/**Tooltip end**/
