/* Stili dal sito Analysis */
div.header{
height:185px; background-color:#FFFFFF
}

a:active {
	font-family: Arial;
	text-decoration: underline;
}
a:link {
	font-family: Arial;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	text-decoration: none;
}

/* Page body */
body{
	background-color: #012F6B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family: Arial;
	font-size: 11px;
}

/* Text for most CSS classes */
.text, .smText, .error, a.smLink, a.nav, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableLedger, .tableSubLedger, .tableRow, .tableTopRow, .tableBottomRow, .RTEtableRow, .RTEtableTopRow, .RTEtableBottomRow {
	font-family: Arial;
	color : #000000;
	font-weight: normal;
	font-size: 11px; background-color:#FFFFFF
}

.lgText {
	font-family: Arial;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
    background-color:#FFFFFF
	
}

/* Text */
.smText{
	font-size: 10px;
}

.error{
	color : #FF0000;
}


h1 {
	font-family: Arial;
	font-size: 16px; color:#003781; height:20px;
	margin-top: 3px; margin-bottom: 2px
}

a.smLink {
	font-size: 10px;
}

/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
	font-family: Arial;
	color : #000000;
	font-weight: normal;
	font-size: 11px;
	background-color:#FFFFFF

}

a img,:link img,:visited img{
	border: none;
	vertical-align: middle;
}

.imgBorder {
	border: #E7E7E7 1px solid;
}

/* PNG Support for IE5.5 & 6 */
img {
   behavior: url('includes/pngbehavior.htc');
}

/* Tables */
.basicTable{
	text-align: left;
	border: 0px;
	width: 950px;
    background-color:#FFFFFF
}

.errorTable{
	text-align: left;
	border: 1px solid #F5C41C;
	background-color: #FFFFB0;
	width: 98%;
	color: #000000;
}

.tableBorder{
	text-align: left;
	border: 1px solid #E1E3EC;
	background-color: #FFFFFF;
	width: 100%;
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #333333;
	background-color: #D3DAED;
	line-height: 22px;
	background-image: url('../../images/default_toolbar_background.gif');
	
}

/* Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	color: #333333;
	background-color: #EBEEF7;
	height: 19px;
}

/* Tables */
.tableRow, .tableTopRow, .tableBottomRow, .RTEtableRow, .RTEtableTopRow, .RTEtableBottomRow{
	background-color: #FBFBFD;
}

.msgBody{
	width: 100%;
}

/* RTE */
.RTEtoolbar{
 	background-image: url('../../images/topbar_background.gif');
 
}

.WebWizRTEbutton, .RTEtoolbar{
	padding: 1px;
	margin-bottom: 2px;
	margin-top: 2px;
	
}

.WebWizRTEbuttonOver{
	background-image: url('../../images/toolbar_button_background.gif');
	padding: 1px;
}

.RTEtextarea{
	background-color: #FFFFFF;
	color: #000000;
	margin: 2px;
}

.RTEmouseOver{
	background-color: #c1cff2;
	color: #FFFFFF;
}table        { background-color: #FFFFFF }

