﻿/* header */
.lblTitGestioneMetodi 
{
    font-weight : bold;
    Font-Size : 14px;
    color : #444444;
}
.mGrid {   
    width: 100%;   
    font-size: 12px;
    font-weight: normal;
    border-radius: 15px;
}  
.mGrid td {   
    padding: 5px;   
    border-bottom: solid 2px #E6E6E6;
    border-right: solid 0px #FFFFFF;
    background: #F5F4F4;
    padding-left: 15px;
    height: 35px;
}  
.mGrid th {   
    padding: 10px 2px;   
    background: #EEEEEE repeat-x top;
    padding-left: 15px; 
}
.grdCellTopLeftRadius {
    border-top-left-radius: 15px;
}
.grdCellTopRightRadius {
    border-top-right-radius: 15px;
}
.mGrid .pgr table {margin: 5px auto; text-align: left;}  
.mGrid .pgr td {   
    padding: 0 6px;   
    font-weight: bold;
    border-bottom: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #EEEEEE;
    height: 30px;
 }    
.mGrid .pgr a { color: #666; text-decoration: none; }  
.mGrid .pgr a:hover { color: #000; text-decoration: none; } 

.mGridLinks
{
    color: #FDA654;
    font-weight : bold;
    text-decoration : underline;
}
.gridBorderLeft
{
    border-left: solid 1px #E6E6E6;
}
.gridBorderRight
{
    border-right: solid 1px #E6E6E6;
}
/*popup*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:470px;
  height:250px;
  display:none;
  z-index:9999;
  padding:20px;
}
.popTitle {
    font-weight: bold;
    text-align: left;
    margin-top: 2px;
    font-size: 10px;
}
#boxes #dialog {
  width:420px; 
  height:270px;
  padding:2px;
  background-color:#ffffff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:4px solid #6A6A6A
}
#pophead {
    padding-top:5px;
    padding-right:5px;
    background-color: #FFF2E0;
    width:auto;
    height:20px;
    border:1px solid #DADADA ;
}
#btclose {
    width:15px;
    height:15px;
}
#divbt {
    float: right;
}
.btnOk {
    margin-left: 20px;
}
/* end popup*/
