/*
   Style Sheet for root of santanselmo.it
*/

BODY {
 margin: 10px 0px 0px 0px ;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 65%;
 background : White;
 color: #422E1A;
 }

TR.sel {
	cursor: pointer;
 }

TR.soloStampa {
 display: none;
 }

TH {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 65%;
 color: #422E1A;
 }

TD {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 65%;
 color: #422E1A;
 }

TD.top {
 font-size: 55%;
 color: #BEBEBE;
 }

TD.login {
 font-size: 75%;
 border-bottom-color: White;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 }

TD.registra {
 font-size: 65%;
 }

TD.sel {
 color: #D4D0C2;
 }

TD.gestdb {
 background-color: #E1DED3;
 }

H1				{font-size: 140%; font-weight: bold;}
H1.col			{font-size: 140%; font-weight: bold; color: #E2A94E;}
H2				{font-size: 120%; font-weight: bold;}
H3				{font-size: 100%; font-weight: bold;}

b.col			{color: #E2A94E;}

A:link			{text-decoration: none; color:#422E1A; font-weight: bold;}
A:visited		{text-decoration: none; color:#422E1A; font-weight: bold;}
A:hover			{text-decoration: underline; color:#422E1A; font-weight: bold;}

A.big:link		{text-decoration: none; color:#422E1A; font-size: 120%; font-weight: bold;}
A.big:visited	{text-decoration: none; color:#422E1A; font-size: 120%; font-weight: bold;}
A.big:hover		{text-decoration: underline; color:#422E1A; font-size: 120%; font-weight: bold;}

A.w:link		{text-decoration: none; color:white; font-weight: normal;}
A.w:visited		{text-decoration: none; color:white; font-weight: normal;}
A.w:hover		{text-decoration: underline; color:white; font-weight: normal;}

input			{border: none;  margin-left: 1px;}
input.bordo		{border: 1px solid #D2C8A8;  margin-left: 1px;}
input.gest {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #422E1A;
 border: 1px solid #D2C8A8; background-color: White; margin-left: -1px;
 }
input.b1		{color: #422E1A; background-color: #E1DED3;	font-weight: bold;}
input.b1h		{color: #422E1A; background-color: #E1DED3;	font-weight: bold; text-decoration: underline; cursor: pointer;}

textarea		{font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 100%; border: none; background-color: White; margin-left: 1px;}
textarea.bordo	{border: 1px solid #D2C8A8; background-color: White; margin-left: 1px;}
textarea.gest	{border: 1px solid #D2C8A8; background-color: White; margin-left: -1px;}

form			{margin-top:0px;}
