/* custom */
/*p {
 font-size: 12px;
}*/
.continua {
    font-weight: bold;
    text-align: right;
}
.allNews .dday_news {
    clear: both;
    border-top: 1px dotted #9f9f9f;
    padding: 15px 0;
    height: 60px;
}
.allNews .dday_news_first {
    border-top: 0px none;
}
#dday {
    height: 225px;
    overflow: hidden;
}
#dday .dday_news {
    padding: 10px 0;
    border-bottom: 1px dotted #9f9f9f;
}
#homepage .boxContainer .boxContent {
    padding: 10px 11px 12px 11px;
}
#homepage .blog_content{
    height: 105px;
}
#homepage .blog .top_blog{
    padding-bottom: 10px;
}
#homepage .blog .text{
    height: 35px;
}
/*
#header_login .logout {
    margin: 0;
    border: 0px none;
    background-color: transparent;
    display: block;
    height: 29px;
    cursor: pointer;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 29px;
    text-decoration: none;
    background: url('../img/newlab/button_logout.png') left top no-repeat;
    width: 78px;
}
#header_login .logout:hover {
    background: url('../img/newlab/button_logout.png') left bottom no-repeat;
}

#header_login .logout span {
    padding-left: 10px;
}
#header_login {
    float: right;
    position: relative;
    width: 260px;
}
#header_login .welcome {
    margin-top: 3px;
    float: left;
}
#header_login .stars {
    margin: 1px 3px 0 0;
    float: left;
    clear: left;
}
#header #facebook_button {
    margin-top: 1px;
    float: left;
}
#header_login .logout {
    position: absolute;
    right: 0;
    top: 5px;
}
*/
#contentGrid{
    position: relative;
}

.subtitle {
    font-weight: bold;
}

.bottom_separator {
    border-bottom: 1px dotted #9f9f9f;
}

#banner .boxBanner {
    height: 273px;
}

#banner .banner_image {
    position: absolute;
    top: 0;
    left: 0;
}
.floatContent {
    overflow: auto;
}
.textContent p {
    margin: 10px 0;
}

.textContent ul li {
    list-style: disc inside;
}

/* box */
.boxRow .boxContainer {
    float: left;
}

.boxRow .boxContent {
    height: 254px;
}

.boxContainer {
    position: relative;
}

.boxFullSize {
    width: 950px;
}

.boxSmallSquare {
    width: 292px;
}

.boxSmallRect {
    width: 253px;
}

.boxMedium {
    width: 385px;
}

.boxBig {
    width: 648px;
}

.boxSpacedLeft {
    margin-left: 10px;
}

.boxSpacedRight {
    margin-right: 10px;
}

.box_title{
/*  padding: 7px 0 0 10px;
    position: relative; */
}
/*.box_title .title {
    padding-right: 20px;
    background: url(../img/newlab/title_separator.png) right center no-repeat;
}*/
.box_title_logo {
    position: absolute;
    right: 10px;
    top: -5px;
}

.more {
    clear: both;
    padding-top: 10px;
    height: 40px;
}
.more .button {
    float: right;
    line-height: 29px;
    text-decoration: none;
    text-align: center;
    margin-right: 17px;
}

/* javascript navigation */
.js_navigation {
    position: absolute;
    right: 10px;
    top: 5px;
}

.nav, .nav2, .nav3, .nav4, .nav5, .nav6 {
    position: absolute;
    right: 50px;
    top: 5px;
}

/* */
#close_banner_button,
#open_banner_button{
    position:absolute;
    left: 952px;
    top: 12px;
    
}


/* blog */
.blog_thumb{
    float:left;
    margin-right: 16px;
}
.blog_desc{
    float:left;
    width: 286px;
}

/* mondolab */
.mondolab {
    width: 268px !important;
}
.mondolab .entry {
    height: 55px;
    padding: 4px 0 0 0;
    border-bottom: 1px dotted #9f9f9f;
	width: 260px;
}
.mondolab .last {
    border-bottom: 0px none;
}
.mondolab_desc,
.mondolab_avatar {
    float:left;
}
.mondolab_desc {
    margin-left: 5px;
}

.mondolab_desc a {
    text-decoration: none;
}

/* forum */
.forum_container{
    width: 300px;
    height: 80px;
    margin: 0 8px 4px 0;
    float: left;
}
.forum_avatar{
    float:left;
    margin-right: 16px;
}

/* domande&risposte */
.qaHpBox{
    background: url('../img/backgrounds/hp_box_qa.jpg') bottom left no-repeat;
    width: 626px;
    height: 254px;
}
.qaHpBox .leftQaContent{
    width: 249px;
    height: 247px;
    float: left;
    position: relative;
}
.qaHpBox .leftQaContent p{
    font-size: 12px;
    position: absolute;
    bottom: 12px;
    padding: 0 10px;
}
.qaHpBox .rightQaContent{
    width: 350px;
    height: 237px;
    float: left;
    position: relative;
    padding: 4px 10px 0 17px;
}
.qaHpBox .rightQaContent p{
    font-size: 14px;
    font-weight: bold;
}
.lastQaContainer .lastQa{
    height: 50px;
    padding: 8px 0;
    border-top: solid 1px #ccc;
}
.lastQaContainer .lastQa.first{
    border-top: none;
}
.lastQaContainer .lastQa img{
    float: left;
    margin-right: 6px;
}
.lastQaContainer .lastQa .qaDesc{
    float: left;
    width: 294px;
    overflow: hidden;
}
.lastQaContainer .lastQa .qaDesc a.qaLink{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 16px;
    display: block;
}
.lastQaContainer .lastQa .qaDesc span{
    font-size: 11px;
}
.qaHpBox .rightQaContent .qaAllLink{
    font-size: 12px;
    font-weight: bold;
    diplay: block;
    text-align: right;
}
.qaHpBox .rightQaContent .qaAllLink a{
    diplay: block;
    text-decoration: none;
}

/* wiki */
.wiki_container{
    margin-top: 10px;
    width: 303px;
    float: left;
}
.wiki_img{
    float:left;
    margin-right: 16px;
}
.wiki_features{
    height: 115px;
	position: relative;
}

.wiki_features .wiki_desc .continua a {
    bottom: 5px;
    right: 0px;
	position: absolute;
}

.bannerRow .boxContent {
    height: 233px;
}

/* events */
.events {
    overflow: auto;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 260px;
}
.events_desc,
.events_icon {
    float:left;
}
.events_desc {
    margin-left: 16px;
}
/* utility */
.utility {
    height: 75px;
    padding: 5px 0 0 0;
    border-bottom: 1px dotted #9f9f9f;
	width: 271px;
}
.utility_last {
    border-bottom: 0px none;
}
.utility_desc,
.utility_icon {
    float:left;
}
.utility_desc {
    margin-left: 16px;
    width: 185px;
}
.utility_desc p {
    padding-top: 5px;
}

/* social */
.social {
    height: 65px;
    padding: 15px 0 0 0;
    border-bottom: 1px dotted #9f9f9f;
}
.social_last {
    border-bottom: 0px none;
}
.social_desc,
.social_icon {
    float:left;
}
.social_desc {
    margin-left: 16px;
    width: 190px;
}
.social_desc p {
    padding-top: 5px;
}

/* video */
#video_homepage {
    margin: 20px 0 0 10px;
}
.video_container{
    width: 200px;
    float: left;
    margin-right: 35px;
}
#video_homepage .last {
    margin-right: 0;
}
.video_thumb {
    width: 100%;
}
.video_desc{
    height: 53px;
}

/* labbers */
.labbers_avatar {
    margin: 6px 6px 0 0;
}

/* search more */
.search_more {
    text-align: right;
    font-size: 130%;
    font-weight: bold;
}


/* columns */
.bigColumn {
    width: 648px;
    float: left;
}
.smallColumn {
    width: 303px;
    float: left;
}

/* myfeedback */
.myfeedback_box_home {
    background: url(../img/newlab/my_feedback_bg.jpg) no-repeat bottom center;
    width: 290px;
    height: 254px;
    position: relative;
}
.myfeedback_box_home form {
    padding: 0 10px;
}
.myfeedback_box_home .question {
    height: 50px;
   /* position: relative;*/
}
/*.myfeedback_box_home .question p {
    position: absolute;
    bottom: 0;
}*/
.myfeedback_box_home .answers {
    height: 140px;
    overflow: auto;
	padding: 0 15px;
}
.myfeedback_box_home .answers input {
    width: auto;
	margin: 0 5px;
	border: 0;
}
.myfeedback_box_home .vote_button {
    position: absolute;
	top: 190px;
	right: 13px;
	
}
.myfeedback_box_home .list {
    position: absolute;
    bottom: 5px;
    left: 15px;
    right: 15px;
}
.myfeedback_box_home .list li {
    float: right;
    width: 130px;
}
.myfeedback_box_home .list li a {
    text-decoration: none;
    font-weight: bold;
}
.myfeedback_box_home .list li a:hover {
    text-decoration: underline;
}
.myfeedback_box_home .list .last {
    text-align: right;
}
.myfeedback_question {
    border-top: 1px dotted #9f9f9f;
    padding: 10px 0;
}
.myfeedback_poll .myfeedback_first_question {
    border-top: 0px none;
}
.bar {
    padding: 5px 0;
    clear: both;
    height: 30px;
}
.myfeedback_text {
    float: left;
    text-align: right;
    height: 22px;
    width: 360px;
    color: #838282;
}
.myfeedback_bar {
    float: right;
    width: 250px;
    height: 22px;
    border: 1px solid #cccccc;
    padding: 1px;
    background-color: #ffffff;
}
.color_bar {
    background: url('../img/myfeedback/red_bar.png');
    height: 22px;
}
.myfeedback_poll .win_text {
    color: #494949;
}
.myfeedback_poll .win_text .perc {
    color: #4c9a11;
}

.myfeedback_poll .perc {
    font-size: 140%;
}

.win_bar {
    background: url('../img/myfeedback/green_bar.png');
}

.pagination {
    font-size: 110%;
    text-align: center;
    padding: 5px 0 50px 0;
	position: relative;
	width: 100%;
}

.pagination .page {
    text-decoration: none;
}

.pagination .cur_page {
    font-weight: bold;
}

.pagination .button {
    text-decoration: none;
    line-height: 29px;
    margin-top: -5px;
}

.pagination .left {
    position: absolute;
	left: 0px;
	top: 0px;
}

.pagination .right {
    position: absolute;
	right: 0px;
	top: 0px;
}

/* form e bottoni */
.grid .button,
.inline-popup .button {
    margin: 0;
    border: 0px none;
    background-color: transparent;
    background: url('../img/wiki/button.png') left top no-repeat;
    display: block;
    width: 105px;
    height: 29px;
    cursor: pointer;
    font-size: 11px;
    color: #000;
    border: 0;
    text-decoration: none;
    text-align: center;
    line-height: 29px;
    text-indent: 0;
}
.grid .button:hover {
    background: url('../img/wiki/button.png') left bottom no-repeat;
}
.fieldset_grid .fieldset_right_button {
    clear: both;
}
.fieldset_grid .fieldset_label_input {
    float: left;
    width: 45%;
    padding-right: 5%;
    clear: none;
}
.fieldset_right_button {
    padding: 10px 0;
}
.fieldset_right_button .button {
    float: right;
}
.fieldset_label_input {
    clear: both;
    height: 34px;
    line-height: 34px;
}
.fieldset_label_input .label {
    float: left;
}
.fieldset_label_input .input {
    float: right;
}
.fieldset_input_button {
    padding: 5px 0;
    clear: both;
}
.fieldset_input_button .search_text,
.fieldset_input_button .button {
    float: left
}
.fieldset_input_button .search_text {
    width: 145px;
    height: 22px;
    margin: 0 10px 0 0;
}

/***************************************/
/*********** sezione labbers ***********/
/***************************************/
.labbersGrid {
    overflow: auto;
    margin-top: 20px;
}
.box_labber {
    position: relative;
    margin: 10px 0 0 15px;
    float: left;
    width: 180px;
    height: 170px;
    color: #494949;
}
.box_labber .avatar_labber {
    float: left;
}

.box_labber .nick_labber {
    float: right;
    background: url(../img/newlab/labber_nick_bubble.png) no-repeat top left;
    width: 103px;
    height: 42px;
    line-height: 30px;
    text-align: center;
}
.box_labber .nick_labber a {
    font-size: 120%;
    text-decoration: none;
    font-weight: bold;
}
.box_labber .text_box {
    clear: both;
    display: block;
    border: 1px solid #dedede;
    background-color: #dedede;
}
.box_labber .text_box span {
    display: block;
    border: 1px solid #fff;
    background-color: #eeeeee;
    padding: 10px 0 5px 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.box_labber .text_box .join_date {
    background-image: url(../img/newlab/labbers_ico_matita.png);
}
.box_labber .text_box .login_date {
    background-image: url(../img/newlab/labbers_ico_baloon.png);
}
.box_labber .text_box span + span {
    margin-top: -1px;
}

.box_labber .text_box .rating_labber {
    text-align: center;
    padding: 7px 0 2px;
}
.box_top_labber {
    width: 105px;
    height: 190px;
    margin-left: 14px;
    margin-bottom: 30px;
}
.box_top_labber .avatar_labber {
    float:none;
    text-align: center;
    height: 67px;
}
.box_top_labber .nick_labber {
    float: none;
    background: url(../img/newlab/labber_nick_bubble_top.png) no-repeat top left;
    width: 107px;
    height: 30px;
    padding-top: 7px;
    margin-bottom: 2px;
}

.box_top_3_labber {
    margin-left: 10px;
    width: 195px;
    height: 115px;
    margin-bottom: 30px;
}

.box_top_3_labber .avatar_labber {
}

.box_top_3_labber .nick_labber {
    background: url(../img/newlab/labber_nick_bubble_top_3.png) no-repeat top left;
    width: 115px;
    height: 31px;
    padding-left: 7px;
}

.box_top_3_labber .text_box {
    float: right;
    clear: none;
    width: 114px;
    margin-top: 2px;
}

/* profilo labber */
.info_box {
    overflow: hidden;
}
.labberSections ul {
    padding: 10px 0;
}
.labberSections li {
    line-height: 25px;
}
.labberSections li img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}
.labberSections a {
    font-size: 130%;
    text-decoration: none;
}
.labberProfile {
    margin-top: 10px;
}
.labberProfile .avatar_labber {
    float: left;
    margin-right: 10px;
}
.labberProfile .nick_labber {
    font-size: 120%;
    float: left;
}
.labberProfile .info_labber {
    line-height: 17px;
    float: left;
}
.labberProfile .info_labber .button {
    text-decoration: none;
    text-align: center;
    line-height: 29px;
}
.labberProfile .contacts_labber {
    clear: both;
    margin: 10px 0;
}
.labberProfile .contacts_labber .contact {
    height: 30px;
    line-height: 15px;
    /*line-height: 30px;*/
    padding: 0 0 0 35px;
}
.labberProfile .contacts_labber .contact-private {
    background: url(../../res/img/profile-contact-email.png) no-repeat center left;
}
.labberProfile .contacts_labber .contact-private a {
    text-decoration: none;
}
.labberProfile .contacts_labber .contact-email {
    background: url(../../res/img/profile-contact-email.png) no-repeat center left;
}
.labberProfile .contacts_labber .contact-skype {
    background: url(../img/newlab/labber_ico_skype.png) no-repeat center left;
}
.labberProfile .contacts_labber .contact-msn {
    background: url(../../res/img/profile-contact-msn.png) no-repeat center left;
}
.labberProfile .contacts_labber .contact-twitter {
    background: url(../../res/img/profile-contact-twitter.png) no-repeat center left;
}
.labberProfile .contacts_labber .contact-facebook {
    background: url(../../res/img/profile-contact-facebook.png) no-repeat center left;
}
.labberProfile .contacts_labber .contact-gtalk {
    background: url(../../res/img/profile-contact-gtalk.png) no-repeat center left;
}
.labberProfile .contacts_labber .contact-skype {
    background: url(../../res/img/profile-contact-skype.png) no-repeat center left;
}
#activities-filter-container {
    text-align: right;
}
#contactSideBox .info_box{
	margin-top: 4px;
}
/* best-of */
.best-of-first {
	margin-right: 70px;
}
.best-of {
	float:left;
	width: 250px;
	height: 130px;
}
.best-of .description {
	display: block;
}
.best-of .description div.fake-text {
	height: 40px;
	overflow: hidden;
}
.best-of .description div.fake-text p {
	margin-top: 0;
}
.best-of .description img.activity {
	float:left;
	margin: 0 5px 5px 0;
}
.best-of .description a {
	color: #505050;
	display:inline;
}
/* profile-activities */
#profile-activities {
	margin:0;
	padding:0;
	list-style:none;
}
#profile-activities li {
	height: 60px;
	display:block;
	margin-bottom: 23px;
}
#profile-activities li.date {
	height: 20px;
	margin-bottom: 2px;
	font-size: 14px;
	font-style: italic;
}
#profile-activities li a {
	color: #ff0000;
	font-weight: bold;
}
#profile-activities li.first {
	height: 75px;
}
#profile-activities li.last {
	margin-bottom:0;
}
#profile-activities li .image {
	float:left;
	width:75px;
	height:60px;
	margin-right: 14px;
}
#profile-activities li .description {
	float:left;
	width:500px;
	height:60px;
}
#profile-activities li.first .image {
	float:left;
	width:75px;
	height:75px;
	margin-right: 14px;
}
#profile-activities li.first .description {
	float:left;
	width:500px;
	height:75px;
}
/* inline-popup */
.inline-popup {
	width: 588px;
	border: 2px solid #ccc;
	padding: 20px 20px;
	text-align: left;
	font-size: 11px;
}
.inline-popup h2 {
	margin:0 0 15px 5px;
	padding:0;
	font-size: 11px;
}
.inline-popup fieldset{
	border: 2px solid #a9a3a0;
	padding: 10px;
}
.inline-popup select {
	border: 2px solid #a9a3a0;
	font-size: 11px;
}
/* events */
#events-filter-container {
	text-align: right;
	height: 22px;
	
}
#events-filter {
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #9F9F9F;
	font-size:11px;
}

#profile-events {
	margin:0;
	padding:0;
	list-style:none;
}
#profile-events li {
	height: 120px;
	display:block;
	margin-bottom: 23px;
}
#profile-events li.vodafone-official {
	padding: 10px 0 0 10px;
	background: url(../img/vodafone-official.png) right top no-repeat #ffffff;
	border: 1px solid #ff0000;
}
#profile-events li.date {
	height: 20px;
	margin-bottom: 2px;
	font-size: 14px;
	font-style: italic;
}
#profile-events li .title a {
	color: #ff0000;
	font-weight: bold;
}
#profile-events li.first {
	height: 75px;
}
#profile-events li.last {
	margin-bottom:0;
}
#profile-events li .image {
	float:left;
	width:80px;
	height:80px;
	margin: 0 14px 10px 0;
}
#profile-events li .title {
	font-size: 12px;
}
#profile-events li .title a {
	color: #ff0000;
}
#profile-events li .title a.warning {
	padding: 2px 20px 2px 0;
	background: url(../img/dialog-warning-small.png) right center no-repeat;
}
#profile-events li .description {
	width:600px;
}
#profile-events li .info {
	line-height: 20px;
	float:left;
	height: 70px;
	width:auto;
}
#profile-events li.first .image {
	float:left;
	width:80px;
	height:80px;
	margin: 0 14px 10px 0;
}
#profile-events li.first .description {
	width:600px;
}
.event-actions {
	float: right;
	width: 124px;
}
#profile-events li.vodafone-official .event-actions {
	margin-top: 25px;
}
span.vodafone-official-event {
	font-size: 14px;
	color: #ff0000;
	background: #ffffff;
}
.info-subscribers span.count {
	font-weight: bold;
	color: #ff0000;
	font-size: 12px;
}
span.me-too {
	color: #009900;
	font-weight: bold;
}
a.event-remove {
	color: #494949;
}

.single-event-image {
	float:left;
	width:150px;
	height:150px;
	margin: 0 14px 10px 0;
}
.single-event-info {
	float:left;
	line-height: 20px;
	margin-top: 30px;
	width:440px;
	overflow: hidden;
}
.single-event-description,
.single-event-website {
	margin-top: 20px;
	line-height: 18px;
}
.single-event-description input {
	border: 1px solid #9f9f9f;
	background: #f5f5f5;
	font-size: 11px;
	width: 400px;
}
.single-event-website a {
	color: #ff0000;
}

ul.subscribers-list {
	margin:0;
	padding:0;
	list-style:none;
}
ul.subscribers-list li {
	width: 60px;
	float:left;
	height: 92px;
	/*overflow:hidden;*/
	margin-right: 40px;
	margin-bottom: 20px;
    list-style:none;
}
#profile-sidebar ul.subscribers-list li a.username,
ul.subscribers-list li.last a.username {
	color:#EC2226;
	font-size: 12px;
	display: block;
	font-weight: bold;
}
ul.subscribers-list li .photo-content {
	width: 60px;
	height: 15px;
	overflow:hidden;
}
ul.subscribers-list li.last {
	margin-right:0;
}
ul.subscribers-list li img.avatar {
	margin-bottom: 2px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.form-submit-right .button {
    float: left;
}
/* profile-info */
.profileForm form{
	margin-top: 5px;
}
.profileForm fieldset{
	border-bottom: 1px solid #E0E0E0;
	padding: 20px 5px;
}
.profileForm fieldset.grey{
	background-color: #F7F7F7;
}
.profileForm fieldset .legend {
    font-weight: bold;
    font-size: 17px;
    color: #333333;
	width: 181px;
	float: left;
	margin-right: 35px;
	
}
.profileForm fieldset .legend  span.info{
	font-size: 12px;
}
.profileForm fieldset .inputContainer {
	width: 400px;
	float: left;
	overflow: hidden;
	padding-top: 8px;
}
.profileForm fieldset #avatarPreview {
	width: 200px;
	float: left;
	overflow: hidden;
	padding-top: 8px;
	margin-left: 56px;
}
.profileForm fieldset .inputContainer input, .profileForm fieldset .inputContainer select{
	margin-top: 0px;
}
.profileForm fieldset textarea, .profileForm fieldset select, .profileForm fieldset input {
	border: 1px solid #9f9f9f;
	background: #f5f5f5;
}
.profileForm fieldset.grey textarea, .profileForm fieldset.grey select, .profileForm fieldset.grey input {
	background: #ffffff;
}
.profileForm fieldset textarea.error, .profileForm fieldset select.error, .profileForm fieldset input.error,
.profileForm fieldset.grey textarea.error, .profileForm fieldset.grey select.error, .profileForm fieldset.grey input.error{
	border: 1px solid #f00;
	color:#f00;
}
.profileForm fieldset textarea {
	width: 398px;
}
.profileForm fieldset select {
	width: 340px;
}
.profileForm fieldset input {
	width: 274px;
}
.profileForm fieldset .inputContainer .hobbies{
	width: 133px;
	float: left;
}
.profileForm fieldset .inputContainer .hobbies input{
	width: 15px;
	margin-right: 5px;
	/* IE fix */
	background: none;
	border: none;
	vertical-align: text-top;
}
.profileForm fieldset .inputContainer .bigNumber{
	width: 60px;
	font-size: 17px;
	font-weight: bold;
	float: left;
}
.profileForm fieldset .inputContainer .mobilePhone{
	width: 340px;
	float: left;
}
.profileForm fieldset .inputContainer .mobilePhone label{
	width: 60px;
	float: left;
	font-size: 13px;
}
.profileForm fieldset .inputContainer.operators select {
	width: 400px;
}
.profileForm fieldset .inputContainer .mobileCompanies{
	width: 200px;
	float: left;
	line-height: 20px;
}
.profileForm fieldset .inputContainer .mobileCompanies select{
	width: 150px;
	margin-top: 8px;
}
.profileForm fieldset .inputContainer .mobileCompanies input{
	width: 25px;
	/* IE fix */
	background: none;
	border: none;
	vertical-align: text-top;
}
.profileForm #profile-info-header{
	background-color: #e5e5e5;
	border-bottom: 1px solid #c2c2c2;
	margin-top: 5px;
	line-height: 26px;
	position: relative;
}
.profileForm #profile-info-header h2{
	padding: 5px 10px;
}
.profileForm #profile-info-header #trigger{
	background: url('../../res/img/profile-info-trigger.png') left -26px  no-repeat;
	display: block;
	position: absolute;
	right: 0;
	height: 26px;
	width: 26px;
	top: 5px;
	cursor: pointer;
}
.profileForm #profile-info-header #trigger.collapsed{
	background: url('../../res/img/profile-info-trigger.png') left top no-repeat;
}
.profileForm #profile-info-header #trigger:hover{
	text-decoration: none;
}
.profileForm #userProfileInfo{
	display: none;
}
.profileForm #welcomeUserInfo,
.profileForm #disclaimerContainer{
	width: 700px;
}
.profileForm #welcomeUserInfo ul.profile-info {
    margin: 0;
}
.profileForm #disclaimerContainer .disclaimerInput{
	margin-top: 5px;
}
.profileForm #disclaimerContainer .disclaimerInput span.error{
	float: right;
}
ul.profile-info {
	margin: 10px 0 0 0;
	padding:0;
	list-style:none;
}
ul.profile-info li {
	display: block;
	height: 25px;
	margin-bottom: 8px;
	background: no-repeat left top;
}
ul.profile-info li .info-label {
	float: left;
	width: 170px;
}
ul.profile-info li .info-input {
	float: left;
	width: 250px;
}
#from-upload-target {
	width: 350px;
}
ul.profile-info li .info-input a {
	font-weight: bold;
	color: #505050;
}
ul.profile-info li .info-input a.grey-button-medium {
	font-weight: normal;
}
ul.profile-info li .info-input input {
	border: 1px solid #9f9f9f;
	background: #f5f5f5;
	font-size: 11px;
	width: 208px;
}
ul.profile-info li.with-textarea {
	height: 70px;
}
ul.profile-info li.with-textarea .info-input textarea {
	border: 1px solid #9f9f9f;
	background: #f5f5f5;
	font-size: 11px;
	width: 250px;
	height: 60px;
}
ul.profile-info li .info-input input.error,
ul.profile-info li .info-input select.error,
ul.profile-info li .info-input textarea.error,
ul.profile-info li.with-textarea .info-input textarea.error {
	border: 1px solid #ff0000;
	color: #ff0000;
}
ul.profile-info li .info-input input.day {
	width: 50px;
}
ul.profile-info li .info-input input.month {
	width: 90px;
}
ul.profile-info li .info-input input.year {
	width: 58px;
}
ul.profile-info li .info-privacy select,
ul.profile-info li .info-input select {
	border: 1px solid #9f9f9f;
	background: #f5f5f5;
	font-size: 11px;
	width: 120px;
}

ul.profile-info li .info-privacy {
	float: left;
	width: 210px;
	text-align: right;
}
ul.profile-info.anagrafic-info li .info-label{
	width: 185px !important;
}
.profile-info li.contact-email {
    background-image: url(../../res/img/profile-contact-email.png);
	padding-left: 32px;
	height: 26px;
	padding-top: 4px;
}
.profile-info li.contact-email .info-label {
	width: 118px;
}
.profile-info li.contact-twitter {
    background-image: url(../../res/img/profile-contact-twitter.png);
	padding-left: 32px;
	height: 26px;
	padding-top: 4px;
}
.profile-info li.contact-twitter .info-label {
	width: 118px;
}
.profile-info li.contact-facebook {
    background-image: url(../../res/img/profile-contact-facebook.png);
	padding-left: 32px;
	height: 26px;
	padding-top: 4px;
}
.profile-info li.contact-facebook .info-label {
	width: 118px;
}
.profile-info li.contact-gtalk {
    background-image: url(../../res/img/profile-contact-gtalk.png);
	padding-left: 32px;
	height: 26px;
	padding-top: 4px;
}
.profile-info li.contact-gtalk .info-label {
	width: 118px;
}
.profile-info li.contact-skype {
    background-image: url(../../res/img/profile-contact-skype.png);
	padding-left: 32px;
	height: 26px;
	padding-top: 4px;
}
.profile-info li.contact-skype .info-label {
	width: 118px;
}
.profile-info li.contact-msn {
    background-image: url(../../res/img/profile-contact-msn.png);
	padding-left: 32px;
	height: 26px;
	padding-top: 4px;
}
.profile-info li.contact-msn .info-label {
	width: 118px;
}
.profile-info li.contact-professione{
    background-image: url("../../res/img/profile-contact-professione.png");
    padding-left: 32px;
}
.profile-info li.contact-professione .info-label {
	width: 153px;
}
.profile-info li.contact-studio{
    background-image: url("../../res/img/profile-contact-studi.png");
    padding-left: 32px;
}
.profile-info li.contact-studio .info-label {
	width: 153px;
}
.profile-info li.contact-family{
    background-image: url("../../res/img/profile-contact-famiglia.png");
    padding-left: 32px;
}
.profile-info li.contact-family .info-label {
	width: 153px;
}
.profile-info li.contact-sons{
    background-image: url("../../res/img/profile-contact-figli.png");
    padding-left: 32px;
}
.profile-info li.contact-sons .info-label {
	width: 153px;
}
/* user modify new graphic */
ul.profile-info.user-info li {
	height: 28px;
	line-height: 28px;
	padding-top: 0;
}
ul.profile-info.user-info li .info-input input {
	margin-top: 0px;
}
ul.profile-info.user-info li .info-privacy select,
ul.profile-info.user-info li .info-input select {
	margin-top: 0px;
}
ul.profile-info.user-info li .info-input select {
	width: 214px;
}
ul.profile-info.user-info li .info-privacy {
	float: left;
	text-align: right;
	width: 190px;
}
.profile-info.user-info li .info-label {
	width: 153px !important;
}
.profile-info.user-info li.contact-email {
    background-image: url(../../res/img/profile-contact-email.png);
	padding-left: 32px;
}
.profile-info.user-info li.contact-twitter {
    background-image: url(../../res/img/profile-contact-twitter.png);
	padding-left: 32px;
}
.profile-info.user-info li.contact-facebook {
    background-image: url(../../res/img/profile-contact-facebook.png);
	padding-left: 32px;
}
.profile-info.user-info li.contact-gtalk {
    background-image: url(../../res/img/profile-contact-gtalk.png);
	padding-left: 32px;
}
.profile-info.user-info li.contact-skype {
    background-image: url(../../res/img/profile-contact-skype.png);
	padding-left: 32px;
}
.profile-info.user-info li.contact-msn {
    background-image: url(../../res/img/profile-contact-msn.png);
	padding-left: 32px;
}
.profile-info.user-info li.contact-professione{
    background-image: url("../../res/img/profile-contact-professione.png");
    padding-left: 32px;
}
.profile-info.user-info li.contact-studio{
    background-image: url("../../res/img/profile-contact-studi.png");
    padding-left: 32px;
}
.profile-info.user-info li.contact-family{
    background-image: url("../../res/img/profile-contact-famiglia.png");
    padding-left: 32px;
	height: 50px;
}
.profile-info.user-info li.contact-sons{
    background-image: url("../../res/img/profile-contact-figli.png");
    padding-left: 32px;
}
.inputContainer input.error,
.inputContainer select.error {
    border: 1px solid #FF0000;
    color: #FF000;
}
.labberProfile .progressBar{
	width: 268px;
	height: 12px;
	border: 1px solid #666;
	background: url('../../res/img/progress-bar-back.png') repeat-x left top;
	position: relative;
	margin-bottom: 10px;
	margin-top: 5px;
}
.labberProfile .progressBar .completed{
	height: 12px;
	border-right: 1px solid #666;
	background: url('../../res/img/progress-bar-back.png') repeat-x left bottom;
	float: left;
}
.labberProfile .group{
	height: 50px;
	margin-bottom: 10px;
	padding-left: 55px;
	line-height: 50px;
}
.labberProfile .group p{
	font-size: 15px;
	
}
.labberProfile .group.superuser{
	background: url('../../res/img/superuser_icon.png') no-repeat left top;
}
.labberProfile .group.administrators{
	background: url('../../res/img/admin_icon.png') no-repeat left top;
}
.labberProfile .group.wikiadmin{
	background: url('../../res/img/wikiadmin_icon.png') no-repeat left top;
}
.labberProfile .group.wikieditors{
	background: url('../../res/img/wikieditor_icon.png') no-repeat left top;
}
.labberProfile .group.moderatori{
	background: url('../../res/img/moderator_icon.png') no-repeat left top;
}
.labberProfile .group.superuserapple{
	background: url('../../res/img/superuserapple_icon.png') no-repeat left top;
}
input.noborder{
	border: none !important;
	background: none !important;
}
}
/* responsibility disclaimer */
.disclaimer {
	border: 0;
	padding: 0;
	margin: 20px 0 5px 0;
}
.disclaimer textarea {
	border: 2px solid #a9a3a0;
	padding: 10px;
	width: 590px;
	text-align: left;
	background: #f5f5f5;
	font-size: 11px;
}
.disclaimer-register textarea {
	width: 658px;
}
.disclaimer h3 {
	margin:0 0 15px 0;
	padding:0;
	font-size: 11px;
}

/* friends */
.friend-box-small {
	height: 100px;
	float: left;
	margin: 15px 13px 0 13px;
	overflow: hidden;
	width:63px;
}
.friend-box-small a {
	color: #EC2226;
	font-weight: bold;
	font-size: 12px;
}
.friend-box-small a img {
	width: 62px;
	height: 62px;
}
.read-more {
    text-align: right;
    font-weight: bold;
}

/* photo */
div.photo-big {
/*	width: 600px;*/
	text-align: center;
}
div.photo-description,
div.photo-tags {
	margin-bottom: 20px;
	margin-top: 10px;
}
div.photo-description a,
div.photo-tags a {
	color: #505050;
}
div.photo-buttons {
	margin-top: 10px;
	height: 20px;
}
ul.photo-navigation {
	margin:3px 0 10px 0;
	padding:0;
	list-style:none;
	height: 14px;
}
ul.photo-navigation li {
	float:left;
	width: 49.9%;
}
ul.photo-navigation li.last {
	text-align: right;
}
ul.photo-navigation li a {
	color: #505050;
	text-decoration:none;
}
ul.photo-navigation li a:hover {
	color: #505050;
	text-decoration:underline;
}
ul.photo-list {
	margin:0;
	padding:0;
	list-style:none;
}
ul.photo-list li {
	width: 100px;
	float:left;
	height: 140px;
	overflow:hidden;
	margin-right: 25px;
	margin-bottom: 20px;
}
ul.photo-list li .photo-title {
	width: 100px;
	height: 15px;
	overflow:hidden;
	font-weight: bold;
}
ul.photo-list li .photo-title a {
    text-decoration: none;
}
ul.photo-list li .photo-content {
	width: 100px;
	height: 15px;
	overflow:hidden;
}
ul.photo-list li img {
	margin-bottom: 2px;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
ul.photo-search-list {
	margin:0;
	padding:0;
	list-style:none;
}
ul.photo-search-list li a {
	color: #494949;
}
ul.photo-search-list li {
	width: 80px;
	float:left;
	height: 120px;
	overflow:hidden;
	margin-right: 25px;
	margin-bottom: 37px;
}
ul.photo-search-list li img {
	width: 80px;
	height: 80px;
}
ul.photo-search-list li .photo-title {
	width: 100%;
	height: 15px;
	overflow:hidden;
}
ul.photo-search-list li .video-title {
	width: 100%;
	height: 30px;
	overflow:hidden;
}
ul.photo-search-list li .photo-content {
	width: 60px;
	height: 15px;
	overflow:hidden;
}
ul.photo-search-list li.last {
	margin-right:0;
}
ul.photo-search-list li.last-row {
	margin-bottom:10px;
}




ul.photo-options-list {
	margin:0;
	padding:0;
	list-style:none;
}
ul.photo-options-list li {
	width: 80px;
	float:left;
	height: 230px;
	overflow:hidden;
	margin-right: 25px;
	margin-bottom: 37px;
}
ul.photo-options-list-small li {
	height: 150px;
}
ul.photo-options-list li img {
	width: 80px;
	height: 80px;
}
ul.photo-options-list li .photo-title {
	width: 60px;
	height: 30px;
	overflow:hidden;
	margin-bottom: 10px;
}
ul.photo-options-list li .photo-content {
	width: 100%;
	overflow:hidden;
	margin-bottom: 10px;
}
ul.photo-options-list li.last {
	margin-right:0;
}
ul.photo-options-list li.last-row {
	margin-bottom:10px;
}
.photo-result-description {
	margin-bottom: 30px;
}
.photo-container {
    clear: both;
    padding: 10px 0;
    border-bottom: 1px dotted #9f9f9f;
}
.photo-container h3 {
    margin-bottom: 10px;
}
.album-container {
    clear: both;
    padding: 10px 0;
}
.album-container h3 {
    margin-bottom: 10px;
}

.facebook_iframe_wrapper {
    position: relative;
    width: 363px;
    height: 250px;
    overflow: hidden;
}
.facebook_iframe_wrapper iframe {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 358px;
    height: 249px;
}

/* user-alerts */
#alerts-filter-container {
	text-align: right;
	height: 22px;
	
}
#alerts-filter {
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #9F9F9F;
	font-size:11px;
}
.alert-keywords {
	color: #ff0000;
	font-weight: bold;
}
.alerts-actions a {
	font-weight: normal;
}
.user-alert-box {
	margin-bottom: 20px;
}
.user-alert-box .user-alert-box-info {
	width: 486px !important;
	width: 478px;
	float: left;
	line-height: 18px;
}
.user-alert-box .user-alert-box-actions {
	width: 127px;
	float: left;
}

.boxContent .myfeedback p input {
	border: none;
	padding: 2px;
	width: auto;
	margin: 5px 8px 0;
}

/* register */
.profile-register-block {
	float: left;
	width: 50%;
	height: 200px;
	margin-bottom: 30px;
}
.profile-register-block-email {
    width: 100%;
    height: auto;
}
.profile-register-block img,
.profile-register-block .spanButtonPlaceHolder {
	float: left;
}

.profile-register-block img {
	margin-right: 10px;
}
.profile-register-block #divStatus img {
	margin: 0 0 0 10px;
	float: none;
}
.profile-register-block img#avatar-placeholder {
	width: 150px;
	/*height: 150px;*/
}
.profile-register-block input {
	width: 215px;
	border: 1px solid #9f9f9f;
	background: #f5f5f5;
	font-size: 11px;
}
.with-textarea-register {
	height: 130px;
}
.with-textarea-register textarea {
	border: 1px solid #747474;
	background: #f5f5f5;
	height: 110px;
	font-size: 11px;
	width: 90%;
}
.error {
    color: #ff0000;
}
/* pcprotection */
#pcprotection_button {
	position: relative;
	height:	205px;
} 
#pcprotection_download_link {
	position: absolute;
	top: 45px;
	left: 148px;
	height: 120px;
}
#pcprotection_scan_link {
	position: absolute;
	top: 45px;
	left: 550px;
}
.pcprotection_row {
	float: left;
}
.pcprotection_clear {
	clear: both;
	padding: 12px 10px 0px 0px;
	height: 50px;
}
.pcprotection_icon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
#pcprotection_content {
	height: 800px;
}
.pcprotection_link_description {
	margin-top:5px;
	width:260px;
}
.pcprotection_link_description label {
	vertical-align: text_top;
}
#pcprotection_content .pcprotection_clear p {
	padding: 6px 0px 0px 70px;
}
#pcprotection_features {
/*	padding: 0px 20px 0px 40px; */
    padding-bottom: 10px;
}
#pcprotection_confirm {
    width: auto;
    border: 0px none;
    margin-right: 5px;
}

/* friends */
.friend-container {
	float: left;
	margin: 15px 15px 15px 0;
}
.friend-container .friend-info {
    width: 100px;
    float: left;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
.friend-container .friend-actions {
    margin-top: 30px;
    float: left;
}
.pending-friends-box {
    margin: 10px 0;
}


/* Thank you page */

.thankYouPage{
    background: url("../img/backgrounds/bgThankYouPage.jpg") no-repeat scroll 0 0;
    height: 216px;
    padding-top: 16px;
}
.thankYouPage #thank_you_button{
    padding: 10px 0 0;
}
.thankYouPage #thank_you_button div{
    float: left;
    padding: 0 10px 0 0;
}
.thankYouPage #thank_you_button div.buttonContainer{
    background: url("../img/backgrounds/bg_frecciaArco.jpg") no-repeat scroll right top;
    padding: 0 30px 4px 0;
    float: left;
}
.thankYouPage #thank_you_button div p{
    font-size: 11px;
    padding: 0 0 0 5px;
    clear: both;
}
#thank_you_button div a.button{
    background: url("../img/buttons/qwbutton.gray.left.gif") no-repeat scroll left top;
    width: auto;
    padding: 0 5px;
    float: left;
    line-height: 28px;
}
#thank_you_button div a.button span{
    background: url("../img/buttons/qwbutton.gray.right.gif") no-repeat scroll right top;
    padding: 7px 12px 8px 7px;
    font-weight: bold;
    line-height: 28px;
}
#thank_you_button div a.button:hover{
    background-position: left bottom;
}
#thank_you_button div a.button:hover span{
    background-position: right bottom;
}

/* End Thank you page */
