/* ------------------------------
 *          HTML  COMMON
 * ------------------------------ */

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000;
  text-align: center;
  background: #fff;
}

table, tr, td {
margin:0;
padding:0;
}

a { text-decoration: underline; }
a:hover { text-decoration: none; }

hr { display: none }
img {
  margin: 0;
  padding: 0;
}
img.left {
  float: left;
  margin-right: 4px;
}
img.right {
  float: right;
  margin-left: 4px;
}


/* Content Common */
.invisible { display: none }
.clear { clear: both }
.center { text-align: center }

div.separator {
  margin: 0;
  padding-top: 5px;
  height: 10px;
}


/* FORM */
form {
  margin: 0;
  padding: 0;
}

legend {
  font-size: 10px;
  color: #fff;
  margin: 0 4px;
  padding: 0 4px;
}
label {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
input.inputtext  {
  margin: 0;
  padding: 1px 2px 1px 1px;
  color: #333;
  font-size: 11px;
  border: 1px inset;
  background: #fff;
}
input.button  {
  margin: 0;
  padding: 0 4px;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  border: 1px outset;
  background: #fc0;
}
select.selectbox  {
  margin: 0;
  padding: 1px 1px 1px 1px;
  color: #000;
  font-size: 11px;
  border: 1px inset;
  background: #fff;
}



/* ------------------------------
 *          STRUTTURA
 * ------------------------------ */

/* ______________________ Global Container */
#container {
  margin: 0px auto 0px auto;
  padding: 0;
  width: 770px; 
  text-align: left;
  /* position: relative; */

  /*  border: 1px dashed red;      _________________________________ DEBUG   */
}


/* ------------------------------
 *         HEADER
 * ------------------------------ */

#header {
  margin: 0;
  padding: 0;
  float:left;
  width:770px;
  font-size: 12px;
  line-height:normal; /* */
  background: red url("/images/testata.gif") left bottom no-repeat;

  /*   position: absolute;
  top: 0; */

     border: 1px dashed green;    /* _________________________________ DEBUG   */
}

/* ______________________ NAV-TOP */

#header ul {
  margin: 150px 0 0 40px;
  padding: 0;
  list-style: none;
  /* display: inline;
  float: left; */
}
#header ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
#header ul li a {
  float:left;
  margin: 0 0 0 2px;
  padding: 0 0 0 7px;
  text-decoration:none;
  white-space: nowrap;
  /* background: url("/images/nav-top-tab-blu-sx.gif") no-repeat left top; */
  border-bottom: 2px solid #fff;
}
#header ul li a.home,
#header ul li a.reportvideo {
  background: url("/images/nav-top-tab-blu-sx.gif") no-repeat left top;
}
#header ul li a.categories {
  background: url("/images/nav-top-tab-verde-sx.gif") no-repeat left top;
}
#header ul li a.leaderboard {
  background: url("/images/nav-top-tab-ocra-sx.gif") no-repeat left top;
}


#header a span {
  float: left;
  display: block;
  padding: 5px 15px 4px 6px;
  font-weight: bold;
  color: #fff;
  /* background: url("/images/nav-top-tab-blu-dx.gif") no-repeat right top; */
}
#header ul li a.home span,
#header ul li a.reportvideo span {
  background: url("/images/nav-top-tab-blu-dx.gif") no-repeat right top;
}
#header ul li a.categories span {
  background: url("/images/nav-top-tab-verde-dx.gif") no-repeat right top;
}
#header ul li a.leaderboard span {
  background: url("/images/nav-top-tab-ocra-dx.gif") no-repeat right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */

#header a:hover span {
  color: #000;
}
#header li.active a {
  border-width: 0;
}
#header li.active a span {
  padding-bottom:6px;
  color: #fff;
}


/* ______________________ PATHWAY */

#pathway {
  clear:both;
  margin:0;
  padding: 0;
  width: 770px;
  min-height: 8px;
}


div.common { background: #0A8FDA; }
div.categories { background: #33CC00; }
div.leaderboard { background: #CF9706; }

#pathway p {
  margin:0;
  padding: 4px 10px 4px 10px;
  font-size: 10px;
  color: #fff;
}
#pathway p a {
  color: #fff;
  text-decoration: underline;
}
#pathway p a:hover {
  color: #fff;
  text-decoration: none;
}


/* Common */
#top-desc,
#link-categories {
  margin: 0;
  padding: 0;
  width: 766px;
  border-top: none;
  float: left;
}

/* ______________________ Link-Categories */
#link-categories {
  border: 2px solid #336633;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 0;
}



#link-categories ul {
  margin: 20px 0 0 10px;
  padding: 0 10px 14px 10px;
  list-style-type: none;
  float: left;

  /*  border: 1px dashed green;      _________________________________ DEBUG   */
}
#link-categories ul li {
  margin: 0 0 6px 0;
  padding: 0;
  display: block;
  float: left;
  width: 180px;
}
#link-categories ul a {
  color: #33CC00;
  text-decoration: none;
}
#link-categories ul li.active a,
#link-categories ul a:hover {
  display: block;
  width: 180px;
  color: #33CC00;
  text-decoration: underline;
}


/* ------------------------------
 *         FOOTER
 * ------------------------------ */

/* MAIN ______________________________ Footer  */

div#footer {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  text-align: left;
  height: 30px;
  background: #002859;
}

div#footer h5 {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}

