body {
   margin: 0px;
   font-family: Arial, Tahoma, Verdana, Helvetica;
   font-size: 80%;
   text-align: justify;
}

img {
   border: 0px;
}

.text_title {
   font-size: 110%;
   font-weight: bold;
}

.text_big {
   font-size: 110%;
}

.text_small {
   font-size: 90%;
}

.text_white {
   color: #FFFFFF;
}

.text_gray {
   color: #767676;
}

.text_black {
   color: #000000;
}


.text_nodec {
   text-decoration: none;
}

.text_upper {
   text-transform: uppercase;
}

.text_center {
   text-align: center;
}

#title {
   /* top right bottom left */
   padding: 10px 0px 10px 20px;
}

#header {
	position: relative;
	width: 980px;
	height: 138px;
	margin: auto;
	background-color: #FFFFFF;
	white-space: nowrap;
}

table#container {
   width: 100%;
   margin-top: 12px;
   height: 400px;
}

#content {
	position: relative;
	width: 980px;
	height: auto;
	margin: auto;
}

#leftcolumn {
   width: 138px;
   background-color: #000000;
	vertical-align: top;
}

#contentcolumn {
   width: 805px;
	vertical-align: top;
}

#rightcolumn {
   width: 37px;
   background-color: #000000;
}

#logo {
	position: absolute;
   top: 17px;
   left: 18px;
   border: 0px;
}

#banner {
	position: absolute;
	width: 842px;
	height: 130px;
   left: 138px;
   background-color: #E9E9E9;
}

#footer {
	position: relative;
	height: 60px;
	width: 980px;
	margin: 7px auto auto auto;
	background-color: #E9E9E9;
}

#footer_table {
   position: relative;
   width: 805px;
   left: 138px;
   height: 60px;
   border: 0px;
   padding: 0px;
}

#footer_cell {
   text-align: center;
   vertical-align: middle;
}

#menu {
   position: relative;
   height: 20px;
   margin-left: 135px;
}

#login {
   margin: 15px;
}

#credits {
   position: absolute;
   width: 108px;
   text-align: center;
   bottom: 67px;
   margin: 15px;
}

#login_user {
   width: 108px;
   border: 0px;
   margin-top: 1px;
   margin-bottom: 3px;
   font-family: Verdana;
   font-size: 11px;
   background-image: url('/images/common/login-background.gif');
   background-position: left top;
}

#login_pass {
   width: 108px;
   border: 0px;
   margin-top: 1px;
   margin-bottom: 3px;
   font-family: Verdana;
   font-size: 11px;
   background-image: url('/images/common/login-background.gif');
   background-position: left top;
}

#submit {
   width: 108px;
   text-align: center;
   margin-top: 2px;
   border: 1px solid #606060;
   font-family: Verdana;
   font-size: 11px;
   text-decoration: underline;
   color: #FFFFFF;
   background-color: #303030;
}

#areaclienti {
   border: 0px;
   margin-bottom: 10px;
}

#login_message {
   margin-top: 10px;
   margin-bottom: 2px;
   color: #FFC0C0;
   text-align: left;
}
