body {
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 3px;
	padding-top: 3px;
}

#header {
	height: 110px;
	padding: 5px;
	color: #fff;
	/*border-top: 1px solid #006;*/
	border-bottom: 1px solid #006;
	background: url(../img/logo1.png) no-repeat right center;
}

#subheader {
	background: #ccc;
	border-bottom: 1px solid #006;
	padding: 4px;
	font-size: 12px;
}

#main {
   text-align: center;
   padding: 10px;
}
#main td {
   font-size: 10pt;
}
#credit {
	background: url(../img/carta01.jpg) no-repeat center center;
	color: #fff;
}
#bcredit {
	background: url(../img/carta00.jpg) no-repeat center center;
	color: #fff;
}
#credit td, #credit th, #bcredit td, #bcredit th{
	color: #fff;
}
#bcredit th{
	text-align: left;
}
#login {
	background: url(../img/bkg_login.gif) no-repeat center center;
	filter: Alpha(Opacity=60, FinishOpacity=60, Style=1, StartX=60, StartY=60, FinishX=60, FinishY=60);
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006;
	width: 271px;
	height: 183px;
	margin: 20px auto 20px auto;
	text-align: center;
}

#login form{
	padding: 20px;
}

#planner td, #planner th {
   background: #fff;
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   font: 7pt Verdana,Arial, Helvetica, sans-serif;
}

#footer {
	padding: 4px;
	border-top: 1px solid #006;
	border-bottom: 1px solid #006;
	background: #999;
	color: #fff;
	text-align: center;
	font: 12px;
}

#footer a:link, a:visited, a :active {
	color: #fff;
}

#footer a:hover {
	color: #ccc;
}

input, textarea, select {
   font: 8pt Verdana,Arial, Helvetica, sans-serif;
   border: 1px solid #999;
/*   background: #fff url(../img/ombra.gif); */
}
input.button {
  /* background: #036;
	   color: #fff;
     border: 1px solid #000; */
}
input.none {
   border: 0px solid #006;
}
a:link, a:visited, a:active {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #036;
	text-decoration: underline;
}

code.code {
	color: #c00;
	padding: 6px;
	display: block;
  background: #eee;
  border: 1px solid #ccc;
}


h3 {
	margin: 0px;
	padding: 2px;
}
small.bar {
	color: #f00;
	text-decoration: line-through;
}
.line td {
     border-bottom: 1px solid #ccc;
}
