/* reset */
* {
  margin: 0;
  padding: 0;
}
/* layout */
html, body {
	margin: 10px;
	background: #fff;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat:repeat-x;
	background-attachment: fixed;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 13px;
	color: #464646;
}
#xo-canvas {
  width: 950px;
	margin: 0 auto;
	background: #FFFFFF;
	background-image: url(../img/head.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}
#xo-canvas2 {
  	width: 910px;
	margin: 0 auto;
	padding: 0 20px;
	background: #FFFFFF;
	background-image: url(../img/body.jpg);
	background-position: center 20px;
	background-repeat:repeat-y;
	vertical-align: bottom;
}
#xo-canvas-content {
	padding: 6px 2px 0 2px;
	background: transparent url(../img/img03.jpg) no-repeat left top;
}
#xo-page {}

/* hypertext links */
a {
	text-decoration: none;
	color: #550077;
}
a:hover {
	background: none;
}


a.downloadable {
	width:25px;
	height:15px;
	padding:2px 5px;
	margin: 10px 1px;
	border:1px solid #92829C;
	background-color: #E2D2EC;
	color:#62526C;
	text-decoration:none;
}


a.downloadable:hover {
	background-color: #F2E2FC;
}



/* titles */
h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.6em;
}
h4 {font-size: 1em;}
h5 {font-size: .9em;}
h6 {font-size: .8em;}

/* images */
img {
  border: 0;
  position: relative;
}

/* lists */
#xo-canvas-content ul {
  margin: 2px;
  padding: 2px;
  list-style: decimal inside;
  text-align: left;
}

#xo-canvas-content ol {
  margin-left: 20px;
  list-style: decimal;
  text-align: justify;
  width:90%;
  
}

#xo-canvas-content ul li {
  margin-left: 2px;
  background-color: inherit;
  color: #A52524;
  line-height: 1.4em;
  list-style:	square inside;
}

#xo-canvas-content ol li {
  margin-left: 2px;
  background-color: inherit;
  color: #A52524;
  line-height: 1.4em;

}

/* hr */
hr {
  color: #ccc;
  border: #ccc;
  background: #ccc;
  height: 1px;
}

/* forms */
input { font-size: 1em; 
	border:1px solid #CCCCCC;
	color:#7012A8;}
select {font-size: .9em;}
input[type=button],
input[type=submit] {
	background:#FFFFFF none repeat scroll 0 0;
	border:3px double #CCCCCC;
	font-family:Courier,"Courier New",monospace;
	}
input[type=button]:hover,
input[type=submit]:hover {
	background:#e0e0FF none repeat scroll 0 0;
	color:#606;
}

/* header */
#header {
	height: 172px;
	background: transparent none no-repeat left top;
	padding: 0 20px;
}

/* Logo */
#logo {
	float: left;
	height: 132px;
	color: #B2B2B2;
	margin:20px 5px;
	width:100%;
}
#logo h1, #logo p {}
#logo h1 {
	float: left;
	padding: 50px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}
#logo p {
	float: left;
	margin: 0;
	padding: 110px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
}
#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#logo img {
	float:right;
	width:550px;
	margin:5px;
}

#logo ul {
	float:left;
	width:290px;
	color:#636;
	margin: 5px 0px 0px 5px;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}
#logo ul li {
	margin:5px 0;
	font-size:12px !important;
	font-variant:small-caps;
}


/* Search */
#search-form {
	float: right;
	width: 230px;
	padding-top: 16px;
}
#search-form form {
	height: 41px;
	margin: 0;
	padding: 90px 0 0 0px;
}
#search-form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search-text {
	width: 200px;
	border: none;
	text-transform: lowercase;
	border: 1px #525252 dotted;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #585858;
}
#search-submit {display: none;}

/* Menu */
#menu {
	/*height: 76px;*/
	padding: 0 0 1px 0;

	background-image: url(../img/body.jpg);
	background-repeat:repeat-y; 
	background-position: center top;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
}
#menu a:visited,
#menu a {
	display: block;
	/* padding: 20px 5px 3px 10px !important; */
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	font-weight: bold;
	color: #338;
	border: none;
}
#menu a:hover, #menu .current_page_item a {color: #0000FF;}

#menu a:hover {text-decoration: none;}

/* menu tabs */
#menu span.menu_left {
	background-image: url(../img/tab.jpg);
	width:15px;
	height:40px;
	background-repeat:no-repeat; 
	background-position: -5px bottom;
	float:left;
}

#menu span.menu_center {
	background-image: url(../img/tab.jpg);
	height:40px;
	background-repeat:no-repeat; 
	background-position: center bottom;
	float:left;
}

#menu span.menu_right {
	background-image: url(../img/tab.jpg);
	width:15px;
	height:40px;
	background-repeat:no-repeat; 
	background-position: -223px bottom;
	float:left;
}

#menu li.active span.menu_left,
#menu li.active span.menu_center,
#menu li.active span.menu_right,
#menu li:hover span.menu_left,
#menu li:hover span.menu_center,
#menu li:hover span.menu_right {
	background-image: url(../img/tabh.jpg);
}


/* left columns */
#xo-canvas-leftcolumn {
  width: 200px;
  margin-right: 10px;

}
#xo-canvas-leftcolumn th {
  color: #fff;
  vertical-align: middle;
}

#xo-canvas-leftcolumn .xo-blocktitle {
  background: url(../img/img03.jpg) repeat-x top;
  vertical-align : middle;
  color: #A52524;
  padding: 5px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}

#xo-canvas-leftcolumn .xo-blocktitle h3 {
  margin: 0 0 5px 0;
  padding: 3px;
  color: #111;
  font-size: 15px;
  font-weight: bold;
  text-align:center;
}
#xo-canvas-leftcolumn .xo-blockcontent {
  margin-bottom: 10px;
  padding: 3px;
  line-height: 1.2em;
  font-size: 12px;
  background-color:#edddec;
}

/* right columns */
#xo-canvas-rightcolumn {
  width: 170px;
  padding-left: 10px;
}
#xo-canvas-rightcolumn th {
  background-color: #639ACE;
  color: #fff;
  vertical-align: middle;
}
#xo-canvas-rightcolumn .xo-blocktitle h3 {
  margin: 0 0 5px 0;
  padding: 3px;
  color: #111;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
#xo-canvas-rightcolumn .xo-blockcontent {
  margin-bottom: 10px;
  padding: 3px;
  line-height: 1.2em;
  font-size: 12px;
}

/* center blocks */
#xo-page .xo-block {
  margin: 5px;
}
#xo-page  {
border:2px groove #aaa;
}

#xo-topblocks th {
  vertical-align: middle;
}
#xo-topcenterblocks, #xo-bottomcenterblocks {}
#xo-topcenterblocks .xo-blocktitle h3, #xo-bottomcenterblocks .xo-blocktitle h3 {
  margin: 5px;
  padding-left: 10px;
  color: #A52524;
  font-weight: bold;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
}
#xo-topcenterblocks .xo-blockcontent, #xo-bottomcenterblocks .xo-blockcontent {
  padding: 5px 8px 8px 8px;
  margin-bottom: 2px;
  line-height: 1.4em;
  text-align:justify;
}
#xo-topleftblocks, #xo-bottomleftblocks, #xo-toprightblocks, #xo-bottomrightblocks {width: 49.5%;}
#xo-topleftblocks .xo-blocktitle h3, #xo-bottomleftblocks .xo-blocktitle h3,
#xo-toprightblocks .xo-blocktitle h3, #xo-bottomrightblocks .xo-blocktitle h3{
  margin: 5px;
  padding-left: 10px;
  color: #A52524;
  font-weight: bold;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
}
#xo-topleftblocks .xo-blockcontent, #xo-toprightblocks .xo-blockcontent,
#xo-bottomleftblocks .xo-blockcontent, #xo-bottomrightblocks .xo-blockcontent {
  margin-bottom: 2px;
  padding: 5px 8px 8px 8px;
  text-align: justify;
  line-height: 1.4em;
}

/* content module page */
#xo-content {
  text-align: justify;
  padding: 14px;
  background-color:#fff;
}

#xo-content li {
	margin-left:14px
}

/* footer */
#footer {
	width: 950px;
	height: 132px;
	margin: 0 auto;
	padding: 70px 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	color:#636;
	background-image: url(../img/foot.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;

	text-align: center;
}

#footer p.big {
	font-size:110%;
}

#footer a {
	color:#414;
}

#footer ul {
	float:left;
	width:290px;
	color:#636;
	margin: 15px 0px 0px 10px;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}
#footer ul li {
	margin:5px 0;

	font-variant:small-caps;
}







#xo-logger-output{ font-size: .8em;}




/* block main menu */
#mainmenu {	font-size: 11px;}
#mainmenu a {
  display: block;
  margin: 0;
  padding: 4px 4px 4px 18px;
  border-bottom: 1px solid #e9e9e9;
  background: url(../icons/arrow.gif) no-repeat left;
}
#mainmenu a:hover {padding-left: 20px}
#mainmenu a.menuTop {}
#mainmenu a.menuMain {}
#mainmenu a.menuSub {
  padding-left: 20px;
  background: none;
  border: none;
  font-style: italic;
}
#mainmenu a.menuSub:hover {background-color: #f8f8f8;}

/* block user menu */
#usermenu {	font-size: 10px;}
#usermenu a {
  display: block;
  margin: 0;
  padding: 2px;
  border-bottom: 1px solid #e9e9e9;
}
#usermenu a:hover {background-color: #f8f8f8;}
#usermenu a.menuTop {}
#usermenu a.highlight {background-color: #A52524;}

/* block Login */
div.login {
	text-align:center;
}


/* tables and cells */
table {width: 100%;}
table td {
  padding: 0;
  border-width: 0;
  vertical-align: top;
}
th {
  background: url(../img/img03.jpg) repeat-x top;
  vertical-align : middle;
  color: #A52524;
  padding: 5px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}
.outer {}
.head {
  background-color: #f4f4f4;
  font-weight: bold;
  padding: 5px;
}
.even {
  background-color: #f0f0f0;
  padding: 5px;
}
.odd {
  background-color: #fbfbfb;
  padding: 5px;
}
.foot {
  background-color: #f4f4f4;
  padding: 5px;
  font-weight: bold;
}




.eventi td,
.socifondatori td {
	vertical-align:middle;
}

.eventi {
	width:60%;
	margin: 0 auto;	
			
}

.socifondatori img {
width:205px;

}

/* core messages */
.errorMsg {
  background-color: #FFCCCC;
  text-align: center;
  border-top: 1px solid #DDDDFF;
  border-left: 1px solid #DDDDFF;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  padding: 10px;
}
.confirmMsg {
  background-color: #DDFFDF;
  color: #136C99;
  text-align: center;
  border-top: 1px solid #DDDDFF;
  border-left: 1px solid #DDDDFF;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  padding: 10px;
}
.resultMsg {
  background-color: #c1c1c1;
  color: #333;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: bold;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 10px;
}

/* codes and quotes */
.xoopsCode {
  background-color: #fff;
  border: 1px inset #000080;
  font-family: "Courier New",Courier,monospace;
  max-height: 200px;
  overflow: auto;
}
.xoopsQuote {
  background-color: #fff;
  border: 1px inset #000080;
  font-family: "Courier New",Courier,monospace;
  font-style:italic;
  padding: 0 6px 6px 6px;
}  

/* articles */
.item {margin-bottom: 15px;}
.itemHead {
  padding: 3px;  
  color: #fff;
  font-size: 1.1em;
  color: #A52524;

  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}
.itemInfo {
  text-align: right;
  padding: 3px;
  background-color: inherit;
}
.itemTitle a {
  font-size: 1.1em;
  font-weight: bold;
  color: #A52524;
}
.itemPoster {
  font-size: .9em;
  font-style:italic;
}
.itemPostDate {
  font-size: .9em;
  font-style:italic;
}
.itemStats {
  font-size: .9em;
  font-style:italic;
}
.itemBody {padding-left: 5px;}
.itemText {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5em;
}
.itemText:first-letter {
  font-size: 1.3em;
  font-weight: bold;
}
.itemFoot {
  text-align: right;
  padding: 3px;
  background-color: #f9f9f9;
}
.itemAdminLink {font-size: .9em;}
.itemPermaLink {font-size: .9em;}

/* forums */
.comTitle {
  font-weight: bold;
  margin-bottom: 2px;
}
.comText {padding: 2px;}
.comUserStat {
  font-size: 10px;
  font-weight:bold;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 2px; padding: 2px;
}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {
  margin-left: 2px;
  margin-top: 10px;
  color: #639ACC;
  font-weight:bold;
  font-size: .8em;
}
.comUserRank {margin: 2px;}
.comUserRankText {
  font-size: .8em;
  font-weight:bold;
}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {
  font-weight: normal;
  font-style: italic;
  font-size: .8em
}  
.comDateCaption {
  font-weight: bold;
  font-style: normal;
  font-size: .8em
}
.signature {
  font-size:.8em;
  font-style:italic;
}















/* MASTOP STYLES */
.menu_2448 ul{

margin: 0;
padding: 0;
list-style: none outside;
z-index: 10;

}

/*Top level list items*/
.menu_2448 ul li{
position: relative;
display: inline;
float: left;
margin: 0;
z-index: 15;

}

/*Top level menu link items style*/
.menu_2448 ul li a{
padding: 20px 6px 3px !important;
font-weight: bold !important;
text-decoration: none !important;
color: #333366 !important;
font-style: normal !important;
font-weight: normal !important;
background-color: transparent !important; /*overall menu background color*/

}



/*1st sub level menu*/
.menu_2448 ul li ul{
list-style: none outside;
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
z-index: 20;
background-color:#fff;
background-image:url(../img/menu.jpg) !important;
background-position:center bottom !important;
background-repeat:repeat-x !important;
border-left:2px groove #dad;
border-bottom:2px groove #dad;
border-right:2px groove #dad;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu_2448 ul li ul li{
list-style: none outside;
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu_2448 ul li ul li ul{
list-style: none outside;
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.menu_2448 ul li ul li a{
display: block;
width: 170px !important; /*width of sub menu levels*/
border: none !important;
height:18px;
padding-top:6px !important;
}


.menu_2448 ul li ul li ul li a{

width: 190px !important; /*width of sub menu levels*/

}

.menu_2448 ul li a:hover{
color: #822 !important;
text-decoration: none !important;
font-style: normal !important;
}


.menu_2448 ul li ul li a:hover{
color: #822 !important;
text-decoration: none !important;
font-style: normal !important;
border-bottom:none !important;
}

.menu_2448 ul li:hover{
background-image:url(../img/menu.png) !important;
/*background-position:0px -120px !important;*/
background-repeat:repeat-x !important;
background-color:#fff;

}

.menu_2448 ul li ul li:hover{

background-position:center bottom !important;

}

/*Background image for top level menu list links */
.menu_2448 .mainfoldericon{
background-image: url('http://www.anisc.org/site/modules/mastop_publish/menu/plus.gif');
background-repeat:no-repeat;
background-position: 100% 80%;
padding-right:20px !important;
}

/*Background image for subsequent level menu list links */
.menu_2448 .subfoldericon{
background: url('http://www.anisc.org/site/modules/mastop_publish/menu/plus.gif') no-repeat center right;
background-color: #FFFFFF !important;
}

#menu_2448_iframe {
    z-index: 10;
    position: absolute;
    display: none;
    background-color: transparent !important;
}

/* Holly Hack for IE \*/
* html .menu_2448 ul li { float: left; height: 1%; }
* html .menu_2448 ul li a { height: 1%; }
/* End */

.statements {
	margin-top:40px; 
	padding-left:20px; 
	font-size:100%; 
	width:680; 
	min-height:600px;
	text-align:justify;	
}

.statements ul {
	color:#383838;
	list-style-type: decimal	
}

/*------- call for sponsor -------*/

#divAlert {
	border-right: black 2px solid;
    padding-right: 5px;
    border-top: white 2px solid;
    display: none;
    padding-left: 5px;
    right: 0px;
    padding-bottom: 5px;
    border-left: white 2px solid;
    width: 400px;
    color: black;
    padding-top: 5px;
    border-bottom: black 2px solid;
    position: absolute;
    top: 50px;
    height: 160px;
    background-color: #edddec;
    text-align: justify;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;*/
	font-size: 16px;
	font-weight:bold;
	color: #464646;
}
    
#divAlert p.title {
	padding: 0px;
    border: 0px;
    margin: 0px;
    text-align: center;
    background-color:#550077;
    color:white;
    font-weight:bold;
}

#divAlert img {
	float:left;
	margin: 5px 35px 0px 10px;
}
	
#divAlert a {
	color: #464646;
	text-decoration:none;		
}











