/* */
/* DTABLE color : gray */
/* */




#header div.panes a:active,
#classicgray div.pane div.tabs a:active {
	color: #C6FF9C;
	
}
#classicgray div.pane div.footer {
	position: relative;

	background: url(/images/dtable/gray/bg-table-footer.png) left bottom no-repeat;
}

#classicgray div.pane div.footer a {
	color: #FFF;
	
}

#classicgray div.pane div.footer div {
	padding: 1.9em 0 0;
	
	background: url(/images/dtable/gray/bg-table-footer-right.png) right bottom no-repeat;
}

#classicgray table {
	border: 1px solid #949494;  /* bordure tout autour du tableau */
	width: 100%; margin: 0; padding: 0; 
}

#classicgray th,#classicgray td.last-child {
	font-size: 0.9em;
}

#classicgray td.first-child {
	width: 100%;
}
#classicgray td.last-child {
	white-space: nowrap; width: 1%;
}
#classicgray th,#classicgray td {
	vertical-align: top; text-align: left;
}
#classicgray td a {
	font-weight: bold;
}
#classicgray td span {
	font-size: 0.9em; color: #999;
}
#classicgray td span a {
	font-weight: normal;
	color: #63914A;
}
#classicgray  td span a:hover {
	color: #27552E;
}

#classicgray th {
	font-weight: bold;
	padding: 5px; /* espace interieur header */
	/* border-top: 1px solid #595959; bordure couleur tout en haut */
	background-color: #FFFFFF; /* couleurs colonnes paires */
	border-bottom: 1px solid #595959;
	color: #333;
	white-space: nowrap;
}

#classicgray th.first-child,
#classicgray th.only-child {
	background-color: #AAAAAA; /* couleurs colonnes impaires */
	border-bottom: 1px solid #595959;
	color: #FFF;
	text-shadow: 2px 2px 1px #648326;
}
#classicgray td {
	padding: 0.48em 11px; /* espace intérieur */
	background-color: #ECECEC;
}
#classicgray td.first-child {
	padding-left: 11px;
}
#classicgray td.last-child {
	padding: 0.48em 11px;
}
#classicgray tr.alt td {
	background-color: #FFF;
}
#classicgray tr.last-child td {

}

