.title-grid {
	background: -moz-linear-gradient(center top, #FDFDFD 0%, #E3E3E3 100%) repeat scroll 0 0 transparent;
	/*border-color: #E3E3E3 #E3E3E3;
	border-style: solid solid none;
	border-width: 1px 1px 0;*/
	border:1px solid #E3E3E3;
	border-bottom:none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #55585D;
	display: block;
	font-size: 14px;
	font-weight:bold;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#E3E3E3'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#E3E3E3)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #FDFDFD,  #E3E3E3); /* for firefox 3.6+ */
}
.content-gird {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #424242;
}
.content-gird .widefat {
	border:none;
	background:none;
}
.content-gird .widefat td, .widefat th {
	font-size:13px;
	 border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #FFFFFF;
}
.content-gird .widefat tr {
}
.content-gird .widefat tr.clr {
	background:#F4F4F4!important;
}.hasTooltip span {
	display: none;
	color: #000;
	text-decoration: none;
	padding: 3px;
	background: #333;
	border-radius: 5px;
	content: attr(title);
	padding: 5px 15px;
	z-index: 98;
	font-size:13px;
	text-align:left;
}
.hasTooltip:hover span {
	display: block;
	position: absolute;
	/*background-color: #FFF;*/
	background: #333;
	background: rgba(0,0,0,.8);
	color:#fff;
	border: 1px solid #CCC;
	margin: 2px 10px;
}