
/* ------------------------------------------------------------
BODY
general and layout
no specific colors and no font sizes after the body
------------------------------------------------------------*/

body {
	margin: 0 0 0 0;
}

.everything {
	/*background: url(/MC/images/layout/head_bkg.jpg) repeat-x top left;*/
	background-color:#e1e1e1;
}

/* -------------------------------------------------------- login form */

#logForm label {
	/*display: none;*/
}
#logForm {
	margin-top: 12px;
	margin-right:18px;
	color: #000;
	font-size: 1em;
	width: 361px;
	float: right;
	text-align:right;
	line-height: 1em;
}
#logForm span {
	display: block;
	font-weight: normal;
	margin-bottom: 4px;
	color: #000;
	font-weight: bold;
	padding-right: 16px;
}
#logForm input {
	font-size: 11px !important;			/* hack per MAC IE */
	font-size: 0.9em;
	color: #333;
	width: 100px;
	background-color: #fff;
	border: 1px solid #999999;
	padding: 2px;
	Filter: Alpha(Opacity=70);
	-moz-opacity: 0.70; opacity: 0.70;
}
#logForm input.submit {
	font-size: 11px !important;			/* hack per MAC IE */
	font-size: 0.9em;
	color: #000;
	line-height: 1em;
	width: 60px;
	height: 22px;
	margin: 4px 0 0 0;
	padding: 2px 4px 2px 2px;
	background:transparent url(/MC/images/button_back.gif) repeat scroll center;
	border: 1px solid #999999;
	Filter: Alpha(Opacity=80);
	-moz-opacity: 0.80; opacity: 0.80;
}

#logForm .LogUser  {
	background-color: #ddd;
	color: #333;
	width: 147px;
	height: 76px;
	margin: 0 8px 0 0;
	padding: 8px 0 0 8px;
	Filter: Alpha(Opacity=70);
	-moz-opacity: 0.70; opacity: 0.70;
}
html  #logForm .LogUser  {
	width: 150px;
}
#logForm .LogUser a {
	padding: 0 0 0 16px;
	margin-bottom: 4px;
	display: block;
	color: #333;
	/*background: url("/Ade2/images/buttons/smallarrow.gif") no-repeat 0 1px;*/
}

#logForm a.Registrazione {
	/*padding: 8px 0 0 0;
	margin: 0px 0px 4px 10px;
	display: block;
	float:right;
	color: white;
	font-weight:bold;*/
	
	font-size: 11px !important;			/* hack per MAC IE */
	font-size: 0.9em;
	color: #000;
	line-height: 1em;
	width: 60px;
	height: 19px;
	margin: 4px 0 0 4px;
	padding: 2px 4px 2px 2px;
	background:transparent url(/MC/images/button_back.gif) repeat scroll center;
	border: 1px solid #999999;
	Filter: Alpha(Opacity=80);
	-moz-opacity: 0.80; opacity: 0.80;
}

/*
#logForm a.Registrazione:hover 
{
    font-weight:bold;
}
*/

#logForm a.CambioPassword {
	font-size: 11px !important;			
	font-size: 0.9em;
	color: #000;
	line-height: 1em;
	width: 60px;
	height: 19px;
	padding: 3px 4px 0px 2px;
	margin-bottom:2px;
	Filter: Alpha(Opacity=80);
	-moz-opacity: 0.80; opacity: 0.80; 
    background:transparent url(/MC/images/button_back.gif) repeat scroll center;
	border: 1px solid #999999;
	text-align:center;
	
	
}


/* ------------------------------------------------------------
General purpose classes - TAGS
------------------------------------------------------------*/

div, p, a { margin: 0; padding: 0; }
ol, ul, li { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
img { margin: 0; border: 0; }
input { padding: 2px; }
table, tr, td, th,
thead, tbody, tfoot, caption { margin: 0; padding: 0; } 

table {
	display: table; 
	empty-cells: show; 
	border-collapse: collapse; 
}
tr { display: table-row; }
thead { display: table-header-group; }
tbody { display: table-row-group; }
tfoot { display: table-footer-group; }
col { display: table-column; }
colgroup { display: table-column-group; }
td, th { display: table-cell; }
caption { display: table-caption; }
td { 	vertical-align: top; }

/* -------------------------------------------------   hr --*/

hr {  
	text-align: center;
	height: 1px;
	border: none;
}
html>body hr {  
	margin: 0 auto;
	height: 1px;
	border: none;
}
hr.thin {
	
}

/* ----------------------------------------------   A link --*/

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
	text-decoration: none;
}

/* ------------------------------------------------------------
HTMLPAGES (is inside #aspnetForm )
------------------------------------------------------------*/

#aspnetForm ol, ul {
    padding-left:30px;
    
}


/* ------------------------------------------------------------
General purpose classes - SPECIFIC CLASSES
------------------------------------------------------------*/

.clearerBoth {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.clearerLeft {
	clear: left;
	height: 1px;
	overflow: hidden;
}
.clearerRight {
	clear: right;
	height: 1px;
	overflow: hidden;
}

.hidden, .skipNav {
	display: none;
}

img.printLogo {
    display: none;
}


/* ------------------------------------------------------------
WRAPPERS generali
------------------------------------------------------------*/

.mainWrapper {
	margin: 0 auto;
	text-align:center;
	background-color:#fff;
	width: 950px;
}
.preHeadWrapper {}
.headWrapper {
	width: 950px;
	height: 166px;
	margin: 0 auto;
	background: url(/MC/images/layout/header06.jpg) no-repeat 11px 0px;
	background-color:#fff;
}
.postHeadWrapper {}

.contentWrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color:#fff;
}
.pathWrapper {
	margin: 0px 16px 16px 0;
	padding: 16px 0 4px 8px;
	border-bottom: 1px dotted #bbb;
}
.preColumnsWrapper {}
.column01Wrapper {
	float: left;
	width: 264px;
	text-align: left;
	height:100%;
	
}
.column02Wrapper {
	/*margin-right: 264px;*/
	margin-left: 270px;
	text-align: left;
	padding: 16px 24px 36px 0;

}
.column03Wrapper {}
.preFootWrapper {}
.footWrapper {
	clear: both;
	padding: 32px 0 32px 0;
}
.postFootWrapper {}


/* ------------------------------------------------------------
LOGIN (is inside headWrapper )
------------------------------------------------------------*/

.loginOff,
.loginOn {
	float: right;
    
}
.loginOff a,
.loginOn a {
    /*padding: 4px 0 0 0;*/
    font-size:0.9em;
    display:inline;
}
.flags 
{
    margin: 4px 1px 0 1px;
}

.loginOn input {
	width: 50px;
	border: 1px solid #fff;
	padding: 0 4px 0 4px;
}

/*
.loginOn a.CambioPassword {
	margin: 0 0 0 0;
	padding: 12px 0 4px 0;
}
*/

/* ------------------------------------------------------------
MENU (is inside headWrapper )
------------------------------------------------------------*/

.horizontalMenu {
	padding: 146px 0 30px 0;
	background: transparent url(/MC/images/button_back.gif) repeat-x 0px 146px;
}
.horizontalMenu ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
.horizontalMenu li {
	float: left;
	list-style-type: none;
	margin: 0 6px 0 0;
	padding: 0 0 0 12px;
	height: 20px;
	color:#000000;
	
}
.horizontalMenu a {
	float: left;
	height: 20px;
	/*padding: 0 12px 0 0;*/
	color:#000000;
	
}

/*
.horizontalMenu li.selected {
	background: url(/MC/images/layout/menu_left_sel.jpg) no-repeat top left;
}
.horizontalMenu li.selected span {
	display: block;
	float: left;
	height: 20px;
	background: url(/MC/images/layout/menu_right_sel.jpg) no-repeat top right;
	padding: 0 12px 0 0;
}
*/

/* ------------------------------------------------------------
NAVIGATION MENU ( in column )
------------------------------------------------------------*/

.boxTop {
	background: url(/MC/images/layout/columnMenu_head.jpg) no-repeat top left;
	margin: 16px 0 0 0;
	padding: 0;
}
.boxTop h2 {
	padding: 26px 14px 10px 14px;
	margin: 0 12px 0 12px;
	border-bottom: 1px solid #fff;
}
.boxContent {
	background: url(/MC/images/layout/columnMenu_bkg.jpg) repeat-y top left;
	padding: 0 12px 0 12px;
}
.boxContent ul {
	padding: 0;
	margin: 0;
}
.boxContent li {
	display: inline;
}
.boxContent ul a {
	display: block;
	padding: 2px 14px 2px 14px;
	border-bottom: 1px solid #fff;
}
.boxContent ul li a.selected {
	display: block;
	padding: 2px 14px 2px 20px;
	border-bottom: 1px solid #B7BAAF;
	font-weight:bold;
}
.boxContent ul li.selected a,
.boxContent ul li.selected a:hover {
    font-weight:bold;
    background:none;
    border-bottom:none;
}
.boxContent ul a, .boxContent ul li a.selected { padding-left: 20px; }
.boxContent ul ul a, .boxContent ul ul li a.selected { padding-left: 24px; }
.boxContent ul ul ul a, .boxContent ul ul ul li a.selected { padding-left: 34px; }
.boxContent ul ul ul ul a, .boxContent ul ul ul ul li a.selected { padding-left: 42px; }
.boxContent ul ul ul ul ul a, .boxContent ul ul ul ul ul li a.selected { padding-left: 52px; }
.boxContent ul ul ul ul ul ul a, .boxContent ul ul ul ul ul ul li a.selected { padding-left: 62px; }
.boxContent ul ul ul ul ul ul ul a, .boxContent ul ul ul ul ul ul ul li a.selected { padding-left: 72px; }
.boxContent ul ul ul ul ul ul ul ul a, .boxContent ul ul ul ul ul ul ul ul li a.selected  { padding-left: 82px; }

.boxContent ul li a.selected {
	background: url(/MC/images/layout/columnMenu_bkgSelected.jpg) repeat-y top center;
}
.boxContent ul a:hover,
.boxContent ul a:active {
	background: url(/MC/images/layout/columnMenu_bkgHover.jpg) repeat-y top center;
}
.boxBottom {
	background: url(/MC/images/layout/columnMenu_bkgBottom.jpg) no-repeat top center;
	height: 25px;
	font-size: 0em;
}
.boxContent .navSec {
	display: block;
	padding: 2px 14px 2px 14px;
	border-bottom: 1px solid #fff;
	background: url(/MC/images/layout/columnMenu_bkgHover.jpg) repeat-y top center;
}


/* ------------------------------------------------------------
Menu line in FOOTER
------------------------------------------------------------*/

.footerMenu {
	list-style-type: none;
	margin: 0;
	padding: 0 0 12px 0;
}
.footerMenu li {
	display: inline;
	margin: 0;
	padding: 0 8px 0 8px;
	border-left: 1px solid #fff;
}
.footerMenu li:first-child {
	border-left: 0px solid #fff;
}



/* ------------------------------------------------------------
Content
------------------------------------------------------------*/

.column02Wrapper h2.pageTitle {
	border-bottom: 2px solid #fff;
	padding: 0 0 22px 0;
}


/* ------------------------------------  liste del Content 
---------------- lasciato come in PCR --- da controllare */


ul.docList  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.docList li {
	background: url(/MC/images/buttons/arrow.gif) no-repeat 0 10px;
	padding: 4px 0;
	padding-left: 16px;
	border-bottom: 1px solid #fff;
}
.docList li li {
	background: none;
	padding: 0;
	border: 0;
}
.docList li .title {
	display: block;
	padding-bottom: 2px;
}
.docList li .title a {
	display: block;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 2px;
}
.docList li .description {
	display: block;
	padding: 0 0 4px 0;
	margin: 0 0 0 0;
}
.docList li .date {
	background: url(/MC/images/buttons/calendar.gif) no-repeat 0 2px;
	padding: 2px 0 4px 20px;
	margin: 0 0 4px 0;
}
.docList li .file {
	padding: 2px 0 2px 4px;
}
.docList li .file a {
	display: block;
	padding: 0 0 0 24px;
	height: 20px;
}




/* --------------------------------------------- 
    Navigatore - Tabelle                 
--------------------------------------------- */

p.NavObjectDetail {
	
}
h4.tableLabel {
	font-size:0.9em;
	text-align:left; 
	color:#50697D;	
	margin:0 0 -10px 4px;
	padding:10px;
	padding-bottom:0px;
}
.basetab {
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	padding: 0;
	margin: 20px 12px 20px 0;
	border-top: 1px solid #aaa;
}
.basetab th, 
.basetab td {
	padding: 3px;
	border-bottom: 1px solid #aaa;
}
.basetab th {
	text-align: left;
	color: #eee;
	background: #aaa;
	font-weight: normal;
	font-style: italic;
}
.basetab a:link,
.basetab a:visited,
.basetab a:hover,
.basetab a:active {
    color:#345d89;
    text-decoration:none;
}
.basetab tbody span {
	padding-right: 12px;
	color:#333;
}

/* tabelline contestuali azioni ecc */

.basetab td ul { 
	position: absolute;
	font-size: 0.9em;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom: 0;
	width: 150px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none; 
}
.basetab ul li { 
	border-bottom: solid 1px #fff;
	padding: 0 0 0 4px;
}
.basetab ul li.categ {
	font-weight: bold;
	color: #555;
	background-color: #ccc;
}
.basetab td:hover ul, 
.basetab td.sfhover ul {
	display:block;
}







a.btn{
	border:1px outset #ccc;
	margin:1px; padding:1px;
	text-decoration:none; color: #9a2800;
	background-color:#CCCCCC;
}
.flt{ 
	background-color:#f4f4f4; border:1px inset #ccc; 
	margin:0; width:100%;
}
.flt_s{
	background-color:#f4f4f4; border:1px inset #ccc; 
	margin:0; width:90%;
}





/* --------------------------------------------- 
    Backoffice - Albero Pagine                
--------------------------------------------- */
.tree {
	border-top: 1px solid #fff;
	margin-top: 24px;
	float:left;
	width: 660px;
	background-color:#fff;
}
.tree div {
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 0;
	margin: 0 0 0 0;
}
.tree img {
	vertical-align: middle;
	margin: 0 0 0 4px;
}
.tree div.buttonTools {
	float: right;
	padding-top: 0;
	padding-bottom: 0;
	height: 12px;
	margin-right: 4px;
}
.tree .buttonTools img {
	margin: 0 0 0 2px;
}
.tree .treeTools {
	display: inline;
	padding-left: 10px;
}
.tree .treeTools a:link {
	padding-left: 8px;
}
.tree .treeEven {
	clear: right;
}
.tree .treeOdd {
	clear: right;
}
.tree .level1 {
	padding-left: 0;
}
.tree .level2 {
	background-image: url(/MC/images/buttons/indent_02.gif);
	padding-left: 15px;	
}
.tree .level3 {
	background-image: url(/MC/images/buttons/indent_03.gif);
	padding-left: 30px;
}
.tree .level4 {
	background-image: url(/MC/images/buttons/indent_04.gif);
	padding-left: 45px;
}
.tree .level5 {
	background-image: url(/MC/images/buttons/indent_05.gif);
	padding-left: 60px;
}
.tree .level6 {
	background-image: url(/MC/images/buttons/indent_06.gif);
	padding-left: 75px;
}
.tree .level7 {
	background-image: url(/MC/images/buttons/indent_07.gif);
	padding-left: 90px;
}
.tree .level8 {
	background-image: url(/MC/images/buttons/indent_08.gif);
	padding-left: 105px;
}



/* --------------------------------------------- 
    Overrule vari               
--------------------------------------------- */

.box_close {
	display: none;
}


/* ------------------------------------------------------------
   for documents
------------------------------------------------------------*/

img.attached {
	margin: 4px 4px 0 8px;
	vertical-align: middle;
    float: left;
}

/* ------------------------------------------------------------
ICONS for files linked
------------------------------------------------------------*/

a.attached {
	padding-left: 24px; 
	background-repeat: no-repeat; 
	background-position: 1px 2px;
}
a.avi {background-image: url(/MC/images/icons/avi.gif);}
a.doc {background-image: url(/MC/images/icons/doc.gif);}
a.dot {background-image: url(/MC/images/icons/dot.gif);}
a.eps {background-image: url(/MC/images/icons/eps.gif);}
a.gif {background-image: url(/MC/images/icons/gif.gif);}
a.htm {background-image: url(/MC/images/icons/htm.gif);}
a.jpg {background-image: url(/MC/images/icons/jpg.gif);}
a.mov {background-image: url(/MC/images/icons/mov.gif);}
a.mp3 {background-image: url(/MC/images/icons/mp3.gif);}
a.pdf {background-image: url(/MC/images/icons/pdf.gif);}
a.ppt {background-image: url(/MC/images/icons/ppt.gif);}
a.psd {background-image: url(/MC/images/icons/psd.gif);}
a.rtf {background-image: url(/MC/images/icons/rtf.gif);}
a.txt {background-image: url(/MC/images/icons/txt.gif);}
a.wmf {background-image: url(/MC/images/icons/wmf.gif);}
a.wmv {background-image: url(/MC/images/icons/wmv.gif);}
a.xls {background-image: url(/MC/images/icons/xls.gif);}
a.zip {background-image: url(/MC/images/icons/zip.gif);}

a.int {background-image: url(/MC/images/icons/int.gif);}
a.ext {background-image: url(/MC/images/icons/ext.gif);}


/* ----------------------------------------------------  image gallery */

.galleriaDetails {
	background-color: #eee;
	padding: 4px;
	margin:12px 0px 0px 0px;
	/*border-top: 1px solid #ddd;*/
}
.galleriaDetails .left {
	float: left;
	padding-left: 4px;
}
.galleriaDetails .right {
	float: right;
	padding-right: 4px;
	font-size: 0.9em;
}

 .galleriaDetails a:link,
 .galleriaDetails a:visited {
	text-decoration: none;
}
table.galleria {
    float:left;
    width:100%;
}

table.galleria tr.immagine td {
	border: 3px solid white;
	background-color: #eee;
	padding: 5px;
	width: 33%;
	text-align: center;
	vertical-align: middle;
}
 table.galleria td img {
	clear: none;
	float: none;
	margin: 0;
	border: 1px solid white;
}
 table.galleria tr.dida td {
	border: 3px solid white;
	background-color: white;
	padding: 5px;
	width: 33%;
	text-align: left;
}
tr.dida td .title {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	border-bottom: 1px solid #ddd;
	margin-bottom: 3px;
}
tr.dida td .tags {
	font-size: 1.1em;
	font-style: italic;
	color: #666;
	border-bottom: 1px solid #ddd;
	margin-bottom: 3px;
}
tr.dida td .date {
	background: url("../images/buttons/calendar.gif") no-repeat 0 0;
	padding-left: 16px;
}
tr.dida td .author {
	background: url("../images/buttons/volontarioR.gif") no-repeat 0 0;
	padding-left: 16px;
}
tr.dida td .modifysmall {
	background: url("../images/buttons/modifysmall.gif") no-repeat 0 0;
	padding-left: 16px;
	font-size: 0.9em;
}
 .bigImage {
	border: 1px solid #aaa;
	float: left;
}
.jumpMenu {
	width: 400px;
}

