﻿html {
	background-color: #DDDDDD;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
} 

body {
	width:95%;
}

body.top {
	width:100%;
}

a:active {
	color: #003366;
	text-decoration: none;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}

.message {
	border-bottom: solid 1px #DDDDDD;
	padding-bottom: 5px;
	padding-top: 5px;
}

.spacer {
	height: 2;
	background-color: #DDDDDD;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 2px;
	padding-top: 0px;
	font-size: 0.5pt;
}

.tableRowSelected {
	background-color: #ffffee;
}

.errore {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #990000;
	padding: 2px;
}

.inputVisible{
	visibility:visible;
}

.inputHidden{
	visibility: hidden;
	display: none;
}

/* navigazione */
.top-tab-active td {
	cursor:pointer;
}

.top-tab-inactive td {
	cursor:pointer;
}

.top-tab-active {
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	border: 1px solid #7693BE;
	border-bottom: none;
	background-color: #DDDDDD;
	text-align: center;	
	padding: 3px 18px 3px 18px;
	cursor:pointer;
}
.top-tab-inactive {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #7693BE;
	background-color: #dee3ef;
	text-align: center;
	padding: 3px 18px 3px 18px;
	cursor:pointer;
}

.top-tab-inactive-space {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #dee3ef;
	text-align: center;
	width: 10px;
}

.top-tab-inactive a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
	width:100%;
	margin:0px;
	border: 0px solid;
}
.top-tab-inactive a:active {
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
	width:100%;
	margin:0px;
	border: 0px solid;
}
.top-tab-inactive a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	width:100%;
	margin:0px;
	border: 0px solid;	
}

.tab-active {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	border-top: 0px none #dee3ef;
	border-right: 1px solid #dee3ef;
	border-left: 1px solid #dee3ef;
	border-bottom: 0px none #dee3ef;
	background-color: #dee3ef;
	text-align: center;
	padding: 3px 18px 3px 18px;
}
.tab-inactive {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #333333;
	background-color: #666666;
	text-align: center;
	padding: 3px 18px 3px 18px;
}

.tab-inactive-space {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	width: 10px;
}

.tab-inactive a:link {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.tab-inactive a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.tab-inactive a:active {
	font-size: 11px;
	font-weight: bold;
	color: #FFC453;
	text-decoration: none;
}
.tab-inactive a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFC453;
	text-decoration: none;
}
.tableTab {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7693BE;
	border-bottom-color: #7693BE;
	border-left-color: #7693BE;
}
.tab-sep {
	background-color: #dee3ef;
	height: 6px;
}
/* navigazione */

/* Bottoni */
.buttonNew {
	border: 1px solid #333333;
	margin: 0px;
	background-color: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
	background-image: url("/Brasile/Console/assets/images/new.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	padding-left: 15px;
	width: 100px;
}

.buttonSave {
	border: 1px solid #333333;
	background-color: #CCCCCC;
	font-size:11px;
	cursor: default;
	background-image: url("/Brasile/Console/assets/images/save.png");
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	padding: 2px 0px 2px 0px;
	width: 120px;
}

.buttonPrint {
	border: 1px solid #333333;
	background-color: #CCCCCC;
	font-size: 11px;
	cursor: default;
	background-image: url("/Brasile/Console/assets/images/printer.png");
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	padding: 2px 0px 2px 0px;
	width: 100px;
}

.buttonAvanti {
	border: 1px solid #333333;
	background-color: #CCCCCC;
	font-size: 11px;
	cursor: default;
	background-image: url("/Brasile/Console/assets/images/redo.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	padding: 2px 0px 2px 0px;
	width: 100px;
}

.buttonIndietro {
	border: 1px solid #333333;
	background-color: #CCCCCC;
	font-size: 11px;
	cursor: default;
	background-image: url("/Brasile/Console/assets/images/undo.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	padding: 2px 0px 2px 0px;
	width: 100px;
}

.buttonSearch {
	border: 1px solid #333333;
	background-color: #CCCCCC;
	font-size: 11px;
	cursor: default;
	background-image: url("/Brasile/Console/assets/images/find.png");
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	padding: 2px 0px 2px 0px;
	width: 100px;
}

.buttonAsk {
	border: 1px solid #333333;
	background-color: #CCCCCC;
	font-size: 11px;
	cursor: default;
	background-image: url("/Brasile/Console/assets/images/contents.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	padding: 2px 0px 2px 0px;
	width: 100px;
}

.buttonSubmit {
	border:1px solid #333333;
	background-color:#CCCCCC;
	font-size:11px;
	cursor: default;
	background-image: url("/Brasile/Console/assets/images/butOk.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	padding: 2px 0px 2px 0px;
	width: 100px;
}

.buttonCancel {
	border:1px solid #333333;
	background-color:#CCCCCC;
	font-size:11px;
	cursor: default;
	background-image: url("/Brasile/Console/assets/images/butcancel.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 10px 2px 5px;
	text-align: center;
	width: 20px;
}

.buttonAnnulla {
	border:1px solid #333333;
	background-color:#CCCCCC;
	font-size:11px;
	cursor: default;
	background-image: url("/Brasile/Console/assets/images/butcancel.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 10px 2px 5px;
	text-align: center;
	width: 100px;
}

.buttonDetail {
	border:1px solid #333333;
	background-color:#CCCCCC;
	font-size:11px;
	cursor: default;
	background-image: url("/Brasile/Console/assets/images/detail.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	padding: 2px 0px 2px 0px;
	width: 100px;
}
/* Bottoni */

/* Frames */
 #leftBorder {
	background-color: #dee3ef;
	border-right-style: solid;
	border-right-color: #7693BE;
	border-right-width: 1px;
	padding: 0px;
	margin: 0px;
	height:2000px;
	width:auto;
}

 #rightBorder{
	background-color: #dee3ef;
	border-left-style: solid;
	border-left-color: #7693BE;
	border-left-width: 1px;
	padding: 0;
	margin: 0px;
	height:2000px;
}

.bottomBorder{
	background-color: #dee3ef;
	border-top-style: solid;
	border-top-color: #7693BE;
	border-top-width: 1px;
	padding: 0;
	margin: 0px;
}

.topBorder{
	background-color: #dee3ef;
	border-bottom-style: solid;
	border-bottom-color: #7693BE;
	border-bottom-width: 1px;
	font-size: 10px;
	padding: 0;
	margin: 0px;
}
/* Frames */

/* Menù homepage */
.tableMenu {
	border: 1px solid #7693BE;
	font-size: 11px;
	color: #333333;
}

.tableMenuTitle {
	font-weight: bold;
	color: #003366;
	background-color: #dee3ef;
	border-bottom: solid 1px #7693BE;
	padding: 3px;
}

.tableMenuRow {
	background-color: #f3f3f3;
}
/* Menù homepage */

/* Titolo pagina */
.tableTitle {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
/* Titolo pagina */

/* Tabella elenco */
.tableDett {
	border: 1px solid #7693BE;
	background-color: #F3F3F3;
}

.tableDettTitle {
	font-weight: bold;
	color: #003366;
	background-color: #dee3ef;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

.tableDett th {
	padding-left: 5px;
	border-bottom: solid 1px #7693BE;
}

.tableDett td {
	padding: 1px;
	border-top: solid 1px #DDDDDD;
}
/* Tabella elenco*/

/* Tabella form */
.tableForm {
	border: 1px solid #7693BE;
	background-color: #F3F3F3;
}

.tableFormTitle {
	font-weight: bold;
	color: #003366;
	background-color: #dee3ef;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

.tableForm th {
	padding-left: 5px;
	border-bottom: solid 1px #7693BE;
}

.tableForm td {
	padding:2px;
}
/* Tabella form */

/* Tabella elenco */
.tableBottom {
	border: 1px solid #7693BE;
	background-color: #F3F3F3;
}
/* Tabella Bottom*/

/* Form */
input{
	font-size: 11px;
	text-transform: uppercase;
	border: 1pt solid #CCCCCC;
}

select {
	border: solid 1px #CCCCCC;
	font-family:Verdana; 
	font-size:11px; 
	color:#333333;
	text-transform: uppercase;
} 

textarea {
	border: solid 1px #CCCCCC;
	font-family:Verdana; 
	font-size:11px; 
	color:#333333;
	text-transform: uppercase;
} 
/* Form */

