h1,h2,h3 { font-family: arial, sans-serif; }

p,li { font-family: arial, sans-serif; margin-left: 10px; }

/*
table {
  width:100%;
}
table, th, td {
  border: 0px solid black;
  border-collapse: collapse;
}

#tabconta {
  width: 50%;
}
#tabconta td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
  text-align: right;
}
#tabconta th {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
  text-align: right;
}
#tabconta tr:nth-child(even) {
  background-color: #eee;
}
#tabconta tr:nth-child(odd) {
 background-color: #fff;
}
#tabconta th {
 background-color:#a6a6a6;
}
*/

#left {
text-align:left;
}
#center {
text-align:center;
}

body {
	background-color:#FFFFFF;
	margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
}
	
#Content {
	width:800px;
	margin:auto auto; /* Right and left margin widths set to "auto" */
	/* text-align:left; */  /* Counteract to IE5/Win Hack */
	padding:0px;
	border:1px dashed #333;
	background-color:#f4f4ff;
	text-align:center; /* Hack for IE5/Win */
}

h1,h2,h3,hr {color:#3333f0;}

li {list-style: square;}

a:link    {color:#3333f0; background-color:transparent}
a:visited {color:#3333f0; background-color:transparent}
a:active  {color:#191978; background-color:transparent}
a:hover   {color:#191978; background-color:transparent}

a.curr    {font-weight:bold}

code {
	color:#3333f0;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}

img.outset {border-style: outset}
img.noborder {border-width: 0}

/*
#header h1 {font-size: 1.3em;
display: inline}
*/

#header {
  background-image: url(/current/images/logo1.gif); /* only jpg version - png too big! */
  background-color:#e8e8ff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100px;
  background-position: right;
  margin:0; padding:0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-align:center; /* Hack for IE5/Win */
}

#menu {
  background-color:#eeeeff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  /* height: 20px; */
  background-position: right;
  margin:0; padding:0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-align:right; /* Hack for IE5/Win */
}

#header #versioninfo {
  font-size: small;
  color: #053188;
}

#attenzione {
  font-size: large;
  color: #ff0000;
}

#footer {
  /*
  background-image: url(images/footer.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-color: #eee;
*/
  background-color:#e8e8ff;
  border-top: 2px solid transparent;
  /* height: 50px; */
}

#odd {
  background-color: #dddddd;
}

#even {
  background-color: #ffffff;
}

#nominativi {
    width: 15em;
}
#impegni {
    width: 10em;
}

#ssdlist { 
	font-size: 80%;
	/* border:3px; */
}

#highlight {
	font-size: 120%;
  	color: #3333f0;
}

.highlight {
    background: black;
    color: white;
    box-shadow: 0 0 0 5px gray;
}

.mark {
  background-color: gray;
  color: black;
}


#SmallFont {
  font-size: 10%;
}

#LargeFont {
  font-size: 150%;
}

/* Styles for input text background */
input[type=text].input-cyan { background: PaleTurquoise; }
input[type=text].input-blue { background: LightBlue; }
input[type=text].input-pink { background: PeachPuff; }
input[type=text].input-green { background: DarkSeaGreen; }
input[type=text].input-yellow { background: Khaki; }

/* Table styles for div */

.rTable {
   display: table;
   width: 80%; 
}
.rTableHalf {
   display: table;
   width: 50%;
}
.rTableRow {
   display: table-row;
}
.rTableHeading {
   display: table-header-group;
   background-color: #ddd;
}
.rTableCell, .rTableHead {
   display: table-cell;
   padding: 3px 10px;
   border: 1px solid #999999; 
}
.rTableHeading {
   display: table-header-group;
   background-color: #ddd;
   font-weight: bold;
}
.rTableFoot {
   display: table-footer-group;
   font-weight: bold;
   background-color: #ddd;
}
.rTableBody {
   display: table-row-group;
}

.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
   clear: both;
}
.rTableHead, .rTableFoot{
   background-color: #DDD;
   font-weight: bold;
}
.rTableCell, .rTableHead {
/*   border: 0px solid #999999;*/
   float: center;
   height: 20px;
   overflow: hidden;
   padding: 3px 1.8%;
   width: auto;
}
.rTable:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#myselect select { 
width:200px; }

#myselect select:focus {
width:200px; }

#table1 {
  width: 80%;
  background-color: #f1f1c1;
}
#thead {
  background-color: #DDD;
}
#trow {
  background-color: white;
}
#tcol {
  width: auto;
  background-color: white;
}
#tfoot {
  background-color: #DDD;
} 

/* links as buttons 
a:link, a:visited {
  background-color: #f44336;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: red;
}
*/


