a {
	color: #389DC7;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

a:visit {
	color: #389DC7;
	text-decoration: none;
}

a.nuovo {
	color: #389DC7;
	text-decoration: none; 
}

h1 {
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	color:#F74A02;
}

h3 {
	color:#F74A02;
}

hr {
	border: none;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin-bottom: 15px;
}

img {
	border: 0;
	position: relative;
}

img.righe {
	cursor: pointer;
	padding-right: 10px;
}

input {
	border: solid 1px;
	border-color: #999999;
}

input.login {
	width: 250px;
}

input.image {
	border: none;
}

input.intestazione {
	width: 390px;
}

input.righe_data {
	text-align: center;
	width: 100px;
}

input.sidebar {
	border: none; 
	width: 75px; 
	text-align: right;
}

label {
  width: 170px;
  float: left;
  text-align: right;
  line-height: 30px;
  padding-right: 5px;
}

p.filter-table {
	margin-bottom: 5px;
}

select {
	border: solid 1px;
	border-color: #999999;
}

select.intestazione {
	width: 393px;
}

select.right {
	font-size: 10px;
}

span.righe {
	color: #666;
}

textarea {
	border: solid 1px;
	border-color: #999999;
	resize: none;
}

table { border-collapse: collapse; }

td {  padding: 5px; border-bottom: 1px solid #ccc; }

td.alt { 
	background-color: #ffc; 
	background-color: rgba(255, 255, 0, 0.2);
}

td.righe { 
	vertical-align: top; 
	text-align: center;
}

th {  padding: 5px; border-bottom: 2px solid #999; background-color: #389dc7; vertical-align: bottom; color: #FFF }

tr.striped { background-color: #f0f8ff; }

tr.righe { 
	background-color: #ecf2f6;
	border: solid 1px;
	border-color: #999999;
}

ul li { 
	list-style: none;
}