/*body{
	background-color: white;
	text-align:center;
	padding:55px;
}


.center{
	text-align:left;
}

#table{
	width:100%;
	max-width:1600px;
}*/

.liste th,
.liste tr.Header td
{
   background-image: url('../img/th-avt-default.png');
   /*height: 30px;*/
   background-repeat: no-repeat;
   /*color: white;*/
   /*text-shadow: #012b4d 2px 2px 2px;*/
   /*text-align: left;*/
}

.liste td {
	/*text-indent: 5px;*/
	/*color: #000;*/
	/*border-bottom: 1px solid #bbb;*/
	/*border-left: 1px solid #bbb;*/
}

/*
.liste td.disabled, 
.liste th.disabled {
    width: 100px;
    text-align: center;
    min-width: 100px;
}

.liste td.left {
	border-left: 1px solid #2e638e;
}

.liste td.right {
	border-right: 1px solid #2e638e;
}

.liste td.bottom {
	border-bottom: 1px solid #2e638e;
}
*/

.grip {
	width: 20px;
	height: 15px;
	margin-top: -3px;
	background-image: url('../img/grip.png');
	margin-left: -5px;
	position: relative;
	z-index: 88;
	cursor: e-resize;
}

.grip:hover {
	background-position-x: -20px;
}
.JCLRLastGrip .grip {
    background-position-y: -18px;
    left: -2px;
    width: 10px;
}

.JCLRLastGrip .JColResizer {
    width: 4px;
}

.dragging .grip{
	background-position-x:-40px;
}

/*
.sampleText{
	position:relative;
	width:100%;
}

.dotted{
	background-image:url('../img/dotted.png');
	background-repeat:repeat-y;
}

input.check{
	
}

#sample2Txt{
	float:right;	
}
*/

/*label{
	color:#0361ae;
}*/
