@CHARSET "ISO-8859-1";

/*Colors of the icons for the player */
.iconColors {
	fill: #999999; /*all icons */
	color: #999999; /* counter text color */
	stroke: #000000;
	/*not used, but is here in case the client wants to modify the icons*/
}

/*Colors of the fonts for the player*/
.fontColor {
	color: #cccccc;
}

/*Background color for the main browser window */
.backColor {
	background: #FFFFFF; /* Old browsers */
}

.videocontainer{
	/*uncomment the line below to add a background image to the main content container.*/
	background: url("../fond_personnalise.png");
	background-size:auto;
	background-repeat:no-repeat;
	background-position:center;
}

/*Background color for any elements that popup such as the speed control and the volume control */
.control_popup {
	z-index:1000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #666666;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%,
		rgba(0, 0, 0, 0.51) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0
		, 0, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.51)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%,
		rgba(0, 0, 0, 0.51) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%,
		rgba(0, 0, 0, 0.51) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%,
		rgba(0, 0, 0, 0.51) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%,
		rgba(0, 0, 0, 0.51) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#e6000000',
		endColorstr='#82000000', GradientType=0); /* IE6-9 */
}

/*Branding Image */
.brandingImage {
	position: absolute;
	left: 2px;
	background: url("../logo_personnalise.jpg");
}

/*Controls Background */
.controls_background {
	background: black;
}

.radio_button_text {
	color: white;
}

.Info {
	color: white;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	text-shadow: 1px 1px 1px #000;
}

.Chapter_Timing_Text {
	color: #ffffff;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/* padding-bottom:10px; */
	text-shadow: none;
	cursor: pointer; cursor: hand;
}

.Chapter_Text {
	color: #cccccc;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/* padding-bottom:10px; */
	text-shadow: none;
	cursor: pointer; cursor: hand;
}

.InfoTitle {
	position: relative;
	color: #cccccc;
	width: 85%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-shadow: none;
	margin: 20px 20px 0 20px;
	line-height: 18px;
}

.InfoDescription {
	position: relative;
	color: #cccccc;
	width: 85%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-shadow: none;
	margin: 5px 20px 0px 20px;
}

.InfoAuthor {
	position: relative;
	color: #cccccc;
	width: 85%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-shadow: none;
	margin: 0px 20px 0px 20px;
}

.InfoCopyright {
	position: relative;
	color: #cccccc;
	width: 85%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-shadow: none;
	margin: 0px 20px 0px 20px;
}

.LinkText {
	padding-left: 10px;
	padding-top: 15px;
	position: relative;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-shadow: none;
	text-decoration: none;
}

.chapterMarker {
	background: #444444;
	border: 1px solid #111111;
}

.thumbnailContainer {
	z-index:999;
	border: 1px solid #cccccc;
	box-shadow: 2px 2px 5px #111111;
}
.subvideo{
	box-shadow: 5px 5px 10px #111111;
	background:black;
}
.version{
	color: #cccccc;
}

/* These settings control the colorization of the slider handles and backgrounds
handles */

/* horizontal slider background */
.ui-slider-horizontal{
    background-color:#222222!important;
	border-radius: 0px!important;
}

/* vertical slider background */
.ui-slider-vertical{
    background-color:#000000!important;
	border: none!important;
	
}
.ui-slider-vertical .ui-slider-handle {
	left: -.2em;
	margin-left: 0;
	margin-bottom: -.6em;
	background-color:#999999!important;
	border-radius: 7px;
	border: none!important;
}

.ui-slider-horizontal .ui-slider-handle {
	left: -.1em;
	margin-left: 0;
	margin-bottom: -.6em;
	background-color:#999999!important;
	border: none!important;
	width: 14px!important;
	height: 14px!important;
	border-radius: 7px;
}

/* bar that indicates current position */
div.ui-slider-range.ui-widget-header{
    background:#660000!important;
}