.theme
{
    COLOR: #000000;
    BACKGROUND-COLOR: #003c78
}
.themeText
{
    COLOR: #003c78
}
.themeBack
{
    COLOR: white;
    BACKGROUND-COLOR: #000000
}
.themeBackText
{
    FONT-SIZE: 1em;
    COLOR: white;
    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
.themeBackText2
{
    FONT-SIZE: 1em;
    COLOR: red;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.themeBackArrow
{
    FONT-SIZE: 0.9em;
}
.linkColour
{
    COLOR: #000044
}
.tableFormCell
{
    COLOR: white;
    BACKGROUND-COLOR: #003c78
}
.tableHeaderCell
{
    COLOR: black;
    BACKGROUND-COLOR: #e4e4f5;
	font-size:10px;
}
.tableInputFormCell
{
    COLOR: #000000;
    BACKGROUND-COLOR: #003c78
}
.tableInputFormCell2
{
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff
}
.tableMouseOutSmall
{
    FONT-SIZE: 0.6em;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    CURSOR: hand;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff;
}
.tableMouseOverSmall
{
    FONT-SIZE: 0.6em;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    CURSOR: hand;
    COLOR: white;
    BACKGROUND-COLOR: #003c78
}
.tableMouseOutCell
{
    CURSOR: hand;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff;
}
.tableMouseOverCell
{
    CURSOR: hand;
    COLOR: white;
    BACKGROUND-COLOR: #003c78
}
.headerFont
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.9em;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.headerFont2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.7em;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.calenderColor
{
	BACKGROUND-COLOR: #003c78;
}
.errorFont
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.7em;
    COLOR: #FF0000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.successFont
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 0.7em;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.alertBox
{
	border:solid 1px #FFD200;
	background-color: #FFFED6;
}
input.buttonNormal {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #000000;
  background-color: #FFFFFF;
  background-image: url('img/bttNormal.gif');
  border: medium none;
  width:120px;
  height:29px;
  cursor: hand;
}
input.buttonADD{
  font-family:"Times New Roman", Times, serif;
  font-size: 9px;
  color: #000000;
  background-color: #FFFFFF;
  background-image: url('img/btt_MINI.gif');
  border: medium none;
  width:35px;
  height:29px;
  cursor: hand;
}
input.buttonNormal#Click {
  background-image: url('img/bttNormalDown.gif');
}

input.MenuNormal {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
}
input.buttonNormal#Back {
  background-image: url('img/btt_Indietro.gif');
  padding-left:30px
}
input.buttonNormal#BackDown {
  background-image:url('img/btt_IndietroDown.gif');
  padding-left:30px
}
input.buttonNormal#AddNew {
  background-image: url('img/btt_Add.gif');
  padding-right:30px
}
input.buttonNormal#AddNewDown {
  background-image: url('img/btt_AddDown.gif');
  padding-right:30px
}
input.buttonNormal#Install {
  background-image: url('img/btn_Install.gif');
  padding-right:30px;
}
input.buttonNormal#Uninstall {
  background-image: url('img/btn_Uninstall.gif');
  padding-right:30px;
}
input.buttonNormal#Print {
  background-image: url('img/btn_Print.gif');
  padding-right:30px
}
input.buttonNormal#Forward {
  background-image: url('img/btn_Forward.gif');
  padding-right:30px
}
input.buttonNormal#Processing {
  background-image: url('img/btt_Processing.gif');
  padding-right:30px
}
input.buttonNormal#ProcessingDown {
  background-image: url('img/btt_ProcessingDown.gif');
  padding-right:30px
}
input.buttonNormal#Save {
  background-image: url('img/btt_Save.gif');
  padding-right:30px
}
input.buttonNormal#SaveDown {
  background-image: url('img/btt_SaveDown.gif');
  padding-right:30px
}
input.buttonNormal#ProcessingPreload {
  background-image: url('img/btt_Processing.gif');
  display:none;
}
input.buttonNormal#ProcessingPreloadDown {
  background-image: url('img/btt_ProcessingDown.gif');
  display:none;
}
input.Proc{
  background-image: url('img/btn_Processing.gif');
  display:none;
}
input.buttonNormal#Delete {
  background-image: url('img/btt_Delete.gif');
  padding-right:30px
}input.buttonNormal#DeleteDown {
  background-image: url('img/btt_DeleteDown.gif');
  padding-right:30px
}