﻿.BGScuro
{
	background-color: #B5CCFA;
}
.BGChiaro
{
	background-color: #E2E2E2;
}

.TestoIntestazione
{
	font-size: 0.8em;
	color: white;
	font-family: 'trebuchet ms' , 'Georgia' , Tahoma, Verdana, Arial, serif;
	font-weight: bold;
}

.ConfirmText
{
	font-size: 18px;
	color: black;
	font-family: 'trebuchet ms' , 'Georgia' , Tahoma, Verdana, Arial, serif;
	font-weight: bold;
}

.Braker
{
	clear:both;
}

.Align_Center
{
	text-align:center;
}

.Spacer
{
	margin-bottom:20px;
}

.Font10px
{
	font-size: 10px;
	color: white;
	font-family: 'trebuchet ms' , 'Georgia' , Tahoma, Verdana, Arial, serif;
}

/* Btn_New.jpg --> img User + testo */
.Btn_New A
{
	display: block;
	padding-left: 35px;
	padding-top: 5px;
	font-weight: bold;
	font-size: .8em;
	font-family: 'trebuchet ms' , 'Georgia' , Tahoma, Verdana, Arial, serif;
	text-decoration: none;
	color: #5a9a3b;
}
.Btn_New A:hover
{
	color: #275113;
	text-decoration: underline;
}
.Btn_New
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	display: block;
	width: 182px;
	height: 40px;
	background: url(../images/Btn_New.gif) 0px 0px no-repeat;
}
/* ======== USAGE: ===========================
<div class="Btn_New"><a href="#">prosegui con il login</a></div>
*/

/* Btn_Delete.jpg --> img User + testo */
.Btn_Delete A
{
	display: block;
	padding-left: 35px;
	padding-top: 5px;
	font-weight: bold;
	font-size: .8em;
	font-family: 'trebuchet ms' , 'Georgia' , Tahoma, Verdana, Arial, serif;
	text-decoration: none;
	color: #5a9a3b;
}
.Btn_Delete A:hover
{
	color: #275113;
	text-decoration: underline;
}
.Btn_Delete
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	display: block;
	width: 182px;
	height: 40px;
	background: url(../images/Btn_Delete.gif) 0px 0px no-repeat;
}
/* ======== USAGE: ===========================
<div class="Btn_Delete"><a href="#">prosegui con il login</a></div>
*/

/* Btn_Back.jpg --> img User + testo */
.Btn_Back A
{
	display: block;
	padding-left: 35px;
	padding-top: 5px;
	font-weight: bold;
	font-size: .8em;
	font-family: 'trebuchet ms' , 'Georgia' , Tahoma, Verdana, Arial, serif;
	text-decoration: none;
	color: #5a9a3b;
}
.Btn_Back A:hover
{
	color: #275113;
	text-decoration: underline;
}
.Btn_Back
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	display: block;
	width: 182px;
	height: 40px;
	background: url(../images/Btn_Back.jpg) 0px 0px no-repeat;
}
/* ======== USAGE: ===========================
<div class="Btn_Back"><a href="#">prosegui con il login</a></div>
*/

fieldset
{
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
}

legend
{
	margin-bottom: 0px;
	padding: 0px 5px 0px 5px;
	color: #666666;
	font-weight: bold;
	font-size: .8em;
	font-family: 'trebuchet ms' , 'Georgia' , Tahoma, Verdana, Arial, serif;
}