/* ----------------------------------- */
/* EXCOMMERCE: CONFIGURAZIONE GENERALE */
/* ----------------------------------- */


body {
	background-color: #F9F1D9;
	font-family : Garamond, Times New Roman, Times, serif;
	font-size : 19px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color : #7C2929
}

TABLE
{
	border-collapse: collapse;
}

a {
	color:#006400;
}

a:hover {
	color:#CC0000;
}
/*
.table {
}
.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	padding-left : 4px;
	padding-right : 4px;
	color : #006400
}

.menu:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	padding-left : 4px;
	padding-right : 4px;
	color:#cc0000;
	/*color : #8B0000*/
/*
}
.tableleft { 
	border: #8B0000 solid;
	border-width: 0px 0px 1px 0px;
}

.tablebottom { 
	border : #8B0000 solid;
	border-width: 0px 0px 1px 0px
}

.text { 
	font-family : Garamond, Times New Roman, Times, serif; 
	font-size : 16px; 
	font-style : normal; 
	font-weight : normal; 
	text-decoration : none; 
	padding-left : 4px; 
	padding-right : 4px; 
	color : #7C2929;
	 text-align: justify
}

.title { 
	font-family :  Garamond, Times New Roman, Times, serif; 
	font-size : 22px; 
	font-style : normal; 
	font-weight : bold; 
	text-decoration : none; 
	padding-left : 4px; 
	padding-right : 4px; 
	color : #993333; 
	text-align: justify
}

.lnkTitle
{
	font-family:"Times New Roman", Times, serif;
	color: #006400;
	font-size:24px;
	text-decoration:underline;
}

.lnkTitle:hover
{
	font-family:"Times New Roman", Times, serif;
	color: #993333;
	font-size:24px;
	text-decoration:none;
}

.nolink { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-style : normal; 
	font-weight : normal; 
	text-decoration : none; 
	padding-left : 4px; 
	padding-right : 4px; 
	color : #006400
}

.textbold { 
	font-family : " Garamond", "Times New Roman", Times, serif; 
	font-size : 19px; 
	font-style : normal; 
	font-weight : bold; 
	text-decoration : none; 
	color : #993333;
	text-align: justify;
	 text-indent: 0pt
}

.textitalics { 
	font-family : Garamond, Times New Roman, Times, serif; 
	font-size : 19px; 
	font-style : italic; 
	font-weight : normal; 
	text-decoration : none; 
	color : #993333; 
	text-align: justify 
}

.textboldsmall { 
	font-family : Garamond, Times New Roman, Times, serif; 
	font-size : 14px; 
	font-style : normal; 
	font-weight : bolder; 
	text-decoration : none; 
	color : #993333;
	text-align: justify 
}

.TblTitle
{
	color:#006400;
	font-size:22px;
	font-weight:bold;
}
.tabletop { border : #8B0000 solid; border-width: 0px 0px 0px 0px}
.textboldsmalli { font-family : " Garamond", "Times New Roman", Times, serif; font-size : 12px; font-style : italic; font-weight : bolder; text-decoration : none; color : #993333; text-align: justify }
*/
/* ---------------------------------------- */
/* EXCOMMERCE: FINE CONFIGURAZIONE GENERALE */
/* ---------------------------------------- */

/* TABELLA GENERICA */
.ExTbl
{
	border : solid 1px #8B0000;
	background-color: #EFDFA5;
	border-collapse: collapse;
}

/* CELLA GENERICA */
.ExTd
{
	vertical-align: top;
}

/* PULSANTE GENERICO */
.ExButton
{
	font-size: 12px;
	cursor: hand;
	color: black;
	font-family: Arial;
	background-color: #c9b97a;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px white;
	border-left: solid 1px white;
}

/* HEADER */
.Header
{
	border-right: #8b0000 1px solid;
	border-top: #8b0000 1px solid;
	font-size: 9pt;
	border-left: #8b0000 1px solid;
	color: #006400;
	border-bottom: #8b0000 1px solid;
	font-family: arial;
	border-collapse: collapse;
	text-decoration: none;
}
