@import "common.css";

#tableaux_programmes {
	float: left;
    background-color: rgb(250, 250, 250);
    width: 100%;
    border: 1px solid rgb(190, 190, 190);
    padding: 5px;
    position: relative;
    top: -1px;
    /*z-index: 0;*/
}
#tableaux_programmes h3 {
    margin-bottom: 5px;
    margin-left: 5px;
}

DIV.video {
	text-align: center;
	margin-bottom: 30px;
}

A {
	text-decoration: underline;
	cursor: pointer;
}

/** DATA TABLE **/

	div.data_table {
		clear:both;
	}

	div.data_table div.data_table_line tr.data_table_line_gl {
		margin: 0 0 15px 0;
	}
	
	tr.data_table_line_gl {
		background-color: rgb(230, 230, 230);
	}

    td.col1{
		width : 100px;
	}
	
	div.data_table_actions_up {
		background:url(../../res/img/default/backgrounds/vsep.html) no-repeat;
		padding-left:7px;
	}

	div.data_table div.data_table_actions_up,
	div.data_table div.data_table_filters {
		float:left;
		padding-top:3px;
		height:23px;
		margin:0 0 13px 0;
	}

	div.data_table div.data_table_actions_down{
		text-align:center;
	}

	.data_table_actions .button {
		margin:0 5px;
	}
	div.data_table_filters{
		padding-right:6px;
	}

	div.data_table .table_container{
		padding-left:1px;
		*padding-left:0px;
		padding-top:1px;
		clear:left;
	}

	div.data_table td,
	div.data_table th{
		overflow:hidden;
	}

	div.data_table td *,
	div.data_table th *{
		vertical-align:middle;
	}

	table.data_table{
		float: right;
		width:96%;
		border:1px solid #c4cbcf;
		border-collapse:collapse;
		clear:both;
		margin-right: 10px;
		margin-bottom: 25px;
		background-color: white;
	}

	table.data_table thead{
		height:22px;
		background:url(../img/table_head_bg.gif) repeat-x;
	}

	table.data_table thead,
	table.data_table thead *{
		font-weight:normal;
		color:#666;
	}

	table.data_table thead td,
	table.data_table thead th {
		border-left : 1px solid #c2c2c2;
		border-right : 1px solid #bfd1db;
		border-bottom : 1px solid #c3cbce;
		padding:0;
	}
	/* Colonnes triables */
		table.data_table thead th a {
			display:block;
			height:22px;
			font-size:12px;
		}

		table.data_table thead th a span {
			padding:4px 2px 0;
			display:block;
			height:18px !important;
			text-decoration:underline;
			padding-top:4px;
		}
		table.data_table thead th a:hover span{
			cursor:hand;
			background:#fff !important ;
			filter: alpha(opacity=45);
			opacity: 0.45;
			-moz-opacity: 0.45;
		}


	table.data_table thead td a.order_asc,
	table.data_table thead th a.order_asc {
		background:url(../../res/img/default/icones/sort_arrow_asc.html) no-repeat right 10px;
		/*padding:0 15px 0 0;*/
	}

	table.data_table thead td a.order_desc,
	table.data_table thead th a.order_desc {
		background:url(../../res/img/default/icones/sort_arrow_desc.html) no-repeat right 10px;
		/*padding:0 15px 0 0;*/
	}

	table.data_table tbody td{
		cursor:default;
		border-bottom:0;
		border-top:0;
	}

	table.data_table td.first_col{
		font-weight: bold;
	}

	table.data_table th{
		text-align:center;
		border-color:#c2c2c2;
	}
	table.data_table td{
		padding:2px 3px;
		border-color:#c2c2c2;
	}
	/* Surlignage */
		tr.even {background:#f4f4f4;}
		tr.odd {background:#fff;}
		tr.selected, tr.even.selected, tr.odd.selected {background:#daebff;}

	table.data_table tbody td._checkbox{
		text-align:center;
	}

	table.data_table tr.fake td._checkbox input{
		display:none;
	}

	table.data_table tbody tr.fake{
		height:40px;
	}

	table.data_table tbody tr.grayed{
		color:#aaa;
	}

	table.data_table tbody tr.grayed td * {
		filter: alpha(opacity=50);
		opacity: 0.50;
		-moz-opacity: 0.5;
		color : #595957;
	}

	table.data_table tbody tr.grayed td.actions a,
	table.data_table tbody tr.grayed td.actions a img,
	table.data_table tbody tr.grayed td._checkbox *{
		filter: alpha(opacity=100);
		opacity: 1;
		-moz-opacity: 1;
	}


.data_table tbody td.actions a:hover img{
	filter: Alpha(Opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

	/* Filters */
		.data_table .page_navigator {
			clear:both;
		}

		.data_table_filters .filter_item {
			float:left;
		}

		.data_table_filters label{
			float : left;
			padding:2px 5px 0 0;
		}

		.data_table_filters .text_input {
			width:153px !important;
			width:146px;
			height:17px;
			float:left;
		}

		.data_table_filters .text_input input {
			width:146px;
		}

		.data_table_filters .button {
			height:19px;
			font-size:11px;
			margin-top:0px;
			float:left;
		}

		.data_table_filters .text_input,
		.data_table_filters input,
		.data_table_filters select {
			margin-right:5px;
		}

		.data_table_filters *{
			vertical-align : middle;
		}

	.data_table div.actions {
		clear:left;
		padding-top:10px;
	}


	.data_table .add_action {
		float:right;
	}
	.data_table form {
		clear:both;
		text-align:left;
	}

	div.big_actions {
		text-align:right;
		margin-bottom:5px;
	}

	/** Tableau détaillé **/
		.data_table.detailed .details_pane{
			width:307px;
			padding-bottom:5px;
			float:left;
			margin:0 0 0 2px;
			*margin:1px 0 0 2px;
			border:1px solid #c2c2c2;
		}

		div.data_table.detailed .table_container{
			width:634px;
			float:left;
		}

		div.data_table.detailed table{
			margin-bottom:0;
		}

		.data_table.detailed tbody td.last_col{
			padding-right:18px;
		}

		.data_table.detailed thead th.last_col{
			padding-right:0 !important;
			padding-right:18px;
		}

		* html .data_table.detailed thead th.last_col{
			padding-right:18px !important;
		}

		.data_table.detailed .details_pane .details_pane_head{
			background:url(../../res/img/default/tables/table_head_bg.html) repeat-x;
			border-bottom : 1px solid #C3CBCE;
			height:19px;
			text-align:center;
			font-weight:bold;
			/*color:#666;*/
			color:#1c6386;
			font-size:14px;
			padding-top:3px
		}

		.data_table.detailed .details_pane h3{
			border-bottom:1px solid #c2c2c2;
		}

		.data_table.detailed .details_pane .image h3{
			padding-left:37px;
			background:url(../../res/img/default/icones/ic_folder.html) no-repeat;
			height:32px;
		}

		.data_table.detailed .details_pane .details_pane_body #package {
			padding-bottom:1px;
		}

		.data_table.detailed .details_pane .details_pane_body{
			padding :5px;
		}

		.data_table.detailed .details_pane .shift_panel {
			overflow:hidden;
			margin-top:5px;
		}

		div.details_pane #controler_header {
			padding:2px 0 5px 42px;
			min-height:34px;
			overflow:visible;
			overflow-x:hidden;
			height:auto !important;
			height:auto;
			border-bottom:0;
			margin: 0 0 5px 0;
			border-bottom:1px solid #ccc;
		}

		div.details_pane .controler #controler_header {
			background : url(../../res/img/default/icones/ic_file_type_default.html) no-repeat;
		}

		div.details_pane #controler_header h1{
			display:none;
		}

		div.details_pane #controler_header h2{
			color : #4193CF;
			font-size: 14px;
		}

		div.details_pane h1 .title{
			font-size:14px;
		}

	.data_table.detailed tr td {
		cursor:pointer;
	}
	.data_table.detailed tr.fake td,
	.data_table.detailed tr td._checkbox {
		cursor:default;
	}


div.data_table table td .datetime .date {
	font-weight:bold;
}

div.data_table table td .datetime * {
	display:block;
	text-align:center;
}


/******************************************	Ci-dessous, Ajout Lionel		*/


div.onglets_programme {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

ul.onglets_programme {
	float: right;
	position: relative;
	color: rgb(183, 183, 183);
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 0px;
	z-index: 1;
}

ul.onglets_programme > li {
	float: left;
	padding: 5px 20px;
	border-top: 1px solid rgb(230, 230, 230);
	border-right: 1px solid rgb(190, 190, 190);
	border-left: 1px solid rgb(240, 240, 240);
	border-bottom: 1px solid rgb(190, 190, 190);
	cursor: pointer;
	background-color: rgb(230, 230, 230);
}

ul.onglets_programme > li[pos=first] {
	float: left;
	padding: 5px 20px;
/*	border-left: 0px;*/
	border-left: 1px solid rgb(230, 230, 230);
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}

ul.onglets_programme > li[pos=last] {
	float: left;
	padding: 5px 20px;
/*	border-right: 0px;*/
	border-right: 1px solid rgb(230, 230, 230);
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

ul.onglets_programme > li.selected {
	background-color: rgb(250, 250, 250);
	border-bottom: 1px solid rgb(250, 250, 250);
}

ul.onglets_programme a {
	color: rgb(183, 183, 183);
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

ul.onglets_programme  a:hover {
	color: rgb(150, 150, 150);
}

div#tableaux_programmes p {
	margin-top: 40px;
}


div#tableaux_programmes h2 {
	color: black;
	font-size: 12pt;
	margin-top: 1px;
	margin-bottom: 10px;
}

div#tableaux_programmes a {
	margin-top: 10px;
	font-size: 8pt;
	cursor: pointer;
}

div#tableaux_programmes .session_time {
	color: black;
}

div#tableaux_programmes .session_chair {
	font-weight: bold;
}

ul#submissions > li {
	margin-bottom: 10px;
}

ul#submissions > li > ul {
	margin-left: 20px;
}

#affil {
	font-size: 8pt;
	color: rgb(82, 82, 82);
}

DIV#modalbox {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: white;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	filter: alpha(opacity=60);
	visibility: hidden;
	z-index: 100;
}

DIV#modalbox_ctnt {
	position: fixed;
	top: 20%;
	width: 80%;
	left: 10%;
	padding: 10px 10px;
	color: black;
	background-color: white;
	visibility: hidden;
	border: 1px solid rgb(82, 82, 82);
	z-index: 101;
	text-align: justify;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

DIV#modalbox_ctnt h2 {
	color: black;
	font-size: 12pt;
	margin-bottom: 10px;
}

DIV#modalbox_ctnt h3 {
	color: black;
	font-size: 10pt;
}

TD#prog_col1 {
	border-right: 1px dashed black;
	padding: 5px;
	vertical-align: top;
}

TD#prog_col2 {
	padding: 5px;
	vertical-align: top;
}

TD#prog_col1 p {
	margin-top: 0px;
}

TD#prog_col2 p {
	margin-top: 0px;
}

DIV#prog_activite {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 10px;
}