@charset "utf-8";
/* CSS Document */

body {
  background-color: #18150C;
  color: #E0DDCD;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  line-height: 130%;
  margin:0;
  padding:0;

}
#container {
  width: 800px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -400px;
}
#header {
  background-image: url(../images/quad_trasp.png);
  height: 30px;
  width: 800px;
}
#menu {
  width: 800px;
  height: 100px;
}
#big_title {
  width: 800px;
  height: 100px;
}
#titlepag {
  width: 800px;
  height: 50px;
}
#content {
  width: 800px;
  min-height: 400px;
  margin-top: 10px;
}
#sponsors {
  width: 800px;
  height: 100px;
}
.separator {
  width: 800px;
  height: 30px;
}
#footer {
  width: 800px;
  height: 40px;
}
.blackcell {
  background-color: #000000;
  color: #CCCCCC;
}
.whitecell {
  background-color: #FFFFFF;
  color: #666666;
}
.celltrasp {
  background-image: url(../images/quad_trasp.png);
}
.text {
  color: #E0DDCD;
}
.titles {
  color: #FFCC00;
  font-size: 14px;
  font-weight: bold;
  margin-left:22px;
}
.subtitles {
  color: #FFCC00;
  font-size: 12px;
  font-weight: bold;
  margin:0 0 0 0px;
}
.labels {
  color: #9D8D74;
}
.menus {
  color: #FFCC00;
  font-size: 11px;
  background-color: #000000;
}
.formlabels {
  color: #9D8D74;
  margin:0px;
  padding:0 5px 5px 5px;
}
.formvalues {
  color: #E0DDCD;
  margin:0px;
  padding:0 5px 5px 5px;
}
p.formvalues:first-letter {
  text-transform: capitalize;
}
.box {
  background-color: black;
  padding: 10px 20px;
}
.go {
  width: 80px;
  color: #FFCC00;
  font-size: 12px;
  background-color: #000000;
}
a:link,a:visited {
  color: #FFCC00;
  text-decoration: none;
}
a:hover,a:active {
  color: #FF9900;
  text-decoration: none;
}

a.negative:link,a.negative:visited {
  color: #FF9900;
  text-decoration: none;
}
a.negative:hover,a.negative:active {
  color: #FFCC00;
  text-decoration: none;
}

/* Impostazioni elementi html */
table { border:0; }
td { vertical-align:middle; }
input,select,checkbox,radio,textarea,file {
  background-color: #000000;
  color: #CCCCCC;
  font-size: 11px;
}
select { text-transform:uppercase;}
label { color: #9D8D74; }
button { background-color: #000; }

#errorblock-div1 {
  margin: 10px auto;
  width:770px;
}
#google_ads {
  background-color: #18150C;
  width: 800px;
  height: 90px;
  text-align:center;
}

