td,p,body,div,select,input { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 8pt; color : #000066; }
a {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #94311a;
}

.menuitem{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	
}
.menuitem:hover{
	color: #94311a;
}
.Titolo {
	font-size: 14px;
	font-weight: bold;
	color: #2D2FD4;
}

.errors {
	background-image: url('../images/attention.jpg');
	background-repeat: no-repeat;
	padding-left: 17px;
}
.errorsBorder {
	border: 2px solid red;;
	background-color: #FFEEEE;
}

TABLE.mars {
	font-size: 9pt;
	width: 80%;
	border: 1px solid black;
}




/* Display Tag Library styles */

span.pagebanner {
    display: block;
    margin: 0 0 0 0;
    padding: 2px 4px 2px 0;
    width: 79%;
}

span.pagelinks {
    display: block;
}

table.list {
    border: 1px solid #808080;
    border-collapse: collapse;
    margin-top: 10px;
    width: 100%;
    background: white;
}

table.list td {
    padding-left: 3px;
}

table.list th {
    background-color: silver;
    padding: 2px;
    padding-left: 3px;
    border-bottom: 1px solid black;
    border-left: 1px solid #808080;
    text-align: center;
    color: black;
}

/* The following 3 rules are for Tapestry's contrib:Table */
table.list th table {
    width: 100%;
    margin: 0;
    padding: 0;
}

table.list th table td {
    text-align: left;
}

table.list th table td:hover, table.list th table td a:hover {
    background-color: #ffd;
}

table.list th table tr:hover {
    background-color: #ffd;
    border: 1px solid white;
}

table.list tr.even {
    background: #eee;
    border-top: 1px solid silver;
}

table.list tr.odd {
    background: white;
    border-top: 1px solid silver;
}

table.list th a, table.list th a:visited {
    background-color: transparent;
    color: #000000;
    text-decoration: none;
}

th.sorted a, th.sortable a {
    background-position: right;
    display: block;
    padding: 0 3px;
}

table.list th.order1 a {
	background-image: url(../images/arrow_down.png) !important;
}

table.list th.order2 a {
    background-image: url(../images/arrow_up.png) !important;
}

table.list th.sortable a {
    background-image: url(../images/arrow_off.png);
}

table.list th.sorted {
    background-color: #eee;
    color: #000000;
}

table.list th.sorted a, table.list th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

table.list th.sortable:hover {
    background-color: #ffd;
}

table.list thead tr {
    background-color: #FFCC00;
}

table.list tr.even {
    background: #EEEEEE;
    border-top: 1px solid #C0C0C0;
    color: #000000;
}

table.list tr.odd {
    background: #FFFFFF;
    border-top: 1px solid #C0C0C0;
    color: #000000;
}

/* highlight table row onmouseover */
table.list tr:hover, table.list tr.over {
    background: #FFFF40;
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #000000;
    cursor: pointer;
    cursor: hand; /* IE 5.5 non-compliant workaround */
}

/* Labels for validation and label tag */
label {
    font-weight: normal;
    cursor: pointer;
    cursor: hand;
}

label.required {
    font-weight: bold;
}

label.error {
    font-weight: bold;
    background: transparent;
    color: red;
}

/* These are the styles for detail screen tables */
table.detail {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
}

table.detail th {
    text-align: right;
    padding: 0 3px 0 0;
}

.leftHeader{
	text-align: left;
	border-bottom: solid 1px #cccccc;
}

.bottomLine{
	border-bottom: solid 1px #cccccc;
	text-align: center;
}

.bottomLineRight{
	border-bottom: solid 1px #cccccc;
	text-align: right;
}

table.list2 {
    border: 1px solid #808080;
    border-collapse: collapse;
    margin-top: 10px;
    background: white;
}

#search{
 margin-top: 20px;
}

div.autocomplete {
/*  display:none; */
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}




table.list3 {
    border: 1px solid #808080;
    border-collapse: collapse;
    margin-top: 10px;
    width: 100%;
    background: white;
}

table.list3 td {
    padding-left: 3px;
    text-align: center;
}

table.list3 th {
    background-color: #ffffe7;
    padding: 2px;
    padding-left: 3px;
    border-bottom: 1px solid black;
    border-left: 1px solid #808080;
    text-align: center;
    color: black;
}

/* The following 3 rules are for Tapestry's contrib:Table */
table.list3 th table {
    width: 100%;
    margin: 0;
    padding: 0;
}


table.list3 tr.even {
    background: #eee;
    border-top: 1px solid silver;
}

table.list3 tr.odd {
    background: white;
    border-top: 1px solid silver;
}


