/* $Id: style.css,v 1.7 2005/03/05 14:34:39 unconed Exp $ */

/*
** HTML elements
*/
body {
  margin: 0px;
  padding: 0px;
  color: #262626;
  background-color: #FFFFFF;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}
tr.dark td, tr.light td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 13px;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
}
a:link {
  color: #262626;
}
a:visited {
  color: #262626;
}
a:hover {
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}

.bold {
	font-weight: bold;
}

#user-login-form{
	padding: 0px;
	margin: 0px;
}

.form-item{
	text-align: left;
}
.form-item label {
  font-size: 10px;
  font-weight: bold;
  color: #666666;
  text-align: left;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.item-list {
  line-height: 18px;
}
.links {
  margin-top: 5px;
}
.comment .links {
  margin-bottom: 0em;
}
/*
** Page layout blocks / IDs
*/
#intestazione {
  padding: 0;
  margin: 0;
  height: 328x;
  width: 770px;
}


#flag{
	padding-top: 10px;
	text-align: right;
}

#flag a{
	font-weight: normal;
	margin-right: 10px;
}

#flag img{
	display: inline;
}

#path{
	padding-top: 30px;
	padding-bottom: 7px;
}

#menu {
 background-image: url('img/bg_ulmenu.jpg');
 background-repeat: no-repeat;
 background-position: 0px 0px;
 padding-right: 10px;
}
#primary {
  margin: 0;
  padding: 0;
  margin-top: .2em;
  height: 1em;
  font-size: 0.9em;
  color: #ffffff;
  float: right;
}
#primary a {
  font-weight: bold;
  color: #ffffff;
}
#primary ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
 padding-top: 4px;
}
#primary li {
  padding: 0 .5em 0 .5em;
  color: #ffffff;
  border-right: 1px solid #ffffff; 
  display: inline;
}
#secondary {
  margin-top: -0.26em;
  padding: 0;
  color: #ffffff;
}
#secondary a {
  font-weight: normal;
  font-size:10px;
  color: #ffffff;
}
#secondary ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
#secondary li {
  padding: 0 .5em 0 .1em;
  display: inline;
}


.site-name {
  position:relative;
  margin: 30px 0px 0px 108px;
  text-indent: -100em;
  width: 259px;
  height: 41px;
  background-image: url('logotipo_bm.jpg');
  background-repeat: no-repeat;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #000080;
}
.site-name a:hover {
  color: #800000;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#contshadow {
  margin-right: auto;
  margin-left: auto;
  width: 790px;
  background-color: #e5e5e5; 
  background-image: url('shadow.gif');
  background-repeat: repeat-y;
}
#container {
  margin-right: auto;
  margin-left: auto;
  width: 768px;
  background-color: #ffffff;
  background-image: url('img/bg_container.jpg');
}

#contentcenter{
	padding: 0px;
	margin: 0px;
	padding-left: 21px;
	padding-right: 13px! important;
	padding-right: 16px;
}

.bgint {
	 background-image: url('img/bg_contentcenter.jpg');
	 background-repeat: repeat-y;
	 background-position: 21px 0px;
}

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 0;
  min-height: 40em;
  height: auto !important;
  height: 40em; 
  text-align: left;
  color: #262626;
  float: left;
  border: 0px solid black;
}

/*#main a{
	color: #3399cc;
}*/

.node .content, .comment .content {
  /* line-height: 1.4; */
  font-size: 11px;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
	background-color: #f0f0f0;
  margin-bottom: .5em;
  line-height: 30px;
  padding-left: 10px;
}
#paddiv .breadcrumb a {
  color: #999999;
  font-weight: normal;
  text-decoration: underline;
}
.messages {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: #D90000;
}


#sidebar-left {
	 text-align: left;
  float: left;
}

.hpleft{
	width: 142px;
	padding-top: 66px;
}

.intleft{
	width: 177px;
	background-image: url('img/bg_sidebar.jpg');
	background-repeat: repeat-y;
}

.hpmain{
	width: 591px;
}

.intmain{
	width: 556px;
}


#sidebar-left h2{
	display: none;
}

#sidebar-right {
  float: right;
  width: 290px;
  border-left:1px solid #000099;
  border-bottom:1px solid #000099;
  background-color: #F7F7F7;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  margin-top: 0.5em;
  padding: 1em;
}

#indirizzo {
	background-image:  url('logo_pistoia.gif');
  background-repeat: no-repeat;
  background-color: #efefef;
  padding-top: 90px;
  padding-left: 15px;
  padding-bottom: 5px;
  text-align: left;
  color: #868686;
  font-size: 9px;
  line-height: 18px;
}

#sfondoleft {
  background-image:  url('sf_left.gif');
  background-repeat: no-repeat;
  height: 84px;
  margin-top: 10px;
}

#footer {
  background-repeat: no-repeat;
  width: 733px;
  height: 61px;
  color: #FFFFFF;
  font-size: 10px;
  text-align: right;
  background-color: #FFFFFF;
}
.sffoot{
 background-image:  url('img/bg_footer.gif');
}
.sffootint {
  background-image:  url('img/bg_footerint.gif');
}

#footer p{
	margin: 0px;
	padding: 0px;
	padding-top: 43px;
	padding-right: 17px;
}

#underfooter{
	background-image: url('img/bg_footer.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 9px;
	padding-left: 0px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#underfooter p{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 40px;
	margin: 0px;
	text-align: left;
}
#underfooter a{
	font-weight: normal;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 24px;
  color: #630305; 
  padding-top: 11px;
  background-image: url('img/bg_title.gif');
  background-repeat: no-repeat;
  background-position: top right;
  width: 461px !important;
  width: 461px;
  padding-bottom: 36px;
}

.title2 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 24px;
  color: #343434; 
  background-image: url('img/puntini.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  width: 392px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.title2hp {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 24px;
  color: #343434; 
  background-image: url('img/puntini');
  background-repeat: repeat-x;
  background-position: bottom;
  width: 392px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  padding-top: 38px;
  margin-left: 95px;
}

.title a:visited {
  color: #008e42;
}

.puntini{
  background-image: url('img/puntini');
  background-repeat: repeat-x;
  background-position: bottom;
  width: 392px;
  margin-left: 95px;
  margin-bottom: 10px;
}

.nodehp {
	margin: 0px;
	padding: 0px;
	width: 280px;
	line-height: 14px;
	margin-bottom: 9px;
}

.nodehp p{
	margin: 0px;
}

.node a, .node a:visited{
	color: #3083c4;
}

.nodehp img {
	float: left;
	padding-right: 5px !important;
	padding-bottom: 2px !important;
	margin-right: 5px;
	mnargin-bottom: 2px;
}

.titlehp, .titlehp a {
  font-weight: bold;
  font-size: 10px;
  color: #3083c4; 
  margin: 0px;  /* decrease default margins for h<x>.title */
}

.linknews{
	display: block;
	background-image: url('sf_newshp.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
	padding-right: 14px;
	padding-bottom: 2px;
}

.submitted {
  color: #999;
  font-size: 10px;
}

/*.block, .box {
  margin-left: 1em;
  margin-right: 1em;
  padding: 0 0 1.5em 0;
}*/

.box {
  margin-left: 1em;
  margin-right: 1em;
  padding: 0 0 1.5em 0;
}

.block {
  padding-bottom: 0;
  margin-bottom: 0;
}
/*.block a {
  color: #666666;
} 
.block a:visited {
  color: #666666;
} 
.block a:hover {
  color: #666666;
} 
.block a:active {
  color: #666666;
} */
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: 0em;
}
.sticky {
  background-color: #FFFFFF;
  color: #000;
  text-align: left;
}
.sticky p {
  border-top: 20px;
  font-size: 10px;
  color: #666666;
}
.sticky b {
  color: #004995;
}
.sticky a, .sticky a:visited {
  color: #000;
  font-weight: bold;
}
.sticky img {
  border: 0;
}


.node .content, .comment .content {
/*  text-align: justify; */
  line-height: 18px;
}
.node .content p {
  margin-bottom: 1em;
}
hr {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 25px;
  border: 0px solid white;
  height:1px;
  color: #e5e5e5;
  background-color: #e5e5e5;
}
.node .content img {
  border: 0px solid #9e9e94;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}
.node .content img.noborder {
  border:0px solid white;
  border-right:10px solid white;
  
}
.content strong {
  color: #414040;
}
.node .taxonomy {
  color: #C00000;
  font-size: 11px;
  padding: 0px;
}
.taxonomy a, .taxonomy a:visited {
  color: #3399cc;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  background-color: #f4f4f4;
  padding: .5em;
  margin-top: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size:9px;
  float: right;
  color: #D90000;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source, #aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
	width: 100% !important;
  width: 99%;
  border: 0px solid red;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}
#main .admin_off {
  display: block;
  border:0px solid red;
  overflow: hidden;
  width: 50em;
}
#main .standard {
  clear: none;
}
#attachments th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #55974C;
}
#attachments {
  width: 95%;
  margin-bottom: 20px;
}
#attachments .odd {
  background-color: #F7F7F7;
}
.skipnav {display:none;} 
.clearall {clear:both;}
#secondary .lastlink, #primary .lastlink {
   border-right:0px solid white;
}
.search-info {display: none;}
.centrato {text-align: center}
.a_destra {
  text-align: right; 
  font-size: .9em;
  padding-right: 25px;
  color: #000099;
  font-weight: bold;  
}
.a_destra a {
  color: #000099;
} 
.a_destra a:visited {
  color: #000099;
} 
.a_destra a:hover {
  color: #000099;
} 
.leaf a {
  color: #666666;
} 
.leaf a:visited {
  color: #666666;
}
.tit_main {
  font-size: 1.4em;
  color: #c00000;
}

#logo {
	background-color: #FFFFFF;
	padding-bottom: 48px;
}
ul.menu {
/*  display: block; */
 margin: 0px;
 padding: 0px;
 border: 0;
 text-indent: 0px;
}

ul.menu a{
	color: #262626;
}

ul.menu a:visited{
	color: #262626;
}

ul.menu a:hover{
	color: #262626;
}

ul.menu a:active{
	color: #262626;
}

ul.menu li {
	text-indent: 0px;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 6px;
}
li.leaf {
	padding: 0px;
	margin: 0px;
	line-height: 34px;
	background-image: url('img/liprinc.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #666666;
	font-size: 11px;
}

li.collapsed {
	padding: 0px;
	margin: 0px;
	background-image: url('img/liprinc.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #3399cc;
	font-size: 11px;
	border: 0px solid red;
}


li.expanded  {
	padding: 0px;
	margin: 0px;
	background-image: url('img/lisel.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #6e1c1d;
	font-size: 11px;
	font-weight: bold;
	border: 0px solid red;
}

li.expandeds  {
	padding: 0px;
	margin: 0px;
	background-image: url('img/lisel.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #6e1c1d;
	font-size: 11px;
	font-weight: bold;
	border: 0px solid red;
}

li.expandeds a, li.expandeds a:visited{
	color: #6e1c1d;
}

li.expanded a, li.expanded a:visited{
	color: #6e1c1d;
	background-image: url('img/puntini.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 8px;
	display: block;
}

li.expanded li.leaf {
  	background-image: url('img/lileaf.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px !important;
	background-position: 0px 2px;
	padding-left: 15px;
	line-height: 14px;
	margin-bottom: 5px;
	font-weight: normal;
}
li.expanded li.leaf a, li.expanded li.leaf a:visited {
  background-image: url('img/px.gif');
  display: inline;
  padding: 0px;
  color: #262626;
}
li.expanded ul.menu {
  margin: 0;
  padding: 0;
  background-image: url('img/puntini.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 2px;
  margin-bottom: 11px;
}

/*li.expanded li.collapsed{
	background-image: url('menu-collapsed2.gif');
	background-repeat: no-repeat;
	background-position: 2px 5px;
	line-height: 12px;
	padding-bottom: 5px;
	padding-left: 13px;
}*/


.fullwidth {
  padding: 0;
  margin: 0;
  margin-left: 4px;
  margin-top: 3px;
}
#footer .extramargin {margin-right: 70px;}
#footer_nav {
  margin: 0;
  padding: 0;
  background-color: #e3e2e2;
  background-image: none;
  height: 14px;
  border-top: 1px solid #3399cc;
  text-align: left;
  color: #666666;
  font-size:10px;
}
#footer_nav .destra {
  padding-top: 5px;
  padding-right: 15px;
  text-align: right;
  float: right;
}
#footer_nav a {
 text-align: left;
 font-weight: normal;
 color: #666666;
 font-size:10px;
}
#footer_nav ul {
 list-style-type: none;
 margin: 0;
 margin-left: -10px;
 margin-top: 5px;
 padding: 0;
 border:0;
}
#footer_nav li {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -5px;
  display: inline;
}


#intestazione .testadestra {
  display: block; 
  position:relative;
  height:22px;
  color: #FFFFFF;
  float: right;
  margin-top: 45px !important;
  margin-top: 35px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 3px;
}
#intestazione .testadestra a {
  text-decoration: underline;
  font-weight: normal;
  color: #FFFFFF;
}
#intestazione .testadestra img {
  position: relative;
  top: 5px;
  padding:0;
  margin:0;
  margin-top: 3px;
  float: none;
}
#paddiv {
  padding-left: 95px;
}

#paddiv p{
	margin-top: 12px;
	margin-bottom: 12px;
	padding-right: 60px;
}


/*#paddivhp {
  padding-left: 95px;
}*/

#paddivhp p{
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 95px;
	padding-right: 140px;
}

.padright{
	//margin-left: 18px;
	padding-left: 18px;
	//margin-bottom: 5px;
	padding-bottom: 5px;
}

.padleft{
	//margin-right: 18px;
	padding-right: 18px;
	//margin-bottom: 5px;
	padding-bottom: 5px;
}

#pagine {
	background-image: url('img/puntini.gif');
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	width: 392px;
	padding-top: 6px;
}

#pagine div{
	text-align: center;
	float: left;
	width: 300px;
}

.prec {
	float: left;
}

.suc {
	text-align: right;
	display: block;
}

.profile {
  clear: none;
}
.form-text {
  width: 80%
}
#intestazione .form-text {
  margin-left: 560px;
  height: 15px;
}
.form-file {
  width: 80%
}


/*.mceEditor body{
**  background-color: #FFFFFF;
**  text-align: left;
**} 
*/
br.clear-both {
  clear: none;
}
.glossary-links {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.book-navigation {
  margin-right: 25px;
}
.book-navigation ul.menu {
  border: 0;
}
.book-navigation .page-links  {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 0px;
  padding-right: 0px;
  text-align: right;
}
.bodyImage {
  margin-right: 20px !important;
  float: left;
}
.didascalia {
  color: #343434;
  font-size: 9px;
}

.tdint {
	background-color: #630305;
	color: #FFFFFF;
	font-weight: bold;
}

.tdnorm {
	background-color: #eaeaea;
}