/***************************************************************************
 *                               styles.css
 *                            -------------------
 *   begin                : 2001-2006
 *   copyright            : ('C) 2006 Caccia Carlo
 *   email                : info@x-privat.org
 *
 ***************************************************************************/

body {
    font-family: verdana, helvetica, arial, sans-serif;
    color: black;
    background-color: white;
    font-size: 12px;
    background-image: url("images/globe.jpg");
    background-repeat:no-repeat;
    background-position: center center;
    background-attachment:fixed;
}

a {
    font-family: verdana, helvetica, arial, sans-serif;
    text-decoration: none;
}

a:link {
	text-decoration:none;
	color:#003366;
}
a:visited {
	text-decoration:none;
	color:#696969;
}
a:hover {
	text-decoration:none;
	color:#dc143c;
	}
a:active {
	text-decoration:none;
	color:#dc143c;
}

h1 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 15px;
    color: #990000;
}

h2 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 15px;
    color:#666666;
    text-align: center;
}

h3 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: red;
    margin-left: 5%;
}

/***************************************************************************
* Colonna header delle tabelle riassuntive
***************************************************************************/
.td1,.td2 {
    color:white;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;

}
.td1 {
    background-color: #dc143c;
}

.td2 {
    background-color: #000080;
}

.td9,.td10 {
    color: black;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    background-color: #CCCCCC;
}

.td9 {
    text-align: right;
}

.td10 {
    text-align: left;
}

/***************************************************************************
* Colonna grigio sistmi tabellari databases
***************************************************************************/
.td3,.td4,.td5,.td6,.td7,.td8 {
    color:black;
    font-family: verdana, helvetica, arial, sans-serif;
}

.td3 {
    font-size: 12px;
    text-align: center;
    background-color: #CCCCCC;
}

.td12 {
    font-size: 12px;
    font-family: verdana, helvetica, arial, sans-serif;
    text-align: center;
    background-color: #CCCCCC;
    color: #990000;
}

/***************************************************************************
* Colonne pagina dei pagamenti
***************************************************************************/
.td4,.td5 {
    font-size: 12px;
    text-align: center;
}
.td4 {
    background-color: #D7DFE7;
}

.td5 {
    background-color: #ffffff;
}

/***************************************************************************
* Colonna menu (menubar.php - menubar_en-php
***************************************************************************/
.td6 {
    background-image: url("images/pa_bgd.gif");
    text-align: center;
    font-size: 10px;
    text-decoration: none;
}
/***************************************************************************
* Colonna tabelle dei form web
***************************************************************************/
.td7,.td8 {
    font-size: 12px;
    background-color: white;
}
.td7 {
    text-align: right;
}
.td8 {
    text-align: left;
}

ul
{
    line-height: 1.5em;
    list-style-type: square;
}

ol
{
    color: black;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    line-height:150%;
}

ol:link
{
    color:#125080;
}

ol:hover
{
    color:#dc143c;
}

ol:active
{
    color:#dc143c;
}

ol:visited
{
    color:purple;
}

/***************************************************************************
* Allineamento dei testi e margini in %
***************************************************************************/
li,.tx,.tx1,.tx2,.tx3,.tx4
{
    color: #333333;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    margin-left: 5%;
    margin-right: 5%;
}
.tx1
{
    text-align: center;
}
.tx2
{
    text-align: justify;
}
.tx3 {
    text-align: left;
}
.tx4 {
    text-align: right;
}
/***************************************************************************
* Sistema a Menu con divisori
***************************************************************************/
.menubar {
    float: left;
    width: 20%;
}

.page {
    float: left;
    width: 80%;
}
/***************************************************************************
* Tabelle
***************************************************************************/
.table1 {
    width: 90%;
    border-style: none;
}
.table2 {
    width: 90%;
    border-style: none;
    background-color: #18416a;
}
.table3 { width: 90%; border-style: outset; }

/***************************************************************************
* Box
***************************************************************************/

.box {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background: #dc143c;
    border: solid thin black;
    color: white;
    text-align: center;
    font-weight: bolder;
}