/**
 * Wiki text stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: wiki.css 791 2003-03-14 11:35:20Z leo $
 */

.bold {
  font-weight: bold;
  color: #666;
}

.italic {
  font-style: italic;
}

img {
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
}

img.left {
  display: block;
  left: 0px;
}

img.right {
  display: block;
  right: 0px;
}

img.center {
  text-align: center;
}

img.float-left {
  float: left;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 10px;
  padding:5px;
  border: 1px solid #ccc;
  background: #fff;
}

img.float-right {
  float: right;
  margin-top: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
  padding:5px;
  border: 1px solid #ccc;
}


.heading-1 {
  color: #444;
  background-color: inherit;
  display: table;
  width: 100%;
  text-align: left;
  padding: 0px;
  font-size: 1.6em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-weight: normal;
}

.heading-1-1 {
  color: #003366;
  background-color: inherit;
  font-size: 13px;
  font-variant: small-caps;
}

.heading-1-1-1 {
  color: #003366;
  background-color: inherit;
  font-size: 11px;
}

.quote {
  font-style: italic;
  color: inherit;
  background-color: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* -------------------------------------------------------------
code formatting
---------------------------------------------------------------- */ 

.code {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 5px 5px 5px 5px;
  color: inherit;
  background-color: #eeeeee;
  border: 1px dotted #003366;
  font-family: courier, courier new, monospace;
  font-size: 12px;
  line-height: 100%;
  white-space: pre;
  width: 98%;
  overflow: auto;
}

.java-keyword {
  font-weight: bold;
  color: #0000aa;
  background-color: inherit;
}

.java-object {
  color: #000088;
  background-color: inherit;
}

.java-quote {
  color: #00aa00;
  background-color: inherit;
}

.xml-keyword {
  font-weight: bold;
}

.xml-tag {
  color: #0000aa;
  background-color: inherit;
}

/* weblog formatting */
.blog-date {
  font-family: verdana, arial, sans-serif;
  font-size: 1.2em;
  color: #000;
  text-transform: none;
  margin-bottom: 0.4em;
  background-color: #eee;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding-left: 5px;
}

/* special formatting of a wiki table */
.wiki-table {
  empty-cells: show;
  width: 100%;
  max-width: 100%;
}

.wiki-table td {
  border-top: 1px solid #003366;
  padding: 4px 4px 4px 4px;
}

.wiki-table th {
  border-top: 1px solid #003366;
  text-align: left;
  color: inherit;
  font-weight: bold;
  color: #fff;
  background-color: #001133;
}

.wiki-table .table-odd {
}

.wiki-table .table-even {
}

/* -------------------------------------------------------------
list
---------------------------------------------------------------- */

.list {
}

.list-title {
  font-weight: bold;
}

.list ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}

/* wiki lists */

ul.minus { list-style-type: square; }
ul.star { list-style-type: circle; }
ol.roman { list-style-type: lower-roman; }
ol.ROMAN { list-style-type: upper-roman; }
ol.alpha { list-style-type: lower-alpha; }
ol.ALPHA { list-style-type: upper-alpha; }
ol.greek { list-style-type: lower-greek; }
ol.GREEK { list-style-type: lower-greek; }
ol.hiragana { list-style-type: hiragana; }
ol.HIRAGANA { list-style-type: hiragana-iroha; }
ol.katakana { list-style-type: katakana; }
ol.KATAKANA { list-style-type: katakana-iroha; }
ol.HEBREW { list-style-type: hebrew; }

/* -------------------------------------------------------------
index
---------------------------------------------------------------- */

.index-top {
  border-top: 1px solid #003366;
  margin-bottom: 5px;
}

.index-top th {
  padding: 1px 1px 1px 1px;
  text-align: left;
  font-weight: bold;
}

.index {
}

.index td {
  padding: 1px 1px 1px 1px;
}

.index th {
  margin-top: 5px;
  padding: 1px 1px 1px 1px;
  text-align: left;
  font-weight: bold;
  border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
}

/* -------------------------------------------------------------
calendar
---------------------------------------------------------------- */

.calendar {
  border-spacing: 0px;
  font-size: 10px;
}

.calendar table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

.calendar th {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.7em;
}

.calendar td {
  text-align: right;
  margin: 0;
  padding-right: 4px;
  line-height: 1.7em;
}

.calendar caption {
  text-align: center;
  background: url(/imgs/boxbg.gif) #f3f3f3;
  color: #000;
  border-bottom: 1px solid #ddd;
}

.today {
  border-bottom: 3px solid #e60a53;
}

/* ----------------------------------------------------------------
warning box
------------------------------------------------------------------ */

#warningBox {
  color: #000;
  font-size: 1em;
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  display: block;
  font-style: normal;
  background: #f2f2f2;
  border: 1px solid #ccc;
  text-align: center;
  width: 583px;
  padding: 0 5px 0 5px;
}

/* ----------------------------------------------------------------
welcome box
------------------------------------------------------------------ */

#welcomeBox {
  color: #666;
  font-size: 1em;
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  display: block;
  font-style: normal;
  background: #fff;
  border: 1px solid #ccc;
  text-align: left;
  width: 355px;
  float: left;
  margin-bottom: 10px;
  margin-top:-6px;
}

#welcomeBox p.paragraph {
  padding: 0 10px 0 10px;
}

#welcomeBox h3 {
  font-size: 1em;
  margin: 0 0 0 10px;
  text-align: left;
}

#welcomeBox h3.heading-1 {
  color: #333;
  font-weight: bold;
  background: #000;
  margin: 0 0 1em 0;
  padding: -10px
  font-size: .9em;
  background: url(/imgs/boxbg.gif) #f3f3f3;
  border-bottom:1px solid #dedede;
  text-align: center;
  display: block;  
  line-height: 23px
}

#welcomeBox img {
	margin: 0:
	padding: 0;
	border: none;
}

/* ----------------------------------------------------------------
PO_BASyN box
------------------------------------------------------------------ */

#highlightBox {
  color: #666;
  font-size: 1em;
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  display: block;
  font-style: normal;
  background: #fff;
  border: 1px solid #ccc;
  text-align: left;
  width: 355px;
  float: left;
  margin-bottom: 10px;
}

#highlightBox p.paragraph {
  padding: 0 0 5px 5px;
}

#highlightBox h3 {
  font-size: 1em;
  margin: 0 0 0 10px;
  text-align: left;
}

#highlightBox h3.heading-1 {
  color: #333;
  font-weight: bold;
  background: #000;
  margin: 0 0 1em 0;
  padding: -10px
  font-size: .9em;
  background: url(/imgs/boxbg.gif) #f3f3f3;
  border-bottom:1px solid #dedede;
  text-align: center;
  display: block;  
  line-height: 23px
}

#highlightBox img {
	margin-right: 5px;
	padding: 5px;
	border: none;
	float: left;
}

/* ----------------------------------------------------------------
support box
------------------------------------------------------------------ */

#supportBox {
  color: #666;
  font-size: 1em;
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  display: block;
  font-style: normal;
  background: #fff;
  border: 1px solid #ccc;
  text-align: left;
  width: 220px;
  float: right;
}

#supportBox p.paragraph {
  padding: 0 10px 0 10px;
}

#supportBox h3 {
  font-size: 1em;
  margin: 0 0 0 10px;
  text-align: left;
}

#supportBox h3.heading-1 {
  color: #333;
  font-weight: bold;
  background: #000;
  margin: 0 0 1em 0;
  padding: -10px
  font-size: .9em;
  background: url(/imgs/boxbg.gif) #f3f3f3;
  border-bottom:1px solid #dedede;
  text-align: center;
  display: block;  
  line-height: 23px
}

#supportBox img {
  border: none;
  padding: 0 0 10px 0;
}

.schedaSupporto
{
padding: 1px 10px 5px 10px;
background: #f6f6f6;
border: 1px solid #e9e9e9;
min-height: 110px;
}
/**
 * Snip block display stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: snip.css 879 2003-06-02 08:32:54Z leo $
 */

.snip-wrapper {
  margin-top: 0;
  padding-top: 5px;
}

.snip-path {
  color: #444;
  font-size: 0.9em;
  font-weight: bold;
  background: #f9f9f9;
  padding: 5px 0 0 10px;
  margin-top: 5px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.snip-title {
  display: /*table*/ block;
  width: 100%;
  text-align: left;
  padding: 0px;
  margin-bottom: /*1.5em*/ 0;
}

.snip-name {
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  color: #003366;  
  /*color: #182940;*/
  text-transform: none;
  margin-top: 8px;
}

.snip-commented-snip {
  font-size: 10px;
}

.snip-buttons {
  font-size: 0.8em;
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  display: block;
  background: #f9f9f9;
  text-align: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.snip-buttons img {
  border: none;
  margin: 0;
  vertical-align: top;
  padding-bottom: 10px;
}

.snip-info {

  color: #727272;
  font-size: 0.85em;
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  display: block;
  font-style: italic;
  background: #f9f9f9;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
}

.snip-content {
  clear: left;
  border: 0;
  display: block;
  font-family: verdana, arial, sans-serif;
  color:#666;
  font-size: 11px;
  font-weight: normal;
  background: #fff;
  line-height: 1.4em;
}

.snip-label {
  display: block;
}

.snip-attachments {
  display: block;
}

.snip-post-comments {
  clear: left;
  border: 0;
  display: block;
  font-family: verdana, arial, sans-serif;
  color:#666;
  font-size: 11px;
  font-weight: normal;
  background: #fff;
  line-height: 1.4em;
}

.snip-sniplinks {
  margin-top: 20px;
}

.snip-sniplinks table {
  table-layout: fixed;
}

.snip-sniplinks caption {
  text-align: left;
  color: #999999;
  background-color: inherit;
}

.snip-sniplinks td, th {
  padding: 4px;
}

.snip-backlinks {
  margin-top: 20px;
}

.snip-backlinks .list {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
  margin-left: 0;
}

.snip-backlinks .caption {
  text-align: left;
  color: #999999;
  background-color: inherit;
}

span.content {
}

span.count {
  margin-right: 4px;
}

span.count:before {
  content: "";
}

span.count:after {
  content: ": ";
}

/* -------------------------------------------------------------
snip edit
---------------------------------------------------------------- */

.snip-input {
  margin-top: 20px;
}

.snip-input img {
  width: 20px
}

.form {
}

.form .form-buttons {
  text-align: right;
}

.form input[type=submit] {
  vertical-align: text-bottom;
}

/* -------------------------------------------------------------
snip comments
---------------------------------------------------------------- */

.snip-comments {
  clear: left;
  border: 0;
  display: block;
  font-family: verdana, arial, sans-serif;
  color:#666;
  font-size: 11px;
  font-weight: normal;
  background: #fff;
  line-height: 1.4em;
}

.comment-title {
  margin-top: 20px;
  font-weight: normal !important;
  font-size: 100% !important;
}

h4.comment-name {
  display: inline;
  font-weight: normal;
  font-size: 1em;
}

h4.comment-name a {
  display: inline;
  font-size: 1em;
}

.comment-buttons {
  display: inline;
}

.comment-content {
  margin-top: 5px;
  margin-left: 20px;
}

.comment-input {
  margin-top: 20px;
}

/* -------------------------------------------------------------
preview
---------------------------------------------------------------- */

.preview {
  background-color: #eeeeee;
  color: inherit;
}

/**
 * General Stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: general.css 660 2003-01-16 14:09:25Z leo $
 */

/* error messages and error positions should be marked red */
.error { color: #ff0000; font-weight: bold;	background-color: inherit;}
.error-position { background-color: #ffaaaa; color: inherit;}

/* inactive buttons are greyed out */
.inactive { color: #aaaaaa; background-color: inherit;}

/* -------------------------------------------------------------
anchor
---------------------------------------------------------------- */

a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #6292b6;
  /*color: #0D70C6;*/
}

a:visited	{
  color: #6292b6;
  /*color: #0D70C6;*/
  text-decoration: none;
}

a:active {
  color: #e60a53;   
  /*color: #FFCC66;*/
}

a:hover {
  color: #e60a53;
  /*color: #FFCC66;*/
}

/* -------------------------------------------------------------
table
---------------------------------------------------------------- */

table {
	empty-cells: show;
}

/* -------------------------------------------------------------
input
---------------------------------------------------------------- */

input[type=submit] {
  margin-top: 2px;
}

input, select {
  border: 1px solid #ddd;
  background: #f6f6f6;
  padding: 1px;
  margin: 0; 
  font-size: inherit;
}

textarea {
  border: 1px solid #ddd;
  background: #f6f6f6;
  padding: 4px;
  margin: 0; 
  font-size: inherit;
  width: 98%;
  overflow: auto;  
}

/**
 * General Stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: page.css 793 2003-03-14 13:17:25Z leo $
 */

body {
  /*background: url(/imgs/bg.gif) */;
  background: #e1e1e1 url(/imgs/bg3.gif) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1.8em;
  margin: 0 0 10px 0;
  padding: 0;

}

#container {
  width: 960px;
  margin: 0 auto;
  text-align: justify;
  background: url(/imgs/bgContainer.gif) repeat-y #fff;
  padding: 10px 22px 10px 22px;
  }

#page-title {
  font-family:verdana, arial, sans-serif;
  font-size: 10px;
}

#page-tagline {
  font-family:verdana, arial, sans-serif;
  color:#0066CC;
  font-size:16px;
  font-weight:bold;
  background:#99CCFF;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 15px;
  height: 5em;
}

#page-buttons {
  padding:5px;
  background:#EEEEEE;
  border-bottom: 1px solid black;
  text-align:left;
  height: 1.5em;
  margin-bottom: 2em;
}

#page-buttons a:link {
  color: #000000;
}
#page-buttons a:visited	{
  color: #000000;
  text-decoration: none;
}

#page-wrapper {
  width: 100%;
  table-layout: fixed;
  background:#FFF;
}

#page-content {
  position: absolute;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-bottom:15px;
  margin-top: 5px;
  background:#FFF;
  width: 55%;
  left: 22%;
  overflow: hidden;
}

#page-bottom {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background:#FFF;
  text-align: center;
}

/* -------------------------------------------------------------
header
---------------------------------------------------------------- */

#header {
  display: block;
  margin: 0;
  padding: 0;
  height: 70px;
  padding-bottom: 0px;
  background: url(/imgs/back.png) top;
  border-bottom: 1px solid #2f507d;
}

#title {
  float: left;
  background: transparent;
  text-align: left;
  width: 50em;
  /*background: red;*/
}

#title h1  {
  margin: 0;
  padding-top: 15px;
  padding-left: 10px;
  font-size: 2.5em;
  color: #8fc2e5;
}

#title h2  {
  margin: 0;
  padding-top: 3px;
  padding-left: 10px;
  font-size: 1.3em;
  color: #8baec9;
}


.dark  {
color: #8fc2e5;
  /*color: #e4521a;*/
}

.light {
color: #8fc2e5;
  /*color: #f77a12;*/
}

/* -------------------------------------------------------------
content
---------------------------------------------------------------- */

#enclose {
  float: left;
  width: 795px;
}

#columnLeft {
  float: left;
  width: 165px;
  padding: 0 5px 5px 0;
}

#columnMain {
  float: right;
  width: 595px;
  padding: 0 10px 10px 10px;
  font-size: 1em;
}

#columnRight {
  float: right;
  width: 150px;
  padding: 10px 0 5px 5px;
}

/* -------------------------------------------------------------
footer
---------------------------------------------------------------- */

#footer {
  clear: both;
  height: 1.6em;
  padding: 3px 0 5px 0;
  background: url(/imgs/boxbg.gif) #e6e6e6;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#footerCopyright {
  float: right;
  margin: 0 0 0 0;
  padding: 0 10px 0 0;
  color: #888;
}

#footerCopyright p {
  display: block;
  color: #333;
  font-size: .9em;
  padding-top: .4em;
}

#footerStandard {
  float: left;
  margin: 0.15em 0 0 10px;
  padding: 0;
}

#footerStandard img {
  border: 0;
}

#footerStandard a {
  display: inline;
  color: #999;
  font-size: .8em;
  font-weight: normal;
  text-decoration: underline;
}

/* -------------------------------------------------------------
I level navigation
---------------------------------------------------------------- */

#navOne	{
  background: url(/imgs/back.png);
  text-align: right;  
  padding: 0;
  border-bottom: 1px solid #2f507d;
}

#navOne ul {
  display: inline;
  margin: 0;
  padding: 0;
}

#navOne li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 4px 15px 4px 15px;
  /*border-right: 1px solid #fff;*/
}

#navOne li.first {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 4px 15px 4px 15px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;

}

#navOne a {
  text-decoration: none;
  color: #fff;
  font-size: .8em;
  font-weight: bold;
  text-transform: uppercase;
}

.headerTitle {
	color: #EF8013;
}

/* -------------------------------------------------------------
right column box
---------------------------------------------------------------- */

.box {
  padding: 0px 0px 4px 0px;
  color: #aaa;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 7px;
  
}

.boxMenu {
  margin-top: 10px;
  padding: 0;
  color: #333;
  background: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 10px;
}

.boxCalendar {
  margin-top: 10px;
  padding: 0;
  color: #333;
  background: #fff;
  border: 1px solid #dedede;
  margin-bottom: 10px;
}

.box h3 {
  color: #666;
  background: #000;
  margin-top: 0;
  padding-top: 0;
  font-size: .8em;
  font-weight: bold;
  background: url(/imgs/boxbg.gif) #f3f3f3;
  border-bottom:1px solid #dedede;
  text-align: center;
}


.box form {
  margin: 0;
  padding: 0 0 10px 10px;
}

.box input {
  border: 1px solid #ddd;
  background: #f6f6f6;
  padding: 0;
  margin: 0;
}

.box label {
  display: block;
  font-size: 0.85em;
  color: #666;
}

.benvenuto {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  background-image: url(/imgs/persons.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 30px;
  line-height: 1.1em;
  display: block;
  text-align: left;
  color: #666;
  font-weight: bold;
  font-size: 1em;
}

.box a  {
  display: block;
  color: #666;
  font-size: inherit;
  text-decoration: none;
  font-weight: normal;
}

.box a:hover {
  color: #000;
  background: transparent;
  text-decoration: underline;
}

.box ul {
  margin: 0 0 5px 0;
  padding: 0 10px 0 10px;
}

.box li {
  list-style-type: none;
  font-size: 0.85em;
  line-height: 1.7em;
  border-bottom: 1px solid #e3e3e3;
  text-transform: lowercase;
}

.users {
  color: #666;
  background-image: url(/imgs/icons/user_suit.png);
  background-position: right;
  background-repeat: no-repeat;  
}

#newsBox {
  background: #fff;
  border: 1px solid #ccc;
  width: 220px;
  float: right;
/*  margin: -30px 0 15px 15px; */
  margin: 0 0 10px 15px;
  padding: 0;
  color: #666;
  min-height: 551px; 
  margin-top:-6px;
}

#newsBox div.blog-date {
  font-size: 1em;
  margin: 0;
  margin-left: 10px;
  padding-left: 20px;
 /*  background-image: url(/imgs/date.jpg); */
  background-image: url(/imgs/calendarDate.png);
  background-position: left;
  background-repeat: no-repeat;  
}

#newsBox h3 {
  font-size: 1em;
  margin: 0 0 0 10px;
  font-weight: bold;
  text-align: left;
}

#newsBox h3.heading-1 {
  color: #000;
  background: #000;
  margin: 0 0 1em 0;
  padding: -10px
  font-size: .9em;
  font-weight: normal;
  background: url(/imgs/boxbg.gif) #f3f3f3;
  border-bottom:1px solid #dedede;
  text-align: center;
  display: block;  
  line-height: 23px
}
 
#newsBox img {
  margin-left: 10px;
}

#newsBox div.blog-date {
  color: #333;
  margin-bottom: 0.4em;
  background-color: #fff;
  text-align: left;
}
 
#newsWeblog h3.heading-1 {
  clear: both;
}

#newsWeblog div.blog-date {
  clear: both;
  display: block;
}
  
#newsWeblog img {
	/*display: none;*/
}

/* ----------------------------------------------------------------
image container
------------------------------------------------------------------ */

.image-container {
	width: 135px;
	float: left;
	min-height: 420px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.image-container img {
	margin-bottom: 3px;
}

/* ----------------------------------------------------------------
icons
------------------------------------------------------------------ */

.logout {
  background-image: url(/imgs/icons/key_delete.png);
  background-position: right;
  background-repeat: no-repeat;
}

.dataEdit {
  background-image: url(/imgs/dataEdit.png);
  background-position: right;
  background-repeat: no-repeat;
}

.linkEdit {
  background-image: url(/imgs/linkEdit.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.stuffAdd {
  background-image: url(/imgs/stuffAdd.gif);
  background-position: right;
  background-repeat: no-repeat;
}
  
.biblioEdit	{
  background-image: url(/imgs/biblioEdit.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.boardEdit {
  background-image: url(/imgs/boardEdit.gif);
  background-position: right;
  background-repeat: no-repeat;
}
  
.folder	{
  background-image: url(/imgs/folder.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.makePro {
  background-image: url(/imgs/makePro.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.info {
  background-image: url(/imgs/info.gif);
  background-position: right;
  background-repeat: no-repeat;
}
  
.stuffAdd {
  background-image: url(/imgs/stuffAdd.gif);file:///usr/local/apache-tomcat-5.5.20/webapps/ROOT/rss.jsp

  background-position: right;
  background-repeat: no-repeat;
}

.newsEdit {
  background-image: url(/imgs/newsEdit.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.admin {
  background-image: url(/imgs/admin.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.dataAdd {
  background-image: url(/imgs/dataAdd.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.archeoFTP {
  background-image: url(/imgs/folder_go.png);
  background-position: right;
  background-repeat: no-repeat;
}
 
.passwordRecovery {
  background-image: url(/imgs/passwordRecovery.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.rss {
  background-image: url(/imgs/livemarks.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.print {
  background-image: url(/imgs/printer.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.help {
  background-image: url(/imgs/help.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.email {
  background-image: url(/imgs/email.gif);
  background-position: center right;
  background-repeat: no-repeat;
}
  
.delicious {
  background-image: url(/imgs/delicious.gif);
  background-position: center right;
  background-repeat: no-repeat;
}

.sitemapMeta {
  background-image: url(/imgs/sitemap.gif);
  background-position: right;
  background-repeat: no-repeat;
 }
 
/* -------------------------------------------------------------
III level navigation
---------------------------------------------------------------- */

ul.navThree {
  list-style: none;
  margin: 0;	
  padding: 0;
  text-align: left;
}
  
li.navThree {
  list-style-type: none;
  font-size: 0.85em;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

li.navThree a {
  display: block;
  color: #333;
  font-weight: normal;
  font-size: inherit;
  padding: 0 0 0.1em 5px;
  text-decoration: none;
  background: #e7f0f8 url(/imgs/expand.gif) no-repeat;
  background-position: 13.5em 0.8em;
  text-transform: none;
}

li.navThree a:hover {
  color: #000;
}

/* -------------------------------------------------------------
IV level navigation
---------------------------------------------------------------- */

li.navFour {
  padding-left: 0px; 
  border-bottom: 1px solid #eee;
  background: #fcfcfc;	
}

li.navFour a {
  font-size: 10px;
  color: #000;
  font-weight: normal;
  padding-left: 15px;
  background: url(/imgs/expand2.gif) no-repeat;
  background-position: 0.5em 0.2em;
}

li.navFour a:hover {
  color: #000;
}

/* -------------------------------------------------------------
admin
---------------------------------------------------------------- */

.admin {
  color: inherit;
  background-color: #eeeeee;
  padding-top: 10px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
}

.admin-menu {
  font-size: 120%;
  width: 100%;
  border-bottom: 3px solid #aaaaaa;
  margin-top: 10px;
}

.menu-items {
  display: table-row;
}

.menu-active {
  display: table-cell;
  font-weight: bold;
  color: inherit;
  background-color: #eeeeee;
  border-left: 1px solid #aaaaaa;
  padding: 5px;
}

.menu-inactive {
  display: table-cell;
  background-color: #ffffff;
  border-left: 1px solid #aaaaaa;
  padding: 5px;
}

.admin th {
  font-size: 120%;
}

/* -------------------------------------------------------------
Attachment Gallery Macro
---------------------------------------------------------------- */

#AG-gallery
{
  float: right;
  width: 110px;
  padding: 0 0 5px 0;
  margin: 0 0 0 10px;
  background: #fff;
}

.AG-image
{
 padding: 3px 3px 3px 3px;
 margin: 3px 0 3px 3px;
 border: 1px solid #ddd;
 background-color: #fff;
 width: 100px;
}

.AG-image:hover
{
 padding: 3px 3px 3px 3px;
 margin: 3px 0 3px 3px;
 border: 1px solid #ccc;
 background-color: #6292b6;
 width: 100px;
}


/* -------------------------------------------------------------
Attachment Gallery Macro
---------------------------------------------------------------- */

#scheda
{
padding: 5px 5px 5px 5px;
background: #f6f6f6;
border: 1px solid #e9e9e9;
min-height: 165px;
}

.schedaSmall
{
padding: 1px 10px 5px 10px;
background: #f6f6f6;
border: 1px solid #e9e9e9;
min-height: 110px;
}

#imgLeftContainer
{
width: 270px;
margin-right: 5px;
margin-top: -6px;
padding-top: 0;
float: left;
}

#imgRightContainer
{
width: 270px;
margin-left: 5px;
padding-top: 0;
margin-top: -10px;
float: right;
}

#search
{
float: right;
/*background: yellow;*/
margin-top: 40px;
margin-right: 10px
}

#bottom{
background: url(/imgs/bgBottom.gif) repeat-x;

	width: 984px;
	padding: 0 12px;
	text-align: center;
	margin: 0 auto;
}

/* -------------------------------------------------------------
E-Library
---------------------------------------------------------------- */

.authorRow {
		display: inline;
}

.authorTable {
		margin: 0; padding: 0; border: 0;
}

.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs li a {
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	background-color: rgb(0, 51, 102);
    color: rgb(255, 255, 255);
}

.shadetabs li a:visited {
	color: #fff;
}

.shadetabs li a:hover {
	text-decoration: none;
	color: #fff;
}


.elibraryAuthorsTable {
	/* border: 1px solid #999;
	background-color: #fff;
	width: 100%;
	border-collapse: collapse;
	font-size: .85em;
	width: 100% */
	
	border: none;
	background-color: #fff;
	width: 100%;
	border-collapse: collapse;
}

.elibraryAuthorsTable tr {
	/* border: 1px solid #999; */
}

.elibraryAuthorsTable td {
	padding-left: 5px;
}

.elibraryAuthorsTable th {
	/* background-color: rgb(0, 51, 102); */
	background-color: #ccc;
	color: #fff;
	line-height: 1em;
}

.elibraryAuthorsTable tr.tr1 {
	/* background-color: #ddd; */
}

.elibraryAuthorsTable tr.tr2 {
	/* background-color: #f2f2f2; */
}

.property_edit_table th {
	font-size: 10px;
	line-height: 1em;
	color: rgb(114, 114, 114);
    font-family: verdana,arial,sans-serif;
    font-weight: normal;
    font-style: italic;
}

.property_edit_left {
	vertical-align: top;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 10px;
    font-weight: normal;
    padding-left: 5px;
    width: 50%;
}

.property_edit_right {
	vertical-align: top;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 50%;
}

.property_edit_left img {
	vertical-align: middle;
}


.live_tree {
    background-color: white;
    border: none;
    padding: 0px;
    overflow: auto;
    width: 99%;
    height: 100%;
    position: relative;
    font-size: 11px;
}

.live_tree_loading_tree {
    color: black;
}

.live_tree_searching {
    margin-bottom: 10px;
}

.live_tree_item {
    white-space: nowrap;
}

.live_tree_item_indent {
    margin-left: 1em;
}

.live_tree_item_heading {
}

a.live_tree_branch_expand_collapse_link {
}

.live_tree_item_icon {
    color: #048;
    border-style: none;
    margin-right: 0.5ex;
    width: 9px;
    height: 9px;
}

.live_tree_branch_expanded_icon {
    background: url(/images/live_tree_branch_expanded_icon.gif) no-repeat;
}

.live_tree_branch_collapsed_icon {
    background: url(/images/live_tree_branch_collapsed_icon.gif) no-repeat;
}

.live_tree_leaf_icon {
}

.live_tree_check_box {
}

.live_tree_loading_icon {
    margin-right: 0.5ex;
    width: 10px;
    height: 10px;
}

a.live_tree_item_link_class {
	color: #6292b6;
}

a.live_tree_item_link_resource {
	color: #ff0084;
}

a.live_tree_item_link {
    color: black;
}

.live_tree_item_name {
    font-weight: normal;
}

.live_tree_active_item_name {
    background-color: #048;
    color: white;
}
.resource {
	color: #ff0084;
}

a.resource {
	font-weight:normal;
	color: #ff0084;
	
}
a:hover.resource {
	font-weight:normal;
	color: #ff0084;
	text-decoration: underline;
}

a.remove {
	color: #000;	
}

a:hover.remove {
	color: #000;
}

#resource_path {
	color: #000;
	font-weight: normal;
}

#resource_path a {
	color: #ff0084;
	font-weight: normal;
}

#resource_path a:hover {
	color: #ff0084;
	font-weight: normal;
	text-decoration: underline;
}


#publicationsListItem {
    padding: 0 5px 0 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3px   
}

#publicationsListitem p {
    line-height: 1.5em
    }

