/* Gestion du filtre */
.FilterInfo {
	color:#A90422;
	font-size:12px;
	font-style:italic;
}

.FilterInfo a {
	color:#A90422;
	font-size:12px;
	font-style:italic;
}

TABLE.FilterPanel {
    background-color: #ffffff;
    margin: 5px 0 10px 0;
    border: solid 1px #A90422;
    border-collapse:collapse;
    border-radius: 7px 7px 7px 7px ;
}

table.FilterPanel tr.FilterPanel:first-child th.FilterPanel:first-child {
	border-top-left-radius: 4px;
	padding-left:10px;
}

table.FilterPanel tr.FilterPanel:first-child th.FilterPanel:last-child {
	border-top-right-radius: 4px;
}

table.FilterPanel tr.FilterPanel:last-child td.FilterPanel:first-child {
	border-bottom-left-radius: 4px;
}

table.FilterPanel tr.FilterPanel:last-child td.FilterPanel:last-child {
	border-bottom-right-radius: 4px;
}

td.FilterPanel {
    padding: 2px;
    border: solid 1px #4D4D4D;
    color: #000000;
}

th.FilterPanel {   
    padding: 4px 2px;   
    color: #fff;
    background: #A90422 ;
    border-left: solid 1px #A90422;
}

.FilterPanelHelp {
	font-weight:100 !important;
	font-size:11px !important;
	font-style:italic !important;
}

td.FilterPanelContent {
	padding:2px;
}

/* Gestion du tri */
.SortInfo {
	color:#A90422;
	font-size:12px;
	font-style:italic;
}

.SortInfo a {
	color:#A90422;
	font-size:12px;
	font-style:italic;
}

div.SortHeader 
{
	position:relative;
    overflow:hidden;
    top:-10px
}

img.SortHeader {
	border:0;
	float:right;
	margin:0 -2px; 
	padding:1px; 
	border:0px;
}

/* Gestion de la popup de tri */
.SortPopupContent {
    text-align: center;
    color: #000000;
    width: 100%;
}

table.SortPopup {
	width:100%;
}

tr.SortPopupRow1 {
}

td.SortPopupCell1 {
	width:40%;
}

td.SortPopupCell2 {
	width:20%;
}

td.SortPopupCell3 {
	width:40%;
}

.SortPopupCell2 input
{
    background-color: #E5E5E5;
    border: 1px solid #7F7F7F;
    height: 21px;
    width: 100px;
    cursor:pointer;
    margin-bottom:2px;
}

.SortPopupList {
	width:100%;
}
