


/* HTML ELEMENTS */
body {
	margin: 0px 0px 20px 5px;
	padding: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #3D3D3D;
	background-color: white;
}

a {
	font-family: Arial;
}

table {
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-size: 12px;
}

form {
    margin: 0px;
    padding: 0px;
}

/* MAIN PANEL */
.mainPanel {
	width: 700px;
}

/* INFO */
.info {
    font-weight: bold;
	font-size: 12px;
	color: #3D3D3D;
}

/* ERROR */
span.error {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: red;
}

.errorErr {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: red;
}

.errorWarning {
	font-family: Arial;
	font-size: 12px;
	color: #C07D00;
	font-style: italic;
	font-weight: bold;
}

.errorFatal {
	font-family: Arial;
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.errorInfo {
	font-family: Arial;
	font-size: 12px;
	color: #0080C0;
	font-style: italic;
}

/* ALIGNMENT */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
    text-align: justify;
}

/* MONEY COMPONENT */
span.money {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}

.negative {
	color: #ff0000;
	font-weight: bold;
}

.positive {
	color: #000080;
	font-weight: bold;
}

/* SIGN COMPONENT */
.signPanel{
	margin: 5px 0px 5px 0px;
	border-top: 3px solid #CCCCCC;
	border-bottom: 	3px solid #CCCCCC;
	width: 694px;
}

td.signImage {
	width: 280;
	text-align: right;
}

td.arrowImage {
	width: 139;
	text-align: center;
}

td.password {
	width: 261;
	text-align: left;
}

td.error {
	text-align: left;
}

/* SELECT ACCOUNT COMPONENT */
.selectAccountLabel{
	width: 85px;
}

.selectAccountMenu {
	width: 615px;
}

.esclamation {
	color: red;
	font-size: medium;
	font-weight: bolder;
}

/* WAITING PANEL */
div.popup {
	border: 1px black solid;
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	z-index: 1000;
}

div.popupOut {
	position: absolute;
	border-top: 1px #d0d0d0 solid;
	border-left: 1px #d0d0d0 solid;
	border-right: 1px #909090 solid;
	border-bottom: 1px #909090 solid;
	background-color: white;
	visibility: hidden;
	z-index: 1000;
}

iframe.sfondo {
	position: absolute;
	border: 0px;
	border: 0px;
	visibility: hidden;
	z-index: 999;
}

/* SIZE */
.halfSize {
	width: 50%;
}

.printAlert {
	font-style: italic;
}


/* FOR PRINTING PAGES */
@media print {
	.mainPanel {
		width: 100%;
	}

	/* Used for alert message before printing. Programmer can defines its own
	 * for screen media */
	.printAlert {
		visibility: hidden;
	}
}