body
{
    font-family: Arial, Helvetica, sans-serif; /* Base font family for most elements */
    font-size: 0.8em; /* Base size for all elements; other size definitions relates to this */
    background-color: #ffffff;
    margin: 0;
    padding: 5px;
}

p
{
   margin: 0.5em 0 1em 0;
   line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

p.simplemargin {
  margin :0;
  line-height: 1.25em; 
}

p.doublemargin {
  margin :1em 0 2em 0;
}


h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
 margin: 0 0 0 0;
}

h1, h2, h3 {
 color: #327c45; /*#002E7C;*/
}


h1 {
  border-bottom : 2px solid #327c45;
}

h1.Gray, h2.Gray, h3.Gray, h4.Gray, h5.Gray, h6.Gray {
  color:#CCC;
}

h1.Gray {
  border-color : #CCC
}

hr.Green {
  color:#327c45;
  background-color:#327c45;
}

hr.Gray {
  color:#CCC;
  background-color:#CCC;
}

hr.simpleline {
  height:1px;
}

hr.doubleline {
  height:3px;
}



ul, ol
{
    padding: 0;
    margin: 0.5em 0 1em 1.5em;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

ul, ul ul
{
    list-style-type: disc;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
}

ul.simplemargin {
  margin-top:0;
  margin-bottom:0;
}

ul.doublemargin {
  margin-top:1em;
}

ul.simplemargin li {
  margin:0 0 0 0;
  line-height: 1em;
}

ul.doublemargin li {
  margin-top:1em;
}



a {
  color: #CCC;
  text-decoration: none;
}


a:link {
	color:#7A7878;
	text-decoration: none;

}

a:visited {
	color:#7A7878;
	text-decoration: none;
}

a:active {
	color:#7A7878;
	text-decoration: none;
}

a:hover {
	color: #327c45; /*#002381;*/
	text-decoration: underline;
}





div#allcontent
{
  width: 780px;
  font-family: Arial Narrow, Arial, Verdana;
  color: #333333;
  background: #FFFFFF;
  height:100%;

}


td.maincontent-bothmenus
{
   height:100%;
   margin-left: 10px;
   padding: 0px 25px 15px 10px;
}


td.maincontent-norightmenu
{
   width:100%;
   height:100%;
   padding: 0px 10px 15px 10px;
   margin-left: 10px;
   border-left:4px solid #327c45; /*#002E7C;*/
   margin-right: 10px;
}

td.maincontent-nomenus
{
   width:100%;
   height:100%;
   padding: 0px 10px 15px 10px;
   margin-left: 10px;
   margin-right: 10px;
}


div#maincontent-design
{
  height:100%;
}

div#maincontent-result
{
  margin-top: 15px;
}

div#maincontent-design h1
{
    font-size: 140%;
    font-weight: bold;
    margin-bottom:1.5em;
}

div#maincontent-design h2
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom:0em;
}

div#maincontent-design h3
{
    font-size: 1.1em;
    font-weight: bold;
}

div#maincontent-design h4
{
    font-size: 1em;
    font-weight: bold;
}

div#maincontent-design h5
{
    font-size: 1em;
    font-weight: bold;
}


div#maincontent-design div.toollist-design h2
{
    font-weight:bold;
    font-size: 1em;
    text-decoration:none;
    margin-top: 0px;
    padding: 2px 0 0px 0px;
}





/* PAGE HEADER */

div#header
{
    padding: 0px;
    margin:0px;
}


div#header-design
{
    margin: 0;
    padding: 0;
    height: 50px;
    float: left;
}

div#header h1
{
    font-size: 2em;
    margin: 0;
    padding: 0;
}

div#header h1 a
{
    text-decoration: none;
    color: #000000;
}


/* TOOLBOXES */

div.toolbox
{
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    border-top:1px solid #327c45; /*#002E7C;*/
}

div.toolbox-design
{
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
}

div.toolbox-design div.toolbox-content
{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 0px;
}

div.toolbox-design h2
{
    font-size: 1em;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;

}

div.toolbox-design div.toolbox-content
{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

div.toolbox-design div.toolbox-content div.content-link p
{
    font-weight: normal;
    padding: 0 0 0 0px;
    margin: 5px 0px 0px 0px;
    vertical-align: middle;
}

div.toolbox-design input.searchtext, div.toolbox-design input.textinput
{
    height: 18px;
    width: 120px;
    border: 1px solid #327c45; /*#002E7C;*/
}

div.toolbox-design label
{
    font-weight: normal;
    margin-bottom: 0;
    padding: 0px 0 0 0;
}

div.toolbox-design form
{
    vertical-align: bottom;
}

div.toolbox-design div.info-text p
{
   padding: 0px 0 0 0;
    font-weight: normal;
}

div.toolbox-design div.attribute-link p
{
    font-weight: normal;
    padding: 0 0 0 0px;
    vertical-align: middle;
}



div.toolbox-design div.attribute-link-disabled p
{
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}


/* TOOL LISTS */

div.toollist
{
    width: 100%;
    margin: 0.5em 0em 1em 0em;
    padding: 0em 0em 0em 0em;
    border-top:1px solid #327c45; /*#002E7C;*/
}

div.toollist-design
{
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
    border: 0px solid;
}

div.toollist-design h2
{
    font-weight:bold;
    font-size: 1em;
    text-decoration:none;
    margin-top: 0px;
    border:0px;
    padding: 2px 0 0px 0px;
}

div.toollist-design div.content-view-children
{
    padding: 0 0 0 0;
}

div.toollist-design h3
{
    margin: 0;
    text-decoration: none;
}

div.toollist-design div.class-article div.attribute-short p
{
    margin: 0 0 0 0;
}

div.toollist-design div.class-article
{
    margin: 0 0 10px 0;
}

div.toollist-design div.class-article div.attribute-link-disabled p
{
    font-weight: normal;
    padding: 0 0 0 0px;
    vertical-align: middle;
}


/* TOOLBARS */

div#toolbar-top
{
    padding: 13px 0 0 8px;
    text-align: right;
}

div#toolbar-top
{
    text-align: right;

}

div#toolbar-top ul
{
    float: right;

}

div#toolbar-left
{

}


div.toolbar-left-toolbar
{
    border-top:0px solid #327c45; /*#002E7C;*/
    margin-top: 10px;
    text-align: left;
    height:200px;
}

div.toolbar-design {

}

div#toolbar-bottom
{
    border-top:4px solid #327c45; /*#002E7C;*/
    margin-top: 10px;
    text-align: left;
}

div#toolbar-bottom ul
{
    padding: 0em 0 0em 0;
    font-weight: none

}

div#toolbar-bottom li.toolbar-item a
{
    font-weight: none;
}

div#toolbar-top li.toolbar-item, div#toolbar-bottom li.toolbar-item
{
    border-right: 0px solid;
    display: inline;
    margin: 0;
    padding: 0 0px 0 0px;
    white-space: nowrap;
}

div#toolbar-top div.search-line, div#toolbar-bottom div.search-line
{
    display: inline;
    vertical-align: middle;
}

div#toolbar-top div.label, div#toolbar-bottom div.label
{
    display: inline;
    text-align: left;
}

div#toolbar-top div.search-line form, div#toolbar-bottom div.search-line form
{
    display: inline;
}

div#toolbar-top div.search-line div.optionblock input,
div#toolbar-top div.search-line div.optionblock label,
div#toolbar-right div.search-full div.optionblock input,
div#toolbar-right div.search-full div.optionblock label
{
    display: inline;
}

div#toolbar-top input.searchinput, div#toolbar-bottom input.searchinput
{
    height: 1.6em;
    width: 7em;
}

div#toolbar-top li.toolbar-item a, div#toolbar-bottom li.toolbar-item a
{
    text-decoration: none;
}

div#toolbar-top li.first, div#toolbar-bottom li.first
{
    display: inline;
}

div#toolbar-top li.last, div#toolbar-bottom li.last
{
    border-right: none;
    display: inline;
}


/* TOP MENU */

div#topmenu
{
}

div.topmenu-line
{
    border-bottom: 0px solid; /* This line needs to be set to avoid bug in IE */
}

div#topmenu-design
{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;

}

div#topmenu ul
{
    margin: 0px;
    padding: 4px 5px 6px 5px;
}

div#topmenu li
{
    margin: 0;
    padding: 0;
    border-right: 0px solid;
    float: left;
    display: block;
    font-weight:bold;
}

div#topmenu li.selected a
{
   color:#6CB6EE;
   text-decoration: none;
}

div#topmenu li.right
{
    margin: 0;
    padding: 0;
    border-left: 0px solid;
    float: right;
    display: block;
    font-weight:normal;
    text-transform: none;
}


div#topmenu li div.spacing
{
    padding: 0.2em 12px 0.3em 5px;
}

div#topmenu li aco
{
    text-decoration: none;
}

div#topmenu li a:hover
{
    text-decoration: underline;
}


/* LEFT MENU */

div#leftmenu
{
  width: 13em;
}


div#leftmenu ul, div#rightmenu ul
{
  margin-left: 0px;
}


div#leftmenu-design li.menu-level-0
{
  text-decoration: none;
  border-top: 0px solid;
  padding: 3px 0 2px 0px;
  list-style-type: none;
}

div#leftmenu-design li.menu-level-0 a
{
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

div#leftmenu-design li.menu-level-1
{
  text-decoration: none;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 20px;
  list-style-type: none;
}

div#leftmenu-design li.menu-level-1 a
{
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

div#leftmenu-design li.menu-level-2
{
  text-decoration: none;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 35px;
  list-style-type: none;
}

div#leftmenu-design li.menu-level-2 a
{
  text-align: center;
  text-decoration: none;
}

div#leftmenu li.selected a
{
  color:#6CB6EE;
  text-decoration: none;
}

div#leftmenu li a:hover
{
  text-decoration: underline;
}


div#rightmenu
{
  margin-left:5px;
  width: 16em;
}



/* FOLDER TOP MENU */

div#foldertopmenu
{
    margin: 0;
    padding: 0;
}

div.foldertopmenu-line
{
    border-bottom: 0px solid; /* This line needs to be set to avoid bug in IE */
}

div#foldertopmenu-design
{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    text-transform: none;
    border-bottom: 1px solid #327c45; /*#002E7C;*/
}

div#foldertopmenu ul
{
    margin: 0px;
    padding: 0px 0px 3px 0px;
}

div#foldertopmenu li
{
    margin: 0;
    padding: 0;
    border-right: 0px solid;
    float: left;
    display: block;
    font-weight:none;
}

div#foldertopmenu li div.spacing
{
    padding: 0.2em 12px 0.2em 0px;
}

div#foldertopmenu li a
{
    text-decoration: none;
}

div#foldertopmenu li a:hover
{
    text-decoration: underline;
}

/* PATH */


div#path-design
{
    margin: 0.2em 0px 0.2em 0.0px;
	color: #327c45; /*#002E7C;*/
	border-bottom: 1px;
	border-bottom-color:#327c45; /*#002E7C;*/
	border-bottom-style: solid;
	text-align:right;
	margin-bottom:0px;
}

div#path p
{
    margin: 0;
}

div#path p a
{
    text-decoration: none;
}


/* TABLES */

table
{
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
    margin: 0;
    padding: 0;
    border:0px;
}

th, td
{
    padding: 0;

}

table.list
{
    width: 100%;
    margin: 1em 0 1em 0;
}

table.list th, table.list td
{
    padding: 0.25em 0.5em 0.25em 0.5em;
    text-align: left;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    background-color: #f0f0f0;
}

table.list td
{
    font-weight: normal;
}

tr.bglight
{
    background-color: #fcfcfc;
}

tr.bgdark
{
    background-color: #f8f8f8;
}

/* RENDERED TABLE */

table.renderedtable
{
    padding:0 0 0 0;
    margin:0 0 0 0;
    border-right: 0px solid;
    border-bottom: 0px solid;
    border-top: 0px solid;
}

table.renderedtable td
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-top: 0px solid;
    border-left: 0px solid;
}

div.content-view-listitem {
  margin: 0em 0em 0em 0em;
  padding: 0.5em 0 0 0;
  border-top:1px solid #327c45; /*#002E7C;*/
}

div.content-view-listitem p {
   margin: 0em 0em 0em 0em;
   line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

div.attribute-link {
  text-color:#000000;
}
div.attribute-link p {
  margin: 0 0 0.5em 0;
}

.enlaceultimo {
	height: 1px;
	border-bottom: 1px;
	border-bottom-color: #327c45; /*#002E7C;*/
	border-bottom-style: solid;
}

.logo {
 vertical-align: top;
 text-align: right;
}


/* FORMULARI */

label {
  font-weight :normal;
  background-color:#FFFFFF;
}

input {
  border: 1px solid;
  color:#327c45; /*#002E7C;*/
  background-color:#FFFFFF;
}

textarea {
  border: 1px solid;
  color:#327c45; /*#002E7C;*/
  background-color:#FFFFFF;
}


input.defaultbutton
{
  font-weight: bold;
  font-size:1em;
  margin: 0.5em 0.5em 0 0;
  cursor:pointer;
  activeborder: 1px solid #327c45; /*#002E7C;*/
}

input.button
{
    font-weight: bold;
    font-size:1em;
    margin: 0.5em 0.5em 0 0;
    cursor:pointer;
    outline-color :#327c45; /*#002E7C;*/
}


input.box, textarea.box
{
    width: 98%;
}


input.halfbox, textarea.halfbox
{
    width: 47%;
}


/* TABLE LIST */

table.list
{
    width: 100%;
    margin: 1em 0 1em 0;
}

table.list th, table.list td
{
    padding: 0.25em 0.5em 0.25em 0.5em;
    text-align: left;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    background-color: #327c45; /*#002E7C;*/
    color:#ffffff;
}

table.list td
{
    font-weight: normal;
}

tr.bglight
{
    background-color: #FBEEEB;
}

tr.bgdark
{
    background-color: #FDE1DB;
}


/* FORUM */

table.forum {
  margin: 1em 0em 1em 0em;
  border: 1px solid #327c45; /*#002E7C;*/
}

table.forum th
{
    color: #ffffff;
    background-color: #327c45; /*#002E7C;*/
    border: 1px solid #ffffff;
    padding:0.3em 0.5em 0.3em 0.5em;
}

table.forum td p {
  padding:0em 0em 0em 0em;
  margin:0em 0em 0em 0em;
}


table.forum td a {
  color: #327c45; /*#002E7C;*/
}

table.forum td a:hover {
  color: #327c45; /*#002E7C;*/
}

table.forum td a:visited {
  color: #327c45; /*#002E7C;*/
}


table.forum td
{
    height : 30px;
    margin:0em 0em 0em 0em;
    padding:0em 0.5em 0em 0.5em;
    border: 1px solid #ffffff;
    valign:top;
}

div.content-view-children table.forum th.message
{
    width: 75%;
}

div.content-view-children table.forum th.topic
{
    width: 35%;
}

div.content-view-children table.forum th.replies
{
    width: 10%;
}

div.content-view-children table.forum th.author
{
    width: 25%;
}

div.content-view-children table.forum th.lastreply
{
    width: 55%;
}


table.forum tr.bglight, table.forum tr.bgdark
{

    border-top: 0px solid;
    border-color:#6CB6EE;
}


div.infoline p
{
    float: left;
    margin-right: 1em;
}

div.infoline
{
    margin: -0.5em 0 -0.5em 0;
}

table.forum div.attribute-byline
{
}

table.forum div.attribute-byline p.author, table.forum div.attribute-byline p.date
{
    display: normal;
}

table.forum td.message p.date
{
    font-size: 0.8em;
    border-bottom: 1px solid #aaa;
}

table.forum p.author {
  font-weight: normal;
}

table.forum td.author
{
   font-weight: normal;
   text-align:center;
}

table.forum p.author-signature
{
   margin-top:10px;
}


table.forum td.replies
{
   font-weight: normal;
   text-align:center;
}

table.forum td.label
{
   font-weight: bold;
   vertical-align: middle;
}


table.forumtopic td.author {
  vertical-align:middle;
  font-weight: normal;
  color:#000000;
}

table.forumtopic td.date {
  vertical-align:middle;
  font-weight: normal;
  color:#555555;
}


table.Green {
  border:none;
  border-collapse: collapse 
}

table.Green td {
  padding:4px;
  border : 2px solid #327c45;
}

table.Gray {
  border:none;
  border-collapse: collapse 
}

table.Gray td {
  padding:4px;
  border : 2px solid #CCC;
}

.doubleline {
  border-width : 3px !important;
}

.simpleline {
   border-width : 1px !important;
}


table.doubleline td {
  border-width : 3px !important;
}

table.simpleline td {
  border-width : 1px !important;
}


div.home{
  margin:0;
  padding:0;
}

div.home div.object-center {
  margin:0;
  padding:0;
}

div.home .attribute-image p {
  margin:0;
  padding:0;
}
