.header
{
  background-color:#E0B069;
}
/*********************************************/
/*------------- STILE HEADER ----------------*/
/*********************************************/
.tHeader
{
    font-family: Arial,sans-serif;
}
.tHeader h1{
    font-family: Arial,sans-serif;
    color:#fff;
}
/**************************************************/
/*------------------------------------------------*/
/**************************************************/

/******************************************/
/*------------- EDIT MENU ----------------*/
/******************************************/
.editMenu a:link, .editMenu a:visited {
  color: #fff;
  font-weight:bold;
  border-right: Transparent 1px solid;
  border-top: Transparent 1px solid;
  border-left: Transparent 1px solid;
}
.editMenu a:link.active, 
.editMenu a:visited.active, 
.editMenu a:hover, 
.selMenu a
{
    color: Black !important;
    font-weight:bold;
    background-color: #fff !important;
    border-right: #fff 1px solid !important;
    border-top: #fff 1px solid !important;
    border-left: #fff 1px solid !important;
}
.goToLists a:link, .goToLists a:visited {
  color: #9D5F00;
  font-weight: bold;
  border-right: Transparent 1px solid;
  border-top: Transparent 1px solid;
  border-left: Transparent 1px solid;
}
.goToLists a:link.active, 
.goToLists a:visited.active, 
.goToLists a:hover
{
    text-decoration: underline;
    color: #9D5F00 !important;
    font-weight:bold;
    background-color: Transparent !important;
    font-weight:bold;
    border-right: Transparent 1px solid !important;
    border-top: Transparent 1px solid !important;
    border-left: Transparent 1px solid !important;
}
/**************************************************/
/*------------------------------------------------*/
/**************************************************/

/*******************************************/
/*------------- STILE MENU ----------------*/
/*******************************************/
.menuT a:link, .menuT a:visited
{
    text-decoration: none;
    color: #fff;
    font-weight:bold;
    background-color:#9D5F00;
    border-right:#9D5F00 1px solid;
    border-top:#9D5F00 1px solid;
    border-left:#9D5F00 1px solid;
}
.menuT a:link.active, 
.menuT a:visited.active, 
.menuT a:hover, 
.selMenu a
{
    text-decoration: none;
    color: Black !important;
    background-color: #fff !important;
    border-right: #fff 1px solid !important;
    border-top: #fff 1px solid !important;
    border-left: #fff 1px solid !important;
}
.pHoverMenu a:hover
{
    background-color: #9D5F00;
    color:#fff !important;
    text-decoration: none;
}
/**************************************************/
/*------------------------------------------------*/
/**************************************************/



/*********************************************/
/*------------- STILE DataGrid ----------------*/
/*********************************************/
.gf_tbl {
  border-top: #9D5F00 2px solid;
}
.gf_tbl th {
  background-color: #E0B069;
  border-bottom: solid 1px #9D5F00;
}
.gf_tbl th a,
.gf_tbl th a:hover
{
    color:#fff;
}
.gf_pHeaderRec {
  background-color: #E0B069;
  border: solid 1px #E0B069;
}
.gf_pHeaderRec span {
  color:#fff;
}
/**************************************************/
/*------------------------------------------------*/
/**************************************************/

/*********************************************/
/*------------- STILE Nuova DataGrid ----------------*/
/*********************************************/
.bb-gridview-table {
    border-top: #9D5F00 2px solid;
}

.bb-gridview-table-thead {
    background-color: #E0B069;
}

.bb-gridview-table th {
    background-color: #E0B069;
    border-bottom: solid 1px #9D5F00;
}

.bb-detailsview-balloon-header
{
    background-color:#E0B069;
}
.bb-detailsview-header {
    background-color: #E0B069;
    border: solid 1px #E0B069;
}
.bb-formview-header {
    background-color: #E0B069;
    border: solid 1px #E0B069;
}

/**************************************************/
/*------------------------------------------------*/
/**************************************************/

