/* cette age de style sera appelé dans la page sui contienne le jGRID */

/*Splitter style */

#Splitter {
/*	min-width: 600px;*/ /* Splitter can't be too thin ... */
	min-height: 300px; /* ... or too flat */
	margin: .1em .1em .1em .1em;
	border: 4px solid #83B4D8; /* No padding allowed */
}

#LeftPane {
	width: 200px; /* optional, initial splitbar position */
	min-width: 50px; /* optional */
	max-width: 350px;
	background: #F8F8FF;
	padding: 2px;
	overflow: auto;
}
/*
 * Right-side element of the splitter.
 */
.ui-layout-resizer { /* all 'resizer-bars' */ 
	background: #83B4D8 url(inc/jgrid/images/vgrabber.gif) no-repeat center;
} 

#RightPane {
	background: #F8F8FF;
	padding: 2px;
	overflow: auto;
	width:700px;
	min-width: 500px;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;

}
/* 
 * Splitter bar style; the .active class is added when the
 * mouse is over the splitter or the splitter is focused
 * via the keyboard taborder or an accessKey. 
 */
#Splitter .vsplitbar {
	width: 4px;
	background: #83B4D8 url(inc/jgrid/images/vgrabber.gif) no-repeat center;
}
#Splitter .vsplitbar.active, #Splitter .vsplitbar:hover {
	background: #c66 url(inc/jgrid/images/vgrabber.gif) no-repeat center;
}
.scroll{
cursor:pointer;
}
.grid_resize div 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#BD0E67 ;
}
.no-dirty-cell /*  font du texte rechercher avant l'icone */
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#BD0E67 ;
}		

