/*
 #6799cc azzurro
 #2a6699 blu
 #666666 grigio
 #aaaaaa grigio chiaro
 #ebebeb grigio chiarissimo
 */

img {
 border:0;
}

.none {
}

body, html {
	color: #666666;
	font-size: 10px;
	font-style: normal;
	font-family: verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

code, pre, tt {
    font-family: courier, "courier new", monospace;
}

h1 {
  background-color: #ebebeb;
  border-width: 1px;
  border-style: solid;
  border-color: #2a6699;
  font-size: 20px;
  text-align: center;
}

h2 {
	font-size: 15px;
	color: #2a6699;
}

h3 {
 font-size: 12px;
 font-style: italic;
 color: #2a6699;
}

h4 {
	font-size: 10px;
	color: #2a6699;
}

table {
  background-color: #ebebeb;
  border-width: 1px;
  border-style: solid;
  border-color: #2a6699;
	font-size: 10px;
}

th {
  color: #2a6699;
  font-size: 12px;
  text-align: center;
}

th.left {
  color: #2a6699;
  font-size: 12px;
  text-align: left;
}

th.browse {
  background-color: #b4c6d3;
  font-size: 10px;
  text-align: center;
}

td {
	color: #666666;
}

a, a:visited {
	color: #666666;
}
a:hover {
	color: #2a6699;
}

input {
  color: #2a6699;
	background-color: #ebebeb;
	height: 16px;
	border-width: 1px;
  border-style: solid;
  border-color: #2a6699;
	font-size: 10px;
  font-family: verdana, sans-serif;
}

input.checkbox {
	background-color: #ffffff;
	border-width: 0px;
	height: 18px;
}

select {
	color: #2a6699;
	background-color: #ebebeb;
	height: 16px;
	font-size: 10px;
	font-family: verdana, sans-serif;
	text-decoration: none
}

textarea {
  color: #2a6699;
	background-color: #ebebeb;
	border-width: 1px;
  border-style: solid;
  border-color: #2a6699;
  font-size: 10px;
  font-family: verdana, sans-serif;
  overflow: auto;
}

button {
  color: #ebebeb;
	background-color: #2a6699;
	border-width: 3px;
  border-style: double;
  border-color: #666666;
	font-size: 10px;
}

ul {
  list-style-image: url(images/freccia_grigia.gif);
}


.white {
	background-color: #ffffff;
}

.redgrey {
	background-color: #ffe0e0;
}

.lightgrey {
	background-color: #ebebeb;
}

.alert {
	color: #ff0000;
}







a.small, a:visited.small {
	color: #666666;
	font-size: 8px;
}
a:hover.small {
	color: #2a6699;
	font-size: 8px;
}


div.small {
	font-size: 9px;
}

table.white {
  background-color: #ffffff;
  border-width: 0px;
	font-size: 10px;
}

table.topMenu {
  background-color: #ebebeb;
  border-width: 0px;
	font-size: 10px;
}

table.naked {
	border-width:0px;
	border-collapse: collapse;
}

td.postheader {
  color: #ebebeb;
  border-width: 0px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
	font-size: 10px;
}

td.postbody {
}

td.topMenu, td.bottomMenu {
  background-color: #ebebeb;
  border-width: 0px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
	font-size: 10px;
}

table.leftMenu {
  background-color: white;
	font-size: 10px;
  border: 0px;
}

td.leftMenu {
  min-width:250;
  max-width:250;
  border: 0px;
  border-right: 1px dotted #aaaaaa;
}

table.mainBody {
  background-color: white;
  width: 100%;
	font-size: 10px;
  border: 0px;
}

td.mainBody {
  width:100%;
  border:0px;
  border-right: 1px dotted #aaaaaa;
}