body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


#wrapper
{
  width:955px;
  border:1px solid #4e9ab9;
  background-color:#ffffff;
  margin:auto;
  position:relative;
  
}

#sidebar1
{
  text-align:left;
  position:relative;
  margin:4px 0px 10px 8px;
}

  .menuSx
  {
    
    /*display:none;*/
  }
  .menuSx .box
  {
    border:1px solid #6babc4;
    margin:3px 0px 3px 0px;
    background-color:#e0f3f5;
  }
  .menuSx h1
  {
    font-family:verdana;
    font-size:11px;
    font-weight:bold;
    color:#051442 !important;
    border:0px;
    margin:0px;
  }
  .menuSx hr
  {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #6babc4;
  }
  .menuSx .content
  {
    padding:5px;
  }
  .menuSx a
  {
    font-family:verdana;
    font-size:10px;
    color:#051442 !important;
    text-decoration:none;
  }

#sidebar2
{
  position:relative;
  margin:4px 0px 10px 5px;
  background:url(comuni/img/contentCntr.gif) repeat-y left top;
  width:710px;
  height:100%;
}

#contentA
{
  background:url(comuni/img/contentTop.gif) no-repeat left top;
  width:710px;
}

#contentB
{
  background:url(comuni/img/contentBtm.gif) no-repeat left bottom;
  width:710px;
  text-align:left;
  padding:1px 1px 40px 1px;
}


.schedaMedico a, .schedaMedico td 
{
  font-family:verdana;
  font-size:10px;
  color:#051442 !important;
  text-decoration:none;
}
.schedaMedico hr
{
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: dashed 1px #6babc4;
}

.schedaMedico .titoloSpecializzazione
{
  background-color:#59A0BC;
  color:#ffffff !important;
  font-weight:bold;
  padding:3px;
}

.schedaMedico table
{
  padding:3px 3px 0px 3px;
}

.contentBox
{
  padding:30px;
  height:430px;
}
.contentBoxStruttura
{
  padding:30px 30px 0px 30px;
  height:100%;
}
.contentBox a, .contentBoxStruttura a{
  color: #000000 !important;
}

#footer
{
  background-color:#4E9AB9;
}
#footer, #footer a
{
  color:#ffffff;
  text-decoration:none;
  font-size:11px !important;
  font-weight:bold;
}
