
.borderCol
{
    border-left:2px solid black;
    
}
.borderHead
{
    border:2px solid black;
    
}

.rowBack
{
    background-color:Black;
    color:White;
}

.Masterbody
{
    margin:10;
    background-image: url('../App_Images/bg/yahooMail.png'); 
    background-repeat: repeat-x;
  
}
  .MasterTable
  {
  box-shadow: 1px 1px 12px #555;
  border: thin ridge #000080;
  margin-top:8px;
  }
  .buttonOmbre
  {
       box-shadow: 1px 1px 1px #555;
     
  }
 
  
  
.tableCorner 
{
    -webkit-border-radius: 5px;-moz-border-radius: 5px;
     border-radius: 5px;border:2px solid #52A3FF;background-color:#E3DF64;
     -webkit-box-shadow: #B3B3B3 2px 2px 2px;-moz-box-shadow: #B3B3B3 2px 2px 2px; 
      box-shadow: #B3B3B3 2px 2px 2px;
      width:100%;
 }
.tableShadow
  {
       box-shadow: 1px 1px 12px #555;
       width:80%;
 }
              
#div_left{
    float: left;
    padding: 10px;
    width: 290px;
    border: 1px solid gray;
}

#div_right{
    float: left;
    padding: 10px;
    width: 500px;
    border: 1px solid gray;
    
}
.tbTitre
{
    font-size:16;
    font-family:Tahoma;
    background-image: url('../App_Images/bg/yahoo.png'); 
    background-repeat: repeat-x;
    width:100%;
    height:40px;
}
.tbFiltre
{
    font-size:8;
    
    font-family:veradana;
    background-color:WhiteSmoke;  
    width:100%;
   
}
.tbFiltreBlanc
{
    font-size:8;
    font-family:veradana;
    background-color:whitesmoke;  
    width:100%;
   
}
.tbGrid
{
 background-color: white; 
 border-color:#9999FF; 
 width:100%;
 min-height:100%;
}
.tbUpdateOLD
{
     box-shadow: 1px 1px 12px #555;
     width:500px;
}
.tbUpdate
{
     box-shadow: 1px 1px 12px #555;
     border: thin ridge #9999FF;
     
     background-color:White;
     min-width:250;
}
.tbUpdateAR
{
     box-shadow: 1px 1px 12px #555;
     border: thin ridge #9999FF;
     
     background-color:White;
     direction:rtl;
}
.tbUpdatePWD
{
    -webkit-border-radius: 5px;-moz-border-radius: 5px;
     border-radius: 5px;border:2px solid #52A3FF;background-color:whitesmoke;
     -webkit-box-shadow: #B3B3B3 2px 2px 2px;-moz-box-shadow: #B3B3B3 2px 2px 2px; 
      box-shadow: #B3B3B3 2px 2px 2px;
      padding:8px;
     
}

.tbUpdatePWDMobile
{
    -webkit-border-radius: 5px;-moz-border-radius: 5px;
     border-radius: 5px;border:2px solid #52A3FF;background-color:whitesmoke;
     -webkit-box-shadow: #B3B3B3 2px 2px 2px;-moz-box-shadow: #B3B3B3 2px 2px 2px; 
      box-shadow: #B3B3B3 2px 2px 2px;
     
}
.tbUpdateAcc
{
     box-shadow: 1px 1px 12px #555;
     border: thin ridge #9999FF;
     width:100%;
    
     background-color:White;
}
.tbZ
{
     box-shadow: 1px 1px 12px #555;
     width:90%;
     background-color:White;
}

.PnUpdate
{
    text-align:center;
    
    
}

.tbUpdateTitreOLD
{
    background-image: url('../App_Images/bg/barreV.png'); 
    background-repeat: repeat-x;
    width:100%;
    height:25px;
    color:White;
    border-bottom-style: ridge;
    border-bottom-width: medium; 
    border-bottom-color: #99CC00;
}
.tbUpdateTitre
{
    width:100%;
    height:25px;
    color:Black;
    font-weight: 700;
    font-family: Verdana; 
    font-size: 8pt;
    border-bottom-style: ridge;
    border-bottom-width: medium; 
    border-bottom-color: #99CC00;
}
.tbUpdateTitreOstad
{
    width:100%;
    height:25px;
    color:Black;
    font-weight: 700;
    font-family: Verdana; 
    font-size: 8pt;
}
.leTitre
{
    box-shadow: 1px 1px 12px #555;
}
.laLigne
{
     border-bottom-style: ridge;
     
}
.popUpStyle
    {
        background-color:Gray;
        filter:alpha(opacity=70);
        opacity:0.7;
        position: absolute;
        top: 50%;
        left:50%;
        background-color:gainsboro;
    } 
.pnPOP
    {
        background-color:whitesmoke;
        border-radius: 5px;
        box-shadow: 1px 1px 12px #555;
      
    }
.pnPOP_Titre
{
    background-image: url('../App_Images/bg/BarreV.png'); 
    background-repeat: repeat-x;
    font-size:medium;
    font-family:Verdana;
    color:white;
    height:35px;
    width:100%;
}
.pnTBsaisie
{
    font-size:medium;
    font-family:Verdana;
    float:left;
}
 .modal
    {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
    }
    .loading
    {
        font-family: Arial;
        font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 200px;
        height: 100px;
        display: none;
        position: fixed;
        background-color: White;
        z-index: 999;
    }
.BK
{
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    background-color:Gray;
    filter:alpha(opacity=40);
    opacity:0.4;
}
.Progress 
{
    position:fixed;
    top:10%;
    left:10px;
    width:300px;
    height:50px;
    text-align:center;
    background-color:White;
    border:solid 3px black;
 }
  .leRoundOnglet
 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    vertical-align:bottom; 
    font-family:Verdana;
    font-size: 9pt;
}
  .leRoundOnglet_AR
 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    vertical-align:bottom; 
    Width:150px;
    text-align: center; 
    font-size: 12pt;
    Height:32px;
    font-family: "MS Sans Serif";
}
  .leRoundPanel
 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;   
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
    background-color:white;
    box-shadow: 1px 1px 12px #555;  
 }
 .linearGradient {
padding:5px;
background-color:#d0bdbd;
background: -moz-linear-gradient(left, gainsboro, white);
background: -webkit-linear-gradient(left, gainsboro, white);
background: -o-linear-gradient(topleft gainsboro, white);
height:100%;
font-family:Verdana;
font-size:12;
font-style:normal;
border-bottom-style: ridge; 
border-bottom-width: 15px;; 
border-bottom-color: #000080;
}
.chrome_tab {
    width: 150px;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid grey;
    border-radius: 80px 80px 2px 2px;
    color: white;
    text-align: center;
  }
  .leftBorder
  {
      border-left: 2px solid silver;
  }
   .bottomBorder
  {
      border-bottom: 2px solid silver;
  }
   .leBorder
  {
      border: 2px solid silver;
    font-size: 10pt;
}
.leBoutonBlue
{
  background-color:Blue;
  color:White;
  width:120px;
  height:32px;
  border-radius: 4px;
  border: 2px solid Blue;
  margin-top:10px;
  margin-bottom:10px;
}
.leBouton
{
  background-color:green;
  color:White;
  width:120px;
  height:32px;
  border-radius: 4px;
  border: 2px solid green;
  margin-top:10px;
  margin-bottom:10px;
}

.leTexte
{
    margin-top:5px;
    margin-bottom:5px;
    width:400px;
    font-size:large;
}

  /* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
.laFrame
{
    overflow: hidden;
    height: 100%; 
    width: 100%; 
    position: absolute;
    background-image: url('../App_Images/bg/loading.gif');
    background-repeat: no-repeat; 
    background-position: center center;
}
 .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;
}  
