/* ---------------------------------------- */
/* Backoffice                               */
/* ---------------------------------------- */

.backoffice {
	margin:2px;
}

.backoffice table {
	border-collapse: collapse;
	width: 100%;
}

.backoffice td, .backoffice th {
	border-collapse: collapse;
    vertical-align: top;
    font-weight: normal;
	border: 1px solid #999;
    padding: 2px 4px 2px 4px;
    background-color:#FFF;
}
.backoffice th {
    vertical-align: top;
    text-align: center;
	background-color: #17498d;
	color: #FFF;
}

.backoffice a, .backoffice th a { 
	text-decoration: none;
	color: #d7e3fd;
}

.backoffice td a{
	color:#000;
}

.backoffice th a { 
	font-weight: bold;
}

.backoffice a:hover, .backoffice th a:hover { 
	color: #FFF;
}

.backoffice td a:hover{
	color:#000;
	text-decoration:underline;
}

.backoffice .action_group		{ border-bottom: 1px dotted #999; font-size: 0.9em; padding-left: 10px;}
.backoffice .action_group a		{ background-color: #17498d; border: 1px solid #999; padding: 0px 2px 0 2px; margin: 0 2px 0 2px;}

.backoffice .action_global		{ 
	background-color: #17498d;
	padding:0;
	margin:0;
}

.backoffice .action_global table th	{ 
	border:none;
	height:21px;
}

.backoffice .action_local { 
	padding:0;
	margin:0;
}

.backoffice .action_local table td	{
	border:none;
	text-align:center;
	background-color:transparent;
}

.backoffice input, button {
	margin: 0;
    padding: 0;
}

.backoffice .filtre {
	font-weight: bold;
    border: 1px solid #999;
    background-color: #17498d;
	padding: 0 1px 0 1px;
}

.backoffice .layer_titre {
	display: block;
    background: #17498d;
	width:160px;
    height:20px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: none;
	margin:none;
    padding:none;
	text-align:center;
}

.backoffice .layer_titre:hover {
	cursor:pointer;
}

.backoffice .layer_flux {
    display: none; 
    background: #17498d !important;
    font-size: 0.9em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: none;
	margin:none;
    padding:none;
}

.backoffice .multipage table		{ margin-top: 10px; }
.backoffice .multipage tr:hover		{ background: none; }
.backoffice .multipage td			{ font-size: 0.9em; border: none; }

.backoffice .multipage td {
	background-color:transparent;
	color:
}

.backoffice .multipage td a	{ 
	text-decoration: none; 
	font-weight: bold; 
	color: #17498d; 
}

.backoffice .multipage td a:hover {
	color: #49515C;
	text-decoration:underline;
}

.backoffice input[type=checkbox] { margin: 0 2px 0 2px; }

.backoffice span.order_asc, .backoffice span.order_desc {
    padding:0;
	font-weight: bold; 
    font-size: 0.7em;
	color:#49515C;
	float: right;
	background-color:#FFF;
	padding:1px;
}

.data {
	position:relative;
}

.waiting {
	width: 48px;
	height: 48px;
	background: #fff url(../image/waiting.gif) no-repeat;
	position:absolute;
	left:50%;
	top:25px;
	filter:alpha(opacity=50);
	opacity: 0.50;
	display:none;
}