/*--------------------------------------------------------------*/
/*		   General	    										*/

* { 
	margin: 		0px; 
	padding: 		0px; 
}

body {
	color:				#000;
	font-size:			13px;
	font-family:		arial,verdana,sans-serif;
	text-align: 		center;
}

a {
	text-decoration: 	none;
	color:				#000;
}

a img {
	border: 			none;
}

ul, li {
	list-style: 		none;	
}

.error_msg {
	color:				#d00;
	font-weight: 		bold;
	text-align: 		center;	
}

.success_msg {
	color:				#0a0;
	font-weight: 		bold;
	text-align: 		center;	
}

.form_error {
	background:			#ebb;
}

.legendForm {
	text-align: 		center;
	font-size:			11px;
	font-style: 		italic;
	color:				#818181;
}

span.mandatory{
	color: 				#FF0000;
}

label.entries {
	float:				left;
	display:			block;
	text-align: 		left;
	margin-right:		10px !important;
	margin-right:		0px; /* IE6 */
	line-height:		20px;
	height:				20px;
}

input.entries {
	height:				18px;
	border:				1px solid #aaa;
}

label.entries, input.entries {
	margin-bottom:		3px;
}

input.valid, button.valid {
	background:			url("../images/popin/bg_bt_popin.png") repeat-x;
	border:				2px solid #ACACAC;
	color:				#818181;
	font-weight: 		bold;
	cursor:				pointer;
	padding:			0px 5px;
}

/*--------------------------------------------------------------*/
/*		   Page Container    									*/

#pageContainer {
	margin:				auto;
	text-align: 		left;
}


/*--------------------------------------------------------------*/
/*		   Header    											*/

#header {
	height:				75px;
	margin-bottom:		5px;
}

#header_connection {
	height:				74px;
	width: 				233px;
	float: 				right;
}

#header_connection .ftvLink {
	float:				left;
	display:			block;
	width:				126px;
	height: 			68px;
	left:				6px;
	top:				0px;	
}

#logo {
	display:			block;
	position: 			absolute;
}

#header_connection ul {
	margin-left:		132px;
	padding-top:		0px;
	border: 			0px;
}

#header_connection ul li {
	margin:				4px 3px 0px 3px;
	width: 				86px;
	height: 			17px;
	line-height:		17px;
}

#header_connection ul li a {
	display:			block;
	color:				#FFFFFF;
}

#header_connection ul li a:hover {
	font-weight: 		bold;
}

#header_connection li#connection_link {
	margin:				1px 3px 0px 3px;
	height: 			25px;
	font-size:			11px;
	font-weight: 		bold;
}

#header_connection li#connection_link a {
	color: 				#FFEA00;
	padding-left:		24px;
	height: 			25px;
	line-height:		20px;
}

#header_connection li#connection_link a:hover {
	text-decoration: 	underline;
}


/*--------------------------------------------------------------*/
/*		   Content    											*/

#content {
	padding-top:		1px; /* important for good positionning on IE6 */		
}


/*		Popin container		*/

#popinContainer {
	background: 		transparent;
}

#popinContainer .close {
	margin:				5px 0px;
	position:			absolute;
	top:				5px;
	right:				15px;
	color: 				#fff;
	font-weight:		bold;
}

#popinContainer p
{
	margin: 			0 0 10px 0;

	
}

#popinContainer table
{
	width: 				100%;
}

#popinContainer p.title {
	color:				#fff;
	font-size:			18px;
	font-weight:		bold;
	line-height: 		25px;
	text-align:			left;
}

#popinContainer hr.separator {
	clear:				both;
	margin:				10px 0px;
	margin:				0px !ie;
	font-size:			0px;
	line-height: 		0px;
}

#popin_top_left {
	background: 		url("../images/popin/bg_register_top_left.png") no-repeat;
	width: 				19px;
	height: 			62px;
	border: 			0;
}

#popin_top {
	background: 		url("../images/popin/bg_register_top.png") repeat-x 0 0;
	height: 			62px;
}


#popin_top_right {
	background: 		url("../images/popin/bg_register_top_right.png") no-repeat;
	width: 				18px;
	height: 			62px;
	border: 			0;
}

#popin_left {
	background: 		url("../images/popin/bg_register_left.png")  repeat-y;
	width: 				19px;
	border: 			0;
}

#popin_right {
	background: 		url("../images/popin/bg_register_right.png") repeat-y 0 100%;
	width: 				18px;
	border: 			0;
}

#popin_bottom_left {
	background: 		url("../images/popin/bg_register_bottom_left.png") no-repeat;
	width: 				19px;
	height: 			21px;
	border: 			0;
}

#popin_bottom {
	background: 		url("../images/popin/bg_register_bottom.png") repeat-x 0 100%;
	height: 			21px;
	border: 			0;
}

#popin_bottom_right {
	background: 		url("../images/popin/bg_register_bottom_right.png") no-repeat;
	width: 				18px;
	height: 			21px;
	border: 			0;
}

#popin_content {
	background: 		#fff;
	font-weight: 		bold;
	color:				#818181;
	
}

/*		Login form		*/

#loginform label.entries {
	width:				100px;
}

#loginform input.entries {
	width:				145px;
}

#loginform a.retrieve {
	float:				right;
	font-size:			11px;
}

#loginform div.rememberMe {
	margin-bottom:		5px;
}

#loginform div.rememberMe label {
	color:				#000;
	margin: 			0px 5px 0px 0px;
	font-size:			11px;
	height:				15px;
	line-height:		15px;
	width: 				110px;
}

#loginform div.rememberMe input {
	width:				auto;
	margin-bottom:		0px;
	margin-top: 		1px;
	margin-top: 		-2px !ie;
	vertical-align: 	bottom
}

#loginform .subscribe_invitation {
	text-align:			left;
	margin-bottom:		10px;
}

#loginform .subscribe_invitation dt {
	font-size:			16px;
}

#loginform .subscribe_invitation a {
	color:				#818181;
}


/*		Register form		*/

#registerformContainer {
	padding:			0px 10px 5px 10px;	
	margin:				auto;
	font-weight: 		bold;
	color:				#818181;
}

#registerformContainer p.title {
	color:				#999;
	font-size:			15px;
	font-weight:		bold;
	line-height: 		25px;
	text-align:			center;	
}

#registerformContainer hr.separator {
	clear:				both;
	margin:				5px 0px;
}

#registerform label.entries {
	width:				200px;
}

#registerform input.entries {
	width:				150px;
}

/*		profile Page		*/

#profileTop {
	width:				550px;
	height:				14px;
	margin:				20px auto 0px auto;
	background:			url("../images/profile/background_top.png") repeat-y;
}

#profileBottom {
	width:				550px;
	height:				14px;
	margin:				auto;
	background:			url("../images/profile/background_bottom.png") repeat-y;
}

#profilePage {
	width:				400px;	
	margin:				auto;
	padding:			10px 75px;
	background:			url("../images/profile/background_content.png") repeat-y;
	color:				#fff;
}

#profilePage .profileUnit {
	margin-bottom: 		30px;
}

#profilePage p.title{
	color:				#999;
	font-size:			15px;
	font-weight:		bold;
	line-height: 		25px;
	padding-left:		10px;
}

#profilePage hr.separator {
	clear:				both;
	margin-bottom:		10px;
}

#profilePage ul {
	padding-left:		5px;
}

#profilePage dl, #profilePage dt, #profilePage dd {
	display:			inline;
}

#profilePage dt {
	font-weight: 		bold;
	float:				left;
	width:				100px;
}

#profilePage a {
	font-size:			12px;
	font-style: 		italic;
}

#profilePage a:hover {
	text-decoration: 	underline;
}

#profilePage a.modify {
	float:				right;
	margin-top:			10px;
	color:				#fff;
}

#profilePage .listTable {
	width:				100%;
}

#profilePage .listTable th, #profilePage .listTable td {
	border:				1px solid #999;	
}

#history_pager {
	text-align: 		center;	
}


/*		Profile form		*/

#profileform label.entries {
	width:				100px;
}

#profileform input.entries {
	width:				150px;
}

#profileform.changePassword label.entries {
	width:				180px;
}

#profileform.changePassword input.entries {
	width:				80px;
}

/*--------------------------------------------------------------*/
/*	Profil	-> purchase   result table    										*/

.listTable {
	border-collapse: 	collapse;
	margin-bottom:		20px;
}

.listTable td, .listTable th {
	border:				1px solid #00141B;
	padding:			2px 5px;
}

.listTable thead th {
	color:				#fff;
	background: 		#50546F;
	height:				20px;
	line-height: 		20px;
	text-align: 		center;
}

.listTable tbody th {
	color:				#000;
	background: 		#ddf;
	height:				20px;
	line-height: 		20px;
	text-align: 		right;
}

.listTable a.edit {
	padding-right:		20px;
	background:			url('../images/edit.png') no-repeat 100%;
}

.resultTable a.action img {
	border: 0;
}

.nowrap {
	white-space: 		nowrap;
}

.right {
	text-align: 		right;	
}

.right_date {
	text-align: 		right;
	width: 				100px;
}

.history_play{
	text-align: 		center;
	width: 				30px;
}

/*--------------------------------------------------------------*/
/*		   Content - video										*/

#primary_container {
	text-align: 		center;
	margin-bottom:		10px;
}

#player_container {
	margin:				0px 233px 0px 205px;
	width: 				500px;
	height: 			430px;
	padding:			0px 11px !important;
	padding:			0px;
	display:			block !important;
}

#call_new_content {
	display: 		none;
	font-size: 		0px;
}

/*------------------------------------------*/
/*				Channel						*/

#div_list_channel {
	float:				left;
	width:				195px;
	height:				333px;
	padding:			10px 5px;	
	margin-right:		0px;
	background: 		url("../images/channelPackage/bg_channelPackage.png") no-repeat;
	margin-top: 		80px;
}

li.channel {
	margin-bottom:		2px;
}

li.channel a {
	float:				left;
	display:			block;
	margin-right:		0px !important;
	margin-right:		-3px;
}


/*------------------------------------------*/
/*				secondary Container			*/

#secondary_container {
	height: 			243px;
	margin-top:			4px;
}	

/*------------------------------------------*/
/*				favorite					*/

#div_list_favorite {
	width: 				206px;
	height: 			223px;
	float:				left;
	padding:			10px 5px;
	text-align: 		center;
	margin-top:			-4px;
	margin-right:		-3px;

}

#list_favorite dt {
	font-size:			18px;
	text-align: 		center;
	font-weight: 		bold;
	margin-bottom: 		5px;	
}

li.favorite,
li.favorite_locked {
	margin-bottom:		2px;
}

li.favorite a,
li.favorite_locked a {
	float:				left;
	display:			block;
	margin-right:		0px !important;
	margin-right:		-3px;
}



/*------------------------------------------*/
/*				Theme						*/

#div_theme_content {
	width:				510px;
	height:				236px;
	margin:				0px 234px 0px 216px !important;
	margin:				0px -3px 0px -3px;
}

#div_list_theme {
	float:				left;
	width:				235px;
	padding:			10px 0px;
}

#div_list_theme ul li {
	text-align:			left;
	margin-bottom: 		3px;
	width:				208px;
	min-height:			29px;
	height:				auto !important;
	height:				29px;
	line-height: 		19px;
	background:			url("../images/theme/bt_theme_unselected.png") no-repeat;
	padding-left: 		10px;
	
}

#div_list_theme ul li a{
	display:			block;

	color:				#fff;
	line-height: 		19px;
	font-weight: 		bold;
	
}

#div_list_theme ul li a:hover {
	
}

#div_list_theme ul li.selected {
	background:			url("../images/theme/bt_theme_selected.png") no-repeat;
}

/*------------------------------------------*/
/*				Content						*/

#div_list_content {
	float:				left;
	width:				273px;
	padding:			10px 0px 10px 2px;

}

li.item_content {
	text-align:			center;
	margin-bottom: 		3px;
	min-height:			29px;
	height:				auto !important;
	height:				29px;
	width:				255px;
	background:			url("../images/theme/bg_content_unselected.png") repeat-y;
}

li.item_content a {
	display:			block;
	color:				#fff;
	font-weight: 		bold;
}

li.item_content a.content_title{
	line-height: 		19px;
	padding:			5px 0px;
}

div.action_buttons a img.action_buttons {
	
}

li.item_content div.info_content img  {
	float: 				left;
	width:				17px;
}

div.action_buttons {
	float: 				right;
	width:				16px;
	
}

li.item_content.selected {
	background:			url("../images/theme/bg_content_selected.png") repeat-y;

}

/*------------------------------------------*/
/*				Preview						*/

#div_preview{
	float:				right;
	width:				234px;
	height: 			243px;
	margin-top: 		-4px;
	margin-left:		-3px;
}

#preview {
	color:				#FFF;
	width: 				167px;
	height:				136px;
	margin-top:			25px;
	margin-left: 		25px;
}

#preview a {
	width:				164px;
	height:				135px;
	background:			url(../images/preview/diago_preview.png) no-repeat;
	padding-left:		3px;
	padding-top:		3px ;
	margin-top:			0px !important;
	margin-top:			-3px;
	color:				#FFFFFF;
	font-weight:		bold;
	display:			block;
	position:			relative;
	

}

#preview img {
	display:			block;
	height: 			136px;
	width: 				167px;
	margin-bottom:		-136px;
	padding-right: 		20px;
}

#div_preview p{
	text-align: 		center;
	margin:				10px auto;
	width:				194px;				
	color: 				#FFEA00;
	font-family: 		arial;
} 

/*------------------------------------------*/
/*                  popin                   */

.popin_display_information {
	text-align:			center;
	margin: 			10px 0;
}

.popin_display_information a.link {

	margin: 			10px 2px;
	padding: 			1px 15px;

	background:			url("../images/popin/bg_bt_popin.png") repeat;
	border-width:		2px;
	border-color:		#ACACAC;
	border-style:		solid;
	color:				#818181;
	font-weight: 		bold;
	cursor:				pointer;
}

/*.popin_display_information a.link:hover {
	background:			#99b;
}*/


/*------------------------------------------*/
/*				My History					*/


#history_pager div{
	display:			block;
	text-align:			right;
	vertical-align:		bottom; 
}


/*------------------------------------------*/
/*				Playlist					*/


#playlist_container {
	float:				right;
	clear:				right;
	width:				226px;
	height:				409px;
	padding:			10px 4px 10px 3px;	
	margin-left:		-3px;
	margin-top:			3px; 
	overflow: 			auto;
	background: 		url("../images/playlist/bg_playlist.png") no-repeat;
}

#playlist_container dt {
	text-align:			center;
}


#container_scroll_playlist {
	padding-right:		3px;	
}


#playlist {
	text-align:			left;
}

#playlist .item_playlist {
	display:			block;
	width:				185px;
	height:				45px;
	margin-bottom: 		3px;
	padding-left:		5px;
	background: 		url("../images/playlist/bg_item_playlist.png") no-repeat;
	margin-left:		10px;
	font-size:			11px;
	color:				#fff;	
}

#playlist .item_playlist a {
	color:				#fff;	
}

#playlist .item_playlist p.title_view {
	padding-top:			3px;	
}

#playlist .item_playlist .overview {
	float:				right;
	width:				50px;
	height:				45px;
	margin-left:		-50px;
}

#playlist .item_playlist .overview img {
	width:				50px;
	height:				45px;
}

#playlist .item_playlist .action_buttons {
	float:				right;
	width:				50px;
	text-align: 		right;
}

#playlist .item_playlist .action_buttons a,
#playlist .item_playlist .action_buttons img {
	margin:				0px;	
}

#playlist #item_onAir {
	width:				226px;
	height:				60px;
	margin-bottom:		2px !important;
	margin-bottom:		5px;
	padding-top:		7px;
}

#playlist #item_onAir .item_playlist {
	margin-bottom: 		-52px;
}

#playlist #item_onAir .item_playlist .overview {
	margin-left:		0px;
}

#playlist #item_onAir #silver_mask {
	width:				226px;
	height:				60px;
	background: 		url("../images/playlist/fg_onair_playlist.png") no-repeat;
	position:			relative;
}

/*------------------------------------------*/
/*				Error 404					*/

#error404{
	top: 				200px;
	margin:				200px 300px;
	text-align: 		center;
	color:				#ffffff;
	display: 			block;
}

#error404 p{
	margin-top: 		15px;
}

#error404 p a:HOVER{
	font-weight: 		bold;	
}

/*-------------------------------------------*/
/*              Popin adult                  */

.adult_popin_button  {
	margin: 			10px 2px;
	padding: 			1px 15px;

	background:			url("../images/popin/bg_bt_popin.png") repeat;
	border-width:		2px;
	border-color:		#ACACAC;
	border-style:		solid;
	color:				#818181;
	font-weight: 		bold;
	cursor:				pointer;
}
