/*
   Style Sheet for root of tecnofix.it
*/

BODY {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 65%;
 background : #eeeeee;
 color: #8E0602;
 }

TD {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 65%;
 color: #8E0602;
 }

TD.pr {
 font-size: 85%;
 }
 
TD.sn {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 65%;
 color: white;
 }
 
TD.top {
 font-size: 95%;
 color: #B1190D;
 }
 
TD.bottom {
 font-size: 75%;
 color: #E2775F;
 }


TD.form1 {
 border-bottom-color: White;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 }

TD.form2 {
 background-color: #e2775f;
 border-bottom-color: White;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 }

H1				{font-size: 140%; font-weight: bold;}
H2				{font-size: 120%; font-weight: bold;}
H3				{font-size: 100%; font-weight: bold;}

H1.pr			{font-size: 140%; color: #8E0602; font-weight: bold;}
H2.pr			{font-size: 120%; color: #8E0602; font-weight: bold;}
H3.pr			{font-size: 120%; color: #8E0602; font-weight: bold; line-height: 125%;}

A:link			{text-decoration: none; color:#8E0602; font-weight: bold;}
A:visited		{text-decoration: none; color:#8E0602; font-weight: bold;}
A:hover			{text-decoration: underline; color:#8E0602; font-weight: bold;}

A.big:link		{text-decoration: none; color:#8E0602; font-size: 120%; font-weight: bold;}
A.big:visited	{text-decoration: none; color:#8E0602; font-size: 120%; font-weight: bold;}
A.big:hover		{text-decoration: underline; color:#8E0602; 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.nb		{border: none;  margin-left: 1px;}
input.b1		{border: none;  margin-left: 1px; color: #b1190d; background-color: #efac99; font-weight: bold;}
input.b1h		{border: none;  margin-left: 1px; color: red; background-color: #efac99; 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;
}