/**
 * Wiki text stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: wiki.css 791 2003-03-14 11:35:20Z leo $
 */

.bold {
  font-weight: bold;
}

.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;
}

img.float-right {
  float: right;
  margin-top: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
  padding:5px;
}


.heading-1 {
  color: #444;
  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;
  font-size: 13px;
  font-variant: small-caps;
}

.quote {
  font-style: italic;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* -------------------------------------------------------------
code formatting
---------------------------------------------------------------- */

.code {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 5px 5px 5px 5px;
  color: inherit;
  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;
}

.java-object {
  color: #000088;
}

.java-quote {
  color: #00aa00;
}

.xml-keyword {
  font-weight: bold;
}

.xml-tag {
  color: #0000aa;
}

/* weblog formatting */
.blog-date {
  font-family: verdana, arial, sans-serif;
  font-size: 1.2em;
  color: #444;
  text-transform: none;
  margin-bottom: 0.4em;
}

/* special formatting of a wiki table */
.wiki-table {
  empty-cells: show;
  width: 100%;
  max-width: 100%;
}

.wiki-table td {
  padding: 4px 4px 4px 4px;
}

.wiki-table th {
  text-align: left;
  color: inherit;
  font-weight: bold;
  color: #fff;
}

.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 {
  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;
}

/* -------------------------------------------------------------
calendar
---------------------------------------------------------------- */

.calendar {
  display: none;
}

.today {
  display: none;
}

/**
 * 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 {
  display: none;
}

.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: #444;
  text-transform: none;
}

.snip-commented-snip {
  font-size: 10px;
}

.snip-buttons {
  display: none;
}

.snip-buttons img {
  margin: 0;
  vertical-align: middle;
}

.snip-info {
  display: none;
}

.snip-content {
  clear: left;
  display: block;
  font-family: verdana, arial, sans-serif;
  color:#666;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4em;
}

.snip-label {
  display: block;
}

.snip-attachments {
  display: block;
}

.snip-post-comments {
  clear: left;
  display: block;
  font-family: verdana, arial, sans-serif;
  color:#666;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4em;
}

.snip-sniplinks {
  margin-top: 20px;
}

.snip-sniplinks table {
  table-layout: fixed;
}

.snip-sniplinks caption {
  text-align: left;
  color: #999999;
}

.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;
}

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 {
  display: none;
}

.form input[type=submit] {
  display: none;
}

/* -------------------------------------------------------------
snip comments
---------------------------------------------------------------- */

.snip-comments {
  clear: left;
  display: block;
  font-family: verdana, arial, sans-serif;
  color:#666;
  font-size: 11px;
  font-weight: normal;
  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 {
  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;	}
.error-position { color: inherit;}

/* inactive buttons are greyed out */
.inactive { color: #aaaaaa; }

/* -------------------------------------------------------------
anchor
---------------------------------------------------------------- */

a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #0D70C6;
}

a:visited	{
  color: #0D70C6;
  text-decoration: none;
}

a:active {
  color: #FFCC66;
}

a:hover {
  color: #FFCC66;
}

/* -------------------------------------------------------------
table
---------------------------------------------------------------- */

table {
	empty-cells: show;
}

/* -------------------------------------------------------------
input
---------------------------------------------------------------- */

input, select {
  display: none;
}

textarea {
  display: none; 
}

/**
 * General Stylesheet definitions.
 * @author Matthias L. Jugel
 * @version $Id: page.css 793 2003-03-14 13:17:25Z leo $
 */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1.8em;
  margin: 10px 0 10px 0;
  padding-top: 0;
}

#container {
  width: 98%;
  margin: 0 auto 0 auto;
  text-align: justify;
}

#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;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 15px;
  height: 5em;
}

#page-buttons {
  padding:5px;
  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;
}

#page-content {
  position: absolute;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  margin-bottom:15px;
  margin-top: 5px;
  width: 55%;
  left: 22%;
  overflow: hidden;
}

#page-bottom {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
}

/* -------------------------------------------------------------
header
---------------------------------------------------------------- */

#header {
  display: block;
  margin: 0;
  padding: 0;
  height: 70px;
  padding-bottom: 0px;
}

#title {
  background: transparent;
  text-align: right;
}

#title h1  {
  margin: 0;
  padding-top: 40px;
  padding-right: 10px;
  font-size: 2.5em;
  color: #000;
}

.dark  {
  color: #e4521a;
}

.light {
  color: #f77a12;
}

/* -------------------------------------------------------------
content
---------------------------------------------------------------- */

#enclose {
}

#columnLeft {
  display: none;
}

#columnMain {
  float: right;
  width: 100%;
  font-size: 1em;
}

#columnRight {
  display: none;
}

/* -------------------------------------------------------------
footer
---------------------------------------------------------------- */

#footer {
  clear: both;
  padding-top: 1em;
  height: 2.2em;
}

#footerCopyright {
  float: right;
  margin: 0 0 0 0;
  padding: 0 10px 0 0;
  color: #444;
}

#footerCopyright p {
  display: block;
  color: #888;
  font-size: .9em;
  padding-top: .4em;
}

#footerStandard {
  float: left;
  margin: 0.2em 0 0 10px;
  padding: 0;
}

#footerStandard img {
}

#footerStandard a {
  display: inline;
  color: #999;
  font-size: .8em;
  font-weight: normal;
  text-decoration: underline;
}

/* -------------------------------------------------------------
I level navigation
---------------------------------------------------------------- */

#navOne	{
  display: none;
}

.headerTitle {
	color: #EF8013;
}

/* -------------------------------------------------------------
right column box
---------------------------------------------------------------- */

.box {
  display: none;  
}

.boxMenu {
  display: none;
}

.boxCalendar {
  display: none;
}

/* ----------------------------------------------------------------
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);
  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;
}
 
.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;
}
  
.sitemapMeta {
  background-image: url(/imgs/sitemap.gif);
  background-position: right;
  background-repeat: no-repeat;
 }
 
/* -------------------------------------------------------------
III level navigation
---------------------------------------------------------------- */

ul.navThree {
  display: none;
}
  
li.navThree {
  display: none;
}

li.navThree a {
  display: none;
}

/* -------------------------------------------------------------
IV level navigation
---------------------------------------------------------------- */

li.navFour {
  display: none;
}

li.navFour a {
  display: none;
}

/* -------------------------------------------------------------
admin
---------------------------------------------------------------- */

.admin {
  color: inherit;
  padding-top: 10px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
}

.admin-menu {
  font-size: 120%;
  width: 100%;
  margin-top: 10px;
}

.menu-items {
  display: table-row;
}

.menu-active {
  display: table-cell;
  font-weight: bold;
  color: inherit;
  padding: 5px;
}

.menu-inactive {
  display: table-cell;
  padding: 5px;
}

.admin th {
  font-size: 120%;
}

#search {
  display: none;
}

/* -------------------------------------------------------------
Attachment Gallery Macro
---------------------------------------------------------------- */

#AG-gallery
{
  float: right;
  width: 110px;
  padding: 0 0 5px 0;
  margin: 0 0 0 10px;
}

.AG-image
{
 padding: 3px 3px 3px 3px;
 margin: 3px 0 3px 3px;
 width: 100px;
}

.AG-image:hover
{
 padding: 3px 3px 3px 3px;
 margin: 3px 0 3px 3px;
 width: 100px;
}

/* -------------------------------------------------------------
Attachment Gallery Macro
---------------------------------------------------------------- */

#scheda
{
padding: 5px 5px 5px 5px;
min-height: 165px;
}

.schedaSmall
{
padding: 0 10px 5px 5px;
min-height: 95px;
}

#imgLeftContainer
{
width: 270px;
margin-right: 5px;
padding-top: 0;
float: left;
}


