/* Start of CMSMS style sheet '2Colonne-CSS' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
/*div{border: 1px solid #C06;}*/


* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 70.01%;
   line-height: 1em;
   margin:0.25em 0;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link, 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #1C3A54; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #1C3A54;
}
a:hover {
   text-decoration: none;
   background-color: #1C3A54;
   color: #FFFFFF;
}

/*****************
basic layout 
*****************/
body {
   background-color: #9CC1D0/*#E4F1D8  #EBE2D2*/;
   color: #333;
   /*border-top: 5px solid #273D74*/; 
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;
   width: 782px;
   /*max-width: 80em; 
   min-width: 60em;*/
   border: 1px solid #fff;
   background-color: #fff;
   color: black;

}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 85px;
   background-color: #056E60;           
}

div#header h1 a {
   background: #056E60 url(images/cms/logo2.jpg) no-repeat 0 0; 
   display: block;
   height: 85px;
   width: 765px;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

/* position for the search box */
div#search {
   float: right;
   width: 26em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1.2em 0 1.2em 1em; 
   font-size: 90%;  
   /*margin: 0 1em;
   border-bottom: 1px solid #ddd;*/
   background-color: #fff;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 
div#dissolvenza{
     float: left;
     margin: 0;  
     width: 765px;
     height: 220px;
}
div#dissolvenza table{
     border: none;
     margin: 0;
     padding: 0;
     /*background-color: #056E60;*/
}
div#dissolvenza table tr{
     border: none;
}
div#dissolvenza table td{
     border: none;
}
div#content {
     float: left;  
     width: 770px;
     margin-top: 8px;
 }
div#main {
   float:right;  
   width: 72%; 
   margin-left: 0;
   /*margin-right: 29%; 
   margin-left: 2%;*/ 
}
.spotSX{
float:left;
margin: 0 5px 5px 0;
padding: 0;
width:260px;
}
.spotDX{
float:right;
margin: 0 0 5px 5px;
padding: 0;
width:260px;
}


div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 25%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-top: -5px;
   margin-right: 1%;
   margin-left: 0.250em;
}
div#sidebar p{
   padding-left: 1em;
}

div#footer {
   clear:both;
   height: 180px;
   color: #fff;
   background-color: #056E60;
}

div#footer p {
   font-size: 0.95em;
   padding: 1em 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a,  div#footer p a:hover{
   color: #FFFFFF; 
   text-decoration: none;
font-weight: bold;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #f5f5f5;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 79%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 19%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
.newsIndex{
	color: #777777;
             font-weight: bold;
	font-size: 1.25em;
             line-height: 1.5em;
             font-family: Georgia, Verdana, Arial, Geneva, Helvetica, sans-serif; 
	text-align: left; 
	padding: 0 0.25em;
	border-top: 1px solid #F4F4F4;
             border-bottom: 1px solid #F4F4F4;

             display: block;
             text-transform: uppercase;
	letter-spacing: 0.20em; 
	
}


div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #800000; 
	font-size: 1.4em; 
	text-align: left; 
	padding-bottom: 1px;
	border-bottom: 1px dotted #C0C0C0; 
	line-height: 1.5em;
             margin: 0 0 0.5em 0;
             text-transform: uppercase;
}
div#content h3 {
   color: #1C3A54; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #1C3A54; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #1C3A54; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #1C3A54; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.6em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}
/* END LISTS */


table {
	font-size: 85%;
	border: 1px solid #1C3A54;
	border-collapse:collapse;
             margin-left: 0;
             width: 99%;
             padding: 0.5em;
}
td, th {
	border: 1px solid #1C3A54;
	padding: 0.5em 0.6em;
}
thead {
	background: #ffc;
	color:#000;
}
caption {
	text-align: right;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
div.hrClear hr{
margin:0;
}
div.hrClear{
height:0;
overflow:hidden;
clear:both;
}
/* End of '2Colonne-CSS' */

