img {
    border: solid 0px;
}
div.menuNav{
    background: #222222;
    background: url('../images/topnav_bg.gif') repeat-x;
    height: 25px;
}

table.default {
    border-collapse:collapse;
    margin-bottom:15px;
    width:95%;
}

caption {
    text-align:left;
    font-size:15px;
    padding-bottom:10px;
}

table.default td,
table.default th {
    padding:5px;
    border:1px solid #fff;
    border-width:0 1px 1px 0;
}

table.default thead th {
    background:#91c5d4;
}

table.default thead th[colspan],
thead th[rowspan] {
    background:#66a9bd;
}

table.default tbody th,
tfoot th {
    text-align:left;
    background:#91c5d4;
}

table.default tbody td,
tfoot td {
    text-align:center;
    background:#d5eaf0;
}

table.default tfoot th {
    background:#b0cc7f;
}

table.default tfoot td {
    background:#d7e1c5;
    font-weight:bold;
}

table.default tbody tr.odd td {
    background:#bcd9e1;
}
div.footer{
    background-color: #0a3e6d;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color : #FFFFFF;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
}
span.username{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color : #FFFFFF;
}
span.logout a{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color : #FFFFFF;
}

div.menu {
    background: #222222;
    background: url('../images/topnav_bg.gif') repeat-x;
    height: 25px;
}
div.menu img{
    border: solid 0px black;
    margin-left: 5px;
    margin-right: 5px;
}
div.menu a{
    color: #fff;
    text-decoration: none;
    line-height: 25px;
    margin-left: 7px;
    margin-right: 7px;
}
div.menuCurOrder a{
    margin-left: 0px;
    margin-right: 0px;
}
div.menu a:hover{
    text-decoration : underline;
}
span.originTrace{
    color: #000000;
    font-size: 14px;
}

div.deptNavigation a{
    text-decoration: underline;
    color: blue
}
div.subSection a{
    text-decoration: underline;
    color: white;
}

label {
    display:inline-block;
    width: 170px;
    font-weight: bold;
}
label.radioLabel {
    width: 40px;
}
label.radioLabelLong {
    width: 110px;
}

input.email {
    width: 300px;
}
input, select, textarea {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    border: solid 1px #003867;
}
input[type=radio]  {
    border-width: 0px;
}
input[type=checkbox]  {
    border-width: 0px;
}
input.addressField{
    width: 300px;
}
input.postalField{
    width: 90px;
}
input.instructionField{
    width: 200px;
}

span.formSubTitle{
    font-weight: bold;
}

div.ProductNotInStock {
    font-weight: bold;
    font-size: 12px;
    border: dashed 1px red;
    text-align: center;

}
div.formTitle{
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    height: 20px;
    vertical-align: middle;
}
.title {
    font-weight: bold;
    font-size: 16px;
}
span.footnote{
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    height: 16px;
    vertical-align: middle;
}

div.divError{
    border: dashed 1px red;
    background-color: white;
    margin-bottom: 5px;
    padding-left: 5px;
}

div.displayAddress{
    width: 90%;
    margin-top: 10px;
    background-color : #d4d0e4;
    border: dashed 1px #634cc7;
    padding: 5px 5px 5px 5px;
}
.gridColumnTitle{
    font-weight: bold;
}
#grid {
    border-collapse:collapse;
    empty-cells: show
}
#grid th{
    border: solid 1px black;
    padding-left: 5px;
}
#grid td{
    border: solid 1px black;
    padding-left: 5px;
}

.cadreErreur {
    line-height: 20px;
    width: 95%;

    background-color: #FEFFB4;
    border: solid 1px #EB2E15;
    text-align: left;
}

div.divPetiteErreur > a {
    color: #9e1323;
}

div.divPetiteErreur > a:hover {
    color: #96bd21;
}

label.inclureInactifs {
    cursor: pointer;
}

div#divAffichageInactifs {
    display: none;
}

select#selAffichageInactifs {
    font-size: 9pt;
}

div.noTechInfoWarning{
    color: red;
    font-weight: bold;
    font-size: 1.2em;
    background-color: white;
    border: solid 1px black;
    padding-top: 4px;
    padding-left: 50px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-image: url('../images/stop.png');
    background-position: 4px 4px;
    background-repeat: no-repeat;
    min-height: 45px;
}

div.Reminder{
    color: red;
    font-weight: bold;
    font-size: 1.2em;
    background-color: white;
    border: solid 1px black;
    padding-top: 4px;
    padding-left: 50px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-image: url('../images/attention.gif');
    background-position: 4px 4px;
    background-repeat: no-repeat;
    min-height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.QuickReminderFlag{
    font-weight: bold;
    font-size: 1em;
    background-color: white;
    padding-top: 4px;
    padding-left: 50px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-image: url('../images/orangePinIcon.png');
    background-position: 4px 4px;
    background-repeat: no-repeat;
    min-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: dashed 1px black;
    color: black;
}

div.SuccessMessage {
    color: black;
    font-weight: bold;
    font-size: 1.2em;
    border: solid 1px black;
    padding-top: 4px;
    padding-left: 50px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-color: #1c94c4;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.WhiteSection {
    background-color: white;
    border: solid 1px black;
    padding: 4px 4px 4px 4px;
    margin-bottom: 1em;
}
div.warningProtected {
    color: red;
    font-weight: bold;
    background-color: #ffffff;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}
div.warningProtected a{
    color: blue;
    font-weight: bold;
}
div.warningProtected label{
    color: black;
    font-weight: bold;
}
label.autowidth {
    display: inline;
}

div.ProtectedItem{
    font-weight: bold;
    font-size: 1em;
    background-color: white;
    padding-top: 4px;
    padding-left: 50px;
    padding-right: 4px;
    padding-bottom: 4px;
    background-image: url('../images/lock_close_24w_37h.png');
    background-position: 4px 4px;
    background-repeat: no-repeat;
    min-height: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: dashed 1px black;
    color: black;
}

