.text {
	font-size	: 11px;
	color		: #000000;
}
.firstRecord {
	background-color: #FFFFFF;
}
.othersRecord {
	background-color: #D1F1FA;
}

/**** scroller **********************/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width			: 790px;
	height			: 73px;
	overflow		: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position		: relative;
	margin			: 0px;
	padding			: 0px;
	background		: #FFFFFF url(grille_programmes/alllanguage/track_bg.gif) repeat-x bottom left;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	/*width	: 1500px;*/
	position: relative;
	backgruond-color:#FFFFFF;
}

/* No need to setup for horizontal if no use , the scroller bar will only show if the contain is longer. */
/* content */
.scrollgeneric {
	line-height	: 1px;
	font-size	: 1px;
	position	: absolute;
	top			: 0; 
	left		: 0;
}

/****************************************************************************************
/ HORIZONTAL SCROLLER
/****************************************************************************************/

/*************************
  *** track ***
*************************/
/* scroller track */
.hscrollerbase {
	height			: 6px;
}
/* track top */
.hscrollerbasebeg {
	background		: #000000 url(grille_programmes/alllanguage/track_left.gif) no-repeat;
	height			: 6px;
	width			: 8px !important;
}
/* track end */
.hscrollerbaseend {
	height			: 6px;
	width			: 8px;
	background		: #000000 url(grille_programmes/alllanguage/track_right.gif) no-repeat;
}
/*************************
  *** handle ***
*************************/
/* scroller handle */
.hscrollerbar {
	padding			: 10px;
	z-index			: 2;
	height			: 6px;
	background		: #000000 url(grille_programmes/alllanguage/handle_bg.gif) repeat-x;
}
/* handle top */
.hscrollerbarbeg {
	background		: url(grille_programmes/alllanguage/handle_left.gif) no-repeat;
	height			: 5px;
	width			: 13px !important;
}
/* handle bottom */
.hscrollerbarend {
	background		: url(grille_programmes/alllanguage/handle_right.gif) no-repeat;
	height			: 5px;
	width			: 13px;
}