html, body {
/*  background:#feffb4 url(img/ruota_sfumata.png) no-repeat fixed right bottom; */
   background-attachment : fixed;
   background-image : url('http://lnx.polisportivaicaro.org/romamastercross.com/img/ruota_sfumata.png');
   background-position : right bottom;
   background-repeat : no-repeat;
   background-color : #feffb4;
   color : #000000;
   font-family : arial, sans-serif;
   font-size : 12px;
   margin: 0px;
   padding: 0px;
  width: 100%;
  height: 100%;
}

#container {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
   margin: 0px;
   padding: 0px;
}

/*Contiene sponsors e dati*/
#mid {
    position: relative;
	  width: 80%;
    left: 0px;
    clear:both;
    margin-bottom: 10px;
}

#declaimer {
    width: 100%;
    left: 0px;
    clear:both;
    height: 20px;
    text-align: center;
    padding-bottom: 5px;
}

#declaimer p{
  color: #858585;
  font-style: italic;
  font-size: 9px;
  /*margin-left: 240px;*/
  margin-top: 5px;
  padding-top: 5px;
}

/*
#declaimer img{
  margin: 1px;
  padding: 0px;
  float: right;
  left: 0px;
}
*/

#declaimer a{
  color: #858585;
  text-decoration: none;
  font-weight: bold;
  padding: 1px;
  margin: 1px;
}

#declaimer a:hover{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#pageContent {
    position: relative;
    top: 5px;
    padding-left: 20px;
    left: 0px;
    color: #000000;
    min-height: 430px;
    height: auto;
    float: left;
    width:76%;
    text-align: justify;
}

#pageContent img {
   margin: 2px;
   padding: 0px;
   border: 0px;
   float: left;
   vertical-align: middle;
}

#pageContent h1 {
   color: #730000;
   font-weight: bold;
   font-size : 18px;
   margin: 1px;
   padding: 0px;
}

#pageContent h2 {
   color: #730000;
   font-weight: bold;
   font-size : 16px;
   margin: 1px;
   padding: 0px;
}

#pageContent h3 {
   color: #730000;
   font-weight: bold;
   font-size : 15px;
   margin: 1px;
   padding: 0px;
}

#pageContent h4 {
   color: #730000;
   font-weight: bold;
   font-size : 14px;
   margin-left: 30px;
}

#pageContent h5 {
   color: #730000;
   font-weight: bold;
   font-size : 12px;
   margin: 1px;
   padding: 0px;
}

#pageContent h6 {
   color: #730000;
   font-weight: bold;
   font-size : 10px;
   margin: 1px;
   padding: 0px;
}

#sponsors {
   position: relative;
    top: 15px;
    right: 0px;
    /*margin-left: 10px;*/
    width: 20%;
    min-height: 430px;
    height: auto;
    float: right;
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: #adadad;
    /*margin-bottom: 10px;*/
    /*    clear: right; */
    margin-bottom: 20px;
    padding-bottom: 10px;
    z-index: 10;
}

#sponsors img{
  width: 135px;
  clear: both;
  padding-left: 10px;
  padding-right: 5px;
}
#sponsors a{
	clear: both;
}

img {
  margin: 2px;
  border-width: 0px;
}
  
a{
  color: #858585;
  text-decoration: none;
  font-weight: bold;
}

a:link{
  color: #858585;
  text-decoration: none;
  font-weight: bold;
}

a:hover{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

h1 {
   color: #730000;
   font-weight: bold;
   font-size : 18px;
}

h2 {
   color: #730000;
   font-weight: bold;
   font-size : 16px;
}

h3 {
   color: #730000;
   font-weight: bold;
   font-size : 15px;
}

h4 {
   color: #730000;
   font-weight: bold;
   font-size : 14px;
}

h5 {
   color: #730000;
   font-weight: bold;
   font-size : 12px;
}

h6 {
   color: #730000;
   font-weight: bold;
   font-size : 10px;
}

#userHelper {
    background-color : #FFFFFF;
    border: 1px solid #adadad;
    border-collapse : collapse;
    font-size : 10px;
    position : absolute;
    width : 200px;
    z-index : 0;
}


.msg {
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    vertical-align: top;
    text-align: justify;
    margin: 1px;
    padding: 1px;
    border-color: #adadad;
    border-width: 1px;
    border-style: solid;
  }

 .tableContent {
    border-collapse: collapse;
    border-color: #DCDCDC;
    z-index: 100;
 }

  
 .tableContent table{
    width: 600px;
    border-collapse: collapse;
    border-color: #DCDCDC;
    z-index: 100;
 }
 
 .tableContent td {
    border-color: #adadad;
    border-collapse: collapse;
    border-left-style: dashed;
    border-right-style: dashed;
    border-width: 1px;
    border-bottom-style: solid;
 }

 .tableContent th {
    border-color: #adadad;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    text-align: center;
 }

