html  {
     background: #d1d3d4 ;
}

/*
h3 {
   font-size: 108%;
}

h2 {
   font-size: 116%;  
}

h1 {
   font-size: 123.1%;   
}
*/

h1, h2, h3 {
   color: #a73d37;
   margin-top:0.5em;
   margin-bottom:0.5em;
}

p, fieldset, table, pre {
   margin-bottom:0.5em;
}

#foto {
   width: 680px;
   height: 170px;
   background-color: #ffffff ;
   padding-bottom: 5px;
}

#content {
      text-align: justify;
}

#content img {
     padding-bottom: 10px;
}

body {
     font-family: Verdana,Geneva,Arial,helvetica,sans-serif;
/*     background: #FFFFFF url(../imgs/pageBg.gif) repeat-y scroll center top; */
     color: #000000;
     background-color: #d1d3d4 ;
}

#doc4  {
     background-color: #ffffff;
     background: #ffffff;
}

#doc3  {
     background-color: #ffffff;
     background: #ffffff;
}

.yui-gc {
      padding-left: 22px;     
/*      padding-right: 22px;     */
}


#toplinks {
	margin-right: 22px;
	text-align:right;
	font-size: 85%;
	font-weight: bold;
	color: #a73d37;
}

#logo {
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#separator {
	padding: 10px;   
	display: inline;
}

#top-menu {
	text-align:center;
	padding: 10px;
        color: #a73d37;
	font-weight:bold;
}

#top-menu a, #top-menumenu a:visited, #top-menumenu a:hover {
	color: #a73d37;
	text-decoration:none;
	font-weight:bold;
}

.imginline {
	display:inline;
	float:right;
	margin:0pt 0px 0px 10px;
	width:140px;
}

#breadcrumb {
	margin-top:10px;
	margin-bottom:2px;
	font-size: 100%;
}

#colseparatore {
	background:url(../imgs/separatorecol.png) repeat-x;
	height:6px;
	width:175px;
	margin-top:15px;
}

#news p {
 	font-size: 85%;
	padding: 0px 10px 0px 5px;
}

#news b {
/* 	font-size: 85%;	     */
	font-weight: normal;
}

#news a {
 	font-size: 85%;	     
	font-weight: bold;
}

#column {
	position: relative;
	background:url("../imgs/pallino.jpg") repeat-y left;
}

#column h3 {
	color: #a73d37;
	margin-left:12px;
	font-size: 100%;
}

#column p {
	padding: 0px 10px 0px 5px;
	margin-left:12px;
	font-size: 93%;
}

#column ul {
	margin-left:8px;
	font-size: 85%;
	padding-left:0px;
	padding-bottom:6px
}

#column li {
	list-style:none;
	line-height: 1.2;
	padding:0px 0px 4px 0px; 
}

a:hover {
	color: #a73d37 ;
/*	text-decoration:none; */
}

a {
  color:#a73d37;
  text-decoration:none;
  font-weight: bold;
  font-size: 93%;
}

.side-img {
	padding-top: 0px;
	padding-bottom: 10px;
}

#right-col {
}

.side-menu {
  	background-color: #a73d37;
  	color: #ffffff;
	padding: 0px;
	margin-bottom: 10px;
	width: 240px;
}

.side-menu-content {
	height: 150px;
}

.side-menu ul {
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10%;
	list-style-type: none;
	font-size:116%;
}

.side-menu li {
	line-height: 1.2;
	margin-bottom: 10px;
	list-style-type: none;
	font-weight: bold;
}

.side-menu a {
  	color: #ffffff;
	text-decoration: none;
}

.side-menu a:visited {
  	color: #ffffff;
	text-decoration: none;
}

.side-menu a:hover {
  	color: #ffffff;
	text-decoration: none;
}

#ft_top {
	background-color: #ffffff;
	height: 15px;
}

#ft_content {
 	text-align: center;
	color: #4c5159;
	padding-top: 5px;
/*	height: 50px; */
	background-color: #d1d3d4;
	font-weight: bold;
	font-size: 80%;
}

#ft_content a:hover {
	color:#4c5159;
}

#ft_content  a {
  color:#4c5159;
}

#ft_content a:visited {
  color: #4c5159;
}

#ft_content img {
   padding-bottom: 5px;
}

#news p {
 	font-size: 85%;
	padding: 5px 20px 5px 5px;
}

.side-menu {
	margin-top: 10px;
	margin-left: 16px; 
	width: 180px;
}

.side-menu-content {
 	height: auto;
}

.side-menu ul {
	font-size:116%;
}


/* da fedora.css */
/*
code.screen, pre.screen { font-family: monospace; font-size: 1em; display: block; padding: 10px; border: 1px solid #bbb; background-color: #eee; color: #000; overflow: auto; border-radius: 2.5px; -moz-border-radius: 2.5px; margin: 0.5em 2em; }
*/

code.screen, pre.screen { background-color: #eee; padding: 10px; overflow: auto; }

th,td {
	/*borders and padding to make the table readable*/
	border:0;
	padding:0px;
}

th {
	/*distinguishing table headers from data cells*/
	font-weight:normal;
	text-align:left;
}


div.table table {

	width: 95%;

	background-color: #DCDCDC; 

	color: #000000;

	border-spacing: 0;

}

div.table table th {

	border: 1px solid #A9A9A9;	

	background-color: #A9A9A9;

	color: #000000;

}

div.table table td {

	border: 1px solid #A9A9A9; 

	background-color: #DCDCDC;

	color: #000000;

	padding: 0.5em;

	margin-bottom: 0.5em;

	margin-top: 2px; 

}

div.note table, div.tip table, div.important table, div.caution table, div.warning table, div.tip table.screen {

	width: 95%;

	border: 2px solid #D0D0B0;

	background-color: #FAF9E0;

	color: #000000;

	padding: 0.5em;

	margin-bottom: 0.5em;

	margin-top: 0.5em;

}

div.note pre.screen {
	width: 95%;

        border: 0px;

        background-color: #FAF9E0;

        color: #000000;

        padding: 0.5em;

        margin-bottom: 0.5em;

        margin-top: 0.5em;

}

hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}


.threadGroup ul {
	margin-top: 2px;
	margin-bottom: 2px;
}

.dateList ul {
	margin-top: 2px;
	margin-bottom: 2px;
}

/*

.qandaset table {

	border-collapse: collapse;

}

.qandaset {

}

.qandaset tr.question {

}

.qandaset tr.question td {

	font-weight: bold;

	padding: 1em 1em 0;

}

.qandaset tr.answer td {

	padding: 0.25em 1em 1.5em;

}

.qandaset tr.question td, .qandaset tr.answer td {

}

li p {

	# display: inline;

}

li p.title {

        display: inline;

}

div.table table {

	width: 95%;

	background-color: #DCDCDC; 

	color: #000000;

	border-spacing: 0;

}

div.table table th {

	border: 1px solid #A9A9A9;	

	background-color: #A9A9A9;

	color: #000000;

}

div.table table td {

	border: 1px solid #A9A9A9; 

	background-color: #DCDCDC;

	color: #000000;

	padding: 0.5em;

	margin-bottom: 0.5em;

	margin-top: 2px; 

}

div.note table, div.tip table, div.important table, div.caution table, div.warning table {

	width: 95%;

	border: 2px solid #D0D0B0;

	background-color: #FAF9E0;

	color: #000000;

	padding: 0.5em;

	margin-bottom: 0.5em;

	margin-top: 0.5em;

}

.qandaset table {

	border-collapse: collapse;

}

.qandaset {

}

.qandaset tr.question {

}

.qandaset tr.question td {

	font-weight: bold;

	padding: 1em 1em 0;

}

.qandaset tr.answer td {

	padding: 0.25em 1em 1.5em;

}

.qandaset tr.question td, .qandaset tr.answer td {

}

hr {

        border: 0;

        border-bottom: 1px solid #ccc;

}

div.example {

	padding: 10px;

        border: 1px solid #bbb;

	margin: 0.5em 2em;

}

.procedure ol li {

        margin-bottom: 0.5em;

}

.procedure ol li li {

	margin-bottom: 0em;

}

.procedure ol li pre {

	margin-bottom: 1em;

}

.itemizedlist ul li {

	margin-bottom: 0.5em;

}

.itemizedlist ul li li {

	margin-bottom: 0em;

}

p.title	{

	text-align: center;

}


*/

