﻿
/* Elementi globali */

body, p, div, span, td, form, a, input, textarea, select, option
{
  font-family : Tahoma;
  font-size   : 11px;
  color       : #3f606a;
  margin      : 0px;
}

a
{
  text-decoration: none;
}

ul
{
  margin-top   :  5px;
  margin-left  : 20px;
  padding-left :  0px;
}

/* Area principale (contenuto) */

.ContentArea
{
  margin       : 10px;
  width        : 570px;
  overflow     : hidden;
}

/* Elementi speciali */

a.BottomLinks
{
  font-family  : Tahoma;
  font-size    : 12px;
  color        : #01145f;
}

.RightColumn
{
  background-color : #ecedf2;
}

.LangSelector
{
}

.LangSelectorText, .LangSelectorText a
{
  font         : 11px Tahoma;
  color        : #01145f;
}

.CopyRight
{
  margin-left  : 700px;
}

.CopyRightText, .CopyRightText a
{
  font         : Tahoma;
  font-size    : 11px;
  color        : White;
}

.SmallTitle
{
  font-family : Arial;
  font-size   : 12px;
  font-weight : bold;
  color       : #a94b47;
}

.MediumTitle
{
  font-family : Arial;
  font-size   : 12px;
  font-weight : bold;
  color       : #536f9f;
  padding-top : 4px;
}

.BigTitle
{
  font-family   : Arial;
  font-size     : 20px;
  font-weight   : bold;
  color         : #a94b47;
  margin-bottom : 10px;
}

.SuperTitle
{
  font-family : Arial;
  font-size   : 12px;
  text-align  : right;
  font-weight : bold;
  color       : #726f72;
  padding-top : 3px;
}

.SuperTitleHorizRule
{
  width         : 100%;
  height        :   3px;
  margin-bottom : 5px;
  background    : url("/dati_fissi/Image/punti_hr.gif") repeat-x center;
}

.MainTitle
{
  font-family   : Tahoma;
  font-size     : 20px;
  color         : #536f9f;
  margin-bottom : 10px;
}

.SubTitle
{
  font-family : Arial;
  font-size     : 12px;
  font-weight   : bold;
  color         : #a94b47;
  margin-bottom : 20px;
}
