﻿
body
{
  background-color: #7f98e0;
/*  position:relative;
     left:7%;
     width:90%;*/
}

ul 
{
  color:black;
  text-transform:uppercase;
}
 
#headerSlot
{   
    
     background-image: url(../../Resources/Images/header.jpg);
     background-repeat: no-repeat;
     background-color: #7f98e0;
     height:100px;
}

#workingSlot
{
    position:relative;
    top:5em;
    left:0em;
    width:58%;
    border:solid 2px white;
    padding: 2em 1em 2em 1em;
    overflow:visible;
    color:black;
    font-family:Verdana;
    background-color:#d0d4e0;
    
}
   

#panelbarSlot
{
 
}


#bodySlot
{
    background-image: url(../../Resources/Images/sottoheader.jpg);
    background-repeat: no-repeat;
    height:100%;
    
}

#footerSlot
{
  background-image: url(../../Resources/Images/footer.jpg);
  background-repeat: no-repeat;
  height:30px;
  text-align:center;
  font-weight:bold;
}

legend
{
    color:#fff;
}


#logo
{
    width:180px;
    height:62px;
    float:right;
    position:relative;
    top:0px;
}


#menu
{
    background-image: url(../../Resources/Images/sfondotab.jpg);
    height:28px;
    margin-bottom:12px;
}

   
.tab
{   
    border-right: #cfd8e4 1px solid;
    color: #fff;
    border-left: #6788be 1px solid;

}

#searchSlot
{
    border:none;
}

#infoBarSlot
{
    color:white;
    font-family:Verdana;
    font-weight:bold;
    text-align:left;
}
#tabContentSlot
{
 width:101.6%;
 overflow:hidden;
  
  }
#aspnetForm 
{
   background-image: url(../../Resources/Images/sottoheader.jpg);
   background-repeat:repeat-y;
  }
.levelwrap
{
  background-color:#7f98e0;
  }

.link
{
    text-decoration:underline;
}

.tableheader
{
    text-decoration:underline;
    font-weight:bold;
    color:Black;
    font-family:Verdana;
    
}







/*   LOGIN */


#tblLogin
{
  border: solid 1pt gray;
  width: 290px;
  padding: 15px;
  text-align: left;
}

label
{
  float:left;
  width:110px;
  line-height: 20px;
  margin-right: 5px;
  text-align: left;
}

br
{
  clear:left;
}

.clsButton
{
  
  width: 80px;
  margin-left: 110px;
}

.clsCheckbox
{
  float:left;
  line-height: 20px;
  margin-top: 3px;
}

* html .clsCheckbox
{
  margin-top: 0px;
}

.clsInput
{
  width: 130px;
  line-height: 20px;
  margin-bottom: 7px;
}



