
/* ***************************************
	RESET CSS
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background-color: white;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
img {
	border-width:0;
	border-color:transparent;
}
:focus {
	outline: 0 none;
}
ol, ul {
	list-style: none;
}
em, i {
	font-style:italic;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
strong, b {
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: none;
}

/* Clearfix */
.clearfix:after,
.elgg-grid:after,
.elgg-layout:after,
.elgg-inner:after,
.elgg-page-header:after,
.elgg-page-footer:after,
.elgg-head:after,
.elgg-foot:after,
.elgg-col:after,
.elgg-image-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

/* Fluid width container that does not wrap floats */
.elgg-body,
.elgg-col-last {
	display: block;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;
	
	/* IE 6, 7 */
	zoom:1;
	*overflow:visible;
}

.elgg-body:after,
.elgg-col-last:after {
	display: block;
	visibility: hidden;
	height: 0 !important;
	line-height: 0;
	overflow: hidden;
	
	/* Stretch to fill up available space */
	font-size: xx-large;
	content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

/* ***************************************
 * MENUS
 *
 * To add separators to a menu:
 * .elgg-menu-$menu > li:after {content: '|'; background: ...;}
 *************************************** */
/* Enabled nesting of dropdown/flyout menus */
.elgg-menu > li { position: relative; }

.elgg-menu > li:last-child::after {
	display: none;
}

/* Maximize click target */
.elgg-menu > li > a { display: block }

/* Horizontal menus w/ separator support */
.elgg-menu-hz > li,
.elgg-menu-hz > li:after,
.elgg-menu-hz > li > a,
.elgg-menu-hz > li > span {
	vertical-align: middle;
}

/* Allow inline image blocks in horizontal menus */
.elgg-menu-hz .elgg-body:after { content: '.'; }

/* Inline block */
.elgg-gallery > li,
.elgg-button,
.elgg-icon,
.elgg-menu-hz > li,
.elgg-menu-hz > li:after,
.elgg-menu-hz > li > a,
.elgg-menu-hz > li > span {
	/* Google says do this, but why? */
	position: relative;

	display: inline-block;
}

/* ***************************************
	GRID
*************************************** */
.elgg-col {
	float: left;
}
.elgg-col-1of1 {
	float: none;
}
.elgg-col-1of2 {
	width: 50%;
}
.elgg-col-1of3 {
	width: 33.33%;
}
.elgg-col-2of3 {
	width: 66.66%;
}
.elgg-col-1of4 {
	width: 25%;
}
.elgg-col-3of4 {
	width: 75%;
}
.elgg-col-1of5 {
	width: 20%;
}
.elgg-col-2of5 {
	width: 40%;
}
.elgg-col-3of5 {
	width: 60%;
}
.elgg-col-4of5 {
	width: 80%;
}
.elgg-col-1of6 {
	width: 16.66%;
}
.elgg-col-5of6 {
	width: 83.33%;
}

/* ***************************************
	Typography
*************************************** */
body {
	font-size: 85%;
	line-height: 1.4em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

a {
	color: #222;
}

a:hover,
a.selected { 	color: #666;
	text-decoration: none;
}

p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

pre, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 12px;
	
	background:#EBF5FF;
	color:#000000;
	overflow:auto;

	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */

	white-space: pre-wrap;
	word-wrap: break-word; /* IE 5.5-7 */	
}
pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}
code {
	padding:2px 3px;
}
.elgg-monospace {
	font-family: Monaco, "Courier New", Courier, monospace;
}
blockquote {
	line-height: 1.3em;
	padding:3px 15px;
	margin:0px 0 15px 0;
	background:#EBF5FF;
	border:none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; line-height: 1.1em; padding-bottom:5px}
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

.elgg-heading-site, .elgg-heading-site:hover {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 2.2em;
    float: left;
    margin-top: 48px;
    margin-left: -8px;
	color: #222;
	text-shadow: 1px 1px 3px #fff;
	text-decoration: none;
}
.elgg-heading-main {
	line-height: 1.8em;
	color: #222;
	float: left;
	max-width: 530px;
	margin-right: 10px;
    padding: 0;
}
.elgg-heading-basic {
	color: #0054A7;
	font-size: 1.2em;
	font-weight: bold;
}
.elgg-subtext {
	color: #666666;
	font-size: 85%;
	line-height: 1.2em;
	font-style: italic;
}

.elgg-text-help {
	display: block;
	font-size: 85%;
	font-style: italic;
}

.elgg-quiet {
	color: #666;
}

.elgg-loud {
	color: #0054A7;
}

/* ***************************************
	USER INPUT DISPLAY RESET
*************************************** */
.elgg-output {
	margin-top: 10px;
}
.elgg-output dt { font-weight: bold }
.elgg-output dd { margin: 0 0 1em 1em }

.elgg-output ul, .elgg-output ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}
.elgg-output ul {
	list-style-type: disc;
}
.elgg-output ol {
	list-style-type: decimal;
}
.elgg-output table {
	border: 1px solid #ccc;
}
.elgg-output table td {
	border: 1px solid #ccc;
	padding: 3px 5px;
}
.elgg-output img {
	max-width: 100%;
}
/* ***************************************
	Form Elements
*************************************** */
fieldset > div {
	margin-bottom: 15px;
}
fieldset > div:last-child {
	margin-bottom: 0;
}
.elgg-form-alt > fieldset > .elgg-foot {
	border-top: 1px solid #D1D7DB;
	padding: 10px 0;
}
.elgg-form-plugins-usersettings-save .elgg-foot {
	padding: 10px 0;
}
label {
	font-weight: bold;
	color: #333;
	font-size: 110%;
}
input, textarea {
	border: 1px solid #D1D7DB;
	color: #666;
	font: 110% Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 100%;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=text]:focus, textarea:focus {
	border: solid 1px #B8C2C8;
	background: #EBEFF1;
	color:#333;
}
textarea {
	height: 200px;
}
.elgg-longtext-control {
	float: right;
	margin-left: 14px;
	font-size: 80%;
	cursor: pointer;
}
.elgg-input-access {
	margin: 5px 0 0 0;
}
input[type="checkbox"],
input[type="radio"] {
	margin: 0 6px 0 0;
	padding: 0;
	border:none;
	width:auto;
}
.elgg-input-checkboxes.elgg-horizontal li,
.elgg-input-radios.elgg-horizontal li {
	display: inline;
	padding-right: 10px;
}
.elgg-form-account{
	float: left;
    margin-bottom: 20px;
}
.elgg-form-login .elgg-foot .float-alt {
	float: left;
}
.elgg-form-login .elgg-foot .mtm {
	margin-bottom: 10px;
    margin-top: 0;
}
.elgg-form-login .elgg-foot .elgg-button {
    width: 100%;
	margin-bottom: 10px;
}

/* ***************************************
	FRIENDS PICKER
*************************************** */
.friends-picker-main-wrapper {
	margin-bottom: 15px;
}
.friends-picker-container h3 {
	font-size:4em !important;
	text-align: left;
	margin:10px 0 20px !important;
	color:#222 !important;
	background: none !important;
	padding:0 !important;
}
.friends-picker .friends-picker-container .panel ul {
	text-align: left;
	margin: 0;
	padding:0;
}
.friends-picker-wrapper {
	margin: 0;
	padding:0;
	position: relative;
	width: 730px;
}
.friends-picker {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 730px;
	height: auto;
	background-color: #dedede;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.friendspicker-savebuttons {
	background: white;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	margin:0 10px 10px;
}
.friends-picker .friends-picker-container { /* long container used to house end-to-end panels. Width is calculated in JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.friends-picker .friends-picker-container .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 730px;
	margin: 0;
	padding:0;
}
.friends-picker .friends-picker-container .panel .wrapper {
	margin: 0;
	padding:4px 10px 10px 10px;
	min-height: 230px;
}
.friends-picker-navigation {
	margin: 0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #D1D7DB;
}
.friends-picker-navigation ul {
	list-style: none;
	padding-left: 0;
}
.friends-picker-navigation ul li {
	float: left;
	margin:0;
	background:white;
}
.friends-picker-navigation a {
	font-weight: bold;
	text-align: center;
	background: white;
	color: #999;
	text-decoration: none;
	display: block;
	padding: 0;
	width:20px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tabHasContent {
	background: white;
	color:#333 !important;
}
.friends-picker-navigation li a:hover {
	background: #333;
	color:white !important;
}
.friends-picker-navigation li a.current {
	background: #4690D6;
	color:white !important;
}
.friends-picker-navigation-l, .friends-picker-navigation-r {
	position: absolute;
	top: 46px;
	text-indent: -9000em;
}
.friends-picker-navigation-l a, .friends-picker-navigation-r a {
	display: block;
	height: 40px;
	width: 40px;
}
.friends-picker-navigation-l {
	right: 48px;
	z-index:1;
}
.friends-picker-navigation-r {
	right: 0;
	z-index:1;
}
.friends-picker-navigation-l {
	background: url("https://www.msni.it/_graphics/friendspicker.png") no-repeat left top;
}
.friends-picker-navigation-r {
	background: url("https://www.msni.it/_graphics/friendspicker.png") no-repeat -60px top;
}
.friends-picker-navigation-l:hover {
	background: url("https://www.msni.it/_graphics/friendspicker.png") no-repeat left -44px;
}
.friends-picker-navigation-r:hover {
	background: url("https://www.msni.it/_graphics/friendspicker.png") no-repeat -60px -44px;
}
.friendspicker-savebuttons .elgg-button-submit,
.friendspicker-savebuttons .elgg-button-cancel {
	margin:5px 20px 5px 5px;
}
.friendspicker-members-table {
	background: #dedede;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	margin:10px 0 0;
	padding:10px 10px 0;
}

/* ***************************************
	AUTOCOMPLETE
*************************************** */
.ui-autocomplete {
	position: absolute;
	cursor: default;
}
.elgg-autocomplete-item .elgg-body {
	max-width: 600px;
}
.ui-autocomplete {
	background-color: white;
	border: 1px solid #ccc;
	overflow: hidden;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ui-autocomplete .ui-menu-item {
	padding: 0px 4px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ui-autocomplete .ui-menu-item:hover {
	background-color: #eee;
}
.ui-autocomplete a:hover {
	text-decoration: none;
	color: #4690D6;
}
.ui-autocomplete a.ui-state-hover {
	background-color: #eee;
	display: block;
}

/* ***************************************
	USER PICKER
*************************************** */
.elgg-user-picker-list li:first-child {
	border-top: 1px dotted #D1D7DB;
	margin-top: 5px;
}
.elgg-user-picker-list > li {
	border-bottom: 1px dotted #D1D7DB;
}

/* ***************************************
      DATE PICKER
**************************************** */
.ui-datepicker {
	display: none;

	margin-top: 3px;
	width: 208px;
	background-color: white;
	border: 1px solid #0054A7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;

	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.ui-datepicker-inline {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.ui-datepicker-header {
	position: relative;
	background: #4690D6;
	color: white;
	padding: 2px 0;
	border-bottom: 1px solid #0054A7;
}
.ui-datepicker-header a {
	color: white;
}
.ui-datepicker-prev, .ui-datepicker-next {
	position: absolute;
	top: 5px;
	cursor: pointer;
}
.ui-datepicker-prev {
	left: 6px;
}
.ui-datepicker-next {
	right: 6px;
}
.ui-datepicker-title {
	line-height: 1.8em;
	margin: 0 30px;
	text-align: center;
	font-weight: bold;
}
.ui-datepicker-calendar {
	margin: 4px;
}
.ui-datepicker th {
	color: #0054A7;
	border: none;
	font-weight: bold;
	padding: 5px 6px;
	text-align: center;
}
.ui-datepicker td {
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: 2px;
	line-height: 1.2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker-calendar .ui-state-default {
	border: 1px solid #ccc;
	color: #4690D6;;
	background: #fafafa;
}
.ui-datepicker-calendar .ui-state-hover {
	border: 1px solid #aaa;
	color: #0054A7;
	background: #eee;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-active.ui-state-hover {
	font-weight: bold;
	border: 1px solid #0054A7;
	color: #0054A7;
	background: #E4ECF5;
}
/* **************************
	BUTTONS
************************** */
.elgg-button {
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
    width: auto;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	cursor: pointer;
    
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}
.elgg-button:hover {
	text-decoration: none;
}
.elgg-button:active {
	position: relative;
}

/* **************************
	SUBMIT, ACTION
************************** */
.elgg-button-submit,
.elgg-button-action {
	color: #222;
    border: 1px solid #D1D7DB;
    
	background-color: #EBEFF1; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EBEFF1));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EBEFF1); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:      -o-linear-gradient(top, #FFFFFF, #EBEFF1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBEFF1', GradientType=0);
}
.elgg-button-submit:hover,
.elgg-button-action:hover,
.elgg-button-submit:active,
.elgg-button-action:active,
.elgg-button-submit.elgg-state-disabled {
    background-color: #FFFFFF; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #EEEEEE, #FFFFFF); 
	background-image:    -moz-linear-gradient(top, #EEEEEE, #FFFFFF);
	background-image:     -ms-linear-gradient(top, #EEEEEE, #FFFFFF);
	background-image:      -o-linear-gradient(top, #EEEEEE, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF', GradientType=0);
}
.elgg-button-submit.elgg-state-disabled {
	cursor: default;
	color: #CCC;
}
/* **************************
	CANCEL
************************** */
.elgg-button-cancel {
	color: #FFF;
    border: 1px solid #AD6704;
    
	background-color: #F89406; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBB450), to(#F89406));
	background-image: -webkit-linear-gradient(top, #FBB450, #F89406); 
	background-image:    -moz-linear-gradient(top, #FBB450, #F89406);
	background-image:     -ms-linear-gradient(top, #FBB450, #F89406);
	background-image:      -o-linear-gradient(top, #FBB450, #F89406);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBB450', endColorstr='#F89406', GradientType=0);
    
    -webkit-box-shadow: inset 0 1px 0 #FBCC89;
    -moz-box-shadow: inset 0 1px 0 #FBCC89;
    box-shadow: inset 0 1px 0 #FBCC89;
}
.elgg-button-cancel:hover {
	color: #FFF;
    background-color: #FBB450; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F89406), to(#FBB450));
	background-image: -webkit-linear-gradient(top, #F89406, #FBB450); 
	background-image:    -moz-linear-gradient(top, #F89406, #FBB450);
	background-image:     -ms-linear-gradient(top, #F89406, #FBB450);
	background-image:      -o-linear-gradient(top, #F89406, #FBB450);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F89406', endColorstr='#FBB450', GradientType=0);
}
/* **************************
	DELETE
************************** */
.elgg-button-delete {
	color: #FFF;
    border: 1px solid #802420;
    
	background-color: #BD362F; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F34545), to(#BD362F));
	background-image: -webkit-linear-gradient(top, #F34545, #BD362F); 
	background-image:    -moz-linear-gradient(top, #F34545, #BD362F);
	background-image:     -ms-linear-gradient(top, #F34545, #BD362F);
	background-image:      -o-linear-gradient(top, #F34545, #BD362F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F34545', endColorstr='#BD362F', GradientType=0);	
    
    -webkit-box-shadow: inset 0 1px 0 #F38F8B;
    -moz-box-shadow: inset 0 1px 0 #F38F8B;
    box-shadow: inset 0 1px 0 #F38F8B;
}
.elgg-button-delete:hover {
    background-color: #F34545; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BD362F), to(#F34545));
	background-image: -webkit-linear-gradient(top, #BD362F, #F34545); 
	background-image:    -moz-linear-gradient(top, #BD362F, #F34545);
	background-image:     -ms-linear-gradient(top, #BD362F, #F34545);
	background-image:      -o-linear-gradient(top, #BD362F, #F34545);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BD362F', endColorstr='#F34545', GradientType=0);
}
.elgg-button-dropdown {
	text-decoration:none;
	position:relative;
    padding: 5px 0 8px;
	margin-left:0;
	color: #999;
    	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.elgg-button-dropdown:after {
	content: " \25BC ";
	font-size:smaller;
}
.elgg-button-dropdown:hover {
	color: #FFF;
	text-decoration:none;
}
.elgg-button-dropdown.elgg-state-active {
	background: none;
	outline: none;
	color: #FFF;
    	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* ***************************************
	ICONS
*************************************** */

.elgg-icon {
	background: transparent url(https://www.msni.it/_graphics/elgg_sprites.png) no-repeat left;
	width: 16px;
	height: 16px;
	margin: 0 2px;
}
.elgg-icon-arrow-left {
	width: 15px;
	height: 22px;
    margin: 0 10px;
	background: transparent url(https://www.msni.it/mod/basic_light/graphics/icons/arrow_left.png) no-repeat;
	background-position: 0 0;
}
.elgg-icon-arrow-right {
	width: 15px;
	height: 22px;
    margin: 0 10px;
	background: transparent url(https://www.msni.it/mod/basic_light/graphics/icons/arrow_right.png) no-repeat;
	background-position: 0 0;
}
.elgg-icon-arrow-two-head {
	background-position: 0 -36px;
}
.elgg-icon-attention:hover {
	background-position: 0 -54px;
}
.elgg-icon-attention {
	background-position: 0 -72px;
}
.elgg-icon-calendar {
	background-position: 0 -90px;
}
.elgg-icon-cell-phone {
	background-position: 0 -108px;
}
.elgg-icon-checkmark:hover {
	background-position: 0 -126px;
}
.elgg-icon-checkmark {
	background-position: 0 -144px;
}
.elgg-icon-clip:hover {
	background-position: 0 -162px;
}
.elgg-icon-clip {
	background-position: 0 -180px;
}
.elgg-icon-cursor-drag-arrow {
	background-position: 0 -198px;
}
.elgg-icon-delete-alt:hover {
	background-position: 0 -216px;
}
.elgg-icon-delete-alt {
	background-position: 0 -234px;
}
.elgg-icon-delete:hover {
	background-position: 0 -252px;
}
.elgg-icon-delete {
	background-position: 0 -270px;
}
.elgg-icon-download:hover {
	background-position: 0 -288px;
}
.elgg-icon-download {
	background-position: 0 -306px;
}
.elgg-icon-eye {
	background-position: 0 -324px;
}
.elgg-icon-facebook {
	background-position: 0 -342px;
}
.elgg-icon-grid {
	width: 22px;
	height: 22px;
	background: transparent url(https://www.msni.it/mod/basic_light/graphics/icons/grid.png) no-repeat;
	background-position: 0 0;
}
.elgg-icon-home:hover {
	display: none;
}
.elgg-icon-home {
	display: none !important;
}
.elgg-icon-hover-menu:hover {
    background: transparent url(https://www.msni.it/mod/basic_light/graphics/avatar_menu_arrows.png) no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 100%;
}
.elgg-icon-hover-menu {
    background: transparent url(https://www.msni.it/mod/basic_light/graphics/avatar_menu_arrows.png) no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 100%;
}
.elgg-icon-info:hover {
	background-position: 0 -468px;
}
.elgg-icon-info {
	background-position: 0 -486px;
}
.elgg-icon-link:hover {
	background-position: 0 -504px;
}
.elgg-icon-link {
	background-position: 0 -522px;
}
.elgg-icon-list {
	width: 24px;
	height: 21px;
	background: transparent url(https://www.msni.it/mod/basic_light/graphics/icons/list.png) no-repeat;
	background-position: 0 0;
}
.elgg-icon-lock-closed {
	background-position: 0 -558px;
}
.elgg-icon-lock-open {
	background-position: 0 -576px;
}
.elgg-icon-mail-alt:hover {
	background-position: 0 -594px;
}
.elgg-icon-mail-alt {
	background-position: 0 -612px;
}
.elgg-icon-mail:hover {
	background-position: 0 -630px;
}
.elgg-icon-mail {
	background-position: 0 -648px;
}
.elgg-icon-photo {
	background-position: 0 -666px;
}
.elgg-icon-print-alt {
	background-position: 0 -684px;
}
.elgg-icon-print {
	background-position: 0 -702px;
}
.elgg-icon-push-pin-alt {
	width: 24px;
	height: 24px;
	background: transparent url(https://www.msni.it/mod/basic_light/graphics/icons/bookmark.png) no-repeat;
	background-position: 0 0;
}
.elgg-icon-push-pin {
	background-position: 0 -738px;
}
.elgg-icon-redo {
	background-position: 0 -756px;
}
.elgg-icon-refresh:hover {
	background-position: 0 -774px;
}
.elgg-icon-refresh {
	background-position: 0 -792px;
}
.elgg-icon-round-arrow-left {
	background-position: 0 -810px;
}
.elgg-icon-round-arrow-right {
	background-position: 0 -828px;
}
.elgg-icon-round-checkmark {
	background-position: 0 -846px;
}
.elgg-icon-round-minus {
	background-position: 0 -864px;
}
.elgg-icon-round-plus {
	background-position: 0 -882px;
}
.elgg-icon-rss {
	width: 24px;
	height: 24px;
	background: transparent url(https://www.msni.it/mod/basic_light/graphics/icons/rss.png) no-repeat;
	background-position: 0 0;
}
.elgg-icon-search-focus {
	background-position: 0 -918px;
}
.elgg-icon-search {
	background-position: 0 -936px;
}
.elgg-icon-settings-alt:hover {
	background-position: 0 -954px;
}
.elgg-icon-settings-alt {
	background-position: 0 -972px;
}
.elgg-icon-settings {
	display: none !important;
}
.elgg-icon-share:hover {
	background-position: 0 -1008px;
}
.elgg-icon-share {
	background-position: 0 -1026px;
}
.elgg-icon-shop-cart:hover {
	background-position: 0 -1044px;
}
.elgg-icon-shop-cart {
	background-position: 0 -1062px;
}
.elgg-icon-speech-bubble-alt:hover {
	background-position: 0 -1080px;
}
.elgg-icon-speech-bubble-alt {
	background-position: 0 -1098px;
}
.elgg-icon-speech-bubble:hover {
	background-position: 0 -1116px;
}
.elgg-icon-speech-bubble {
	background-position: 0 -1134px;
}
.elgg-icon-star-alt {
	background-position: 0 -1152px;
}
.elgg-icon-star-empty:hover {
	background-position: 0 -1170px;
}
.elgg-icon-star-empty {
	background-position: 0 -1188px;
}
.elgg-icon-star:hover {
	background-position: 0 -1206px;
}
.elgg-icon-star {
	background-position: 0 -1224px;
}
.elgg-icon-tag {
	width: 24px;
	height: 24px;
	background: transparent url(https://www.msni.it/mod/basic_light/graphics/icons/tag.png) no-repeat;
	background-position: 0 0;
}
.elgg-sidebar .elgg-icon-tag,
.elgg-sidebar-alt .elgg-icon-tag {
	margin-right: 10px;
}
.elgg-icon-thumbs-down-alt:hover {
	background-position: 0 -1278px;
}
.elgg-icon-thumbs-down:hover,
.elgg-icon-thumbs-down-alt {
	background-position: 0 -1296px;
}
.elgg-icon-thumbs-down {
	background-position: 0 -1314px;
}
.elgg-icon-thumbs-up-alt:hover {
	background-position: 0 -1332px;
}
.elgg-icon-thumbs-up:hover,
.elgg-icon-thumbs-up-alt {
	background-position: 0 -1350px;
}
.elgg-icon-thumbs-up {
	background-position: 0 -1368px;
}
.elgg-icon-trash {
	background-position: 0 -1386px;
}
.elgg-icon-twitter {
	background-position: 0 -1404px;
}
.elgg-icon-undo {
	background-position: 0 -1422px;
}
.elgg-icon-user:hover {
	background-position: 0 -1440px;
}
.elgg-icon-user {
	background-position: 0 -1458px;
}
.elgg-icon-users:hover {
	background-position: 0 -1476px;
}
.elgg-icon-users {
	background-position: 0 -1494px;
}
.elgg-icon-video {
	background-position: 0 -1512px;
}


.elgg-avatar > .elgg-icon-hover-menu {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	cursor: pointer;
}

.elgg-ajax-loader {
	background: white url(https://www.msni.it/_graphics/ajax_loader_bw.gif) no-repeat center center;
	min-height: 31px;
	min-width: 31px;
}

/* ***************************************
	AVATAR ICONS
*************************************** */
.elgg-avatar {
	position: relative;
	display: inline-block;
}
.elgg-avatar > a > img {
	display: block;
}
.elgg-avatar-tiny > a > img {
	width: 32px;
	height: 32px;
	
	/* remove the border-radius if you don't want rounded avatars in supported browsers */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-background-clip:  border;
	background-clip:  border;

	-webkit-background-size: 32px;
	-khtml-background-size: 32px;
	-moz-background-size: 32px;
	-o-background-size: 32px;
	background-size: 32px;
}
.elgg-avatar-small > a > img {
	width: 40px;
	height: 40px;
	
	/* remove the border-radius if you don't want rounded avatars in supported browsers */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-background-clip:  border;
	background-clip:  border;

	-webkit-background-size: 40px;
	-khtml-background-size: 40px;
	-moz-background-size: 40px;
	-o-background-size: 40px;
	background-size: 40px;
}
.elgg-avatar-medium > a > img {
	width: 100px;
	height: 100px;
}
.elgg-avatar-large > a > img {
	width: 200px;
	height: 200px;
}

/* ***************************************
	PAGINATION
*************************************** */
.elgg-pagination {
	margin: 20px 0;
	display: block;
	text-align: center;
}
.elgg-pagination li {
    display: inline-block;
    vertical-align: top;
}
.elgg-pagination li:first-child a,
.elgg-pagination li:first-child span{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    
    border-left-width: 1px;
}
.elgg-pagination li:last-child a,
.elgg-pagination li:last-child span {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.elgg-pagination a, .elgg-pagination span {
    display: block;
    margin: 0 auto;
    padding: 7px 16px 8px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
	background-color: #EBEFF1; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EBEFF1));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EBEFF1); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:      -o-linear-gradient(top, #FFFFFF, #EBEFF1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBEFF1', GradientType=0);
    
    border-color: #D1D7DB;
    border-style: solid;
    border-width: 1px 1px 1px 0; 
  
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;  
}
.elgg-pagination a:hover,
.elgg-pagination .elgg-state-selected span {
    color: #666;
    
    background-color: #FFFFFF; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #EEEEEE, #FFFFFF); 
	background-image:    -moz-linear-gradient(top, #EEEEEE, #FFFFFF);
	background-image:     -ms-linear-gradient(top, #EEEEEE, #FFFFFF);
	background-image:      -o-linear-gradient(top, #EEEEEE, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF', GradientType=0);
}
.elgg-pagination .elgg-state-disabled span {
	color: #CCCCCC;
	border-color: #CCCCCC;
}

/* ***************************************
	TABS
*************************************** */
.elgg-tabs {
	display: block;
	text-align: center;    
	margin-bottom: 10px;
	width: auto;
    
	background-color: #EBEFF1; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EBEFF1));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EBEFF1); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:      -o-linear-gradient(top, #FFFFFF, #EBEFF1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBEFF1', GradientType=0);
    
    border: 1px solid #D1D7DB;
    
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}
.elgg-tabs li {
    display: inline-block;
    vertical-align: top;
}
.elgg-tabs li:first-child a {
    border-left-width: 1px;
}
.elgg-tabs a { 
    display: block;
    margin: 0;
    padding: 7px 16px 8px;
    text-align: center;
    text-decoration: none;
    width: auto;

    border-color: #D1D7DB;
    border-style: solid;
    border-width: 0 1px 0 0;
}
.elgg-tabs a:hover,
.elgg-tabs .elgg-state-selected {
	background-color: #FFFFFF; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #EEEEEE, #FFFFFF); 
	background-image:    -moz-linear-gradient(top, #EEEEEE, #FFFFFF);
	background-image:     -ms-linear-gradient(top, #EEEEEE, #FFFFFF);
	background-image:      -o-linear-gradient(top, #EEEEEE, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF', GradientType=0);
}
.elgg-tabs .elgg-state-selected a {
    color: #666;
}

/* ***************************************
	BREADCRUMBS
*************************************** */
.elgg-breadcrumbs {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.2em;
	color: #222;
    padding: 5px 0 10px 0;
}
.elgg-breadcrumbs > li {
	display: inline-block;
    color: #999;
}
.elgg-breadcrumbs > li:after {
	content: "\003E";
	padding: 0 4px;
	font-weight: normal;
}
.elgg-breadcrumbs > li > a {
	display: inline-block;
	color: #222;
}
.elgg-breadcrumbs > li > a:hover {
	color: #666;
}
.elgg-main .elgg-breadcrumbs {
	position: relative;
	top: -6px;
	left: 0;
}

/* ***************************************
	TOPBAR MENU
*************************************** */
.elgg-menu-topbar {
	padding-top: 6px;
	float: left;
}
.elgg-menu-topbar > li {
	float: left;
}
.elgg-menu-topbar > li > a {
	color: #999;
	padding-top: 3px;
	margin: 1px 15px 0;
}
.elgg-menu-topbar > li > a:hover {
	color: #FFF;
}
.elgg-menu-topbar-alt {
	float: right;
}
.elgg-menu-topbar-alt > li > a {
	margin: 1px 0 0 25px;
}
.elgg-menu-topbar-default > li > a {
	margin: 1px 25px 0 0;
}
.elgg-menu-topbar .elgg-icon {
	vertical-align: middle;
	margin-top: -1px;
}
.elgg-menu-topbar > li > a.elgg-topbar-logo {
	margin-top: 0;
	padding-left: 5px;
	width: 38px;
	height: 20px;
}
.elgg-menu-topbar > li > a.elgg-topbar-avatar {
	width: 18px;
	height: 18px;
}
/* ***************************************
	SITE MENU
*************************************** */
.elgg-menu-site {
	z-index: 1;
}
.elgg-menu-site > li > a {
    font-size: 130%;
    text-shadow: 1px 1px 1px #FFF;
	padding: 0 0 0 26px;
	height: auto;
}
.elgg-menu-site > li > a:hover {
	text-decoration: none;
}
.elgg-menu-site-default {
	position: absolute;
	top: 58px;
	right: 0;
	height: 23px;
}
.elgg-menu-site-default > li {
	float: left;
	margin-right: 1px;
}
.elgg-menu-site-default > li > a {
	color: #222;
}
.elgg-menu-site > li > ul {
	display: none;
	background-color: white;
}
.elgg-menu-site > li:hover > ul {
	display: block;
}
.elgg-menu-site-default > .elgg-state-selected > a,
.elgg-menu-site-default > li:hover > a {
	color: #666;
}
.elgg-menu-site-more {
	position: absolute;
	border: 1px solid #999;
	width: 100%;
	min-width: 180px;
	padding: 10px;
    right: 0;
        
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;

	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.elgg-menu-site-more > li > a {
	background-color: white;
    font-size: 100%;
	padding: 6px 10px 6px 10px;
    text-shadow: none;
        
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.elgg-menu-site-more > li > a:hover {
	background: #999;
	color: white;
}
.elgg-menu-site-more > li:last-child > a,
.elgg-menu-site-more > li:last-child > a:hover {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.elgg-more > a:before {
	content: "\25BC";
	font-size: smaller;
	margin-right: 4px;
}

/* ***************************************
	TITLE
*************************************** */
.elgg-menu-title {
	float: right;
}

.elgg-menu-title > li {
	display: inline-block;
	margin-left: 4px;
}

/* ***************************************
	FILTER MENU
*************************************** */
.elgg-menu-filter {
	display: block;
	text-align: center;    
	margin-bottom: 10px;
	width: auto;
    
	background-color: #EBEFF1; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EBEFF1));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EBEFF1); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:      -o-linear-gradient(top, #FFFFFF, #EBEFF1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBEFF1', GradientType=0);
    
    border: 1px solid #D1D7DB;
    
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}
.elgg-menu-filter > li {
    display: inline-block;
    vertical-align: top;
}
.elgg-menu-filter > li:first-child a {
    border-left-width: 1px;
}
.elgg-menu-filter > li:hover {
	background: #dedede;
}
.elgg-menu-filter > li > a {
    display: block;
    margin: 0;
    padding: 7px 16px 8px;
    text-align: center;
    text-decoration: none;
    width: auto;

    border-color: #D1D7DB;
    border-style: solid;
    border-width: 0 1px 0 0;
}
.elgg-menu-filter > li > a:hover,
.elgg-menu-filter > .elgg-state-selected {
	background-color: #FFFFFF; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #EEEEEE, #FFFFFF); 
	background-image:    -moz-linear-gradient(top, #EEEEEE, #FFFFFF);
	background-image:     -ms-linear-gradient(top, #EEEEEE, #FFFFFF);
	background-image:      -o-linear-gradient(top, #EEEEEE, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF', GradientType=0);
}
.elgg-menu-filter > .elgg-state-selected > a {
    color: #666;
}

/* ***************************************
	PAGE MENU
*************************************** */
.elgg-menu-page {
	margin-bottom: 15px;
}
.elgg-menu-page a {
	display: block;
	margin: 0 0 3px;
	padding: 2px 4px 2px 0;
}
.elgg-menu-page a:hover {
	text-decoration: none;
}
.elgg-menu-page li.elgg-state-selected > a {
	color: #999;
}
.elgg-menu-page .elgg-child-menu {
	display: none;
	margin-left: 15px;
}
.elgg-menu-page .elgg-menu-closed:before, .elgg-menu-opened:before {
	display: inline-block;
	padding-right: 4px;
}
.elgg-menu-page .elgg-menu-closed:before {
	content: "\002B";
}
.elgg-menu-page .elgg-menu-opened:before {
	content: "\002D";
}

/* ***************************************
	HOVER MENU
*************************************** */
.elgg-menu-hover {
	display: none;
	position: absolute;
	z-index: 10000;
	padding: 10px;
	overflow: hidden;

	min-width: 165px;
	max-width: 250px;
	border: 1px solid #999;
	background-color: #FFF;
	
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;

	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.elgg-menu-hover > li {
	border-bottom: 1px solid #D1D7DB;
}
.elgg-menu-hover > li a{
	padding: 6px 10px 6px 10px;
}
.elgg-menu-hover > li:last-child {
	border-bottom: none;
}
.elgg-menu-hover .elgg-heading-basic {
	display: block;
}
.elgg-menu-hover a {
	padding: 2px 8px;
	font-size: 92%;
}
.elgg-menu-hover a:hover {
	background: #999;
    color: #FFF;
	text-decoration: none;
}
.elgg-menu-hover-admin a {
	color: red;
}
.elgg-menu-hover-admin a:hover {
	color: white;
	background-color: red;
}

/* ***************************************
	SITE FOOTER
*************************************** */
.elgg-menu-footer > li,
.elgg-menu-footer > li > a {
	display: inline-block;
	color: #999;
}

.elgg-menu-footer > li:after {
	display: inline-block;
	content: "\007C";
	padding: 0 4px;
}

.elgg-menu-footer-default {
	display: inline-block;
	float: right;
}

.elgg-menu-footer-alt {
	display: inline-block;
	float: left;
}

/* ***************************************
	GENERAL MENU
*************************************** */
.elgg-menu-general > li,
.elgg-menu-general > li > a {
	display: inline-block;
	color: #999;
}

.elgg-menu-general > li:after {
	content: "\007C";
	padding: 0 4px;
}

/* ***************************************
	ENTITY AND ANNOTATION
*************************************** */
.elgg-menu-entity, elgg-menu-annotation {
	float: right;
	margin-left: 15px;
	font-size: 90%;
	color: #aaa;
	line-height: 16px;
	height: auto;
}
.elgg-menu-entity > li, .elgg-menu-annotation > li {
	margin-left: 15px;
}
.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
	color: #aaa;
}
.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
	display: block;
}
.elgg-menu-entity > li > span, .elgg-menu-annotation > li > span {
	vertical-align: baseline;
}

/* ***************************************
	OWNER BLOCK
*************************************** */
.elgg-menu-owner-block li a {
	display: block;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 0;
}
.elgg-menu-owner-block li a:before {
	margin-right: 10px;
    content: "\25B6";

}
.elgg-menu-owner-block li a:hover {
	text-decoration: none;
}
.elgg-menu-owner-block li.elgg-state-selected > a {
	color: #999;
}

/* ***************************************
	LONGTEXT
*************************************** */
.elgg-menu-longtext {
	float: right;
}

/* ***************************************
	RIVER
*************************************** */
.elgg-menu-river {
	float: right;
	margin-left: 15px;
	font-size: 90%;
	color: #aaa;
	line-height: 16px;
	height: 16px;
}
.elgg-menu-river > li {
	display: inline-block;
	margin-left: 5px;
}
.elgg-menu-river > li > a {
	color: #aaa;
	height: 16px;
}
.elgg-menu-river > li > a {
	display: block;
}
.elgg-menu-river > li > span {
	vertical-align: baseline;
}

/* ***************************************
	SIDEBAR EXTRAS (rss, bookmark, etc)
*************************************** */
.elgg-menu-extras {
	margin-bottom: 15px;
}
.elgg-menu-extras li{
	margin-right: 10px;
}

/* ***************************************
	WIDGET MENU
*************************************** */
.elgg-menu-widget > li {
	position: absolute;
	top: 7px;
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 2px 2px 0 0;
}

.elgg-menu-widget > .elgg-menu-item-collapse {
	padding-top: 1px;
	left: 5px;
}
.elgg-menu-widget > .elgg-menu-item-delete {
	right: 15px;
}
.elgg-menu-widget > .elgg-menu-item-settings {
	right: 40px;
}
/* ***************************************
	Modules
*************************************** */
.elgg-module {
	overflow: hidden;
	margin-bottom: 20px;
}
/* Aside */
.elgg-module-aside .elgg-head {
	border-bottom: 1px solid #D1D7DB;
	margin-bottom: 10px;
	padding: 6px 0;
}
.elgg-sidebar .elgg-module-aside .elgg-list {
	margin-top: 0;
    border-top: none;
}
/* Info */
.elgg-module-info > .elgg-head {
	padding: 5px 0;
	margin-bottom: 5px;
}
.elgg-module-info > .elgg-head * {
    color: #191919;
}
.elgg-sidebar .elgg-module-info > .elgg-head * {
	border-bottom: 1px solid #D1D7DB;
	padding: 6px 0;
}

/* Popup */
.elgg-module-popup {
	background-color: white;
	border: 1px solid #D1D7DB;
	
	z-index: 9999;
	margin-bottom: 0;
	padding: 5px;
    
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.elgg-module-popup > .elgg-head {
	margin-bottom: 5px;
}
.elgg-module-popup > .elgg-head * {
	color: #0054A7;
}

/* Dropdown login box */
.elgg-module-dropdown {
	background-color:white;
	border:5px solid #CCC;
	
	-webkit-border-radius: 3px 0 3px 3px;
	-moz-border-radius: 3px 0 3px 3px;
	border-radius: 3px 0 3px 3px;
	
	display:none;
	
	width: 210px;
	padding: 12px;
	margin-right: 0px;
	z-index:100;
	
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
	
	position:absolute;
	right: 0px;
	top: 15%;
}

/* Featured */
.elgg-module-featured {
	border: 1px solid #D1D7DB;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.elgg-module-featured > .elgg-head {
    display: block;
    padding: 7px 10px 8px;
    margin-bottom: 0;

	background-color: #EBEFF1; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EBEFF1));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EBEFF1); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:      -o-linear-gradient(top, #FFFFFF, #EBEFF1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBEFF1', GradientType=0);
    
    border-bottom: 1px solid #D1D7DB;
    
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
    
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff; 
}
.elgg-module-featured > .elgg-body {
	padding: 15px;
    
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

/* ***************************************
	Widgets
*************************************** */
.elgg-widgets {
	float: right;
	min-height: 30px;
}
.elgg-widget-add-control {
	text-align: right;
	margin: 5px 5px 15px;
}
.elgg-widgets-add-panel {
	padding: 10px;
	margin: 0 5px 15px;
	background: #dedede;
	border: 1px solid #ccc;
}
.elgg-widgets-add-panel li {
	float: left;
	margin: 2px 10px;
	width: 194px;
	padding: 4px;
	background-color: #ccc;
	border: 1px solid #4F4F4F;
	font-weight: bold;
}
.elgg-widgets-add-panel li a {
	display: block;
}
.elgg-widgets-add-panel .elgg-state-available {
	color: #333;
	cursor: pointer;
}
.elgg-widgets-add-panel .elgg-state-available:hover {
	background-color: #bcbcbc;
}
.elgg-widgets-add-panel .elgg-state-unavailable {
	color: #888;
}

.elgg-module-widget {
	padding: 0 2px;
	margin: 0 5px 15px;
	position: relative;
}
.elgg-module-widget > .elgg-head {
    display: block;
    padding: 9px 10px 6px;
    margin-bottom: 0;

	background-color: #EBEFF1; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EBEFF1));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EBEFF1); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:      -o-linear-gradient(top, #FFFFFF, #EBEFF1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBEFF1', GradientType=0);
    
    border: 1px solid #D1D7DB;
    
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
    
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}
.elgg-module-widget > .elgg-head h3 {
	text-align: bottom;
	float: left;
	padding: 0 45px 0 20px;
}
.elgg-module-widget > .elgg-body {
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;    
    border-left: 1px solid #CFCFCF;
    
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;    

	overflow: hidden;
}
.elgg-module-widget.elgg-state-draggable .elgg-widget-handle {
	cursor: move;
}
a.elgg-widget-collapse-button {
	padding-left: 10px;
	color: #222;
}
a.elgg-widget-collapse-button:hover,
a.elgg-widget-collapsed:hover {
	color: #666;
	text-decoration: none;
}
a.elgg-widget-collapse-button:before {
	content: "\25BC";
}
a.elgg-widget-collapsed:before {
	content: "\25BA";
}
.elgg-widget-edit {
	display: none;
	width: auto;
	padding: 15px;
	border-bottom: 1px solid #D1D7DB;
	background-color: #f9f9f9;
}
.elgg-widget-content {
	padding: 15px;
}
.elgg-widget-placeholder {
	border: 1px dashed #dedede;
	margin-bottom: 15px;
}
/* ***************************************
	Image Block
*************************************** */
.elgg-image-block {
	padding: 10px 0;
}
.elgg-image-block .elgg-image {
	float: left;
    padding-top: 2px;
	margin-right: 10px;
}
.elgg-image-block .elgg-image-alt {
	float: right;
	margin-left: 5px;
}

/* ***************************************
	List
*************************************** */
.elgg-list {
	margin: 10px 0;
	clear: both;
}
.elgg-list > li {
	border-bottom: 1px solid #D1D7DB;
}

.elgg-item .elgg-subtext {
	margin-bottom: 5px;
}
.elgg-item .elgg-content {
	line-height: 1.5em;
	margin: 5px 0 0 0;
}

/* ***************************************
	Gallery
*************************************** */
.elgg-gallery {
	border: none;
	margin-right: auto;
	margin-left: auto;
}
.elgg-gallery td {
	padding: 5px;
}
.elgg-gallery-fluid > li {
	float: left;
}
.elgg-gallery-users > li {
	margin: 0 2px;
}
.elgg-sidebar .elgg-gallery > li {
	margin: 0 2px;
}
.elgg-sidebar-alt .elgg-gallery > li {
	margin: 0 1px 0 0;
}

/* ***************************************
	Tables
*************************************** */
.elgg-table {
	width: 100%;
	border-top: 1px solid #D1D7DB;
}
.elgg-table td, .elgg-table th {
	padding: 4px 8px;
	border: 1px solid #D1D7DB;
}
.elgg-table th {
	background-color: #ddd;
}
.elgg-table tr:nth-child(odd), .elgg-table tr.odd {
	background-color: #fff;
}
.elgg-table tr:nth-child(even), .elgg-table tr.even {
	background-color: #f0f0f0;
}
.elgg-table-alt {
	width: 100%;
	border-top: 1px solid #D1D7DB;
}
.elgg-table-alt th {
	background-color: #eee;
	font-weight: bold;
}
.elgg-table-alt td, .elgg-table-alt th {
	padding: 6px 4px 6px 4px;
	border-bottom: 1px solid #D1D7DB;
}
.elgg-table-alt td:first-child {
	width: 200px;
}
.elgg-table-alt tr:hover {
	background: #E4E4E4;
}

/* ***************************************
	Owner Block
*************************************** */
.elgg-owner-block {
	margin-bottom: 20px;
}

/* ***************************************
	Messages
*************************************** */
.elgg-message {
	color: white;
	font-weight: bold;
	display: block;
	padding: 10px;
	cursor: pointer;
	opacity: 0.9;
    text-align: center;
}
.elgg-state-success {
	background-color: black;
}
.elgg-state-error {
	background-color: red;
}
.elgg-state-notice {
	background-color: #4690D6;
}

/* ***************************************
	River
*************************************** */
.elgg-list-river {
	border-top: 1px solid #D1D7DB;
}
.elgg-list-river > li {
	border-bottom: 1px solid #D1D7DB;
}
.elgg-river-item {
	padding: 10px 0;
}
.elgg-river-item .elgg-pict {
	margin-right: 20px;
}
.elgg-river-subject {
	font-weight: bold;
}
.elgg-river-timestamp {
	color: #666;
	font-size: 85%;
	font-style: italic;
	line-height: 1;
}
.elgg-river-attachments,
.elgg-river-message,
.elgg-river-content {
	line-height: 1.5em;
	margin: 5px 0 0 0;
}
.elgg-river-attachments .elgg-avatar,
.elgg-river-attachments .elgg-icon {
	float: left;
}
.elgg-river-layout .elgg-input-dropdown {
	float: right;
	margin: 10px 0;
}
.elgg-river-comments-tab {
	display: block;
	background-color: #EEE;
	color: #222;
	margin-top: 5px;
	width: auto;
	float: right;
	font-size: 85%;
	padding: 1px 7px;
	
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.elgg-river-comments {
	margin: 0;
	border-top: none;
}
.elgg-river-comments li:first-child {
	-webkit-border-radius: 5px 0 0;
	-moz-border-radius: 5px 0 0;
	border-radius: 5px 0 0;
}
.elgg-river-comments li:last-child {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius-bottomleft: 0 0 5px 5px;
	border-radius-bottomleft: 0 0 5px 5px;
}
.elgg-river-comments li {
	background-color: #EEE;
	border-bottom: none;
	padding: 4px;
	margin-bottom: 2px;
}
.elgg-river-comments .elgg-media {
	padding: 0;
}
.elgg-river-more {
	background-color: #EEE;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	padding: 2px 4px;
	font-size: 85%;
	margin-bottom: 2px;
}

.elgg-river-item form {
	background-color: #EEE;
	padding: 4px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	height: auto;
}
.elgg-river-item input[type=text] {
	width: 100%;
}
.elgg-river-item input[type=submit] {
	margin: 5px 0;
}


/* **************************************
	Comments (from elgg_view_comments)
************************************** */
.elgg-comments {
	margin-top: 25px;
    /* elgg bug fix - ticket 4819 */
	overflow: hidden;
	width: 100%
}
.elgg-comments > form {
	margin-top: 15px;
}

/* ***************************************
	Image-related
*************************************** */
.elgg-photo {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: white;
}

/* ***************************************
	Tags
*************************************** */
.elgg-tags {
	font-size: 85%;
}
.elgg-tags > li {
	float:left;
	margin-right: 5px;
}
.elgg-tags li.elgg-tag:after {
	content: ",";
}
.elgg-tags li.elgg-tag:last-child:after {
	content: "";
}
.elgg-tagcloud {
	text-align: justify;
    margin-bottom: 5px;
}

/* ***************************************
	PAGE LAYOUT
*************************************** */
/***** DEFAULT LAYOUT ******/
.elgg-page-default {
	min-width: 998px;
}
.elgg-page-default .elgg-page-header > .elgg-inner {
	width: 990px;
	margin: 0 auto;
	height: 120px;
}
.elgg-page-default .elgg-page-body > .elgg-inner {
	width: 990px;
	margin: 0 auto;
}
.elgg-page-default .elgg-page-footer > .elgg-inner {
	width: 990px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 1px solid #D1D7DB;
}
.elgg-page-default .elgg-page-body { 
    background: url(https://www.msni.it/mod/basic_light/graphics/bg_shadow.png) repeat-x left top;
}

/***** TOPBAR ******/

/***** PAGE MESSAGES ******/
.elgg-system-messages {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
}
.elgg-system-messages li p {
	margin: 0;
}

/***** PAGE HEADER ******/
.elgg-page-header {
	position: relative;
    border-bottom: 1px solid #BBB;
    background: url(https://www.msni.it/mod/basic_light/graphics/bg_header.png) repeat left top;
}
.elgg-page-header > .elgg-inner {
	position: relative;
}
/***** PAGE BODY LAYOUT ******/
.elgg-layout {
	min-height: 360px;
}
.elgg-layout-one-sidebar {
	background: none;
}
.elgg-layout-two-sidebar {
	background: none;
}
.elgg-layout-error {
	margin-top: 20px;
}
.elgg-sidebar {
	position: relative;
	padding: 22px 0 20px 20px;
	float: right;
	width: 210px;
	margin: 0 0 0 20px;
}
.elgg-sidebar-alt {
	position: relative;
	padding: 24px 20px 20px 0;
	float: left;
	width: 160px;
	margin: 0 20px 0 0;
}
.elgg-main {
	position: relative;
	min-height: 360px;
	padding: 20px 0 10px 0;
}
.elgg-main > .elgg-head {
	margin-bottom: 10px;
}

/***** PAGE FOOTER ******/
.elgg-page-footer {
	position: relative;
}
.elgg-page-footer {
	color: #999;
}
.elgg-page-footer a:hover {
	color: #666;
}/* ***************************************
	MISC
*************************************** */
#login-dropdown {
	position: relative;
    float: right;
	top: 10px;
	right: 0;
	z-index: 100;
    margin-left: 20px;
}

/* ***************************************
	AVATAR UPLOADING & CROPPING
*************************************** */

#current-user-avatar {
	border-right:1px solid #D1D7DB;
}
#avatar-croppingtool {
	border-top: 1px solid #D1D7DB;
}
#user-avatar-cropper {
	float: left;
}
#user-avatar-preview {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

/* ***************************************
	FRIENDS COLLECTIONS
*************************************** */

#friends_collections_accordian li {
	color: #666;
}
#friends_collections_accordian li h2 {
	display: block;
	width: auto;
    cursor: pointer;
	font-size: 1.2em;
	margin: 10px 0;
    padding: 7px 16px 8px;

	background-color: #EBEFF1; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EBEFF1));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EBEFF1); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:      -o-linear-gradient(top, #FFFFFF, #EBEFF1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBEFF1', GradientType=0);
    
    border: 1px solid #D1D7DB;
    
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;  
}
#friends_collections_accordian li h2:hover {
	background-color: #333;
}
#friends_collections_accordian .friends_collections_controls {
	float: right;
	font-size: 70%;
}
#friends_collections_accordian .friends-picker-main-wrapper {
	display: none;
	padding: 0;
}

.clearfloat { 
	clear: both;
}

.hidden {
	display: none;
}

.centered {
	margin: 0 auto;
}

.center {
	text-align: center;
}

.float {
	float: left;
}

.float-alt {
	float: right;
}

.link {
	cursor: pointer;
}

.elgg-discover .elgg-discoverable {
	display: none;
}

.elgg-discover:hover .elgg-discoverable {
	display: block;
}

.elgg-transition:hover {
	opacity: .7;
}

/* ***************************************
	BORDERS AND SEPARATORS
*************************************** */
.elgg-border-plain {
	border: 1px solid #eeeeee;
}
.elgg-border-transition {
	border: 1px solid #eeeeee;
}
.elgg-divide-top {
	border-top: 1px solid #D1D7DB;
}
.elgg-divide-bottom {
	border-bottom: 1px solid #D1D7DB;
}
.elgg-divide-left {
	border-left: 1px solid #D1D7DB;
}
.elgg-divide-right {
	border-right: 1px solid #D1D7DB;
}

/* ***************************************
	Spacing (from OOCSS)
*************************************** */
/* Padding */
.pan{padding:0}
.prn, .phn{padding-right:0}
.pln, .phn{padding-left:0}
.ptn, .pvn{padding-top:0}
.pbn, .pvn{padding-bottom:0}

.pas{padding:5px}
.prs, .phs{padding-right:5px}
.pls, .phs{padding-left:5px}
.pts, .pvs{padding-top:5px}
.pbs, .pvs{padding-bottom:5px}

.pam{padding:10px}
.prm, .phm{padding-right:10px}
.plm, .phm{padding-left:10px}
.ptm, .pvm{padding-top:10px}
.pbm, .pvm{padding-bottom:10px}

.pal{padding:20px}
.prl, .phl{padding-right:20px}
.pll, .phl{padding-left:20px}
.ptl, .pvl{padding-top:20px}
.pbl, .pvl{padding-bottom:20px}

/* Margin */
.man{margin:0}
.mrn, .mhn{margin-right:0}
.mln, .mhn{margin-left:0}
.mtn, .mvn{margin-top:0}
.mbn, .mvn{margin-bottom:0}

.mas{margin:5px}
.mrs, .mhs{margin-right:5px}
.mls, .mhs{margin-left:5px}
.mts, .mvs{margin-top:5px}
.mbs, .mvs{margin-bottom:5px}

.mam{margin:10px}
.mrm, .mhm{margin-right:10px}
.mlm, .mhm{margin-left:10px}
.mtm, .mvm{margin-top:10px}
.mbm, .mvm{margin-bottom:10px}

.mal{margin:20px}
.mrl, .mhl{margin-right:20px}
.mll, .mhl{margin-left:20px}
.mtl, .mvl{margin-top:20px}
.mbl, .mvl{margin-bottom:20px}/********************************
The Wire
*********************************/
#thewire-textarea {
	height: 50px;
	padding: 6px;
}
#thewire-characters-remaining {
	text-align: right;
	float: right;
	font-weight: bold;
	color: #333333;
}
.thewire-characters-remaining {
	color:#333333;
	border:none;
	font-size: 100%;
	font-weight: bold;
	padding:0 2px 0 0;
	margin:0;
	text-align: right;
	background: white;
}
.thewire-characters-remaining-warning {
	color: #D40D12 !important;
}
.thewire-parent {
	margin-left: 40px;
}
/* ***************************************
	Profile
*************************************** */
.profile {
	float: left;
	margin-bottom: 15px;
}
.profile .elgg-inner {
	margin: 0 5px;
	border: 1px solid #D1D7DB;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#profile-details {
	padding: 15px;
}
/*** ownerblock ***/
#profile-owner-block {
	width: 200px;
	float: left;
	border-right: 1px solid #D1D7DB;
	padding: 15px;
}
#profile-owner-block .large {
	margin-bottom: 10px;
}
#profile-owner-block a.elgg-button-action {
	margin: 10px 0;

}
.profile-content-menu a {
	display: block;
	margin: 3px 0 5px 0;
	padding: 2px 0 2px 0;
}
.profile-content-menu a:hover {

	text-decoration: none;
}
.profile-admin-menu {
	display: none;
}
.profile-admin-menu-wrapper a {
	display: block;
	margin: 3px 0 5px 0;
	padding: 2px 0 2px 0;
}
.profile-admin-menu-wrapper {

}
.profile-admin-menu-wrapper li a {
	color: red;
	margin-bottom: 0;
}
.profile-admin-menu-wrapper a:hover {
	color: black;
}
/*** profile details ***/
#profile-details .odd {
	border-bottom: 1px solid #D1D7DB;	
	margin: 0 0 7px;
	padding: 4px 0;
}
#profile-details .even {
	border-bottom: 1px solid #D1D7DB;	
	margin: 0 0 7px;
	padding: 4px 0;
}
.profile-aboutme-title {
	margin: 0;
	padding: 2px 0;
}
.profile-aboutme-contents {
	padding: 2px 0 0 0;
}
.profile-banned-user {
	border: 1px solid red;
	padding: 4px 8px;
	
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*** Elgg Developer Tools ***/
#developers-iframe {
	width: 100%;
	height: 600px;
	border: none;
}
#developer-settings-form label {
	margin-right: 5px;
}
.elgg-page .jstree-default.jstree-focused {
	background-color: transparent;
}
.developers-log {
	background-color: #EBF5FF;
	border: 1px solid #999;
	color: #666;
	padding: 20px;
}

.izap_river_icon {
margin-right: 10px;
}

.search_filter_dropdown {
float:right;
color:#0054A7;
font-size: 15px;
}

#entity_types {
font-size:12px;
font-weight:bold;
}
.izap_suspected_spammer:hover {
cursor:pointer;
}.elgg-icon-hj {
background:transparent url(https://www.msni.it/mod/hypeFramework/graphics/buttons/controls.png) no-repeat;
}
.elgg-icon-hj:hover {
background:transparent url(https://www.msni.it/mod/hypeFramework/graphics/buttons/controls_hover.png) no-repeat;
}
.hj-icon-settings-alt 
.hj-icon-settings-alt:hover
{
background-position:0 -0px;
}
.hj-icon-save,
.hj-icon-save:hover
{
background-position:0 -16px;
}
.hj-icon-tag,
.hj-icon-tag:hover
{
background-position:0 -32px;
}
.hj-icon-delete,
.hj-icon-delete:hover
{
background-position:0 -48px;
}
.hj-icon-delete-alt,
.hj-icon-delete-alt:hover
{
background-position:0 -48px;
}
.hj-icon-comments
.hj-icon-comments:hover
{
background-position:0 -64px;
}
.hj-icon-groups,
.hj-icon-groups:hover
{
background-position:0 -80px;
}
.hj-icon-friends,
.hj-icon-friends:hover
{
background-position:0 -80px;
}
.hj-icon-users,
.hj-icon-users:hover
{
background-position:0 -80px;
}
.hj-icon-email,
.hj-icon-email:hover
{
background-position:0 -96px;
}
.hj-icon-mail,
.hj-icon-mail:hover
{
background-position:0 -96px;
}
.hj-icon-calendar,
.hj-icon-calendar:hover
{
background-position:0 -112px;
}
.hj-icon-edit,
.hj-icon-edit:hover
{
background-position:0 -128px;
}
.hj-icon-share,
.hj-icon-share:hover
{
background-position:0 -144px;
}
.hj-icon-search,
.hj-icon-search:hover
{
background-position:0 -160px;
}
.hj-icon-star,
.hj-icon-star:hover
{
background-position:0 -176px;
}
.hj-icon-user,
.hj-icon-user:hover
{
background-position:0 -192px;
}
.hj-icon-location,
.hj-icon-location:hover
{
background-position:0 -208px;
}
.hj-icon-discussions,
.hj-icon-discussions:hover
{
background-position:0 -224px;
}
.hj-icon-print,
.hj-icon-print:hover
{
background-position:0 -240px;
}
.hj-icon-world,
.hj-icon-world:hover
{
background-position:0 -256px;
}
.hj-icon-access,
.hj-icon-access:hover
{
background-position:0 -272px;
}
.hj-icon-pin,
.hj-icon-pin:hover
{
background-position:0 -288px;
}
.hj-icon-push-pin-alt,
.hj-icon-push-pin:hover
{
background-position:0 -288px;
}
.hj-icon-add,
.hj-icon-add:hover
{
background-position:0 -304px;
}
.hj-icon-time,
.hj-icon-time:hover
{
background-position:0 -320px;
}
.hj-icon-thumbs-up,
.hj-icon-thumbs-up:hover
{
background-position:0 -336px;
}
.hj-icon-thumbs-down,
.hj-icon-thumbs-down:hover
{
background-position:0 -352px;
}
.hj-icon-settings,
.hj-icon-settings:hover
{
background-position:0 -368px;
}
.hj-icon-info,
.hj-icon-info:hover
{
background-position:0 -384px;
}
.hj-icon-download,
.hj-icon-download:hover
{
background-position:0 -400px;
}
.hj-icon-refresh,
.hj-icon-refresh:hover
{
background-position:0 -416px;
}
.hj-icon-arrow-down,
.hj-icon-arrow-down:hover
{
background-position:0 -432px;
}
.hj-icon-arrow-left,
.hj-icon-arrow-left:hover,
{
background-position:0 -448px;
}
.hj-icon-arrow-right,
.hj-icon-arrow-right:hover
{
background-position:0 -464px;
}
.hj-icon-arrow-up,
.hj-icon-arrow-up:hover
{
background-position:0 -480px;
}
.hj-icon-zoom,
.hj-icon-zoom:hover
{
background-position:0 -496px;
}
.hj-icon-heart,
.hj-icon-heart:hover
{
background-position:0 -512px;
}
.hj-icon-rss,
.hj-icon-rss:hover
{
background-position:0 -528px;
}.elgg-state-draggable .elgg-head:hover {
cursor:move;
}
.elgg-menu-hjentityhead,
.elgg-menu-hjsegmenthead
{
float:right;
margin-left:15px;
}
.elgg-menu-hjentityfoot,
.elgg-menu-hjsectionfoot
{
float:none;
margin-left:0;
}
.elgg-menu-hjentityhead,
.elgg-menu-hjentityfoot,
.elgg-menu-hjsegmenthead,
.elgg-menu-hjsectionfoot
{
color: #aaa;
line-height: 20px;
height: 16px;
vertical-align:middle;
}
.elgg-menu-hjentityhead > li,
.elgg-menu-hjentityfoot > li,
.elgg-menu-hjsegmenthead > li,
.elgg-menu-hjsectionfoot > li
{
margin-left: 4px;
}
.elgg-menu-hjentityhead > li > a,
.elgg-menu-hjentityfoot > li > a,
.elgg-menu-hjsegmenthead > li > a,
.elgg-menu-hjsectionfoot > li > a
{
color: #aaa;
}
.elgg-menu-hjentityhead > li > a,
.elgg-menu-hjentityfoot > li > a,
.elgg-menu-hjsegmenthead > li > a,
.elgg-menu-hjsectionfoot > li > a
{
display: block;
}
.elgg-menu-hjentityhead > li > span,
.elgg-menu-hjentityfoot > li > span,
.elgg-menu-hjsegmenthead > li > span,
.elgg-menu-hjsectionfoot > li > span
{
vertical-align: baseline;
}

.elgg-menu-hjentityhead > li > span:hover,
.elgg-menu-hjentityfoot > li > span:hover,
.elgg-menu-hjsegmenthead > li > span:hover,
.elgg-menu-hjsectionfoot > li > span:hover {
text-decoration:none;
}

.elgg-menu-hjentityhead > li > a:hover,
.elgg-menu-hjentityfoot > li > a:hover,
.elgg-menu-hjsegmenthead > li > a:hover,
.elgg-menu-hjsectionfoot > li > a:hover {
text-decoration:none;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://www.msni.it/vendors/jquery/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://www.msni.it/vendors/jquery/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://www.msni.it/vendors/jquery/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://www.msni.it/vendors/jquery/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://www.msni.it/vendors/jquery/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.msni.it/vendors/jquery/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://www.msni.it/vendors/jquery/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://www.msni.it/vendors/jquery/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://www.msni.it/vendors/jquery/fancybox/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.msni.it/vendors/jquery/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://www.msni.it/vendors/jquery/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://www.msni.it/vendors/jquery/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://www.msni.it/vendors/jquery/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://www.msni.it/vendors/jquery/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://www.msni.it/vendors/jquery/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://www.msni.it/vendors/jquery/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://www.msni.it/vendors/jquery/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.msni.it/vendors/jquery/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
.hj-left { float:left }
.hj-right { float:right }
.hj-left:after,
.hj-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.hj-padding-ten, .hj-admin-padding { padding:10px }
.hj-padding-fifteen { padding:15px }
.hj-padding-twenty { padding:20px }
.hj-margin-ten { margin:10px }
.hj-margin-fifteen { margin:15px }
.hj-margin-twenty { margin:20px }

.hidden { display:none }

.hj-content-container {
	background:#ffffff;
	width:auto;
	min-height:350px;
	margin:10px;
	padding-bottom:40px;
	border-width:1px;
	border-color:;
	border-style:solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.hj-ajax-loader {
	margin:0 auto;
	display:block;
}

.hj-loader-circle {
	background:transparent url(https://www.msni.it/mod/hypeFramework/graphics/loader/circle.gif) no-repeat center center;
	width:75px;
	height:75px;
}
.hj-loader-bar {
	background:transparent url(https://www.msni.it/mod/hypeFramework/graphics/loader/bar.gif) no-repeat center center;
	width:16px;
	height:11px;
}
.hj-loader-arrows {
	background:transparent url(https://www.msni.it/mod/hypeFramework/graphics/loader/arrows.gif) no-repeat center center;
	width:16px;
	height:16px;
}
.hj-loader-indicator {
	background:transparent url(https://www.msni.it/mod/hypeFramework/graphics/loader/indicator.gif) no-repeat center center;
	width:16px;
	height:16px;
}

div.mandatory {
	padding-right:15px;
	background:transparent url(https://www.msni.it/mod/hypeFramework/graphics/mandatory.png) no-repeat 98% 23px;
}

input.hj-input-processing {
	background:white url(https://www.msni.it/mod/hypeFramework/graphics/loader/indicator.gif) no-repeat right;
}

input.hj-input-processing:hover {
	background:white url(https://www.msni.it/mod/hypeFramework/graphics/loader/indicator.gif) no-repeat right;
}

.hj-field-module {
    font-size:0.9em;
}

.hj-field-module-output {
    padding:5px 0;
    margin:0 10px;
    border-bottom:1px solid #f4f4f4;
}

.hj-output-label {
    font-style:italic;
    font-size:0.8em;
    vertical-align:top;
    display:inline-block;
    text-align:right;
    width:35%;
}

.hj-output-text {
    font-weight:bold;
    vertical-align:top;
    margin-left:10px;
    display:inline-block;
    text-align:left;
    width:58%;
}

.hj-icon-text {
    height:16px;
    display:inline-block;
    vertical-align:top;
    font-size:0.9em;
    margin-left:5px;
    margin-right:7px;
}

.elgg-list .elgg-module-aside .elgg-head {
padding-top:10px;
}
	.hj-view-list,
	.hj-view-list > li {
	border:none;
}

.elgg-menu > li > a.hidden {
	display:none;
}

.hj-active-temp {
	padding:10px;
	background:#f4f4f4;
}

.hj-gallery-view {
	max-width:620px;
	padding:5px;
	text-align:center;
	margin:0 auto;
}

.hj-file-icon-preview {
	margin:0 auto;
	text-align:center;
}

.hj-file-icon-master {
	
}

#hj-sortable-tabs > li:hover {
	cursor:move;
}
#hj-sortable-tabs > a:hover {
	cursor:pointer;
}

#fancybox-content > div > div.elgg-module {
    margin:0 20px;
    padding-bottom:100px;
}

.hj-pagination-next {
	padding: 3px;
	text-align: center;
	background: #F4F4F4;
	border-bottom: #E8E8E8 1px solid;
	color: #666;
	cursor: pointer;
	margin-top:10px;
}

/* ***************************************
	Tags
*************************************** */
.elgg-tags {
	font-size: 85%;
}
.elgg-tags > li {
	float:left;
	margin-right: 5px;
}
.elgg-tags li.elgg-tag:after {
	content: ",";
}
.elgg-tags li.elgg-tag:last-child:after {
	content: "";
}
.elgg-tagcloud {
	text-align: justify;
}
/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.hj-container-12 {
	width: 100%;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.hj-grid-1,
.hj-grid-2,
.hj-grid-3,
.hj-grid-4,
.hj-grid-5,
.hj-grid-6,
.hj-grid-7,
.hj-grid-8,
.hj-grid-9,
.hj-grid-10,
.hj-grid-11,
.hj-grid-12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.hj-alpha {
	margin-left: 0;
}

.hj-omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.hj-container-12 .hj-grid-1 {
	width:6.333%;
}

.hj-container-12 .hj-grid-2 {
	width:14.667%;
}

.hj-container-12 .hj-grid-3 {
	width:23.0%;
}

.hj-container-12 .hj-grid-4 {
	width:31.333%;
}

.hj-container-12 .hj-grid-5 {
	width:39.667%;
}

.hj-container-12 .hj-grid-6 {
	width:48.0%;
}

.hj-container-12 .hj-grid-7 {
	width:56.333%;
}

.hj-container-12 .hj-grid-8 {
	width:64.667%;
}

.hj-container-12 .hj-grid-9 {
	width:73.0%;
}

.hj-container-12 .hj-grid-10 {
	width:81.333%;
}

.hj-container-12 .hj-grid-11 {
	width:89.667%;
}

.hj-container-12 .hj-grid-12 {
	width:98.0%;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.hj-container-12 .hj-prefix-1 {
	padding-left:8.333%;
}

.hj-container-12 .hj-prefix-2 {
	padding-left:16.667%;
}

.hj-container-12 .hj-prefix-3 {
	padding-left:25.0%;
}

.hj-container-12 .hj-prefix-4 {
	padding-left:33.333%;
}

.hj-container-12 .hj-prefix-5 {
	padding-left:41.667%;
}

.hj-container-12 .hj-prefix-6 {
	padding-left:50.0%;
}

.hj-container-12 .hj-prefix-7 {
	padding-left:58.333%;
}

.hj-container-12 .hj-prefix-8 {
	padding-left:66.667%;
}

.hj-container-12 .hj-prefix-9 {
	padding-left:75.0%;
}

.hj-container-12 .hj-prefix-10 {
	padding-left:83.333%;
}

.hj-container-12 .hj-prefix-11 {
	padding-left:91.667%;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.hj-container-12 .hj-suffix-1 {
	padding-right:8.333%;
}

.hj-container-12 .hj-suffix-2 {
	padding-right:16.667%;
}

.hj-container-12 .hj-suffix-3 {
	padding-right:25.0%;
}

.hj-container-12 .hj-suffix-4 {
	padding-right:33.333%;
}

.hj-container-12 .hj-suffix-5 {
	padding-right:41.667%;
}

.hj-container-12 .hj-suffix-6 {
	padding-right:50.0%;
}

.hj-container-12 .hj-suffix-7 {
	padding-right:58.333%;
}

.hj-container-12 .hj-suffix-8 {
	padding-right:66.667%;
}

.hj-container-12 .hj-suffix-9 {
	padding-right:75.0%;
}

.hj-container-12 .hj-suffix-10 {
	padding-right:83.333%;
}

.hj-container-12 .hj-suffix-11 {
	padding-right:91.667%;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.hj-container-12 .hj-push-1 {
	left:8.333%;
}

.hj-container-12 .hj-push-2 {
	left:16.667%;
}

.hj-container-12 .hj-push-3 {
	left:25.0%;
}

.hj-container-12 .hj-push-4 {
	left:33.333%;
}

.hj-container-12 .hj-push-5 {
	left:41.667%;
}

.hj-container-12 .hj-push-6 {
	left:50.0%;
}

.hj-container-12 .hj-push-7 {
	left:58.333%;
}

.hj-container-12 .hj-push-8 {
	left:66.667%;
}

.hj-container-12 .hj-push-9 {
	left:75.0%;
}

.hj-container-12 .hj-push-10 {
	left:83.333%;
}

.hj-container-12 .hj-push-11 {
	left:91.667%;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.hj-container-12 .hj-pull-1 {
	left:-8.333%;
}

.hj-container-12 .hj-pull-2 {
	left:-16.667%;
}

.hj-container-12 .hj-pull-3 {
	left:-25.0%;
}

.hj-container-12 .hj-pull-4 {
	left:-33.333%;
}

.hj-container-12 .hj-pull-5 {
	left:-41.667%;
}

.hj-container-12 .hj-pull-6 {
	left:-50.0%;
}

.hj-container-12 .hj-pull-7 {
	left:-58.333%;
}

.hj-container-12 .hj-pull-8 {
	left:-66.667%;
}

.hj-container-12 .hj-pull-9 {
	left:-75.0%;
}

.hj-container-12 .hj-pull-10 {
	left:-83.333%;
}

.hj-container-12 .hj-pull-11 {
	left:-91.667%;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.hj-clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.hj-clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.hj-clearfix {
	display: inline-block;
}

* html .hj-clearfix {
	height: 1%;
}

.hj-clearfix {
	display: block;
}.groups-profile > .elgg-image {
	margin-right: 10px;
}
.groups-stats {
	padding: 5px 0;
	margin-top: 10px;
}
.groups-stats p{
	margin: 0;
}
.groups-profile-fields .odd,
.groups-profile-fields .even {
	padding: 0 0 4px 0;
	margin-bottom: 7px;
}
.groups-profile-fields {
	padding-left: 10px;
}
.groups-profile-fields .elgg-output {
	margin: 0;
}
#groups-tools > li {
	width: 48%;
	min-height: 100px;
	margin-bottom: 20px;
}
#groups-tools > li:nth-child(odd) {
	margin-right: 4%;
}
.elgg-head .groups-widget-viewall {
	float: right;
    padding-top: 0;
	line-height: 1.3em;
}
.groups-latest-reply {
	float: right;
}

/* Modules */
.elgg-module-group > .elgg-head {
    display: block;
    padding: 8px 10px 7px;
    margin-bottom: 0;
    
	background-color: #EBEFF1; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EBEFF1));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EBEFF1); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EBEFF1);
	background-image:      -o-linear-gradient(top, #FFFFFF, #EBEFF1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBEFF1', GradientType=0);
    
    border: 1px solid #D1D7DB;
    
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
    
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;    
}
.elgg-module-group > .elgg-body {
	padding: 15px;

    border-right: 1px solid #D1D7DB;
    border-bottom: 1px solid #D1D7DB;
    border-left: 1px solid #D1D7DB;
    
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.elgg-module-group {
    margin-bottom: 0;
}
.elgg-menu-groups-my-status li a {
	display: block;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 0;
}
.elgg-menu-groups-my-status li a:hover {
	text-decoration: none;
}

/* Blog Plugin */

/* force tinymce input height for a more useful editing / blog creation area */
form#blog-post-edit #description_parent #description_ifr {
	height:400px !important;
}

/* ***************************************
	Likes
*************************************** */
.elgg-likes {
	width: 345px;
	position: absolute;
}

.elgg-menu .elgg-menu-item-likes-count {
	margin-left: 3px;
}
.captcha-input-image {
  text-align: center;
  margin: auto;
}
.elgg-icon-bookmark {
	background: transparent url(https://www.msni.it/mod/bookmarks/graphics/bookmark.gif);
}
/*******************************
	Custom Index
********************************/
.custom-index {
	padding: 10px 0;
}



#dashboard-info {
	margin-bottom: 15px; 
	border: 1px solid #D1D7DB;
    
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.messageboard-input {
	height: 100px;
}

.messages-container {
	min-height: 200px;
}
.message.unread a {
	color: #d40005;
}
.messages-buttonbank {
	text-align: right;
}
.messages-buttonbank input {
	margin-left: 10px;
}
/*** message metadata ***/
.message .elgg-body {
	margin-top: 5px;
}
.messages-owner {
	float: left;
	width: 20%;
	margin-right: 2%;
}
.messages-subject {
	float: left;
	width: 55%;
	margin-right: 2%;
}
.messages-subject a {
	margin-top: 0;
	vertical-align: top;
}
.messages-subject input[type="checkbox"] {
	margin-top: 2px;
}
.messages-timestamp {
	float: left;
	width: 14%;
	margin-right: 2%;
}
.messages-delete {
	float: left;
	width: 5%;
}
/*** topbar icon ***/
.messages-new {
	color: white;
	background-color: red;
    line-height: 1.3em;
	
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50);
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50);
	
	position: absolute;
	text-align: center;
	top: 0;
	left: 10px;
	min-width: 16px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
}
#notificationstable {
	margin-top: 10px;
}

#notificationstable td.namefield {
	width: 250px;
	text-align: left;
	vertical-align: middle;
}
#notificationstable td.namefield p {
	margin:0;
	vertical-align: middle;
	line-height: 1.1em;

}
#notificationstable td.namefield p.namefieldlink {
	margin:5px 0 0 0;
}
#notificationstable td.namefield a img {
	float:left;
	width:25px;
	height:25px; 
	margin:5px 10px 5px 5px;
}
#notificationstable td.emailtogglefield,
#notificationstable td.smstogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.spacercolumn {
	width:30px;
}
#notificationstable td {
	padding: 5px 0;
	border-top: 1px solid #D1D7DB;
}
#notificationstable td.emailtogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.emailtogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.sitetogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.sitetogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.sitetogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.emailtogglefield a.emailtoggleOff {
	background: url(https://www.msni.it/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right 2px;
}
#notificationstable td.emailtogglefield a.emailtoggleOn {
	background: url(https://www.msni.it/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right -36px;
}
#notificationstable td.sitetogglefield a.sitetoggleOff {
	background: url(https://www.msni.it/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right 2px;
}
#notificationstable td.sitetogglefield a.sitetoggleOn {
	background: url(https://www.msni.it/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right -37px;
}
.notification_friends,
.notification_personal,
.notifications_per_user {
	margin-bottom: 20px;
} 




.pages-nav.treeview ul {
	background-color: transparent;
}

.pages-nav.treeview a.selected {
	color: #666;
	background: none;
}

.pages-nav.treeview .hover {
	color: #666;
}/* Reported Content */
.elgg-icon-report-this {
	width: 26px;
	height: 25px;
	background: transparent url(https://www.msni.it/mod/basic_light/graphics/icons/report.png) no-repeat;
	background-position: 0 0;
}

/**********************************
Search plugin
***********************************/
.elgg-search-header {
	position: relative;
    float: right;
}
.elgg-search input[type=text] {
	width: 200px;
    font-size: 100% !important;
    color: #FFF;
    background: none;
    height: 26px;
    border: 1px solid #666;
    margin-top: 8px;
}
.elgg-search input[type="text"]:focus {
    background-color: #777777;
    border: 1px solid #666;
    color: #FFF;
}
.elgg-search input[type=submit] {
	display: none;
}
.search-list li {
    padding: 10px 0;
}
.search-heading-category {
	margin-top: 20px;
}
.search-highlight {
	background-color: #bbdaf7;
}
.search-highlight-color1 {
	background-color: #bbdaf7;
}
.search-highlight-color2 {
	background-color: #A0FFFF;
}
.search-highlight-color3 {
	background-color: #FDFFC3;
}
.search-highlight-color4 {
	background-color: #ccc;
}
.search-highlight-color5 {
	background-color: #4690d6;
}
/* TinyMCE */
.elgg-page .mceEditor table.mceLayout {
	border: 1px solid #CCC;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.elgg-page table.mceLayout tr.mceFirst td.mceToolbar,
.elgg-page table.mceLayout tr.mceLast td.mceStatusbar {
	border-width: 0px;
}
.mceButton {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mceLast .mceStatusbar {
	padding-left: 5px;
}

/* unused css */
.izap_videos_checkboxes{
font-size:13px;
}
.izapResetSettings{
padding:5px;
color:#FFFFFF;
background-color:#FF7D7D;
}
.izap_videos_selected {
	background:.izap_videos_selected#000000;
margin:0 10px 5px 10px;
	padding:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    border-radius: 8px;
}
.izap-input-radio {
font-size: 1em;
}
#izap_widget_layout {
webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background:#FFFFFF none repeat scroll 0 0;
margin:0 0 20px;
border:1px solid #ccc;
padding:0 0 5px;
}
.river_object_izap_videos_comments{
	background:transparent url(https://www.msni.it/mod/izap_videos/_graphics/river_icon_comment.gif) no-repeat scroll left -1px;
}
.river_object_izap_videos_create{
	background:transparent url(https://www.msni.it/mod/izap_videos/_graphics/river_icon_video.gif) no-repeat scroll left -1px;
}
.customIndexIcon {
margin:4px;
float:left;
}
.embedThumbs {
margin:5px;
padding:6px;
float:left;
}

.izap_shares_widget_wrapper {
	background: white;
	margin:0 10px 5px 10px;
	padding:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    border-radius: 8px;
}

.izap_shares_widget_icon {
	float: left;
	margin-right: 10px;
}

.izap_shares_timestamp {
	color:#666666;
	margin:0;
}

.izap_share_desc {
	display:none;
	line-height: 1.2em;
}

.izap_shares_widget_content {
	margin-left: 35px;
}

.izap_shares_title {
	margin:0;
	line-height: 1.2em;
}

.notConvertedWrapper{
background-color: #FFC4C4;
padding:5px;
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
}

.copied_text{
font-size:small;
	font-family:Arial;
	font-style:italic;
}

.izapPlayer{
height:400px;
}

.full_video_wrapper {
background-color:#DEDEDE;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    border-radius: 8px;
padding:10px;
margin-bottom:20px;
}

.izapProfileLink{
border-top: dotted 1px #000000;
border-bottom: dotted 1px #000000;
}

.izapMiniList{
background-color: #DEDEDE;
}



.izap_credit{
margin: 0px 10px 0px 0px;
}

.izap_small_text {
font-size:.6em;
font-weight:normal;
}

.izap_info_text {
font-size:.9em;
font-style:italic;
color: #267F45;
}

.izap_normal_text {
font-size:.8em;
font-weight:normal;
}
.tab_highlight {
background-color: #E3938B;
}
.izap_notice{
color: #FF0000;
}
.izap_play_icon{
margin-top:0;margin-right:0;position:absolute;right:4px;bottom:4px;
}
#tag_view
{
margin-top:5px;
}
.izap_no_background {
background-color: #FFFFFF;
}
.listing_icon {
float: left;
margin:2px 5px 2px 2px;
}
#two_column_right_sidebar {
	width:210px;
	margin:0 0 0 20px;
	min-height:360px;
	float:left;
	background: #dedede;
	padding:0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    border-radius: 8px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.link_to_button {
padding:5px;
margin:5px;
color:#FFFFFF;
background-color: #4690D6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.link_to_button:hover{
padding:6px;
margin:5px;
color:#FFFFFF;
text-decoration: none;
background-color: #4D89C1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.group_video_wrap {
padding: 2px;
margin:5px;
}
.group_video_wrap .view_all {
float:right;
}
.izap_video_rate {
margin:10px 0px 10px 0px;
padding:2px 5px 2px 5px;
background-color: #FFFFFF;
}


/*new css*/

.video_description {
margin-top: 10px;
margin-bottom: 10px;
background: #EEEEEE;
padding: 10px;
min-height: 100px;
}

.video_description .owner_icon{
float:left;
margin-right: 10px;
}

.video_description .meta_info{
float:right;
}

.more_less_link {
color: #000;
font-size: 14px;
}

.more_less_link:hover {
color: #000;
font-size: 14px;
padding-left: 5px;
background: #FEFFB4;
text-decoration: none;
}

.izap_videos_list_data {
font-size:11px;
}

.izap_videos_list_element {
margin: 0px 0px 10px 0px;
}

.izap_videos_list_element:hover {
background: #EEEEEE;
}

.izap_ajaxed_thumb_div {
float:left;
margin-right: 10px;
}
/* css for the izap_videos ends here */


#screenshot{
	position:absolute;
	border:2px solid #fff;
	padding:0px;
	display:none;
	color:#fff;
	}

.izapResetSettings: hover{
color:#FFFF00;
background-color:#FF0000;
}

.izap_server_report {

}
.queue_selected {
background-color: #9EEABD;
}

.video_ajaxed_icon {
float: left;
margin-right: 5px;
padding: 2px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.video_info {
float: left;
width:60%;
}

.main_page_total_views{
float:right;
margin-right: 2px;
background-color:#c2daef;
padding-top:7px;
padding-bottom:7px;
padding-left:10px;
padding-right:10px;
color:#26455f;
}

.embed_text
{
margin-top: 5px;
color:#2c5c85;
font-weight:bold;
}
.bottom_border {
border-bottom: 2px dotted #DEDEDE;
}
.small_text {
font-size: 0.75em;
}

.sidebarlist{
margin-left:10px;
padding:5px;
font-size:15px;
list-style:disc;

}
.izap-head{
border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.izap-content{
padding:10px;
background: #FFFFFF;
}

.params{
font-weight:bolder;
}

.izap-video-wrapper {
width:1000px;
margin:0px;
}
.izap-video-body {
background-color:black;
  }


  #related_videos > img{
  margin-left:60px;
    }
  .izap-video-description {
  float:left;
  width:750px;

  }

  .izap-river {
  margin-right: 80px;
  }

  .izap-video-sidebar{
  float:left;
  width:100px;
  }

  .video_background {
  background-color:black;
  -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    border-radius: 8px;
  }
  .video_background-top-round {
  background-color:black;
  -webkit-border-radius: 8px 8px 0 0 ;
	-moz-border-radius: 8px 8px 0 0 ;
    border-radius: 8px 8px 0 0 ;
  }#friend_request_received_listing .elgg-image-block,
#friend_request_sent_listing .elgg-image-block {
	border: 1px solid transparent;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#friend_request_received_listing .elgg-image-block:hover,
#friend_request_sent_listing .elgg-image-block:hover {
	border-color: #cccccc;
}
/* adminshout Plugin */

#message_sending {
	position: absolute;
	z-index:1000;
	width: 100%;
	margin-top: 15px;
}
.elgg-river-layout .elgg-form-thewire-add .elgg-input-access {
	float: none;
}

.thewire-tools-widget-access {
	max-width: 200px;
}
/* ***************************************
	MISC
*****************************************/
.small a {
	vertical-align: top;
}
.elgg-image .elgg-button-cancel {
	margin-left: 0;
}
.elgg-page-walledgarden .elgg-page-header > .elgg-inner {
	width: 990px;
	margin: 0 auto;
	height: 120px;
}
.elgg-sidebar .elgg-module .elgg-head h3,
.elgg-sidebar-alt .elgg-module .elgg-head h3 { 
	font-size: 1.25em; 
}
.elgg-sidebar-alt .elgg-avatar-large > a > img {
    width: 150px;
    height: auto;
}
.elgg-sidebar-alt .elgg-module-featured .elgg-gallery > li {
    margin: 0;
}
.elgg-sidebar .elgg-module .elgg-image-block,
.elgg-sidebar-alt .elgg-module .elgg-image-block {
    border-bottom: 1px solid #D1D7DB;
}
.elgg-sidebar .elgg-module .elgg-image-block:last-child,
.elgg-sidebar-alt .elgg-module .elgg-image-block:last-child {
    border-bottom: none;
}
.elgg-module .elgg-list,
.elgg-module-widget .elgg-list {
	border-top: none;
    margin-top: 0;
}
.elgg-module-widget #twitter_widget,
.elgg-module-widget .elgg-gallery,
.elgg-module-widget .elgg-tagcloud,
.elgg-module-widget .elgg-form-messageboard-add {
	padding-top: 5px;
}
.elgg-module-register {
	position: relative;
    float: left;
    width: 57.446808%;
    border-left: 1px solid #D1D7DB;
    margin-left: 4.2553191%;
    padding-left: 20px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; 
}
.elgg-module-avatar {
	background: #EDEDED;
    padding: 5px 2px 2px 5px;
}
.elgg-module-thewire {
	padding-top: 7px;
}
.elgg-form-account {
	width: 38.297872%;
}
.groups-profile-icon img {
    width: 200px;
    height: auto;
}

/* ***************************************
	FRIENDSPICKER
*****************************************/
.friends-picker-container h3 {
    font-size: 1.4em !important;
    margin-bottom: 5px;
}
.friends-picker-wrapper {
    width: 100%;
}
.friendspicker-savebuttons {
	background: transparent;
	margin: 10px 10px 10px 0;
}
.friends-picker-container .panel {
	height: 100%;
	width: auto;
    display: block;
	margin: 0;
	padding:0;
    border-bottom: 1px solid #D1D7DB;
}
/* ***************************************
	NAVBAR
*****************************************/
.elgg-navbar {
	clear: both;
    *position: relative;
    
	background-color: #2B2E31; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3D4145), to(#2B2E31));
	background-image: -webkit-linear-gradient(top, #3D4145, #2B2E31); 
	background-image:    -moz-linear-gradient(top, #3D4145, #2B2E31);
	background-image:     -ms-linear-gradient(top, #3D4145, #2B2E31);
	background-image:      -o-linear-gradient(top, #3D4145, #2B2E31);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D4145', endColorstr='#2B2E31', GradientType=0);	
    
    border-bottom: 1px solid #000;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
}
.elgg-navbar .elgg-navbar-inner {
	width: 990px;
	margin: 0 auto;
    min-height: 40px;
}
