html
{
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body
{
  background-image: url(img/custom/pesci.jpg);
  background-repeat : no-repeat;  
  background-position : center ;
}

/* Style rules to make data tables look better */

.list-header 
{
  background-color: #eeeeee;
  font-size: larger;
  font-weight: bold;
}

.list-paging-header {
  background-color: white;
}

.list-paging-footer {
  background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
  background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}

.TabGrp .TabGrpBox 
{
    border: 0px;
}

.TabGrp .MniTabDiv
{
    border: 1px solid white;
}

.banner
{
   border-bottom: solid rgb(110, 127, 143) 1px; 
   background: white url(img/sfondo_pannello.png) repeat-x 0 31px; 
   height: 145px;
   left: 0px; 
   top: 16px; 
   position: absolute; 
   width: 98%; 
   z-index: 501; 
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
}

.toolbar
{
   left: 0px;
   top: 6px;
   padding-right: 20px;
   position: relative;
   text-align: right; 
   width: 98%;
   z-index: 502;
}

.searchBtn
{
    left: 623px; top: 72px; position: absolute;
    width: 80px;
}

.itemsTable
{
    margin-left: auto; 
    margin-right: auto; 
    left: 0px; 
    top: 111px; 
    position: absolute; 
    width: 98%;
}

.makeAdminBtn
{
    left: 623px; top: 72px; 
    position: absolute;
    width: 240px;
}