* {
	margin: 0;
	padding: 0;
}
html {
	background: transparent url(/images/sfondo.png) repeat-x;
	background-color: rgb(196, 209, 219);
}

body {
	margin: 0;
	padding: 0; 
	font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: rgb(0, 51, 102);
	text-align: center;
	background: transparent url(/images/toppa.jpg) no-repeat center 10px;
}

code {
		font-size: medium;
}

#container {
	margin: 0px auto;
	padding: 0;
	width: 696px;
	border: none;
	text-align: left;
}

a:link, a:visited, a:hover, a:active, li.down {
	font-family: "bitstream vera sans", "luxi sans", verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: none;
}
a:link {
	color: rgb(0, 51, 102);
}

a:visited      {
	color: #726461;
}

a:hover, li.down:hover {
	color: #841212;
	background-color: #fff0c0;
}

blockquote ul li {
		margin-left: 20px;
}

a:active  {
	color: #ff0000;
}

p {
	margin-bottom: 10px;
}

#pageHeader {
		display: none;
}

#content {
	padding: 20px;
	top: 150px;
	position: relative;
	left: 0px;
	/*color: #B0A77E;*/
	width: 660px;
	background: rgb(250, 250, 255);
	text-align: justify;
	margin-bottom: 160px;
	min-height: 180px;
	/*<IE> per implementare min-height su IE*/
		height: auto !important;
		height: 180px
	/*</IE>*/
}

.little {
 	font-size: x-small;
   	color: #777788;
}

li.articles {
	border-left: 2px solid rgb(131, 131, 153);
	list-style: none;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}

li.down {
	list-style-image: url(/images/forward-arrow.png);
    margin-left: 20px;
}
#menu {
	border: 2px solid black; /*rgb(131, 131, 153);*/
	position: relative;
	left: 0px;
	top: 130px; 
	width: 656px;
	padding: 20px;
}

#menu {
background: rgb(250, 250, 255);
}



.box {
	border:3px solid rgb(131, 131, 153);
}

div.hint {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 400px;
  visibility: hidden;
  color: rgb(0, 51, 102);
  background:white;
  border:3px solid rgb(120, 120, 60);
}


#footer {
    border: 2px solid #faba00;
	background: rgb(250, 250, 255);
	font-size: x-small;
	text-align: center;

}
div.extraFooter {
	font-size: x-small;
	text-align: center;
	position: relative;
	float:right;
}

#ExtraDiv1, #ExtraDiv2, #ExtraDiv3, #ExtraDiv4, #ExtraDiv5, #ExtraDiv6 { display:none }


.sort-arrow {
  width:  11px;
  height: 11px;
  background-position:  center center;
  background-repeat:    no-repeat;
  margin: 0 2px;
}

.sort-arrow.descending {
background-image:  url("images/downsimple.png");
}

.sort-arrow.ascending {
background-image:  url("images/upsimple.png");
}

td.grid {
		text-align: center;
}

.data1 {
background-color: #FBFEF5;
}

.table {
background-color: #0F5B52;
}

.small {font-size: small}

pre {font-size: medium}
