@charset "utf-8";

table.tableau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.tableau td.bordure_basse,table.tableau thead th, table thead th {
	border-bottom-color: #dee0db;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-transform: uppercase;
}

table.tableau td.bordure_haute {
	border-top-color: #dee0db;
	border-top-style: solid;
	border-top-width: 2px;
}

table.tableau .no_border_bottom {
	border-bottom: none;
}

table.tableau .entete,.toolbar .entete {
	height: 40px;
}

table.tableau .titre {
	color: #000;
	font-weight: bold;
	background: none;
	font-size: 12px;
}

table.tableau thead, table.tableau th, table thead   {
	background-color: #f9f9f9;
	height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

table thead {
	text-transform: inherit;
}

table.tableau .valeur {
	font-style: italic;
	font-size: 12px;
	color: #666;
}

table.tableau .valeur_et_icone {
	padding-left: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 16px;
}

table.tableau .file {
	background-image: url(../../../img/conference/submit/FILE.png);
}

table.tableau .folder {
	background-image: url(../../../img/conference/submit/FOLDER.png);
}

table.tableau .valeur_et_icone div {
	vertical-align: middle;
}

table.tableau td {
	border-bottom-color: #dee0db;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table.tableau tr.nohover td {
    border-bottom-color: inherit;
    border-bottom-style: inherit;
    border-bottom-width: inherit;
}

table.tableau tbody td {
	font-weight: normal;
}

/*table.tableau tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

table.tableau tbody tr:nth-child(even),table.tableau thead {
	background-color: #f9f9f9;
}*/

table.tableau tbody tr:hover {
	background-color: #fef4cd;
}

table.tableau tbody tr.title>td {
    text-transform: uppercase;
	font-weight: bold;
}
table.tableau tbody tr.nohover:hover {
	background-color: transparent;
}

table.tableau tbody tr.nohover{
    background-color: transparent;
}

table.tableau .input_3char {
	width: 30px;
	text-align: center;
}

table.tableau tbody td.hidden,table.tableau tbody tr:hover td.hidden {
	border: 0;
	background-color: inherit;
}

table.tableau tfoot tr:hover {
	background-color: inherit;
}

table.tableau tfoot td {
	border: 0
}

table.tableau a {
	color: #21759b;
	text-decoration: none;
}

table.tableau a:hover {
	color: #d54e21;
	text-decoration: none;
}

table.toolbar hr {
	margin: 0px;
	padding: 0px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	width: 100%;
	border: none;
	border-bottom: dotted #333 1px
}

table.toolbar {
	border-width: 1px;
	border-style: solid;
	border-color: #dee0db;
}

table.toolbar tr[tool]:hover {
	background-color: #fef4cd;
}
table tr.separator td {
    border-top: 1px solid #666666;
}
table tr.important, table tr.important td {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fef4cd;
}
table tr.small, table tr.small td {
    font-size: 10px;
}
span.group {
	background-color: #efefef;
	padding: 5px 10px;
	border: 1px solid #dee0db;
	margin-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 3;
	color: #555555;
}