﻿.Grid
{
	border:solid 1px #CCC;
	margin:5px;
	border-collapse:collapse;
}
.Grid a.simplelink
{
	margin:5px;
	text-decoration:none;
	color:#999; 
}
.Grid a.simplelink:hover
{
	color:#333; 
}
.Grid tr >th
{
	background-color:#CCC;
}
.Grid th
{
	vertical-align:middle;
	height:21px; 
	background:url('images/header_grid.png'); 
	border-bottom:solid 1px #CCC;
	text-align:left; 
	color:#555;
	white-space:nowrap;
	padding-left :18px; 
	padding-top:2px;
}
.Grid td
{
	border:solid 1px #CCC;
	padding: 2px; 
}

.Grid th > a
{
	text-decoration :none;
	color:#555;
	white-space:nowrap;
	display:block; 
	background:url('images/sortGrid.png') no-repeat -100px; 
	height:19px;
	padding-left :18px; 
	text-align:left;   
	vertical-align:middle;  
	padding-top:2px;
}
.Grid th:hover
{
	/*background-color:Yellow; */
}
.Grid th:hover > a
{
	color:#000;
	background:url('images/sortGrid.png') no-repeat 1px; 
}

.Grid tr >td
{
	background-color:#FFF;
}


.Grid td a:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.Grid td a span
{
	visibility:hidden;
	display:none;  
}

/*****************/
.Grid tfoot td 
{
	width:auto;  
	text-align :center; 
}
.Grid tfoot a
{	min-width:10px;
	width:auto;
	padding:2px;   
	margin:2px; 
	text-align:center;      
	text-decoration :none;
	color:#555;
}
.Grid tfoot a:hover
{
	font-weight:bold;
	background-color:Yellow;   
}
.Grid tfoot span
{
	min-width:10px;
	width:auto;
	padding:2px;   
	margin:2px; 
	text-align:center;      
	text-decoration :none;
	color:Yellow;
	background-color :Gray; 
}
/*Tableau de bord*/
.Grid_tabBord
{
	border:solid 0px #CCC;
	border-collapse:collapse;
	margin:0px;
	
}
.Grid_tabBord a.simplelink
{
	margin:5px;
	text-decoration:none;
	color:#999; 
}
.Grid_tabBord a.simplelink:hover
{
	color:#333; 
}
.Grid_tabBord thead
{
	background-color:#EEE;   
	border-bottom:solid 1px #CCC;
}

.Grid_tabBord th
{
	vertical-align:middle;
	height:auto; 
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	text-align:left; 
	color:#555;
	white-space:nowrap;
	padding-left :5px; 
	padding-top:2px;
}
.Grid_tabBord td
{
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	padding: 2px; 
}

.Grid_tabBord th > a
{
	text-decoration :none;
	color:#555;
	white-space:nowrap;
	display:block; 
	background:url('images/sortGrid.png') no-repeat -100px; 
	height:19px;
	padding-left :18px; 
	text-align:left;   
	vertical-align:middle;  
	padding-top:2px;
}
.Grid_tabBord th:hover
{
	/*background-color:Yellow; */
}
.Grid_tabBord th:hover > a
{
	color:#000;
	background:url('images/sortGrid.png') no-repeat 1px; 
}

.Grid_tabBord tr >td
{
	background-color:#FFF;
}


.Grid_tabBord td a:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.Grid_tabBord td a span
{
	visibility:hidden;
	display:none;  
}

.Grid_tabBord td a.Grid_Modif_User
{
	display:block; 
	background:url('images/btnGridSelectUser.jpg') no-repeat 1px; 
	width: 31px;
	height:22px;
	margin:1px;
	opacity: 1;
	filter: alpha(opacity=100);
}

/*****************/
.Grid_tabBord tfoot td 
{
	width:auto;  
	text-align :center; 
}
.Grid_tabBord tfoot a
{	min-width:10px;
	width:auto;
	padding:2px;   
	margin:2px; 
	text-align:center;      
	text-decoration :none;
	color:#555;
}
.Grid_tabBord tfoot a:hover
{
	font-weight:bold;
	background-color:Yellow;   
}
.Grid_tabBord tfoot span
{
	min-width:10px;
	width:auto;
	padding:2px;   
	margin:2px; 
	text-align:center;      
	text-decoration :none;
	color:Yellow;
	background-color :Gray; 
}

.Grid_tabBord td a.btn_delete
{
    background-image:url(images/btnGridDelete.jpg); 
    background-repeat:no-repeat;
    width:31px;
    height:22px;  
    display:block; 
} 

.Grid_tabBord td a.btn_delete_off
{
    background-image:url(images/btnGridDeleteOff.jpg); 
    background-repeat:no-repeat;
    width:31px;
    height:22px;  
    display:block; 
} 

.Grid_tabBord td a.btn_Excel
{
    background-image:url(images/btnExcel.jpg); 
    background-repeat:no-repeat;
    width:24px;
    height:22px;  
    display:block; 
} 

