/* it needs to be concretization*/
.w-grid table, .w-grid tr,.w-grid td, .w-grid span  {
	font-size: 11px;
}
/* the border is given by the layer */
.w-grid {
	width: 100%; 
	height:100%; 
	border-collapse: collapse;
	/*border: 1px solid #aaaaaa;*/
}
/* the title style */
.w-grid-title {
	background: transparent ;/* #eeeeee;*/
	color:#999999;
}
/* the head row */
.w-grid-head {
/*	background: #efefef url(../images/gridhead.png) repeat-x scroll 0 1px !important;*/
	background-color: #f3f3f3;
}

.w-grid-head .w-hcol{
	color: #777;
	padding: 7px;	
}

.w-grid-row{
	cursor: pointer;
	background-color: transparent;
	float:left;
}	


.w-grid-row-over {
	/*background: #efefef url(../images/rowsel.png) repeat-x scroll 0 0;*/
	background-color: #e6f3bb;
}	

.w-grid-row td {
	white-space: normal;
	-moz-user-select:normal;
	overflow: hidden;
	vertical-align: top;
	padding: 7px;
}
.w-grid-row-selected {
	background-color: #e6f3bb;
}
.w-first-col {
	border-bottom:1px solid #e9e8d8;
	text-align: left;
	vartical-align: top;
}
.w-hcol {
	border-top: 1px solid #fafafa;
	border-right:1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
	overflow: hidden;
/*	padding-left: 5px;*/
}
.w-hcol-last {
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #dfdfdf;
}
.w-col  {		
	border-bottom:1px solid #e9e8d8;
	/*border-right:1px solid transparent;*/
	text-align: left;
	vartical-align: top;		
}
.w-col-last {
	border-bottom:1px solid #e9e8d8;
}


.grid-image-cell{
	/*margin: 11px;*/
	width: 50px;
	overflow: hidden;
	float:right;
}

.grid-image-cell img{
	background-repeat: no-repeat;
}

/*.grid-details-cell{
	padding-top: 10px;
}*/

.grid-details-cell *{
	font-weight: normal;
	color: #888;	
}


.grid-details-cell span.raw{
	color: #555;
	font-weight: bold;
	line-height: 18px;
}

/* with name search */
.grid-details-cell .iglue-name span{
	font-size: 14px;
	font-weight: bold;
}
/* without name search */
.grid-details-cell .iglue-name {
	font-size: 14px;
	font-weight: bold;
}
.paging-toolbar{
	vertical-align: middle;
	margin: 5px 0 0 0;
	text-align: center;
	overflow: hidden;
}


.i-pager{
		/*margin: 0 10px;*/
		display:table-cell;		
		width: auto;
}

.i-pager-count{
		vertical-align: middle;
		color: #666;
}



/* 	grouping 	*/

	.group-head {
		background: #eeeeee url(../images/grouping.png) repeat-x scroll 0 0;
		height: 34px;
		float:left;
		width:100%;
		
	}
	.group-head .title, .group-head .i-pager-count {
		display: inline;
		float:left;
		clear: right;
		line-height: 34px;
		vertical-align: middle;
		color: #666;
		font-size: 16px;
	}
	
	.group-head .i-pager-count {
		font-size: 12px;
		/*height: auto;*/
		line-height: 34px;
		display:block;
		padding: 0 5px;
	}
	
	.group-head .i-pager {
		display: inline;
		vertical-align: middle;
		padding-top: 3px;
	}

	
#SearchGridContainer .i-pan-tc *{
	font-size: 16px;
	color: #666;
	text-transform: none;
}
#SearchGridContainer .paging-toolbar *{
    font-size: 12px;
    color: #848484;
}

#MainSearchGrid {
	margin-top: 6px;
}

.i-pager-count{
	margin: 0 5px;
}

.group-head .coll-tool{
	position: relative;
	top: 7px;
	margin-left:10px;
}


.i-search-bg {
	background: #ffffff;
}
.i-search-bg .iglue-live-discriminator-name {
	text-decoration: underline;
	cursor: pointer;
}
.iglue-no-results{
    margin: 13px 0 0 25px;
	 height: 120px;
}

.iglue-no-results ul{
   list-style-type: disc;
	position: relative;
	left: 50px;
	top: 10px;
}

.i-grid-editor {
	position: absolute !important;
}
.group-head .i-pager .pager-numbers, .group-head .i-pager .pager-pn {
	padding-top:7px;
}
