/* FORMS & BUTTONS */
.Campi {
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:1em;
	float:left;
	width:100%;
}
.Campi LABEL {
	margin-top: 0em;
	display: block;
	margin-right: 0px;
	font-weight:bold;
	float:left;
	width:32%;
}
.Campi .Campo {
	width: auto;
}
INPUT,
TEXTAREA,
SELECT {
	font-size: 1.1em;
	font-family:"Lucida Sans", Tahoma, Verdana, sans-serif;
}
BUTTON {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
INPUT[type=checkbox],
INPUT[type=radio],
INPUT.CheckBx,
INPUT.RadioBt {
	border:none!important;
	padding:0!important;
	background:transparent!important;
	vertical-align:middle;
	/*vertical-align:text-top;*/
	display:inline;
	width:auto;
}
.Campi .radio_list {
	width:auto;
	display: inline;
	clear: none;
}
.Campi LI.RadioBt {
	width:auto;
	display:inline;
	float:none;
}
.Campi .RadioBt LABEL,
.Campi .checkbox_li LABEL {
	display:inline!important;
	width:auto!important;
	float:none!important;
}
SELECT OPTGROUP {
	font-style: normal;
}
FIELDSET {
	border:none;
}
FIELDSET .Legend {
}
FIELDSET .Campi {
}
FIELDSET.Form1 .Legend {
	float: left;
	width: 20%;
}
FIELDSET.Form1 .Campi {
	width: 77%;
	clear: none;
	float: left;
}
.Campi LI {
	float: left;
	width:99%;
	padding: 3px 0;
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solide #fff;
	background: url(../layout/images/ico/bullet2.png) no-repeat left 6px;
	padding-left: 0px;
	clear: left;
}
.Campi LI.ColA {
	width:49%;
	float:left;
}
.Campi LI.ColB {
	width:47%;
	float:right;
}
.Campi .Tx {
	font-weight:bold;
	font-size: 1em;
	margin-right: 20px;
	line-height: normal;
	float: left;
	width: 15%;
	color: #333;
	margin-bottom: 20px;
}
.Campi LI.ColA .Tx,
.Campi LI.ColB .Tx {
	width:30%;
}
.Campi LI.ColA .Campo,
.Campi LI.ColB .Campo {
	width:60%;
}
.Campi LI.Req {
	/*background-image:url(../layout/images/ico/bullet-req.png);*/
}
.Campi LI .Campi {
/*	float:left;
	width:80%;
	clear:right;
	*/
/*	margin-top:-0.2em;*/
}
.Campi LI .Campi LABEL {
	display:inline;
	white-space:nowrap;
}
.Campi LI .Campi LABEL .Tx {
	display:inline;
	width:auto;
	float:none;
	margin:0 1em 0 0.5em;
	padding:0;
}
.Campi LI .Campi .Campo {
	width:auto;
}
.Campo {
	background-color: #FFD955;
	vertical-align:middle;
	border-top: 1px solid #808080;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #808080;
	padding:4px;
	color: #000000;
	/*max-width: 98%;*/ /* se lo mettiamo quando i SELECT hanno "width:auto;" su FF2 non si vedono !!!! */
}
.Campo:hover {
	border: 1px solid #000;
}
.Campo:focus {
	background-color: #FFC300;
	border:1px solid #B74B03;
	color: #000000;
}
INPUT.Info,
TEXTAREA.Info,
SELECT.Info {
	font-style:italic;
	color:#4F52E1;
	/*color:#808080;*/
}
INPUT.Info:focus,
TEXTAREA.Info:focus,
SELECT.Info:focus {
	font-style:normal;
}

SPAN.Campo,
SPAN.Campo:hover,
SPAN.Campo:focus {
	background:transparent;
	border:none;
}
SELECT.Campo,
SELECT.Campo:hover {
	margin-top:1px;
	margin-bottom:1px;
	padding:1px 0px 1px 3px;
}
SELECT.Campo:focus {

}
SELECT.Campo OPTION {
}
SELECT.Campo OPTION.Label {
	font-style:italic;
	color:#666666;
}
.Campi .Evdz {
	font-size:1.6em;
}
.Evdz .Campo {
	font-size:1.4em;
	border-color: #999;
}
.Evdz .Campo:hover {
	border-color:#000;
}
.Evdz .Campo:focus {
	border-color: #CAD500;
}
.UploadHid {
	width:74px;
	overflow: hidden;
	text-align: right;
}
INPUT.File,
INPUT.File:hover,
INPUT.File:focus {
	width:auto;
	font-size: 1.2em;
}
.UploadHid INPUT.File,
.UploadHid INPUT.File:hover,
.UploadHid INPUT.File:focus {
	vertical-align: middle;
	float: right;
	font-size:14px;
	font-weight: normal;
	background: transparent;
	border: 0px none #fff;
	max-width:auto;
}
.UploadBx {
}
.UploadBx .Loading {
	width:auto;
}
.UploadBx .FileName {
	float: left;
	font-style: italic;
	width: 60%;
	margin-left: 5px;
	text-align: left;
}
.UploadBx BUTTON.Add {
	float: right;
}
.error {
	color:#FF0000!important;
	/*background-color:#FF0000!important;*/
}
UL.error_list {
	color:#FF0000!important;
	font-weight:normal;
	margin:0;
	padding:0;
}
UL.error_list LI {
	display:inline;
	margin:0;
	padding:0;
	font-size:0.9em;
	border:none;
}
.error_list A {
	color:#FF0000!important;
	text-decoration:underline;
}
.error_list .Campo,
INPUT.Error,
TEXTAREA.Error,
SELECT.Error {
	background:#DD4800!important;
	color: #fff!important;
	border-color:#993300;
}
.error_list .Campo:hover {
	border-color:#990000!important;
}
.error_list .Campo:focus {
	border-color:#000!important;
}
LABEL SPAN.Error {
	font-weight:normal;
	font-size:0.9em;
	white-space:normal;
	line-height:normal;
	margin-left:1em;
}
.Bx2 LABEL SPAN.Error {
	display:block;
	float:left;
	width:60%;
	margin-left:0;
}
.ColA LABEL SPAN.Error,
.ColB LABEL SPAN.Error {
	display:block;
	float:left;
	width:60%;
	margin-left:0;	
}
.Disabled,
.Disabled SPAN,
.Disabled LABEL,
.Disabled DIV,
.Disabled .Error {
	color:#B7B7B7!important;
	cursor:default!important;
}
.Disabled .Campo,
.Disabled .Campo:hover,
.Disabled .Campo:focus,
INPUT.Disabled,
TEXTAREA.Disabled,
SELECT.Disabled {
	color:#666!important;
	background:#C7C7C7!important;
	border: 1px solid #999!important;
	padding: 2px!important;
}
SELECT.Disabled {
	padding:1px!important;
}
.Bots {
	clear:both;
	margin:0em auto;
	padding:0.5em 0;
	text-align:center;
}
/* -------------------- Buttons
*/
.Bot {
	border:0;
	background: transparent no-repeat right 1px;
	text-align:left;
	margin:0;
	padding: 0px 10px 0px 0px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}
/*
html[xmlns*=""] .Bot { // SAFARI hack (ma lo prende anche IE7 !?) //
	padding-top:1px;
	padding-left:15px;
}
html[xmlns*=""] A.Bot { // SAFARI hack (ma lo prende anche IE7 !?) //
	padding-top:0px;
}
*/
.Bot SPAN {
	font-weight:bold;
	background:transparent no-repeat left 0px;
	display:block;
	white-space:nowrap;
	font-size:12px;
	line-height:32px;
	margin-right:0px;
	/*color: #E47801;*/
	color:#fff;
	text-align:center;
	padding: 0px 5px 0px 15px;
	height: 35px;
}
.Bot STRONG {
	text-transform:uppercase;
}
.Bot {
	background-image:url(../images/bots/bot_dx.png);
}
.Bot SPAN {
	background-image:url(../images/bots/bot_sx.png);
}
.Bot2 {
	background-image:url(../images/bots/bot2_dx.png);
}
.Bot2 SPAN {
	background-image:url(../images/bots/bot2_sx.png);
	color:#591B00;
}
.Bot2:hover SPAN {
	color: #000;


}

.Bot:hover{
	background-position:right -44px;
	text-decoration:none;
}
.Bot:hover SPAN {
	background-position:left -45px;
	/*color: #000;*/
}
.BotG {
	background-image: url(../images/bots/g_dx.png);
	padding-left:0px;
	padding-right:5px;
}
.BotG SPAN {
	background-image: url(../images/bots/g_sx.png);
	font-size:20px;
	line-height:40px;
	height:43px;
	padding-left:25px;
	padding-right:15px;
	text-transform: inherit;
	color: #fff;
	font-weight: bold;
	font-style: normal;
}
.BotG:hover {
	background-position:right -63px;
}
.BotG:hover SPAN {
	background-position:left -64px;
}

.BotGb {
	background-image: url(../images/bots/gb_dx.png);
	padding-left:0px;
	padding-right:10px;
}
.BotGb SPAN {
	background-image: url(../images/bots/gb_sx.png);
	font-size:20px;
	line-height:40px;
	height:43px;
	padding-left:25px;
	padding-right:15px;
	text-transform: inherit;
	color:#591B00;
	font-weight: bold;
}
.BotGb:hover {
	background-position:right -62px;
}
.BotGb:hover SPAN {
	background-position:left -63px;
	color:#000;
}

.BotG2 {
	background-image: url(../images/bots/g2b_sx.png);
	background-position:left 0px;
	padding-left:15px;
	padding-right:0px;
}
.BotG2 SPAN {
	background-image: url(../images/bots/g2b_dx.png);
	background-position:right -1px;
	font-size:20px;
	line-height:40px;
	height:43px;
	padding-left:0px;
	padding-right:50px;
	text-transform: inherit;
	font-weight: bold;
	font-style: normal;
	/*color: #4B6C00;*/
}
.BotG2:hover {
	background-position:left -63px;
}
.BotG2:hover SPAN {
	background-position:right -64px;
}

.BotG3 {
	background-image: url(../images/bots/gb_dx.png);
	padding-left:0px;
	padding-right:5px;
}
.BotG3 SPAN {
	background-image: url(../images/bots/gb_sx.png);
	font-size:20px;
	line-height:40px;
	height:43px;
	padding-left:40px;
	padding-right:15px;
	text-transform: inherit;
	color: #591B00;
	font-weight: bold;
	font-style: normal;
}
.BotG3:hover {
	background-position:right -63px;
}
.BotG3:hover SPAN {
	background-position:left -64px;
	color: #000;
}
/*
html[xmlns*=""] .BotG { // SAFARI hack (ma lo prende anche IE7 !?) //
	padding-top:1px;
	padding-right:10px;
}
html[xmlns*=""] .BotG2 { // SAFARI hack (ma lo prende anche IE7 !?) //
	padding-top:1px;
	padding-right:10px;
}
html[xmlns*=""] .BotG3 { // SAFARI hack (ma lo prende anche IE7 !?) //
	padding-top:1px;
	padding-right:10px;
}
*/

BUTTON.Disabled,
BUTTON.Disabled:hover {
	background-image: url(../images/bots/disabled_dx.png);
	background-position:right 1px!important;
}
BUTTON.Disabled SPAN,
BUTTON.Disabled:hover SPAN {
	background-image: url(../images/bots/disabled_sx.png);
	background-position:left 0px!important;
	color:#999999!important;
}
A.Bot {
	width:inherit;
	display:-moz-inline-box;	/* FF 2 */
	display:inline-block;
	background-position:right 0px;
	padding-left:0px;
	padding-right:10px;
	margin-left:0px;
	margin-right:0px;
	text-decoration:none;
}
A.Bot SPAN {
	/*display:inline-block;	*/
	display:block;
	background-position:left 0px;	
	text-decoration:none;
}
A.Bot:hover {
	background-position:right -45px;
	text-decoration:none;
}
A.Bot:hover SPAN {
	background-position:left -45px;
	text-decoration:none;
}
A.Disabled,
A.Disabled:hover {
	background-image: url(../images/bots/disabled_dx.png);
	background-position:right 1px!important;	
}
A.Disabled SPAN,
A.Disabled:hover SPAN {
	background-image: url(../images/bots/disabled_sx.png);
	background-position:left 0px!important;
	color:#999999!important;
}
A.BotG:hover {
	background-position:right -63px!important;
}
A.BotG:hover SPAN {
	background-position:left -63px!important;
}
A.BotGb:hover {
	background-position:right -63px!important;
}
A.BotGb:hover SPAN {
	background-position:left -63px!important;
}
A.BotG2 {
	background-position:left 0px!important;
	padding-left:20px;
	padding-right:0!important;
	width:auto;
}
A.BotG2 SPAN {
	background-position:right 0px!important;
	/*padding-right:45px;	*/
	width:auto;
}
A.BotG2:hover {
	background-position:left -63px!important;
}
A.BotG2:hover SPAN {
	background-position:right -63px!important;
}
A.BotG3:hover {
	background-position:right -63px!important;
}
A.BotG3:hover SPAN {
	background-position:left -63px!important;
}

A.BotD {
	display:-moz-inline-box; /* FF 2 */
	display:inline-block;
	padding:0px 0px 0px 10px;
	font-size: 15px;
	vertical-align: middle;
	margin:0px;
	line-height: normal;
	background:transparent url(../layout/images/bots/out_sx.png) no-repeat left 0px;
	width:auto;
}
A.BotD STRONG {
	display:block!important;/* FF 2 */
	display:inline-block;/*IE*/
	font-size: 15px;
	text-align: center;
	cursor:pointer;
	height:40px;
	line-height:35px;
	background:transparent url(../layout/images/bots/out_dx.png) no-repeat right 0px;
	padding:0px 30px 0px 0px;
	margin:0;
	white-space: nowrap;
}
A.BotD:hover {
	background-position:left -48px;
}
A.BotD:hover STRONG {
	background-position:right -48px;
}
A.BotC {
	display:block;
	background:transparent no-repeat 50% 0px;
	height:18px;
	padding-top:2px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	text-align:center;
	border: none;
}
A.BotGI {
	background:no-repeat left top;
	width:auto;
	height:64px;
	display:block;
	line-height:55px;
	padding-left:70px;
	font-size:15px;
	color:#1c5ab4;
	font-weight: normal;
}
A.BotGI:hover {
	background-position:left -74px;
	color: #e300d6;
}


.AddBt {
	background-image: url(../images/bots/add_dx.png);
}
.AddBt SPAN {
	background-image: url(../images/bots/add_sx.png);
	padding-left: 30px;
	color: #fff;
}
.AddBtDis,
.AddBtDis:hover {
	background-image: url(../images/bots/add-dis_dx.png)!important;
}
.AddBtDis SPAN,
.AddBtDis:hover SPAN {
	background-image: url(../images/bots/add-dis_sx.png)!important;
	padding-left: 30px;
}
.DeleteBt {
	background-image: url(../images/bots/delete_dx.png);
}
.DeleteBt SPAN {
	background-image: url(../images/bots/delete_sx.png);
	padding-left: 30px;
	color: #fff;
}
.DeleteBtDis,
.DeleteBtDis:hover {
	background-image: url(../images/bots/delete-dis_dx.png)!important;
}
.DeleteBtDis SPAN,
.DeleteBtDis:hover SPAN {
	background-image: url(../images/bots/delete-dis_sx.png)!important;
	padding-left: 30px;
}

.BackBt {
	background-image: url(../images/bots/back_dx.png)!important;
}
.BackBt SPAN {
	background-image: url(../images/bots/back_sx.png)!important;
	padding-left:35px!important;
	color:#fff;
}
.NextBt {
	background-image: url(../images/bots/next_dx.png)!important;
	padding-right:22px!important;
}
.NextBt SPAN {
	background-image: url(../images/bots/next_sx.png)!important;
	color:#fff;
}
.IndexBt {
	background-image:url(../images/bots/index_dx.png)!important;
}
.IndexBt SPAN {
	background-image:url(../images/bots/index_sx.png)!important;
}
.BackBt2 {
	background-image: url(../images/bots/back2_dx.png);
}
.BackBt2 SPAN {
	background-image: url(../images/bots/back2_sx.png);
	padding-left:35px!important;
}
.BackBt:hover SPAN {
}
.SaveBt {
	background-image:url(../images/bots/save_dx.png);
}
.SaveBt SPAN {
	background-image:url(../images/bots/save_sx.png);
	padding-left:32px;
	color: #fff;
}
.EditBt {
	background-image:url(../images/bots/edit_dx.png);
}
.EditBt SPAN {
	background-image:url(../images/bots/edit_sx.png);
	padding-left:32px;
	color: #fff;
}
.FacebookBt {
	background-image:url(../images/bots/facebook_dx.png);
}
.FacebookBt SPAN {
	background-image:url(../images/bots/facebook_sx.png);
	padding-left:32px;
	color: #fff;
}
.PublicaBt {
	background-image:url(../images/bots/publica_dx.png);
}
.PublicaBt SPAN {
	background-image:url(../images/bots/publica_sx.png);
	padding-left:32px;
	color: #fff;
}
.SearchBt {
	background-image:url(../images/bots/search_dx.png);
}
.SearchBt SPAN {
	background-image:url(../images/bots/search_sx.png);
	padding-left:32px;
	color: #fff;
}
.SaveG {
	background-image:url(../images/bots/save-g_dx.png);
}
.SaveG SPAN {
	background-image:url(../images/bots/save-g_sx.png);
	padding-left:50px;
	color: #fff;
	/*color: #4B6C00;*/
}
.SaveG:hover SPAN {
	color: #fff;
}
.FacebookG {
	background-image:url(../images/bots/facebook-g_dx.png);
}
.FacebookG SPAN {
	background-image:url(../images/bots/facebook-g_sx.png);
	padding-left:50px;
	color: #fff;
	/*color: #4B6C00;*/
}
.ImportG {
	background-image:url(../images/bots/import-g2_sx.png);
}
.ImportG SPAN {
	background-image:url(../images/bots/import-g2_dx.png);
}
.PublicaG {
	background-image:url(../images/bots/publica-g2_sx.png);
}
.PublicaG SPAN {
	background-image:url(../images/bots/publica-g2_dx.png);
}
.EditG {
	background-image:url(../images/bots/edit-g_dx.png);
}
.EditG SPAN {
	background-image:url(../images/bots/edit-g_sx.png);
	padding-left:50px;
}
.EndG {
	background-image:url(../images/bots/end-g2_sx.png);
}
.EndG SPAN {
	background-image:url(../images/bots/end-g2_dx.png);
	padding-right:50px;
}
.BackG {
	background-image:url(../images/bots/back-g_dx.png);
}
.BackG SPAN {
	background-image:url(../images/bots/back-g_sx.png);
	padding-left:50px;
}
.NextG {
	background-image:url(../images/bots/next-g2_sx.png);
}
.NextG SPAN {
	background-image:url(../images/bots/next-g2_dx.png);
}
.GoG {
	background-image:url(../images/bots/go-g2_sx.png);
}
.GoG SPAN {
	background-image:url(../images/bots/go-g2_dx.png);
	font-size: 22px;
}
A.SendG,
A.SendG:hover,
A.SendG:visited {
	background-image:url(../layout/images/icons/send-friends_g.png);
	background-position:left top;
	width:auto;
	font-size:15px;
}
.FacebookBtI,
.FacebookBtI:visited {
	background-image:url(../layout/images/icons/fb_g.png);
}
.Bx1 .Bot,
.Bx2 .Bot {
	background-image:url(../images/bots/bot-w_dx.png);
}
.Bx1 .Bot SPAN,
.Bx2 .Bot SPAN {
	background-image:url(../images/bots/bot-w_sx.png);
}
.Bx1 .AddBt {
	background-image:url(../images/bots/add-w_dx.png);
}
.Bx1 .AddBt SPAN {
	background-image:url(../images/bots/add-w_sx.png);
}
.Bx1 .EditBt {
	background-image:url(../images/bots/edit-w_dx.png);
}
.Bx1 .EditBt SPAN {
	background-image:url(../images/bots/edit-w_sx.png);
}


.Bx1 .BotG,
.Bx1 .RegG,
.Bx2 .RegG,
.Show .RegG {
	background-image:url(../images/bots/gw_dx.png);
}
.Bx1 .BotG SPAN,
.Bx1 .RegG SPAN,
.Bx2 .RegG SPAN,
.Show .RegG SPAN {
	background-image:url(../images/bots/gw_sx.png);
}
.Bx1 .EditG {
	background-image:url(../images/bots/edit-g-w_dx.png);
}
.Bx1 .EditG SPAN {
	background-image:url(../images/bots/edit-g-w_sx.png);
}
.BxLogin .RegG {
	background-image:url(../images/bots/gw2_dx.png);
}
.BxLogin .RegG SPAN {
	background-image:url(../images/bots/gw2_sx.png);
}
