/* Start of CMSMS style sheet 'microdon' */
* { margin:0; padding:0; }

body {
   text-align: left;
   font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
   background : #0099cc;
}

span.accesskey { text-decoration:none; }

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */

.Form {
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: disc;
}

/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'microdon' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/

/*
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; }

a,
a:link 
a:active { text-decoration: underline;  color: #2365aa; }
a:visited { text-decoration: underline; color: #2365aa; }
a:hover { text-decoration: none; color: #2365aa; }

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto 0 auto;
   width : 980px; 
   background : #fff url('./uploads/images/bg_content.gif') repeat-y top left;
   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 { clear : both; width : 100%; }

#tableContent { width : 968px; margin : 0 auto; }
#tableContent td.tdLeft {  background : #fff url('./images/bg_sidebar.gif') repeat-x top left; width : 240px; }
#tableContent td.tdSeparator { background : #fff url('./images/bg_td_separator.gif') no-repeat top left; width : 30px; }
#tableContent td.tdLeftHome {  width : 485px; padding-top : 12px; }
#tableContent td.tdSeparatorHome { width : 30px; }
#tableContent td.tdRightHome {  padding-top : 12px; background : url('./images/bg_home.gif') no-repeat bottom right; }

div#homeContent { margin : 0px 0px 0px 10px; }
div#content { margin : 0 auto 0 0;  }

#tableContent td.tdRightHome #content { margin-right : 12px; }

/* NEWS */

div.newsItem { padding-bottom : 12px; border-bottom : 1px dashed #08a6eb; margin-top : 8px; clear : both; text-align : left; overflow : auto; }
div.newsItem .newsTitle { font-weight : bold; color : #4e4e4e; margin-bottom : 8px; }
div.newsItem .newsTitle a,
div.newsItem .newsTitle a:visited { color : #4e4e4e; text-decoration : none; }
div.newsItem .datePublication { font-style : italic; font-size : 0.9em; font-weight : normal; }

div#main {
   width : 660px;
   margin-top : 14px;
   margin-right: 2%; /* and some air on the right */
   background-color : #fff;
}

div#main h3 { font-size : 12px;  background : url('./images/blue_bullet.gif') no-repeat left 3px; padding-left : 16px; color : #4e4e4e; margin-bottom : 10px; }

#tableContent td.tdFull #main { width : 945px; margin : 14px 10px 0px 10px }

#tableContent #main ul { list-style-type : none; }
#tableContent #main ul li { background : url('./images/arrow_blue.gif') no-repeat left 6px; padding-left : 14px; }

table tr td div.offer { width : 305px; overflow : auto; background : url('./images/offer_bg.gif') no-repeat left bottom; }
table tr td div.offer .offerTitle { background-color : #FFF; }
table tr td div.offer .offerContent { padding : 0px 8px 8px 8px; overflow : auto; }

div.offerContent h3 { font-size : 1.1em; }

div#footer {
   clear: both;
   background : url('./images/bg_content_bottom.gif') repeat-x top left;
   padding-top : 40px;
   width : 965px; 
   margin : 0 auto 0 7px;
   color : #4e4e4e;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #4e4e4e; /* needed becouse footer link would be same color as background otherwise */
}

/* 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 black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #4cc1f6; 
	font-size: 1.5em; 
	text-align: left; 
	padding-left: 0;
	padding-bottom: 1px;
	border-bottom: 1px solid #4cc1f6; 
        line-height: 1.5em;
        margin: 0 0 0.5em 0;
        font-weight : normal;
}

div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   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.4em;
   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 */
/* End of 'microdon' */

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}





/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }

#primary-nav li.menuactive { background-color: #f0f0f0; }

#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { background-position: center right; background-repeat: no-repeat; }

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { background-color: #ecf2ff; }

#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { display: none; }

#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { display: block; }

#primary-nav li li { float: left; clear: both; }
#primary-nav li li a { height: 1%; }


/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

#nav #menuwrapper { overflow : auto;background : url('./images/bg_menu_horizontal.gif') repeat-x top left; width: 965px; margin-left : auto; margin-right : auto; }

div#nav #menuwrapper ul { margin: 0; padding: 0; }
div#nav #menuwrapper li { float: left; list-style: none; margin: 0; height : 2.5em; border-right: 1px solid #fff; }
div#nav #menuwrapper #primary-nav li li { width : 270px; overflow : auto;}

div#nav #menuwrapper a { padding: 8px 30px 8px 30px; margin: 0; text-decoration: none; color: #4e4e4e; display: block; }
div#nav #menuwrapper li a:hover { background : url('./images/bg_menu_active.gif') repeat-x bottom left; color : #fff; }
div#nav #menuwrapper a.activeparent:hover { background : url('./images/bg_menu_active.gif') repeat-x bottom left; color: #fff; font-weight : bold; }
div#nav #menuwrapper li.currentpage a,
div#nav #menuwrapper li.menuactive a { background : url('./images/bg_menu_active.gif') repeat-x bottom left; color: #fff; font-weight : bold; }
div#nav #menuwrapper li.activeparent a { background : url('./images/bg_menu_active.gif') repeat-x bottom left; color: #fff; font-weight : bold; }
div#nav #menuwrapper h3 { padding: .6em 1em .6em 1.4em; margin: 0; text-decoration: none; color: #fff; background : url('./images/bg_menu_active.gif') repeat-x bottom left; display: block; font-size: 1em; }


#primary-nav ul { 
   position: absolute; 
   top: 155px; 
   display: none; 
   background-color : #f0f0f0;
   overflow : hidden; 
}
#primary-nav ul ul { 
   left: 100%; 
   top: 0px; 
   overflow : hidden; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   position: relative; 
   overflow : hidden; 
}

#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #006699;
}

#primary-nav li { 
   background-color : #f0f0f0;
   margin : 0px;
   padding : 10px 0px 0px 10px;
   border-bottom : 1px solid #d7dce8;
   overflow : hidden; 
}

div#nav #menuwrapper li.menuactive li a,
div#nav #menuwrapper li.menuactive li a:visited,
div#nav #menuwrapper li li a,
div#nav #menuwrapper li li a:visited { float : left; padding : 0px; margin : 0px; font-weight : normal; color : #0b1f35; background-color : #f0f0f0; }
div#nav #menuwrapper li li a:hover { display : inline; background-image : none; color : #0b1f35; }

div#nav #menuwrapper li li.menuactive a,
div#nav #menuwrapper li li.menuactive a:visited { font-weight : bold; }
div#nav #menuwrapper li li.menuactive { background-color: #ecf2ff; }

#primary-nav li.menuparent {
	background : url('./images/bg_menu_horizontal.gif') repeat-x top left;
	border : 0px;
	width : auto;
	padding : 0px;
	overflow : hidden;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
padding : 2px 0px 3px 0px;
background : #fff url('./images/bg_menu_left.gif') repeat-x bottom left; 
color : #4e4e4e;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #4e4e4e; /* this will be link color for all levels */
   background: url(./images/arrow_menu_left.gif) no-repeat 0.4em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}


/* hover state for all links */
div#menu_vert a:hover { text-decoration : underline; }

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(./images/arrow_menu_left_active.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
background: url(./images/arrow_menu_left_active.gif) no-repeat 2px center;
   color: #46bff5;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
  font-weight : bold;
   padding: 5px 0.5em 5px 2.8em;
   background-position: 1.5em center;
}

.bloccarte {
	color: #FFFFFF;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
}
.titrebloccarte {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}


div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'microdon' */

