﻿        body
        {
            font-family: Arial;
            font-size: 9pt;
        }
         .walo4search
        {
            display:none;
        }
        .titreUpdate
        {
            background-image: url('../App_Images/mn/bg-menu-main.png');
            background-repeat: repeat-x;
            color:White;
            min-height:42px;
        }
        .blackBack
        {
            background-color:Black;
            color:yellow;
            width:100%;
        }
       
        table 
        {
           padding:2px;
        }
        th, td 
        {
            padding:2px;}
        
         .stable
        {
            border: 0px solid #ccc;
        }
        
         .stableContent
        {
            border: 0px solid #ccc;
            min-height:500px
        }
       
       
        .ModalBackgroud
        {
	         background-color:Gray;
             filter:alpha(opacity=70);
             opacity:0.7;
        }
        .search_textbox {
            background: url(../App_Images/app/toolbar_find.png) no-repeat 10px 6px #fcfcfc;
            border: 1px solid #d1d1d1;
            font: bold 12px Arial,Helvetica,Sans-serif;
            color: #bebebe;
            width: 150px;
            padding: 6px 15px 6px 35px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
            -webkit-transition: all 0.7s ease 0s;
            -moz-transition: all 0.7s ease 0s;
            -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
    }
    .search_Fournisseur {
            background: url(../App_Images/app/toolbar_find.png) no-repeat 10px 6px #fcfcfc;
            border: 1px solid #d1d1d1;
            font: bold 12px Arial,Helvetica,Sans-serif;
            color: #bebebe;
            width: 150px;
            padding: 6px 15px 6px 35px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
            -webkit-transition: all 0.7s ease 0s;
            -moz-transition: all 0.7s ease 0s;
            -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
    }
     .search_Article {
            background: url(../App_Images/app/toolbar_find.png) no-repeat 10px 6px #fcfcfc;
            border: 1px solid #d1d1d1;
            font: bold 12px Arial,Helvetica,Sans-serif;
            color: #bebebe;
            width: 150px;
            padding: 6px 15px 6px 35px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
            -webkit-transition: all 0.7s ease 0s;
            -moz-transition: all 0.7s ease 0s;
            -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
    }
   .BoxShadow {
        box-shadow: 1px 1px 8px #555; 
        padding:10px;       
    }
    .classVide
    {
    }
    .pnPOP
    {
        background-color:whitesmoke;
        border-radius: 5px;
        box-shadow: 1px 1px 12px #555;
    }
    .progressPanel
    {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
    
    background-position: center; 
    background-image: url('../App_Images/bg/Loading.gif'); 
    background-repeat: no-repeat;
    display:none;
}  
.grdCol
{
    text-align:center
}