/* =======================================================================================================
Definizione della classe BODY delle pagine
======================================================================================================= */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #4C0B27;
	color: #ffffff;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}

/* =======================================================================================================
Definizione delle classi relative ai link presenti nel sito e nell'applicazione
======================================================================================================= */
a:link    { color: #F1BADD; }
a:active  { color: #FBC681; }
a:hover   { color: #FBC681; }
a:visited { color: #F1BADD; }

a.menulink:link    { color: #B38A8E; }
a.menulink:active  { color: #FBC681; }
a.menulink:hover   { color: #FBC681; }
a.menulink:visited { color: #B38A8E; }

a.homemenulnk:link    { color: #4C0B27; text-decoration: none; }
a.homemenulnk:active  { color: #000000; text-decoration: none; }
a.homemenulnk:hover   { color: #000000; text-decoration: none; }
a.homemenulnk:visited { color: #4C0B27; text-decoration: none; }
/**/

/* =======================================================================================================
Definizione delle classi relative alle celle delle varie tabelle
======================================================================================================= */
.Navigatore {
	background-image: url('Images/layout/BckNavigatore.gif');
	background-repeat: repeat-y;
	background-position: left top;
}
.Contenuti {
	background-image: url('Images/layout/BckContenuti.gif');
	background-repeat: repeat-y;
	background-position: center top;
}
.FooterPage {
	font-size: xx-small;
	font-weight: normal;
	color: #9A5D7D;
}
.MenuLink {
	font-size: xx-small;
	font-weight: bold;
}
/* =======================================================================================================
Definizione delle classi relative alle etichette di testo e dei campimodulo
======================================================================================================= */
.MainTitleTab {
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    color: #000000;
}
.FieldTitle {
    font-size: xx-small;
    font-weight: bold;
    color: #ffffff;
}
.FieldValue {
    font-size: xx-small;
    font-weight: bold;
    color: #4C0B27;
	background-color: #F1BADD;
}
.LabelTitle {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #ff9900;
}
.LabelTitleBlack {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}
.LabelAlert {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #ffcc00;
}
.LabelDesc {
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    color: #ffffff;
}
.LabelDescNoBold {
    font-family: Verdana;
    font-size: 7px;
    color: #ffffff;
}
.LabelValue {
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    color: #ffcc00;
}
.LabelValueBlack {
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    color: #000000;
}
.LabelErrorDesc {
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    color: #FF0000;
}
.LabelSuccessDesc {
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    color: #FFff00;
}
.PagTitle {
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #F1BADD;
}
.PagContent {
	font-family: verdana;
	font-size: 12px;
	text-align: justify;
}
/* =======================================================================================================
Definizione delle classi relative tabelle dei dettagli campi
======================================================================================================= */
.GridRowTitle {
    font-size: xx-small;
    font-weight: bold;
    color: #ffcc00;
	border-bottom: 2px solid #4C0B27;
	padding-top: 4px;
	padding-bottom: 4px;
}
.GridRowValue {
    font-size: xx-small;
    font-weight: bold;
    color: #ff99cc;
	border-bottom: 2px solid #4C0B27;
	padding-top:4px;
	padding-bottom: 4px;
}
.GridRowValueNoBorder {
    font-size: xx-small;
    font-weight: bold;
    color: #ff99cc;
	padding-top:4px;
	padding-bottom: 4px;
}
.GridRowValueFullBorder {
    font-size: xx-small;
    font-weight: bold;
    color: #ff99cc;
	border: 1px solid #4C0B27;
	padding-top:4px;
	padding-bottom: 4px;
}
.TableCellBlackBottomBorder {
	border-bottom: 1px solid #4C0B27;
    font-size: xx-small;
    font-weight: bold;
	color:#ffccff;
}
.TableRowOut {
    font-size: xx-small;
    color: #ffffff;
}
.TableRowOver {
    font-size: xx-small;
    color: #000000;
	background-color:#4C0B27;
	cursor: hand;
}
.TableActive {
    font-size: xx-small;
    color: #ffffff;
	background-color:#006699;
}


.ListTableRowTitle {
    font-size: xx-small;
    font-weight: bold;
    color: #ffffff;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: Hand;
}
.ListTableRowValueOut {
    font-size: xx-small;
    font-weight: normal;
    color: #ffffff;
	border-bottom: 1px solid #F1BADD;
	padding-top:2px;
	padding-bottom: 2px;
}
.ListTableRowValueSelected {
    font-size: xx-small;
    font-weight: normal;
    color: #000000;
	border-bottom: 1px solid #666699;
	background-color: #FF9900;
	padding-top:2px;
	padding-bottom: 2px;
}
.ListTableRowValueOver {
    font-size: xx-small;
    font-weight: normal;
    color: #000000;
	border-bottom: 1px solid #666699;
	background-color:#FFFF99;
	padding-top:2px;
	padding-bottom: 2px;
	cursor:hand;
}
/* =======================================================================================================
Definizione delle classi relative tabelle dei dettagli campi
======================================================================================================= */
.IconButtonTable {
	text-align:center;
}

/* =======================================================================================================
Definizione delle classi relative ai campi dei form
======================================================================================================= */
.MenuOff {
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    color: #F1BADD;
}
.MenuOn {
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    color: #ffffff;
}
/* =======================================================================================================
Definizione delle classi relative ai campi dei form
======================================================================================================= */
input {
    font-family: Verdana;
    font-size: xx-small;
}
input.Pulsante {
	font-weight: bold;
	cursor: hand;
}
input.Testo {
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    color: #4C0B27;
	background-color: #F1BADD;
	width:200px;
	height: 18px;
	border: 1px solid #ffffff;
	padding-left: 4px;
}
input.file {
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    color: #4C0B27;
	background-color: #F1BADD;
	width:200px;
	height: 18px;
	border: 1px solid #ffffff;
	padding-left: 4px;
}
input.RadioBox {
	padding-right: 2px;
	cursor: hand;
}
textarea {
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    color: #4C0B27;
	border-color:#FFFFFF;
	border-style: solid;
	border-width: thick;
	background-color: #F1BADD;
	border: none;
}
select {
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    color: #4C0B27;
	background-color: #F1BADD;
	border: none;
}

.radioGroup {
    list-style:  none;
	padding-left: 2px;
}
.radioGroup li {
    padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:hand;
}
.radioGroup li.selected {
    padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
    background: #666699;
	color:#FFFFFF;
	cursor:hand;
}
ol, ul, li {
    margin-left: 2px;
    padding: 0px;
}
/* =======================================================================================================
Definizione delle classi relative ai campi dei form
======================================================================================================= */
.MiniHelpDescription {
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    color: #efefef;
	padding: 2px;
}

/* =======================================================================================================
Tabella di paginazione
======================================================================================================= */
td.rsPaginazione {
	font-family: Verdana;
	font-size:10px;
	color: #000066;
	border-top:2px solid #44618F; 
	padding-top:2px;
	border-bottom:2px solid #44618F; 
	padding-bottom:2px;
}
td.rsPaginazioneLinksOff {
	font-family: Verdana;
	font-size:10px;
	color: #000066;
	padding:2px;
	border:1px solid #ffffff; 
	background-color: #F1BADD;
	cursor: hand;
}
td.rsPaginazioneLinksOn {
	font-family: Verdana;
	font-size:10px;
	color: #000066;
	padding:2px;
	border:1px solid #ffffff;
	background-color: #FFCC00;
	cursor: hand;
}

/* =======================================================================================================
Definizione delle classi relative alle tabelle ordinate automaticamente
======================================================================================================= */
table th {
	background: url('Images/Sorting/header-bg.png');
	background-repeat: repeat-x;
	background-position: left;
	color: #333;
	padding-left: 25px;
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    color: #000000;
	text-align: left;
	cursor: hand;
	height: 20px;
}
tbody.scrollContent td, tbody.scrollContent tr td {
	font-size:10px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	border-bottom: 1px solid #999999;
	cursor: hand;
}
tbody.scrollContent tr.selected td {
	font-size:10px;
	font-weight: bold;
	background: #666699;
	color:#FFFFFF;
	border-bottom: 1px solid #999999;
	padding: 2px;
	cursor: hand;
}
tbody.scrollContent tr:hover td {
	background: #a6c2e7;
	padding: 2px;
}
tbody.scrollContent tr.selected:hover td {
	background: #ff3;
	padding: 2px;
}
.dojoTabPane {
  padding : 5px 5px 5px 5px;
  overflow: auto;
}
.DivRoundedBox{
	background-color: #703C52;
	font-size: 10px;
	font-weight: bold;
}
.DivRoundedBoxDark{
	background-color: #4C0B27;
	font-size: 10px;
	font-weight: bold;
}

.DivRoundedBoxLight{
	background-color: #9999CC;
	font-size: 10px;
	font-weight: bold;
}
.DivRoundedBoxGrayLight{
	background-color: #cdcdcd;
	font-size: 10px;
	font-weight: bold;
}
.DivRoundedBoxGrayDark{
	background-color: #999999;
	font-size: 10px;
	font-weight: bold;
}
.DivRoundedBoxDisabled {
	background-color: #B3B3B3;
	color:#000000;
	font-size: 10px;
}
.TableLeaderBoard {
	background-image:url(Images/Banners/SfondoLeaderBoard.gif);
	background-position:top;
	background-repeat: repeat-x;
	height: 110px;
}

.TitlePaneLabel {
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	cursor: hand;
}
.CalBookingGroupTitle {
	border-bottom: 1px solid #9999CC;
	padding-bottom: 4px;
	padding-top: 4px;
    font-family: Futura, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff9900;
}
.CalBookingUnits {
    font-size: 10px;
    font-weight: bold;
    color: #F1BADD;
	border-bottom:1px solid #4C0B27;
}
.CalBookingTable {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
	background-color: #669900;
	cursor:hand;
}
.CalBookingTableOver {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
	background-color: #00ff00;
	cursor:hand;
}
.CalBookingTableClick {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
	background-color: #669900;
	cursor:hand;
}
.CalBookingTableNotAvailable{
    font-size: 10px;
    font-weight: bold;
    color: #cdcdcd;
	background-color:#666666;
}
.CalBookingBox0{
	background-image: url(Images/pulsanti/CalBooking0.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #703C52;
	border-bottom: 1px solid #4C0B27;
	height: 35px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 32px;
	padding-right: 2px;
	color: #999999;
	text-align:left;
	vertical-align:middle;
	font-size: 10px;
	font-weight:bold;
}
.CalBookingBox0_f2{
	background-image: url(Images/pulsanti/CalBooking0.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #703C52;
	border-bottom: 1px solid #4C0B27;
	height: 35px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 32px;
	padding-right: 2px;
	color: #999999;
	text-align:left;
	vertical-align:middle;
	font-size: 10px;
	font-weight:bold;
}
.CalBookingBox1{
	background-image: url(Images/pulsanti/CalBooking1.gif); 
	background-position: left;
	background-repeat:no-repeat;
	background-color: #703C52;
	border-bottom: 1px solid #4C0B27;
	height: 35px;
	padding-top: 4px;
	padding-left: 34px;
	padding-right: 2px;
	padding-bottom: 4px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	font-size: 10px;
	font-weight:bold;
	cursor: hand;
}
.CalBookingBox1_f2{
	background-image: url(Images/pulsanti/CalBooking1_f2.gif); 
	background-position: left;
	background-repeat:no-repeat;
	background-color: #703C52;
	border-bottom: 1px solid #4C0B27;
	height: 35px;
	padding-top: 4px;
	padding-left: 34px;
	padding-right: 2px;
	padding-bottom: 4px;
	color:#ffcc00;
	text-align:left;
	vertical-align:middle;
	font-size: 10px;
	font-weight:bold;
	cursor: hand;
}
.CalBookingBox2{
	background-image: url(Images/pulsanti/CalBooking2.gif); 
	background-position: left;
	background-repeat:no-repeat;
	background-color: #703C52;
	border-bottom: 1px solid #4C0B27;
	height: 35px;
	padding-top: 4px;
	padding-left: 34px;
	padding-right: 2px;
	padding-bottom: 4px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	font-size: 10px;
	font-weight:bold;
	cursor: hand;
}
.CalBookingBox2_f2{
	background-image: url(Images/pulsanti/CalBooking2.gif); 
	background-position: left;
	background-repeat:no-repeat;
	background-color: #703C52;
	border-bottom: 1px solid #4C0B27;
	height: 35px;
	padding-top: 4px;
	padding-left: 34px;
	padding-right: 2px;
	padding-bottom: 4px;
	color:#ffcc00;
	text-align:left;
	vertical-align:middle;
	font-size: 10px;
	font-weight:bold;
	cursor: hand;
}
.CalBookingBox3{
	background-image: url(Images/pulsanti/CalBooking3.gif);
	background-position: left;
	background-repeat:no-repeat;
	background-color: #703C52;
	border-bottom: 1px solid #4C0B27;
	height: 35px;
	padding-top: 4px;
	padding-left: 34px;
	padding-right: 2px;
	padding-bottom: 4px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	font-size: 10px;
	font-weight:bold;
	cursor: hand;
}
.CalBookingBox3_f2{
	background-image: url(Images/pulsanti/CalBooking3.gif);
	background-position: left;
	background-repeat:no-repeat;
	background-color: #703C52;
	border-bottom: 1px solid #4C0B27;
	height: 35px;
	padding-top: 4px;
	padding-left: 34px;
	padding-right: 2px;
	padding-bottom: 4px;
	color:#ffcc00;
	text-align:left;
	vertical-align:middle;
	font-size: 10px;
	font-weight:bold;
	cursor: hand;
}
.CalBookingBoxNoLink1 {
	background-image: url(Images/pulsanti/CalBooking3.gif);
	background-position: left;
	background-repeat:no-repeat;
	background-color: #703C52;
	border-bottom: 1px solid #4C0B27;
	height: 35px;
	padding-top: 4px;
	padding-left: 34px;
	padding-right: 2px;
	padding-bottom: 4px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	font-size: 10px;
	font-weight:bold;
}
.CalBookingBoxNoLink2 {
	background-image: url(Images/pulsanti/CalBooking3.gif);
	background-position: left;
	background-repeat:no-repeat;
	background-color: #703C52;
	border-bottom: 1px solid #4C0B27;
	height: 35px;
	padding-top: 4px;
	padding-left: 34px;
	padding-right: 2px;
	padding-bottom: 4px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	font-size: 10px;
	font-weight:bold;
}
.CalBookingBoxNoLink3 {
	background-image: url(Images/pulsanti/CalBooking3.gif);
	background-position: left;
	background-repeat:no-repeat;
	background-color: #703C52;
	border-bottom: 1px solid #4C0B27;
	height: 35px;
	padding-top: 4px;
	padding-left: 34px;
	padding-right: 2px;
	padding-bottom: 4px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	font-size: 10px;
	font-weight:bold;
}

