﻿/* MIDEC: impostazioni per generale.css */

/* ------------------ */
/* MediaQuery default */
/* ------------------ */
body
{
  max-width: 1100px;
}
#divHeaderImage #imgHeaderImage
{
  width: 1100px;
  height: 150px;
}


#MainAreaTopRowTableContextCell
{
  width: 64%;
}

#MainAreaTopRowTableContextCell h3
{
  font-family: Bodoni, times new roman, Verdana, Geneva, sans-serif, Arial;
  font-size: 18px;
  color: #808080;
}


/* ------------------ */
/* MediaQuery FullHD */
/* ------------------ */
@media all and (min-width: 1800px)
{
  body
  {
    max-width: 1200px;
  }
  #divHeaderImage #imgHeaderImage
  {
    width: 1200px;
    height: 150px;
  }
}

body
{
  margin-left: auto;
  margin-right: auto;  
  background-image: url("../immagini/midec-wallpaper.jpg");
}

.NavigationCommandAsLink
{
}
.NavigationCommandAsButton
{
  font-weight: bold;
  cursor: pointer;
}
button:focus,
input:focus
{
  outline: none;
}  
button::-moz-focus-inner,
input::-moz-focus-inner
{
  border: 0;
}  

#MainAreaTopRowTable
{
  height: 50px;
}

#divHeader
{
  border: none;
}

#contenitore
{    
  background-color: White;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}