﻿/* ----------------     style pour object dge ------------------------*/
.topDge
{
    width: 100%;
    margin-top: 10px;
    background-color: #F6F6F6;
    border: 0;
}
.dgeTitle
{
    font-size: 100%;
    font-weight: bold;
}
.topDge td span table
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.topDge td span table td
{
    vertical-align: middle;
}

/*------------------------------------ Toolbar---------------------------------------*/
table.toolbar
{
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

table.toolbar tr td
{
    padding: 0px 0px;
    vertical-align: middle;
}


/*------------------------------------ oDataGrid---------------------------------------*/
/*
.oDataGridTable
{
    width: 98%;
    margin-left: 10px;
    text-align: center;
    color: White;
    background-color:#F6F6F6;
    margin-bottom: 5px;
}
.oDataGridTable td table a:link, oDataGridTable td table a:hover, .oDataGridTable td table a:active, .oDataGridTable td table a:visited
{
    color: #26547c;
    text-decoration: none;
}
.oDataGridTable td table
{
    background-color: #C2A9BE;
}
.oDataGridTable td table td
{
    color: #26547c;
    background-color: #F1EBF0;
    padding-left: 0;
    padding-right: 0;
}
.oDataGridTable td table td a:link, .oDataGridTable td table td a:visited
{
    border-right: Gray 1px solid;
    border-top: white 1px solid;
    border-bottom: Gray 1px solid;
    border-left: white 1px solid;
    border-collapse: collapse;
}
.oDataGridTable td table td a:hover, .oDataGridTable td table td a:active, .oDataGridTable td table td span
{
    border-right: white 1px solid;
    border-top: Gray 1px solid;
    border-bottom: white 1px solid;
    border-left: Gray 1px solid;
    border-collapse: collapse;
}

.oEndTable
{
    border-collapse: collapse;
    border-style: solid;
    border-width: 0px;
    background-color: #910539;
}


.TableDGE
{
    width: 98%;
    margin-left: 10px;
}

.oDataGridHeader
{
    font-weight: bold;
    font-size: xx-small;
    color: whitesmoke;
    background-color: #885E80;
    text-align: center;
}

.oDataGridTitle
{
    font-weight: bold;
    font-size: xx-small;
    background-image: url(Images/nb-bkgd.gif);
    color: whitesmoke;
}

.oDataGridItem
{
    font-size: xx-small;
    color: #26547c;
    border-color: darkred;
    border-collapse: collapse;
    border-style: solid;
    border-width: 0px;
    background-color: #E6E6E6;
    text-align: left;
    cursor: pointer;
}


.oDataGridItemGray
{
    font-size: xx-small;
    color: #26547c;
    border-color: darkred;
    border-collapse: collapse;
    border-style: solid;
    border-width: 0px;
    background-color: #C0C0C0;
}


.oDataGridItemGreen
{
    font-size: xx-small;
    color: #26547c;
    border-color: darkred;
    border-collapse: collapse;
    border-style: solid;
    border-width: 0px;
    background-color: Lime;
}

.oDataGridItemWhite
{
    font-size: xx-small;
    color: #26547c;
    border-color: darkred;
    border-collapse: collapse;
    border-style: solid;
    border-width: 0px;
    background-color: White;
}


.oDataGridItemRed
{
    font-size: xx-small;
    color: Red;
    border-color: darkred;
    border-collapse: collapse;
    border-style: solid;
    border-width: 0px;
    background-color: whitesmoke;
}


.oDataGridSelectedItem
{
    font-size: xx-small;
    color: White;
    border-right: darkred 1px solid;
    border-top: darkred 1px solid;
    background-color: #B98DAC;
    border-collapse: collapse;
    text-align: left;
}

.oDataGridSelectedItem2
{
    font-size: xx-small;
    color: #26547c;
    border-right: darkred 1px solid;
    border-top: darkred 1px solid;
    background-color: whitesmoke;
    border-collapse: collapse;
}

.oDataGridHeader A:link
{
    text-decoration: none;
    color: White;
}

.oDataGridHeader A:visited
{
    text-decoration: none;
    color: White;
}

.oDataGridHeader A:active
{
    text-decoration: none;
    color: White;
}
.oDataGridHeader A:hover
{
    text-decoration: underline;
    color: White;
}
*/

.ColumnItemDge
{
    border-collapse: collapse;
    border-style: solid;
    border-width: 0;
    width: 80%;
}
.ColumnLabelDge
{
    border-collapse: collapse;
    border-style: solid;
    border-width: 0;
    width: 20%;
}
.Column2ItemDge
{
    border-collapse: collapse;
    border-style: solid;
    border-width: 0;
    width: 35%;
}
.Column2LabelDge
{
    border-collapse: collapse;
    border-style: solid;
    border-width: 0;
    width: 15%;
}


/* end style pour object dge */
