/********************************************/
/*              SplitNeuron css             */
/********************************************/

div.cover
{
  position:absolute;
  top: 5px;
}

/* BODY */
body
{
  font-family: arial, sans-serif;
  font-size: 14px;
  background-color: white;
  margin: 5px 0px 0px 0px;
}

/* DIV.MENU */
div.menu
{
  margin-left: 20px;
}

/* A.TAB */
a.tab
{
  color: #ffffff;
  margin-left: 5px;
  background-color: #B0C4DE;
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  white-space: pre;
  vertical-align: bottom;
}
a.tab:hover
{
  color: #ff0000;
}
/* A.TAB_ACTIVE */
a.tab_active
{
  color: #000080;
  margin-left: 5px;
  background-color: #6495ED;
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  white-space: pre;
  vertical-align: bottom;
}

/* DIV.SUBMENU */
div.submenu
{
  background-color: #6495ED; 
  height: 25px;
}

/* A.SUB */
a.sub
{
  font-family: arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  white-space: pre;
  padding-left: 15px;
}
a.sub:hover
{
  color: #ff0000;
}
/* A.SUB_ACTIVE */
a.sub_active
{
  font-family: arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #000080;
  text-decoration: none;
  white-space: pre;
  padding-left: 15px;
}

/* DIV.CONTENT */
div.content
{
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 30px;
  margin-left: 30px;
}

/* DIV.CONTENT */
div.header
{
  height: 150px;
  font-family: arial, sans-serif;
}

/* .FOOTER */
div.footer
{
  height:30px;
  margin: 0px 20px 0px 20px;
  vertical-align: text-bottom;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}

/* table */
table
{
  border-collapse: collapse;
}

/* P.TITOLO */
p.titolo
{
  color: #000000;
  font-family: arial, sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-decoration: none;
  position:absolute;
  top:0px;
  left:160px;
}

/* BLU */
.blu
{
  color: #000080;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

/* IMG. */
img.split
{
  float: left;
  margin: 10px 20px 20px 20px;
}
