/*
Document   : main.css
Created on : 18-feb-2009, 11.07.36
Author     : Daniele
Description:
Purpose of the stylesheet follows.
*/
@import url('css/gwt.css');

@import url('css/form.css');

@import url('css/gwt2utility.css');

element.style {
	position: relative !important;
}

h3 {
	margin: 2px !important;
}

h4 {
	display: block;
	font-weight: bold;
	margin: 2px !important;
}

p {
	font-size: 14px;
	margin: 2px !important;
}

tr {
	display: table-row;
}

body {
	margin: 0;
	padding: 0;
	font: normal 15px Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #000000;
	background: white;
	/* 	background: url("menubar/images/bg_hatch_grey_dark.jpg") repeat scroll 0% 0% */
/* 		transparent !important; */
}

a {
	color: #005C9C;
	outline: medium none;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited img {
	border: none;
}

.global_footer_nav a {
	color: #005C9C;
}

.global_footer_nav a:visited {
	color: #005C9C;
}

/*.titleEditForm {
	color: #006699;
	font-size: 15px;
	font-weight: bold;
}*/ 
.titleImportoEditForm {
	color: #FF6D06;
	font-size: 15px;
	font-weight: bold;
}
.linkMenu {
	font-size: 1.1em;
}

/*****************************************************/
/* DETTAGLIO DEL PASS							  	*/
/*****************************************************/
.formBox ul {
	clear: both;
	display: table-row !important;
	margin: 0px;
	float: left !important;
	padding: 0 !important;
}

.formBox li {
	font-family: Arial, Helvetica, sans-serif;
	display: table-cell !important;
	background: white;
	padding: 5px;
	border: medium none;
	color: #3E3E3E;
	font-size: 1em;
	text-decoration: none;
	width: 200px;
}

.formBox .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	/*padding-left: 3px;*/
	text-align: left;
	width: 150px;
}

.formBox .descrizione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
	width: 165px;
}

/* DETTAGLIO NEI FORM DELLE COMUNICAZIONI*/
.sfondoBianco ul {
	clear: both;
	display: table-row !important;
	margin: 0px;
	float: left !important;
	padding: 0 !important;
}

.sfondoBianco li {
	font-family: Arial, Helvetica, sans-serif;
	display: table-cell !important;
	background: white;
	padding: 5px;
	border: medium none;
	color: #3E3E3E;
	font-size: 1em;
	text-decoration: none;
	width: 200px;
}

.sfondoBianco .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	/*padding-left: 3px;*/
	text-align: left;
	width: 150px;
}

.sfondoBianco .descrizione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
	width: 165px;
}

/* ******************************************* */
/*                  HEADER                     */
/* ******************************************* */
.header {
	float: left;
	/*margin:0 1em 1em;*/
	width: 100%;
}

.logo {
	display: inline;
	float: left;
	margin: 0 0 0 15px;
}

.logo-a {
	display: block;
	background: no-repeat url(images/logo.png);
	height: 57px;
	width: 314px
}

.global_header_nav {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 1px 1px 1px;
	padding: 0px;
}

/*.subheader2 {
	background: #FF6D06 none repeat scroll 0 0;
	clear: both;
	height: 25px;
	padding: 1px;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0.7em;
}*/ /*.subheader {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	background-image: url("images/ga-orange-bar.gif");
	background-repeat: repeat-x;
	cursor: pointer;
	height: 40px;
}*/
.subheader {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url("images/top_bar_bg.jpg");
	background-position: 0 0;
	background-repeat: repeat-x;
	clear: both;
	color: #AAAAAA;
	height: 30px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
} /*.sub_nav {
	clear: both;
	background: transparent;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 3px;
	margin-top: 10px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.sub_nav li {
	display: inline;
	padding: 6px;
}

.sub_nav li img {
	padding-top: 5px;
}

.sub_nav_item {
	display: inline;
	cursor: pointer;
}

.account_profile_nav {
	color: #FFFFFF;
	float: left;
	font-size: 98%;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

.iconLeft {
	float: left;
	margin-right: 5px;
}

.iconRight {
	float: right;
	margin-right: 5px;
}*/ /*********************************************/
/*                MAIN LAYOUT                  */
/******************************************** */ /*.content {
	border: none;
	vertical-align: top;
	background: #ffffff;
	border: 1px solid #a1a1a1;
	margin-left: 10px;
}

.container {
	float: none;
	width: 100% !important;
}

.table-main {
	clear: both;
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 1em;
	margin-right: 1em;
}

.cw-StackPanelHeader {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 7px;
}*/
.float-left {
	float: left;
	margin: 5px;
}

label.desc {
	border: medium none;
	color: #222222 !important;
	display: block !important;
	font-size: 89% !important;
	font-weight: bold !important;
	line-height: 150% !important;
	margin: 0;
	padding: 0 0 3px;
}

h5,h6,.third_menu li a:hover,.follow_us,.project_title:hover,.secondary_menu li span,.sec_menu_selected_middle,.related_projects:hover,.input_middle,textarea
	{
	color: #00A7F3;
}

.clear-fix {
	clear: both;
}

.main_menu li,.main_menu li a,.footer p,.footer a,.follow_us,.secondary_menu li span,.input_middle,textarea
	{
	font-weight: bold;
}

typo.css .secondary_menu li,.secondary_menu li span,.secondary_menu li a,.follow_us,.sec_menu_selected_middle,.related_projects,.input_middle,label,textarea
	{
	font-size: 15px;
}

/**************************************************/
/*BOX PER LOG EVENTI								*/
/**************************************************/
.box-message {
	clear: both;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	border-color: #ADADAD;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	max-width: 740px;
	min-width: 740px;
}

.header-evento {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	background-color: #A7D4DD;
	color: white;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	text-align: left;
	height: 25px;
}

.title-evento {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	color: #808080;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	text-align: left;
	height: 20px;
}

.message-evento {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	word-wrap: break-word;
	background-color: #F6F6F6;
	border-bottom: 1px solid;
	padding: 5px;
}

/* ******************************************* */
/*                  CONTENT                    */
/* ******************************************* */ /*.screenHeader {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	min-height: 51px;
	padding: 0;
}

* html+.screenHeader {
	height: 51px;
}

.screenHeader .bigIcon {
	float: left;
}
*/
.titleForm {
	clear: both;
	float: left;
	margin: 5px 5px 5px;
	width: 99%;
	font-size: 17px;
	border-bottom: 1px dotted #8F8F8F;
	color: #00A7F3;
}

/**************************************/
/*              FOOTER                */
/**************************************/
.footer {
	float: left;
	padding: 0em 0;
	width: 100%;
}

.global_footer_nav {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	margin: 0em 0 0;
	/*padding: 1em 0 0;*/
}

/**************************************/
/*       TABELLA HOME PAGE            */
/**************************************/
.titoloTabella {
	border-bottom: 1px solid #E3E3E3;
	color: #434753;
	font-size: 14px;
	margin: 0 0 0 10px;
	padding-bottom: 5px;
	width: 520px;
}

.cellaHomePage {
	border-bottom: 1px solid #D3E2F1;
	color: #525252;
	font-size: 12px;
	padding: 5px 10px;
}

.light {
	background: #EDF3F9 none repeat scroll 0 0;
}

.dark {
	background: #E5EEF7 none repeat scroll 0 0;
}

.contenutoPadding {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
}

.inline {
	display: inline;
}

.denominazioneEdit {
	cursor: pointer;
	color: #FF6D06;
	font-weight: bold;
	display: inline;
}

.ticketClienteEdit {
	cursor: pointer;
	color: #006699;
	font-weight: bold;
	display: inline;
}

/**************************************/
/*                FORM BOX            */
/**************************************/
.formBox {
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	border: 1px solid #A6A6A6;
	min-height: 80px;
	margin-right: 10px;
	background-color: #f8f7f7;
	/*background-color:#f1f7fc;*/
}

/* .formbox { */
/* 	padding-left: 7px; */
/* 	padding-right: 7px; */
/* 	padding-bottom: 7px; */
/* 	padding-top: 7px; */
border:      1px solid #A6A6A6     ;
	/* 	min-height: 80px; */ margin-right:      10px     ;
	/* 	width: 100%; */ background-color: #f8f7f7     ;
	/* } */ /*.gwt-TabPanelBottom {
	border-color: #666666 #CCCCCC #CCCCCC #CCCCCC !important;
	border-style: solid !important;
	border-width: 3px 1px 1px 1px !important;
	float: left !important;
	margin: 0 !important;
	padding: 5px !important;
	width: 100% !important;
	background-color: #f8f7f7 !important;
}*/ .callout-heading {
	color: #666666;
	font-weight: normal;
	left: -5px;
	margin: 1.2em 0 0 1.8em;
	position: relative;
}

/*.gwt-TabPanelBottom {
	background: #f1f7fc none repeat scroll 0 0;
}*/
.gwt-CheckBox {
	font: normal 14px Arial, Verdana, Helvetica, Geneva, sans-serif;
}

.gwt-TreeItem {
	font: normal 15px Arial, Verdana, Helvetica, Geneva, sans-serif;
}

/*.gwt-HTML {
	font: normal 14px Arial, Verdana, Helvetica, Geneva, sans-serif;
}*/ /*.gwt-TextBox {
	padding: 3px;
	border: 1px solid #7F9DB9;
	height: 25px;
}

.gwt-SuggestBox {
	padding: 3px;
	border: 1px solid #7F9DB9;
	height: 25px;
}*/
/* input[type="checkbox"] { */
/* 	cursor: default; */
height:     20px    ;
	/* 	margin: 3px 5px 3px 4px; */ /* 	padding: 2px !important; */ width:  
	  20px    ;
	/* } */ .spacer {
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

/**************************************/
/*         DIV PER MESSAGGI           */
/**************************************/
.message-success {
	margin-top: 1px;
	margin-bottom: 3px;
	background: #E6EFC2 none repeat scroll 0 0;
	border: 1px solid #C6D880;
	color: #529214;
	font-size: 15px;
	font-weight: bold;
	padding: 0.25em 1em;
}

.message-error {
	margin-top: 1px;
	margin-bottom: 3px;
	background: #FBE3E4 none repeat scroll 0 0;
	border: 1px solid #FBC2C4;
	color: #D12F19;
	font-size: 15px;
	font-weight: bold;
	padding: 0.25em 1em;
}

/*.textBox-error {
	background: #FBE3E4 none repeat scroll 0 0;
}

.gwt-TextArea {
	width: 100%;
}

.google-visualization-table-td {
	font-size: 14px !important;
	padding: 3px !important;
}*/
.link {
	color: #0000CC;
	cursor: pointer;
	padding: 1px;
}

.labelGears {
	padding-left: 0px;
	padding-top: 5px;
	color: red !important;
	font-weight: bold;
}

.pointer {
	cursor: pointer;
}

/**Schermata di Login*/
.login-body {
	border-top-color: #464646;
	border-top-style: solid;
	border-top-width: 30px;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans",
		sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.login-container {
	text-align: center;
}

.login-html {
	background-color: #F9F9F9;
	height: 100%;
}

.login {
	position: relative;
	width: 320px;
	margin: 7em auto;
}

.login-h1 {
	background: transparent url(images/logo.png) no-repeat scroll center;
	display: block;
	height: 67px;
	overflow: hidden;
	padding-bottom: 15px;
	text-indent: -9999px;
	width: 326px;
}

.login-form {
	text-align: left;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #E5E5E5;
	font-weight: normal;
	/*margin-left:0px;*/
	padding: 16px 16px 40px;
}

.login-input {
	color: #555555;
	background: #FBFBFB none repeat scroll 0 0;
	border: 1px solid #E5E5E5 !important;
	font-size: 19px !important;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	padding: 3px;
	width: 100% !important;
	height: 34px !important;
}

.login-ricordami {
	float: left;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 7px;
}

.login-submit {
	float: right;
	margin-top: 7px;
}

.login-label {
	color: #777777;
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 2px;
}

.login-button {
	background: #21759B;
	border-color: #298CBA !important;
	color: #FFFFFF !important;
	font-weight: bold;
}

.login-error {
	background-color: #FFEBE8;
	border-color: #CC0000;
	border-style: solid;
	border-width: 1px;
	padding: 7px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 9px;
}

.logout-image {
	float: right;
	cursor: pointer;
}

#credits {
	vertical-align: text-bottom;
	float: left;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	color: #CCCCCC;
}

.content {
	border: none;
	vertical-align: top;
	background: #ffffff;
	border: 1px solid #a1a1a1;
	margin-left: 10px;
}

/*#corpo {
	margin-right: 15px;
	margin-left: 15px;
	border: none;
	vertical-align: top;
	background: #ffffff;
	border: 1px solid #a1a1a1;
}*/ /*.bodyBgCenter {
	background-color: #FFFFFF;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 25px;
	padding-top: 0;
	width: 75%;
}

.bodyBgRight {
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 0;
	padding-top: 30px;
	width: 25%;
}

.bodyBgRight {
	background-attachment: scroll;
	background-color: #F6F6F6;
	background-image: url("images/vr-gradient.gif");
	background-position: -23px 0;
	background-repeat: repeat-y;
}

.top {
	float: left;
	width: 100%;
}*/
.orange {
	color: orange;
}

.black {
	color: black !important;
}

.yellow {
	color: yellow !important;
}

.red {
	color: red !important;
}

.green {
	color: green !important;
}

.blue {
	color: #1E90FF !important;
}

/**********************************************
* BOTTONI* 
**********************************************/
.ui-state-default,.ui-widget-content .ui-state-default,.pagination a {
	font-weight: bold;
	outline: none;
	padding: 3px;
	cursor: pointer;
	margin-top: 10px;
}

.ui-corner-all,.pagination li a,.pagination li,#tooltip,ul#dashboard-buttons li a,.fixed #sidebar
	{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.pagination a:hover
	{
	font-weight: bold;
	outline: none;
}

.ui-state-active,.ui-widget-content .ui-state-active {
	font-weight: bold;
	outline: none;
}

.ui-state-default .ui-icon {
	background-image: url(images/icons-lgray.png);
}

.ui-state-hover .ui-icon {
	background-image: url(images/icons-gray.png);
}

.ui-state-focus .ui-icon {
	background-image: url(images/icons-blue.png);
}

.ui-state-active .ui-icon {
	background-image: url(images/icons-blue.png);
}

.ui-state-highlight .ui-icon {
	background-image: url(images/icons-blue.png);
}

.ui-state-default,.ui-widget-content .ui-state-default,.pagination a {
	border: 1px solid #ddd;
	background: #f6f6f6
		url(images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #0073ea;
	outline: none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.pagination a:hover,a.btn:hover,button.ui-state-default:hover
	{
	border: 1px solid #9d9d9d;
	background: #0073ea url(images/ui-bg_highlight-soft_25_0073ea_1x100.png)
		50% 50% repeat-x;
	font-weight: bold;
	color: #333;
	outline: none;
}

.ui-state-hover a,.ui-state-hover a:hover {
	color: #222;
	text-decoration: none;
	outline: none;
}

a.btn {
	margin: 5px;
	display: block;
	float: left;
}

a.btn span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 2px;
}

a.btn_no_text {
	padding: 2px;
}

.ui-state-active,.ui-widget-content .ui-state-active {
	border: 1px solid #ddd !important;
	background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50%
		repeat-x;
	font-weight: bold;
	color: #333;
	outline: none;
}

/* Response Messages */ /*.response-msg {
	padding: 6px 10px 10px 45px;
	font-size: 0.9em;
	margin: 0 0 10px;
}

.response-msg span {
	display: block;
	font-weight: bold;
	padding: 0 0 4px;
}

.error {
	background: #f9e5e6 url('images/icons/error.png') 10px 50% no-repeat;
	color: #b50007;
	border: #e8aaad solid 1px;
	text-align: left;
}

.notice {
	background: #f9f9e5 url('images/icons/notice.png') 10px 50% no-repeat;
	color: #828400;
	border: #e8e3aa solid 1px;
	text-align: left;
}

.inf {
	background: #e5ecf9 url('images/icons/info.png') 10px 50% no-repeat;
	color: #0055b5;
	border: #aac6e8 solid 1px;
	text-align: left;
}

.success {
	background: #e9f9e5 url('images/icons/success.png') 10px 50% no-repeat;
	color: #1c8400;
	border: #b4e8aa solid 1px;
	text-align: left;
}

#page-wrapper .other-box {
	margin: 15px 0;
}

#page-wrapper .cont {
	border-top: #fff solid 1px;
	padding: 8px;
	line-height: 1.4em;
}

#page-wrapper .other-box h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#page-wrapper .gray-box {
	background: #eaeaea;
	border: #c0c0c0 solid 1px;
}

#page-wrapper .yellow-box {
	background: #fff6bf;
	border: #fdd845 solid 1px;
}
*/ /************************************************************/
/* DIALOG BOX												*/
/************************************************************/
/* Component containers */
.ui-widget-header {
	font-weight: bold;
	font-size: 0.9em;
	margin: 0.4em;
	padding: 7px;
}

/* Interaction states */
.ui-state-default,.ui-widget-content .ui-state-default,.pagination a {
	font-weight: bold;
	outline: none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.pagination a:hover
	{
	font-weight: bold;
	outline: none;
}

.ui-state-active,.ui-widget-content .ui-state-active {
	font-weight: bold;
	outline: none;
}

/* Dialog */
.ui-dialog {
	position: relative;
	padding: .2em;
	width: 300px;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .5em .3em .3em 1em;
	position: relative;
	min-height: 20px;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0 .2em;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus
	{
	padding: 0;
}

.ui-dialog .ui-dialog-content {
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	zoom: 1;
}

.ui-dialog .ui-dialog-content p {
	line-height: 1.4em;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	padding: .3em 1em .5em .4em;
}

.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_469bdd_256x240.png);
}

.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_d8e7f3_256x240.png);
}

.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_6da8d5_256x240.png);
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_217bc0_256x240.png);
}

.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_f9bd01_256x240.png);
}

.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}

/* Component containers */
.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png)
		50% bottom repeat-x;
	color: #222;
}

.ui-widget-content a {
	color: #222;
}

.ui-widget-header {
	border: 1px solid #4297d7;
	background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png)
		50% 50% repeat-x;
	color: #fff;
}

.ui-widget-header a {
	color: #666;
}

.ui-widget-header a:hover {
	color: #000;
}

/* Interaction states */
.ui-state-default,.ui-widget-content .ui-state-default,.pagination a {
	border: 1px solid #c5dbec;
	background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50%
		repeat-x;
	color: #2e6e9e;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

/*DEFINITION LIST*/
lh {
	color: #00A7F3;
	font-size: 17px;
	clear: both;
}

dt {
	clear: left;
	font-size: 13px;
	color: red;
}

dd {
	clear: right;
	font-size: 13px;
	color: #00A7F3;
}

/*TABELLA STATISTICHE HOME PAGE*/
.white {
	background-color: white;
}

.StatsSummaries tr.gray {
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-size: auto auto;
	background-attachment: scroll;
	background-color: #E5EEF7;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	color: blue;
	font-weight: bold;
}

.StatsSummaries td {
	border-bottom-color: #D3E2F1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #525252;
	font-size: 16px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.NumberData {
	color: #106FB0;
	font-weight: bold;
	white-space: nowrap;
}

.rightButton {
	cursor: pointer;
	float: left;
	background-image: url("images/arrow-right.jpg");
	height: 32px;
	width: 32px;
}

.leftButton {
	cursor: pointer;
	float: left;
	background-image: url("images/arrow-left.jpg");
	height: 32px;
	width: 32px;
}

/*
* SIDEBAR DESTRA
*/
.detailsAmountDIV_0,.detailsAmountDIV_1,.detailsAmountDIV_2,.detailsAmountDIV_3,.detailsAmountDIV_4,.detailsAmountDIV_5
	{
	float: left;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	width: 195px;
}

.detailsAmountSmall {
	float: left;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	margin-right: 3px;
	width: 110px;
}

.activeDIV {
	background-attachment: scroll;
	background-color: #6AB859;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
}

.statusDIV_3,.statusDIV_4,.statusDIV_2,.statusDIV_1,.statusDIV_5,.activeDIV,.inActiveDIV,.recStatusDIV_1,.recStatusDIV_2,.recStatusDIV_3,.userStatusDIV_0,.userStatusDIV_1,.userStatusDIV_2,.userStatusDIV_3,.estStatusDIV_1,.estStatusDIV_2,.expStatusDIV_0,.expStatusDIV_1,.expStatusDIV_2,.expStatusDIV_10
	{
	color: #FFFFFF;
	font-family: arial;
	font-size: 1.2em;
	letter-spacing: 0.025em;
	margin-top: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	text-align: center;
	text-transform: uppercase;
}

.msgDIVPagamento {
	display: block;
	background-attachment: scroll;
	background-color: #6AB859;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	color: #FFFFFF;
	font-family: arial;
	font-size: 0.8em;
	letter-spacing: 0.025em;
	margin-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	text-align: center;
	text-transform: uppercase;
}

.fontWhite12 {
	color: white;
	font-size: 1.2em;
}

.balanceAmount {
	color: #FFFFFF;
	font-size: 1.5em;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
}

.rhsHeader {
	border-bottom-color: #C7C7C7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #4F4F4E;
	font-weight: bold;
	margin-bottom: 12px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 12px !important;
	/*width: 200px;*/
	margin-right: 15px;
}

.redBox {
	background-color: red !important;
}

.greenBox {
	background-color: green !important;
}

.grayBox {
	background-color: gray !important;
}

.clearBoth {
	clear: both;
}

.ffva {
	font-family: verdana, arial;
}

.actionsRightUL {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 210px;
}

#quickCreateUL li {
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	white-space: nowrap;
}

.actionsRightUL li {
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
	padding-bottom: 6px;
	padding-left: 0;
	padding-right: 6px;
	padding-top: 6px;
}

.linkOperazioni {
	margin-top: 0;
	padding: 2px;
}

.addebiti {
	color: #808080;
	font-size: 1.6em;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
}

/* CONFERMA E STAMPA PASS*/
.boxSalva {
	cursor: pointer;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url("images/cart-options-divider.png");
	background-position: right top;
	background-repeat: repeat-y;
	float: left;
	text-align: center;
	width: 125px;
	height: 60px;
}

.boxStampa {
	cursor: pointer;
	background-attachment: scroll;
	background-image: url("images/cart-options-divider.png");
	background-color: transparent;
	background-position: left top;
	background-repeat: repeat-y;
	float: right;
	text-align: center;
	width: 125px;
	height: 60px;
}

/* DETTAGLIO OGGETTI */
.titoloTesto {
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
}

.titoloSideBar {
	font-size: 1em;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
}

.grigio {
	color: #666666;
}

.bianco {
	color: white;
}

.azzurro {
	color: #B8CDE8;
}

.arancione {
	color: #FF9933;
}

.blu {
	color: #4F8BC3;
}

.rosso {
	color: red !important;
}

.verde {
	color: green !important;
}

.sfondoAzzurro {
	background-color: #B8CDE8;
}

.sfondoBlu {
	background-color: #4F8BC3;
}

.sfondoVerde {
	background-color: green;
}

.sfondoRosso {
	background-color: red;
}

.sfondoArancione {
	background-color: #FF9933;
}

.sfondoRosa {
	background-color: sandybrown;
}

.sfondoGiallo {
	background-color: goldenrod;
}

.sfondoGiallo2 {
	background-color: yellow;
}

.sfondoViola {
	background-color: deeppink;
}

.padding5 {
	padding: 5px;
}

.padding3 {
	padding: 3px;
}

.padding2 {
	padding: 2px;
}

.numeroPassBox {
	color: #FFFFFF;
	font-size: 1.2em;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
}

.barraSeparatrice {
	background-color: #A7D4DD;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 5px;
	margin-top: 8px;
	/*Carattere*/
	color: white;
	font-size: 1.2em;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* FONT VARI*/
.fontBlu {
	color: #4F8BC3;
	font-size: 1.2em;
}

.grassetto {
	font-weight: bold;
}

.center {
	text-align: center;
}

/* TABELLA IMPORTI PASS */
.importiBox ul {
	clear: both;
	display: table-row !important;
	margin: 0px;
	float: left !important;
	padding: 0 !important;
}

.importiBox li {
	font-family: Arial, Helvetica, sans-serif;
	display: table-cell !important;
	padding: 1px;
	border: medium none;
	color: #3E3E3E;
	font-size: 1em;
	text-decoration: none;
	width: 100px;
}

.importiBox .title {
	color: #808080;
	font-size: 1.2em;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}

/*TABELLA DETTAGLI EMAIL*/
.emailBox ul {
	clear: both;
	display: table-row !important;
	margin: 0px;
	float: left !important;
	padding: 0 !important;
}

.emailBox li {
	font-family: Arial, Helvetica, sans-serif;
	display: table-cell !important;
	padding: 1px;
	border: medium none;
	color: #3E3E3E;
	font-size: 1em;
	text-decoration: none;
	/*width: 100px;*/
	min-width: 100px;
}

.emailBox .title {
	color: #808080;
	font-size: 1em;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

.titoletto {
	color: #808080;
	font-size: 1.2em;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}

.importiBox .descrizione {
	color: #808080;
	font-size: 1.2em;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
}

/* TABELLA DEI PAGAMENTI SUL PASS*/
.titoloTabPagamenti {
	background-attachment: scroll;
	background-color: #E5EEF7;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	font-weight: bold;
}

.titoloTabellaPass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #3E3E3E;
	padding: 3px;
	min-width: 80px;
}

.descrizioneTabellaPass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
	min-width: 120px;
}

.reportLink {
	margin-left: 0px;
}

.link {
	text-decoration: underline;
	color: black;
	cursor: hand;
	cursor: pointer;
}

.titoloConOmbra {
	color: #7B8FAE;
	font-size: 18pt;
	font-weight: bold;
	text-shadow: 3px 3px 1px #DDDDDD;
}

.titleHeader {
	color: #1E2229;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.015em;
	line-height: 28px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 7px;
	text-shadow: 0 2px 1px #C0C1C2;
	white-space: nowrap;
}

/*NUOVO HEADER SCHERMATE*/
.box>.heading {
	height: 40px;
	background: url('images/box_center.png') repeat-x;
	margin-bottom: 0px;
}

.box>.left {
	float: left;
	width: 7px;
	height: 40px;
	background: url('images/box_left.png') no-repeat;
}

.box>.right {
	float: right;
	width: 7px;
	height: 40px;
	background: url('images/box_right.png') no-repeat;
}

.box>.heading h1 {
	background-position: 2px 9px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 11px 0px 11px 30px;
	color: #003A88;
	font-size: 16px;
	float: left;
}

.box>.heading .buttons {
	float: right;
	padding-top: 8px;
}

.box>.content {
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	min-height: 300px;
	margin-left: 0px;
}

.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('images/button_left.png') top left no-repeat;
	cursor: pointer;
}

.button span {
	color: #FFF;
	display: block;
	padding: 5px 10px 5px 2px;
	background: url('images/button_right.png') top right no-repeat;
}

.textAllegati {
	font-size: 1.1em;
	vertical-align: top;
	margin-left: 2px;
	color: #00A7F3;
}

.textForm {
	margin: 0px 5px 0px;
}

.sub_nav {
	clear: both;
	background: transparent;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.sub_nav li {
	display: inline;
	padding: 6px;
}

.sub_nav li img {
	padding-top: 5px;
}

.sub_nav_item {
	display: inline;
	cursor: pointer;
}
/*CSS PER BOX RIASSUNTO NUMERO EMAIL ED SMS DA INVIARE*/
.statistic {
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	position: relative;
	z-index: 3;
}

.boxStatistic {
	float: left;
	background-color: #FFFFFF;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #DDDDDD;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #DDDDDD;
	border-right-style: solid;
	border-right-width: 1px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	/*position: relative;*/
}

.statistic {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.statistic h3 {
	font-size: 100%;
	font-style: arial, verdana, sans-serif;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 15px;
	padding-top: 0;
}

.statistic .date_comparison {
	color: #666666;
	font-size: 96%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.statistic .comparison_value {
	display: inline;
	font-weight: bold;
	white-space: nowrap;
}

.primary_value {
	color: black;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

/*****************************************************/
/* DETTAGLIO DEL TICKET                                                         */
/*****************************************************/
.grid ul {
	clear: both;
	display: table-row !important;
	margin: 0px;
	float: left !important;
	padding: 0 !important;
}

.grid li {
	font-family: Arial, Helvetica, sans-serif;
	display: table-cell !important;
	background: white;
	padding: 5px;
	border: medium none;
	color: #3E3E3E;
	font-size: 1em;
	text-decoration: none;
	width: 200px;
}

.grid .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*padding-left: 3px;*/
	text-align: left;
	width: 150px;
}

.titleEditForm {
	color: #006699;
	font-size: 15px;
	font-weight: bold;
}

/**************************************************/
/*BOX MESSAGGI PER TICKET   					*/
/**************************************************/
.box-message {
	clear: both;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	border-color: #ADADAD;
	border-style: solid solid solid;
	border-width: 1px 1px 1px;
	max-width: 740px;
	min-width: 740px;
}

.header-ticket {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	background-color: #D5DFF3;
	color: #3E3E3E;
	font-size: 14px;
	line-height: 24px;
	padding: 1px 1px 1px 5px;
	text-align: left;
	height: 30px;
}

.header-ticketComunicazione {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	background-color: #006699;
	color: white;
	font-size: 14px;
	line-height: 24px;
	padding: 1px 1px 1px 5px;
	text-align: left;
	height: 30px;
}

.emailImg {
	background-image: url("img/iconEmail32x32.png");
	background-repeat: no-repeat;
	float: right;
	height: 32px;
	width: 32px;
	padding: 2px;
}

.smsImg {
	background-image: url("img/iconSms32x32.png");
	background-repeat: no-repeat;
	float: right;
	height: 32px;
	width: 32px;
	padding: 2px;
}

.telefonataImg {
	background-image: url("img/iconTel32x32.png");
	background-repeat: no-repeat;
	float: right;
	height: 32px;
	width: 32px;
	padding: 2px;
}

.header-ticket-img {
	float: right;
	cursor: pointer;
	position: static;
	padding: 2px;
	margin-top: -18px;
}

.header-ticket2 {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	background-color: #FFE0B3;
	color: #3E3E3E;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding: 1px 1px 1px 5px;
	text-align: left;
	height: 30px;
}

.title-ticket {
	background-color: #EFEFEF;
	border-color: #CCCCCC;
	padding: 1px 1px 1px 5px;
}

.message-ticket {
	word-wrap: break-word;
	background-color: #FAFAFA;
	border-bottom: 1px solid;
	padding: 5px;
}

.ticketoptions {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #EFEFEF;
	padding: 3px;
	border: 1px solid;
	max-width: 730px;
	min-width: 730px;
}

.linkTicket {
	color: #006699;
}