body { background: #ffffff url("./line1.gif") repeat-x 0 80px; color: #000000; font-size: 100%; font-family: verdana, arial, sans-serif; overflow: scroll; }

/* divs */
div#logo	{ position:absolute; top: 50px; right: 3em; margin: 0px; text-align: center; height: 60px; width:195px; background: #ffffff url("./head.gif") 0 0 no-repeat; }
div#body    { position:absolute; top: 120px; left: 2%; width: 74%; margin: 0px 0px 1em 0px; padding: 1em; border: 1px solid black; background: transparent url("./sfondo1.gif") 0 0 repeat; z-index:1; }
div#footer  { position:absolute; top: 0px; left: 0px; height: 80px; width: 100%; margin: 0px; padding: none; border: none; background: transparent url("./libro1.jpg") 0 0 no-repeat; text-align: left; font-size: 80%; z-index:3; }
div#col_sx        { position:absolute; top: 120px; right: 2%; width: 17%; background-color: transparent; padding:0px; z-index:2; text-align: center; }
div#navbar { border-top: 1px dashed #960101;  border-bottom: 1px dashed #960101; background-color: transparent; padding:10px; margin: 0px; text-align: right; }

a#logofarum, a#logofarum:hover { display: block; margin-top: 2em; text-decoration: none; background-color: transparent;}
/* impostazioni per non vedenti */
.Aural { display: none; }

/* common tags */
h1 { color: #960101; font-weight: bold; font-size: 150%; text-align: center; }
h2 { color: #5282a5; font-weight: bold; font-size: 110%; text-align: center;}
h3 { color: #6e3e10; font-weight: bold; font-size: 100%; text-align: center;}
a:link    { color: #5282a5; background-color: transparent; }
a:visited { color: #5282a5; background-color: transparent; }
a:hover   { color: #ffffff; background-color: #5282a5; }
a:active  { color: #5282a5; background-color: transparent; }
li,dt     { margin-top: 0.5em; }
img       { border: none;}
a img     { text-decoration: none;}
em	      { font-style: italic; }
strong	  { font-weight: bold; color: #960101;  }
acronym   { border-bottom: thin dotted #960101; }
form             { padding: 0px 5% 0px 5%; }
form.little      { padding: 0px 20% 0px 20%; }
label            { width: 100%; padding: 0px; margin: 0px; color: #960101; }
input            { width: 100%; padding: 0px; margin: 0px; height: 2em; border: 1px solid #5282a5; background-color: white; font-size: 100%; vertical-align: middle; color: #333333; }
input.check      { width: 1em; height: 1em; padding: 0px; margin: 0px; border: 1px solid #5282a5; background-color: white; color: #333333; }
select           { width: 100%; height: 2em; padding: 0px; margin: 0px;  border: 1px solid #5282a5; background-color: white; font-size: 100%; vertical-align: middle; color: #333333; }
select.multiple     { width: 100%; height: 8em; padding: 0px; margin: 0px; border: 1px solid #5282a5; background-color: white; font-size: 100%; vertical-align: middle; color: #333333; }
textarea         { width: 100%; padding: 0px; margin: 0px; height: 10em; border: 1px solid #5282a5; background-color: white; font-size: 120%; color: #000000; }
textarea#logtxt  { width: 100%; padding: 0px; margin: 0px; height: 20em; border: 1px solid #5282a5; background-color: white; font-size: 120%; color: #000000; }
button           { width: 100%; height: 2em; border: 1px solid #960101; background-color: #D6D6D6; cursor: pointer; color: #960101; font-weight: bold;}
button:hover     { background-color: #960101; color: #ffffff;}
button.HideBorders {border: none; background: transparent; width: auto; height: auto;}
fieldset  { border: 1px solid  #c0c0c0; margin-top: 1em; padding: 0.5em;}
legend    { color: #979797; font-weight: bold;}
fieldset.warn { background-color: #960101; border: 1px solid #6e3e10; margin-top: 1em; padding: 0.5em;  color: white;}
fieldset.warn legend   { color: white; font-weight: bold; background-color: #960101; border: 1px solid #6e3e10;  padding: 0.2em 1em 0.2em 1em;}
fieldset.info 				{ background-color: #D6D6D6; color: black; border: 1px solid black; margin-top: 1em; padding: 0.5em;}
fieldset.info legend   	{ background-color: #D6D6D6; color: black; font-weight: bold; border: 1px solid black;  padding: 0.2em 1em 0.2em 1em;}

/* barra di navigazione */
div#navbar ul    { padding: 0px; text-indent: 0px; margin: 0px;}
div#navbar ul li { list-style: none inside; display: block;}
div#navbar ul li a, div#navbar ul li a:visited	
                         { color: #000000; background-color: transparent; font-size: 110%; font-weight: bold; text-decoration: none;  border: none; }
div#navbar ul li a:hover	{ color: #960101; background-color: #E7E7E7; font-weight: bold; text-decoration: none;  }
#NavBarSel		{ color: #960101; background-color: #E7E7E7; font-size: 110%; font-weight: bold; text-decoration: none; font-style: italic;  }
	
ul.NavBarInline { padding: 0px; text-indent: 0px; margin: 0px; }
ul.NavBarInline li { list-style: none inside; display: inline; margin: 1ex; vertical-align: middle;}
ul.NavBarInline li a, ul.NavBarInline li a:visited, ul.NavBarInline li a:active  
{ background: transparent; color: #000000;  text-decoration: none;  margin: 0px; padding: 0px;}

div#footer ul {list-style: none inside; margin: 60px 1em 0px 0px; padding: 0px; }
div#footer li { list-style: none inside; display: inline; margin: 0px 0.1em 0px 0.1em; padding: 0px; }
div#footer p { display: inline; margin: 60px 1em 0px 1em; padding: 0px; color: #000000; float:left; }

/* layout */
.AlCnt { text-align: center;}
.AlLft { text-align: left;}
.AlRgt { text-align: right;}
.Hidden {display: none;}

/* lista utenti */
.WhosOnLine_9{color: #960101;}
.WhosOnLine_2{color: #979797;}
.WhosOnLine_1{color: #000000;}

ul.ulinline       { padding: 0px; text-indent: 0px; margin: 0px;}
ul.ulinline li    { list-style: none inside; display: inline;}
ul.HidePoint    { padding: 0px; text-indent: 0px; margin: 0px;}
ul.HidePoint li { list-style-type: none; }

dl { margin: 0px 10% 0px 10%; background-color: transparent; }
dt { width: 100%; color: #960101; font-weight: bold;}
dd { margin: 0.5em 1.5em 1em 1.5em; color: #000000; font-weight: normal;}
a.search1 { color: #000000; font-weight: bold; font-style: italic; }
a.search1:hover {  color: #960101; background-color: #E7E7E7; font-weight: bold; font-style: italic; }
span.ht { color: #ffffff; background-color: #5282a5; font-weight: bold; }
