/**
* COMMENTS AREA
*/
.reset_btn {
   background:transparent url(images/reset_button.png) no-repeat center left;
   width:46px;
   height:15px;
   cursor:pointer;
   margin:0.7em 0 0 1.7em;
   font-size: 7pt;
   font-weight: bold;
   color: #666666;
}

*:first-child+html .reset_btn {
   margin:0.5em 0 0 1em;
}

.comments {
   color:#b7b7b7;
   padding-left: 16px!important;
   background:transparent url(images/comments.png) no-repeat center left ;
   text-transform:lowercase;
   margin-left: 2px;
}

.views {
   color:#b7b7b7;
   padding-left: 18px!important;
   margin-left: 15px;
   background:transparent url(images/views.png) no-repeat center left ;
   text-transform:lowercase;
}

.comment-text {
   border:1px solid #cccccc;
   display:block;
   width: 100%;
   height:10.0em;
}

.comment-area {
   position:relative;
}

#uploads .loading-image,
.uploader .loading-image,
.comment-area .loading {
   position:absolute!important;
   width:17px!important;
   bottom:0;
   right:0;
}

.post-reply {
   margin-bottom:2.5em;
}

.submitbtn,
.submit {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background-color:#5189d1;
    border-style:solid;
    border-width:0;
    color:#FFFFFF!important;
    cursor:pointer;
    font-family:inherit;
    font-weight:bold;
    height:25px!important;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    width:auto!important;
    overflow:visible;
    padding:0 4px!important;
}

input.submitbtn {
   height:32px!important;
   margin-top:-8px;
}

.editTopTen {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background-color:#5189d1;
    border-style:solid;
    border-width:0;
    color:#FFFFFF!important;
    cursor:pointer;
    font-family:inherit;
    font-weight:bold;
    height:25px!important;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    width:auto!important;
    overflow:visible;
    padding:0 4px!important;
    }
.editProfile {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background-color:#5189d1;
    /*background-color:#335e95;*/
    margin-right:200px;
    border-style:solid;
    border-width:0;
    color:#FFFFFF!important;
    cursor:pointer;
    font-family:inherit;
    font-weight:bold;
    height:25px!important;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    width:auto!important;
    overflow:visible;
    padding:0 4px!important;
}

#profileWrapper .leftColumn {
    width: 57%;
}

#profileWrapper .leftColumn .dataDiv select,
#profileWrapper .leftColumn  .dataDiv input {
    width: 158px;
}


.submit:hover {
    color:#000;
}
.commentSubmit {
    margin:10px 0px 0px 5px;
    float:left;
}
.comment {
   width:100%;
   padding:0.5em 0.1em 1.0em;
}

.comment-author {
   padding:0.5em;
   background:#ffffff;
}
.comment-author a{
   color:#335e95!important;
}
.comment-author a:hover {
   color:#e81a26!important;
}
.commentBacheca {
    border-top:1px solid #bebebe;
    border-bottom:1px solid #bebebe;
    /*background-color:#bebebe;*/
    margin:0px;
}
.comment-body {
   padding:0.5em;
   color:#606060;
}


/**
 * UPLOAD BUTTON
*/
div.upload {
   position:absolute;
   top:0.8em;
   right:0.2em;
}
div.upload a{
    text-decoration:none!important;
}

.small-gallery .btnUpload,
div.upload .btnUpload {
   padding:0.4em!important;
   font-weight:bold;
   color:#fff;
   font-size:12pt;
   cursor:pointer;
}
.small-gallery .btnUpload {
   text-decoration:none;
   font-size:10pt;
}
*:first-child+html div.upload{ padding:10px; position:absolute; top:0.5em;}

/**
 * AREA NAV
*/
ul#areaNav li {
   background:transparent url(images/areanavrgt.png) no-repeat scroll right top;
   margin:0 0 0 3px;
   padding:0;
   
  
}
*:first-child+html ul#areaNav li{ display:inline;}
* html ul#areaNav li{ display:inline;}
ul#areaNav a {
   background:transparent url(images/areanavlft.png) no-repeat scroll left top;
   color:#FFFFFF;
   display:block;
   float:left;
   font-weight:bold;
   padding:6px 11px 22px 11px;
   text-decoration:none;
   text-transform:uppercase;
}

ul#areaNav li.on {
   background:transparent url(images/areanavonrgt.png) no-repeat scroll right top;
}

ul#areaNav li.on a {
   background:transparent url(images/areanavonlft.png) no-repeat scroll left top;
}

/**
 * AREA NAV PLACES
*/
ul#areaNavPlaces li a {
   background:transparent url(images/areanavrgt.png) no-repeat scroll right top;
   margin:0 0 0 3px;
   padding:0;
   display: inline-block;
   text-decoration:none;
   text-transform:uppercase;
}

*:first-child+html ul#areaNavPlaces li{ display:inline!important;}
* html ul#areaNavPlaces li{ display:inline!important;}

ul#areaNavPlaces li a span {
   background:transparent url(images/areanavlft.png) no-repeat scroll left top;
   color:#FFFFFF;
   display:block;
   float:left;
   font-weight:bold;
   padding:6px 11px 22px 11px;
}

ul#areaNavPlaces li.on a.visitedTab {
   background:transparent url(images/areanavonrgt-visited.png) no-repeat scroll right top;
}

ul#areaNavPlaces li.on a.visitedTab span {
   background:transparent url(images/areanavonlft-visited.png) no-repeat scroll left top;
}

ul#areaNavPlaces li.on a.favoritesTab {
   background:transparent url(images/areanavonrgt-preferred.png) no-repeat scroll right top;
}

ul#areaNavPlaces li.on a.favoritesTab span {
   background:transparent url(images/areanavonlft-preferred.png) no-repeat scroll left top;
}

ul#areaNavPlaces li.on a.suggestedTab {
   background:transparent url(images/areanavonrgt-suggested.png) no-repeat scroll right top;
}

ul#areaNavPlaces li.on a.suggestedTab span {
   background:transparent url(images/areanavonlft-suggested.png) no-repeat scroll left top;
}

.areaSubNavWrapper {
    float:left;
    width:60%;
    margin-bottom:20px;
}
.areaSubNavWrapper.usertravelblog {
   margin:0.2em 0 0 0 !important;
}

.sortBy {
   padding:0 0.5em 0.2em 0.5em;
}

#areaSubNav ul,
#areaSubNavUnpublish ul,
ul#areaSubNav,
ul#areaSubNavUnpublish{
   padding:0 0.5em;
   /*float:left;*/
}
#areaSubNav li,
#areaSubNavUnpublish li {
   padding:0;
   display:inline!important;
}

#areaSubNav li a,
#areaSubNavUnpublish li a {
   color:#6a6d74;
}

#areaSubNav li.on a,
#areaSubNavUnpublish li.on a {
   color:#e81a27;
}


/**
 * GREY AREAS
*/
.titleDiv {
   background:transparent url(images/profiletitle.png) no-repeat scroll left top;
   display:block;
   clear:both;
   margin:0 10px -3px 0;
   padding:0 0 0 4px;
   width:auto;
   float:left;
}
/**:first-child+html .titleDiv{ margin-bottom:-10px;} */
.focus {
    border-bottom:2px solid #C8C9CB;
    padding-bottom:10px;
}
.titleDiv span {
   background:transparent url(images/profiletitle.png) no-repeat scroll right top;
   color:#ffffff;
   padding:5px 8px 7px 4px;
   /*text-transform:capitalize;
   text-transform:lowercase;*/
   /*display:block;*/
   font-size:10pt;   
   text-align:center;
   line-height:195%;
}
*:first-child+html .titleDiv span { padding:6px 8px 7px 4px; } 
.titleDiv span:first-letter {
   text-transform:uppercase;
}
.legenda li { display:inline!important}
.legenda li.comments {
    background:transparent url(images/comments.png) no-repeat left 0px;
    padding-left:20px;
    color:#6a6d74!important;
}
.legenda li.views {
    background:transparent url(images/views.png) no-repeat left 0px;
    padding-left:20px;
    color:#6a6d74;
}
.legenda li.votazione {
    background:transparent url(images/voto.gif) no-repeat left 0px;
    padding-left:20px;
    color:#6a6d74;
    margin-left:15px;
}

.legendaLuoghi {
    height: 20px;
}

.legenda li.visited {
    background:transparent url(images/visitati-legenda.png) no-repeat left 10px;
    padding: 10px 10px 10px 25px;
    color:#6a6d74;
}
.legenda li.favourite {
    background:transparent url(images/preferiti-legenda.png) no-repeat left 10px;
    padding: 10px 10px 10px 25px;
    color:#6a6d74;
}
.legenda li.selected {
    background:transparent url(images/preferiti-on-legenda.png) no-repeat left 10px;
    padding: 10px 10px 10px 35px;
    color:#6a6d74;
}
.legenda li.addVisited {
    background:transparent url(images/addVisitati.png) no-repeat left 10px;
    padding: 10px 10px 10px 25px;
    color:#6a6d74;
}
.legenda li.addFavourite {
    background:transparent url(images/addPreferiti.png) no-repeat left 10px;
    padding: 10px 10px 10px 25px;
    color:#6a6d74;
}
.dataDiv {
   background-color:#f5f5f5;
   padding:0.5em;
   margin-bottom:18px;
   float:left;
   clear:left;
   width:98%!important;
   position:relative;
    min-height:80px;
   height:auto!important;
   height:80px;
  /* display:block;
   clear:both;
   position:relative;
   margin-bottom:0.5em;*/
}

.wrapLegenda {
    background-color:#f5f5f5;
   padding:0.5em;
   margin-bottom:35px;
   float:left;
   clear:left;
   width:98.5%!important;
   position:relative;
}

.dataDiv.white, .dataDiv.innerWhite {
   background-color:#FFFFFF;
}

.dataDiv.bordered {
   background-color:#FFFFFF;
   padding:0px !important;
}

.dataDiv a {
   color:#606060;
}

.dataDiv a.whiteTitle {
   color:#FFFFFF;
}

.dataDiv .tl, .wrapLegenda .tl {
   background:transparent url(images/profiledatatl.png) no-repeat scroll left top;
   position:absolute;
   top:0;
   left:0;
   width:5px;
   height:5px;
}

.dataDiv.white .tl {
   background:transparent url(images/profiledatatlwhite.png) no-repeat scroll left top;
}

.dataDiv.innerWhite .tl {
   background:transparent url(images/profiledatatl-innerwhite.png) no-repeat scroll left top;
}

.dataDiv.orange .tl {
   background:transparent url(images/profiledatatlorange.png) no-repeat scroll left top;
}

.dataDiv.red .tl {
   background:transparent url(images/profiledatatlred.png) no-repeat scroll left top;
}

.dataDiv.grey .tl {
   background:transparent url(images/profiledatatlgrey.png) no-repeat scroll left top;
}

.dataDiv.white.lightgrey .tl {
   background: none;
}

.dataDiv.lightgrey .tl {
   background:transparent url(images/profiledatatllightgrey.png) no-repeat scroll left top;
}

.dataDiv.purple .tl {
   background:transparent url(images/profiledatatlpurple.png) no-repeat scroll left top;
}

.dataDiv.blue .tl {
   background:transparent url(images/profiledatatlblue.png) no-repeat scroll left top;
}

.dataDiv.bordered .tl {
   background:transparent url(images/profiledatatlbordered.png) no-repeat scroll left top;
   width:10px;
   height:10px;
}

.dataDiv.normal .tl {
   background:transparent url(images/profiledatatl.png) no-repeat scroll left top;
}

.dataDiv .tr, .wrapLegenda .tr {
   background:transparent url(images/profiledatatr.png) no-repeat scroll right top;
   position:absolute;
   top:0;
   right:0;
}

.dataDiv.innerWhite .tr {
   background:transparent url(images/profiledatatr-innerwhite.png) no-repeat scroll right top;
}

.dataDiv.white .tr {
   background:none;
}

.dataDiv.bordered .tr {
   background:transparent url(images/profiledatatrbordered.png) no-repeat scroll left top;
   width:10px;
   height:10px;
}

.dataDiv.normal .tr {
   background:transparent url(images/profiledatatr.png) no-repeat scroll right top;
}

.dataDiv .bl, .wrapLegenda .bl {
   background:transparent url(images/profiledatabl.png) no-repeat scroll left bottom;
   position:absolute;
   bottom:0;
   left:0;
}

.dataDiv.innerWhite .bl {
   background:transparent url(images/profiledatabl-innerwhite.png) no-repeat scroll left bottom;
}

.dataDiv.white .bl {
   background:none;
}

.dataDiv.bordered .bl {
   background:transparent url(images/profiledatablbordered.png) no-repeat scroll left top;
   width:10px;
   height:10px;
   z-index:99999px;
}

.dataDiv.normal .bl {
   background:transparent url(images/profiledatabl.png) no-repeat scroll left bottom;
}

.dataDiv .br, .wrapLegenda .br {
   background:transparent url(images/profiledatabr.png) no-repeat scroll right bottom;
   position:absolute;
   bottom:0;
   right:0;
}

.dataDiv.innerWhite .br {
   background:transparent url(images/profiledatabr-innerwhite.png) no-repeat scroll right bottom;
}

.dataDiv.white .br {
   background:none;
}

.dataDiv.bordered .br {
   background:transparent url(images/profiledatabrbordered.png) no-repeat scroll left top;
   width:10px;
   height:10px;
}

.dataDiv.normal .br {
   background:transparent url(images/profiledatabr.png) no-repeat scroll right bottom;
}

.dataDiv .suggestedPlaces ul li {
    display: block;
    width: 100%;
}

.dataDiv .suggestedPlaces ul li span.top10num {
    text-align: right;
    width: 16px;
    display: inline-block;
    padding-right: 5px;
}

div.border {
   border:1px solid #c8c9cb;
}

div.border ul li {
   padding-top:1.0em !important;
   width:19.8%!important;
}

div.border.limit {
   width:99.5%!important;
   display:inline;
   float:left;
}

.travelers div.border.limit {
   width:99.2%!important;
}

div.border.limit ul li {
   width:12.75em!important;
   text-align:center;
}

.travelers div.border.limit div.scrollable ul li {
    width:11.7em!important;
}
#scrollableUsers ul li{
    width:13em!important;
}
*:first-child+html #scrollableUsers ul li{
    width:12em!important;
}

div.contFloat {
   overflow:hidden;
   width:100%;
   position: relative;
}
#contFloatLayer {
}
div.scrollable {
   width:200em;
    padding: 0;
    margin: 0;
    overflow: hidden;
    
}

.travelers div.scrollable {
    width:500em;
}
/*.scroller {
    float:left;
    width:20%;
    margin:0px 40% 0px 40%;
}*/


div.scroller {
   width:100%;
   padding-bottom:1.0em;
   position:relative;
   float:left;
   }

div.scroller .goPrev {
   background: transparent url(images/goprev.png) no-repeat scroll top left;
   width:25px;
   height:25px;
   float:left;
   margin-left:1%;
}
div.scroller .goPrev:hover {
   background: transparent url(images/goprev-on.png) no-repeat scroll top left;
   width:25px;
   height:25px;
   float:left;
   margin-left:1%;
}
div.scroller .goNext {
   background: transparent url(images/gonext.png) no-repeat scroll top left;
   width:25px;
   height:25px;
   float:right;
   margin-right:1%;
}
div.scroller .goNext:hover {
   background: transparent url(images/gonext-on.png) no-repeat scroll top left;
   width:25px;
   height:25px;
   float:right;
   margin-right:1%;
}

.travelers div.scroller .status {
 /*  text-align:center;
   margin:0 auto;*/
   float:left;
   padding:0px 23% 0px 23%;

}

div.scroller .status {
 /*  text-align:center;
   margin:0 auto;*/
   float:left;
   padding:0px 33% 0px 33%;
   
}

div.scroller div#statusUsers.status {
    padding:0px 40% 0px 40%;
}

div.scroller .statusLeft {
 /*  text-align:center;
   margin:0 auto;*/
   float:left;
   padding:0px 33% 0px 33%;

}

.travelers div.scroller .status {
   text-align:center;
   margin:0 auto;
}

div.scroller .status ul {
   display:inline;
   
}

div.scroller .status ul li {
   width:auto!important;
   padding-top:0.4em !important;
  
}

div.scroller .status ul li span {
   background: #fff url(images/point.gif) no-repeat scroll left center;
   padding-left:11px;
}

div.scroller .status ul li span.on {
   background: #fff url(images/point-on.gif) no-repeat scroll left center;
}

div.scroller .status ul li span.off {
   background: #fff url(images/point-off.png) no-repeat scroll left center;
}

.padded {
   padding:0.5em 0 1.5em 1.5em!important;
}

.paddedLeft {
   padding:0.5em 0 1.5em 0.5em!important;
}

.paddedLeft {
   padding:0.5em 0 1.5em 0.5em!important;
}
*:first-child+html .paddedLeft {
    padding:0.5em 0 1.5em 0em!important;
}

.travelers .padded {
   padding:0.5em 0em 0em;
}

.avatar {
   float:left;
   width: 150px;
}
*:first-child+html .avatar { position:relative;}
.smallAvatar {
   float:left;
   width: 80px;
}
*:first-child+html .smallAvatar { position:relative;}
.avatar .imgarea {
   background: transparent url(images/profileavatar.png) no-repeat scroll top left;
   width:141px;
   height:115px;
   padding:0 35px 0 0;
   display:table-cell;
   vertical-align:middle;
   text-align:center;
}
*:first-child+html .avatar .imgarea img{ position:absolute; top:5px; left:7px;} /** html .avatar .imgarea img{ position:absolute; top:20px; left:15px;}*/
.avatar .imgareaSmall {
   background: transparent url(images/profileavatarsmall.gif) no-repeat scroll top left;
   width:79px;
   height:71px;
   padding:0 20px 0 0;
   display:table-cell;
   vertical-align:middle;
   text-align:center;
}
*:first-child+html .avatar .imgareaSmall img{ position:absolute; top:5px; left:8px;} /** html .avatar .imgareaSmall img{ position:absolute; top:5px; left:8px;}*/
.infos, .adviceInfos {
   float:left;
}
.infos {
   width:65%;
}
.adviceInfos {
   width:80%;
}

.adviceInfos .comment-author {
    margin-top: 0px;
    height: 1.2em;
    padding: 1em 0.3em 0em;
}

.adviceInfos .comment-wrapper {
    margin-top: 0.5em;
    border-top: #efefef solid 2px;
    border-bottom: #efefef solid 2px;
}

.infosListComment {
   float:left;
   width:85%;
}
*:first-child+html .infosListComment { float:right;} 
.labelfor {
   float:left;
   clear:left;
   background-color:#ffffff;
   padding:0.5em;
   color:#305e92;
   width:30%;
   margin:0.2em 0;
}

.label {
   float:left;
   padding:5px 0px 5px 10px;
   /*padding:0.5em;
   margin:0.2em 0;*/
   color:#606060;
   width:60%;
}

.labelfor.block.full, .label.block.full {
    padding:0.5em!important;
    background:#fff;
    line-height:18px;
}
.label.block.full ul li{
    padding:3px 0px 3px 0px;
}
.labelfor.block.full {
    margin-top: 0.8em;
}

.label ol li {
    padding:20px 0px 20px 0px;
}

.location {
   border:1px solid #cccccc;
   margin: 0 0 1em;
   width: 94%;
   padding:0.2em;
   background-color:#ffffff;
   font-size:11pt;
}

.locationsWrapper {
    height: 400px;
    overflow: auto;
}

*:first-child+html .label ol li{ margin-left:10px;}

.space {

}

.showIt {
   float:right;
}

.showIt input {
   border:0 !important;
   width:auto!important;
}

.show {
   display:block;
   text-align:right;
   padding:0.2em 2.0em 0.2em 0;
   color:#335e93;
}

.block {
   display:block;
   clear:both;
   background:transparent;
   padding:0;
   width:91%;
}

.simpleBlock {
    display:block!important;
}

.labelfor.block {
   padding:0 0.5em!important;
}

.block input {
   width:250px;
}

.dataDiv .sexList input {
   width: auto!important;
   margin-right: 0.8em;
}

.profilePicUpload {
    width: 60%!important;
}

.dataDiv select,
.dataDiv input {
   width:250px;
   border: 1px solid #e0e0e0;
   color:#606060;
}

.dataDiv textarea {
   width:85%;
   height:10.0em;
   margin:0;
   border: 1px solid #e0e0e0;
   color:#606060;
   padding:3px;
}

.btnEditTopTen, .btnEditTopTenBig {
    margin-top: 5px;
    float:right;
}




/**
 * UPLOADS AREA
*/
.uploader {
   margin:0 auto;
   width:98%;
}

.title {
   font-size:15pt;
   font-weight:bold;
   color:#3d6191;
}

.descr {
   margin:1.5em 0;
}

.uploader span {
   display:block;
   padding:0.4em 0 0.3em 0;
   color:#3d6191;
   font-size:11pt;
}

.uploader .locationPicker span {
   display:inline-block;
}

.uploader .locationPicker select {
   width:50%!important;
}

.uploader .loading-image {
   float:left;
}

.loginWrap input,
.uploader input,
.uploader textarea,
.uploader select {
   font-size:12pt;
   padding:0.2em 0 0.3em 0;
   border:1px solid #ddd;
   width:100%;
}

#friend-area .btnSearch {
    border: none;
    width: 4.5em;
}

.uploader .checkbox {
   width: auto!important;
   margin-left: 5px;
   border:0!important;
}

.selectedTags {
   border: 1px solid #ccc!important;
   font-size:9pt!important;
   margin-top:15px!important;
}

.uploader .right,
.uploader .left {
   width:49%;
}


/**
 * TAGCLOUD
*/
div#tagCloud {
   margin:0 auto;
   text-align:center;
   margin-top:3.0em;
   position:relative;
}

div#tagCloud #title {
   background:transparent url(images/tagstitle.png) no-repeat top left;
   text-align:left;
   width:88px;
   margin-left:1.0em;
   padding:7px 0.7em 6px;
   z-index:1;
}
*:first-child+html div#tagCloud #title { float:left; margin-top:-26px;} * html div#tagCloud #title { float:left; margin-top:-26px;}
div#tagCloud #title span {
   color:#FFFFFF;
   font-weight:bold;
}

div#tagCloud #tags {
   padding:0.5em;
   border:3px solid #61b847;
}

div#tagCloud #tags ul {
   margin:0 auto;
}

div#tagCloud #tags ul li {
   display:inline;
   padding:0 1.0em;
   float:none;
}


/**
 * TDATE PICKER
*/
.TDatePicker_default {
   width:auto!important;
}

.TDatePicker_default select,
.TDatePicker_default input {
   width:auto!important;
}

.calendarHeader {
   margin:0 auto;
   text-align:center;
}

.TDatePicker_default table {
   width:100%!important;
}

.smallLabel {
    display: inline-block;
    width: 3em;
}

.popupLabel {
    display: inline-block;
    width: 2.3em;
    float: left;
}
/*.grid tr td{
    float:left!important;
}*/
.travelDate {
    float: left!important;
}

.checkBox {
    width: auto!important;
}


/**
* CONTACTS FORM
*/
.contacts {
   border:2px solid #ccc;
   width:70%;
   margin:0 auto;
   text-align:left;
   padding:5px;
}
#ctl0_Master_ShowPages_ContactsPage_req1,
#ctl0_Master_ShowPages_ContactsPage_req2,
#ctl0_Master_ShowPages_ContactsPage_req3,
#ctl0_Master_ShowPages_ContactsPage_req4
{
    border:none!important;
    display:inline-block;
}
.radio input {
    border:none!important;
}

.contacts span {
   font-size:12pt;
   font-weight:bold;
}
.contacts .radio {
    float:left;
    display:inline!important;
}
#ctl0_Master_ShowPages_ContactsPage_ContactLabel {
    background-color:#61b847;
    width:auto;
    display:block;
    color:#FFFFFF;
    padding:5px;
}
.contacts textarea,
.contacts input {
   border:1px solid #ccc;
   margin:0.5em;
   padding:4px;
}

.titler {
   color:#cccccc;
   font-style:italic;
   width:93%;
}

.titler_on {
   color:#000000;
   font-style:normal;
   width:93%;
}

.contacts textarea {
   height:15.0em;
   width:93%;
}

.contacts .radio {
   font-weight:normal;
   font-size:11pt;
}

.mapImage {
    width:  300px;
    height: 225px;
}

.mapImageTitle {
    font-weight: bold;
}

.googleMapImage {
    height: 225px;
    width: 300px;
}

.abuse {
    float: right;
}

.sendReport {
    margin-top: 50px;
}

#ctl0_SignUp_DisclaimerOk {
    display:inline!important;
    width:auto!important;
}

.relative {
   position: relative;
}

.star {
   float:left;
   background:transparent url(images/star.gif) no-repeat left top;
   width:20px!important;
   cursor:pointer;
}

.star.on {
   background:#e71b27 url(images/star.gif) no-repeat top left;
}

.star span {
   display:none;
}


/**
 * ICONS
 */
.icon {
   background:transparent url(images/icons.png) no-repeat;
   height:16px;
   padding-left:18px;
   margin-right:5px;
}
ul.condividi li{
    display:inline;
    float:left;
}
.fb_icon {
   background-position:0 -799px !important;
}

.google_icon {
   background-position:0 -1205px !important;
}

.tw_icon {
   background-position:0 -3092px !important;
}

#twitter {
   margin:0 auto;
   text-align:center;
   padding:2em 2em;
}

#twitterLogo {
   clear:both;
   text-align:left;
}

.content-bubble-arrow {
   background-image:url(http://s.twimg.com/a/1265328866/images/arr2.gif);
   background-position:25px 0;
   background-repeat:no-repeat;
   margin-top:0.5em;
   padding-top:11px;
}

#twitterArea {
   text-align:left;
   float:left;
   width:65%;
   padding:13px 20px 13px;
   background-color:#fff;
   -moz-border-radius-bottomleft:5px;
   -moz-border-radius-topleft:5px;
   height:250px;
}

#twitterArea textarea {
   border: 1px solid;
   width:100%;
   border:1px solid #AAAAAA;
   -x-system-font:none;
   font-family:'Lucida Grande',sans-serif;
   height:3.0em;
   overflow:auto;
}

#twitterArea #btn {
   float:right;
   padding:5px 0 0 5px;
   margin:0;
}

#twitterArea input {
   background-image:url(https://s3.amazonaws.com/twitter_production/a/1265242857/images/round-btn.gif);
   border:0 none;
   color:#666666;
   font-size:14px;
   height:32px;
   margin-left:3px;
   width:115px;
   margin:0;
   text-transform:lowercase;
}

#twitterMenu {
   text-align:left;
   float:left;
   width:20%;
   border-left:1px solid #C0DEED;
   margin-bottom:10px;
   padding:13px;
   -moz-border-radius-topright:5px;
   -moz-border-radius-bottomright:5px;
   height:250px;
}

#twitterAvatar img {
   float:left;
   padding-right:0.8em;
   width:31px;
   height:31px;
}

#twitterAvatar span {
   float:left;
   -x-system-font:none;
   font-family:Helvetica Neue,Helvetica,sans-serif;
   font-weight:bold;
}

.tweetError {
   color:#f00;
   font-weight:bold;
}

#twitterText {
   position:relative;
}

.doing {
   color:#333333;
   font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;
   font-size:20px;
   font-weight:normal;
   line-height:1.1;
   margin-bottom:10px;
   padding-right:130px;
   width:50%;
   margin:8px 0 8px;
   display:block;
}

.numeric {
   -moz-background-clip:border;
   -moz-background-inline-policy:continuous;
   -moz-background-origin:padding;
   background:transparent none repeat scroll 0 0;
   color:#CCCCCC;
   font-size:2em;
   position:absolute;
   right:0px;
   top:3px;
}

.positive {
   color: rgb(204, 204, 204);
}

.negative {
   color: rgb(212, 13, 18);
}

.alert {
   color: rgb(92, 0, 2);
}



/**
 * TOP 10
 */
.top10 ul, .placesCategories ul {
   list-style-type:none;
}

.top10title {
   background:transparent url(images/top10title.png) no-repeat scroll left top;
}

.top10title span {
   background:transparent url(images/top10title.png) no-repeat scroll right top;
}

.favouritesWidget {
   background:transparent url(images/top10title-favourite.png) no-repeat scroll left top;
}

.favouritesWidget span {
   background:transparent url(images/top10title-favourite.png) no-repeat scroll right top;
}

.suggestedWidget {
   background:transparent url(images/top10title-suggested.png) no-repeat scroll left top;
}

.suggestedWidget span {
   background:transparent url(images/top10title-suggested.png) no-repeat scroll right top;
}

.top10 ul li, .placesCategories ul li {
   height:25px;
   padding-left:10px;
   margin-bottom:0.5em;
   display:block!important;
}

.top10 ul li {
   background:#fff url(images/top10.png) no-repeat top left;
}

.top10 ul li.noNumber{
   background:#fff no-repeat top left;
}

.placesCategories ul li {
   background:#fff;
}

.top10 ul li.ten {
   padding-left:6px!important;
}

.top10 ul li.ten.noNumber {
   padding-left:10px!important;
}

.top10 ul li div, .placesCategories  ul li div {
   padding:0.4em 0 0;
   color:#606060;
}



.top10 .top10num {
   color:#fff;
   font-weight:bold;
   padding-right:9px;
}

.ten .top10num {
   padding-right:7px!important;
}


/**
 * FEEDBACK
 */
#feedback {
   position:fixed;
   margin-top:12%;
   width:45px;
   height:113px;
   background:transparent url(images/feedback.png) no-repeat top left;
   padding:0;
   font-size:1px;
}

#feedback a {
   padding:0;
   padding-left:45px;
   padding-bottom:98px;
   margin:0;
   font-size:1px;
}

#retrieve-area.feedback {
   height:500px;
   width:55em!important;
   padding-top:1.5em!important;
}

.iframe {
   width:100%;
   height:100%!important;
   min-height:100%;
}

#feedbackWrapper {
   text-align:left;
   padding-top:12px;
}

#feedbackWrapper #close {
   top:0px !important;
}

#feedbackWrapper .label {
   width:80%!important;
}

#feedbackWrapper .username {
   color: #cccccc;
   font-style:italic;
}

#feedbackWrapper input,
#feedbackWrapper textarea {
   width:100%;
   border:1px solid #cccccc;
}

#feedbackWrapper .center {
   width:80%;
}

.baloonEditor {
    width: 210px;
}

.detailsEditor {
    width: 95%
}

.baloonEditor .resetForm, .detailsEditor .resetForm {
    margin-left: 10px!important;
}

.city {
    font-weight: bold;
    text-transform: uppercase;
}

.placeInfo {
    float: left;
    padding: 0!important;
}

.addPlace {
    float: right;
    padding: 0px 10px 0px 0px!important;
}

.addPlace a {
    margin-left: 5px;
}


/* google ballon*/
.ballonWrapper {
    overflow:auto;
    height:140px;
    margin-top:10px;
    width:240px;
    font-size:1em;
    scrollbar-3dlight-color:#f5f5f5;
    scrollbar-arrow-color:#fff;
    scrollbar-base-color:red;
    scrollbar-darkshadow-color:#ccc;
    scrollbar-face-color:#a0a0a0;
    scrollbar-highlight-color:#000;
    scrollbar-shadow-color:#ccc;
    scrollbar-track-color:#e0e0e0; 
}
.baloonTitle, .baloonTitle2 {
    color:#305e92;
    background-color:#f5f5f5;
    padding:3px 3px 3px 5px;
    
}
.baloonFooter {
    width:240px;
    margin-top: 3px;
}

.baloonValue {
    padding:3px 3px 3px 5px;
}
.baloonValue ul li {
    padding:3px 0px 3px 0px;
}
.baloonValue ul {
    padding:0px;
    margin:0px;
    
}

.flagged, .noflag {
    height: 34px;
}

.addAdviceTitle {
}

*:first-child+html .addAdviceTitle {
    padding-top: 3px;
    padding-bottom: 5px;
}

.flagged {
    background: transparent url(images/flagvisitati.png) no-repeat top left;
    padding: 10px 0px 0px 36px;
}

.noMargin {
    margin: 0!important;
}

.smallMargin {
    margin: 0px 0px 4px 0px!important;
}

.withStar {
    background: transparent url(images/preferred.png) no-repeat top left;
    padding: 10px 0px 0px 35px;
    height: 22px;
    display: inline-block;
}

.withStar span {
    font-size: 15pt!important;
    font-weight: bold!important;
}

.addAdvice {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background-color:#5189d1;
    border-style:solid;
    border-width:0;
    color:#FFFFFF!important;
    cursor:pointer;
    font-family:inherit;
    font-weight:bold;
    height:25px!important;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    width:auto!important;
    overflow:visible;
    padding:0 4px!important;
}

.fullPage .dataDiv .adviceLocation a, .leftColumn .dataDiv .adviceLocation a{
    position: absolute;
    top: 0px;
    left: 94%;
}

.recipeLocationPicker {
    border:1px solid #e0e0e0!important;
    padding: 0.5em;
}

.recipeLocationPicker select {
    width: 90%;
}

.recipeLocationPicker span {
    display: inline;
}

.recipeLocationPicker a {
    position: absolute;
    top: 6em;
    right: 4em;
}

.leftColumn .dataDiv .adviceLocation a {
    left: 90%;
}

div.advicesWrapper ul li {
    width: 100%;
}

div.advicesWrapper ul li.on {
    background-color: #DDDDDD;
}

div.advicesWrapper ul li.vedere,
div.advicesWrapper ul li.mangiare,
div.advicesWrapper ul li.fare,
div.advicesWrapper ul li.recipe {
    border-bottom: 2px dotted #868789;
    padding-top: 0.9em;
    padding-bottom: 0em;
    display: block;
    height: 100%;
}

*:first-child+html div.advicesWrapper ul li.vedere,
*:first-child+html div.advicesWrapper ul li.mangiare,
*:first-child+html div.advicesWrapper ul li.fare {
    padding-bottom: 1em;
}

div.advicesWrapper ul li.vedere {
    
}

div.advicesWrapper ul li.mangiare {

}

div.advicesWrapper ul li.fare {

}

div.advicePosition {
    float: left;
    width: 100%;
}

div.adviceTitle {
    height: 1.4em;
    padding: 8px 0px!important;
}

div.adviceTitle span {
    font-size: 14pt;
    line-height: 100%;
}
*:first-child+html div.adviceTitle span {
    line-height: 90%;
}


div.adviceDescription {
    width: 100%;
}

.adviceCenterBlock {
    margin-top: 7px;
}

.adviceBodyWrapper {
    background-color: #FFFFFF;
    padding: 0.3em 0.5em 0.4em;
}

.adviceBody span {
    line-height: 120%;
}

.adviceBody {
    color: #335e95;
    width: 93%;
}

.messageBodyWrapper {
    background-color: #FFFFFF;
    padding-top: 0.3em;
    padding-right: 0.2em;
    padding-bottom: 0.3em;
}

.messageBody {
    width: 93%;
}

.adviceAddress {
    width: 70%;
    margin-top: 5px;
}

div.adviceAddress span {
    font-size: 13pt;
}
*:first-child+html div.adviceAddress span {
    line-height: 100%;
}

*:first-child+html .adviceAddress {
    width: 70%;
    line-height: 110%;
}

.adviceAddress .labelfor, .adviceAddress .label {
    margin: 0px;
    padding: 0px;
}

.adviceAddress .labelfor {
    text-transform: uppercase;
    width: 25%;
}

.adviceAddress .label {
    width: 100%;
    color: #000000;
}

.staticMap {
    margin: 0.2em 0;
}

.adviceLocation select {
    width: 300px;
}

a.removeAdvice {
    color:#fff!important;
    background-color:#62b946;
    padding:3px!important;
    border:1px solid #a0a0a0;
    font-size:11px;
    float:right;
}

a.removeAdvice:hover {
    color:#fff!important;
}

.advicesMap {
    width: 100%;
    height: 360px;
}

div.ilike {
    
}

div.ilike ul li {
    display: inline-block;
    width: auto;
}

div.ilike .ilikeVotes {
    margin: 0px 3px;
}

div.ilike ul.idislikeLink {
    margin-top: 12px;
}

*:first-child+html div.ilike ul.idislikeLink {
    margin-top: 4px;
}

div.ilike ul.ilikeLink {
    margin-top: 6px;
}

*:first-child+html div.ilike ul.ilikeLink {
    margin-top: 0px;
}

*:first-child+html div.ilike ul li {
    margin-top: 3px;
    padding-top: 4px;
    padding-bottom: 3px;
}

div.ilike ul li.ilikeopt {
    margin-left: 5px;
}

div.ilike ul li.idislikeopt {
    margin-left: 5px;
}

div.ilike ul li a {
    padding-left: 16px;
    text-decoration: none;
    font-size: 18px;
}

div.ilike ul li.idislikeopt a {
    background: transparent url(images/dont-like-it-on.png) no-repeat top left;
}

div.ilike ul li.idislikeopt.off a {
    background: transparent url(images/dont-like-it-off.png) no-repeat top left;
}

div.ilike ul li.ilikeopt a {
    background: transparent url(images/like-it-on.png) no-repeat top left;
}

div.ilike ul li.ilikeopt.off a {
    background: transparent url(images/like-it-off.png) no-repeat top left;
}

div.ilike .counterLabel, div.ilike .counter {
    font-size: 10pt;
    font-weight: bold;
}

div.ilike .counterLabel {
    color: #6a6d74;
}

div.ilike .counter {
    margin-top: 3px;
    text-align: center;
    color: #335e95;
}

div.ilike .counter.dislike {
    color: #e81a26;
}

#upload_button.hover {
   cursor:default;
}

#select-file {
   margin-bottom:1.5em;
}

#select-file input {
   float:left;
   width:auto!important;
}
/*
#select-file #upload_button {
   -moz-border-radius-bottomleft:5px;
   -moz-border-radius-bottomright:5px;
   -moz-border-radius-topleft:5px;
   -moz-border-radius-topright:5px;
   background-color:#5189d1;
   border-style:solid;
   border-width:0;
   color:#FFFFFF!important;
   cursor:pointer;
   float:left;
   font-family:inherit;
   font-size:9pt;
   font-weight:bold;
   height:15px!important;
   margin-left:10px;
   outline-color:-moz-use-text-color;
   outline-style:none;
   outline-width:medium;
   overflow:visible;
   padding:0.2em 0.4em;
   text-decoration:none;
   width:auto!important;
   margin-top:5px;
}
*/

.deleteBtn {
   background-color:#ef0000;
}

.mapPicker {
    position: relative!important;
    width: 550px;
    height: 350px;
}

.photoMapPicker {
    position: relative!important;
    width: 550px;
    height: 330px;
}

.datefromto {
   float:left;
   margin-right:0.5em;
}

.mapPickerSelector .left {
    width: 75%;
}

.mapPickerSelector .leftSpaced {
    width: auto;
    margin-left: 10px;
}

.nolimit,
.nolimit * {
   width:100% !important;
}

.autoWidth {
    width: auto;
}

.adviceTitle.noMargin {
    height: auto!important;
    padding: 0px!important;
}

.categories input {
    width: 55px;
}

.friends-search {
    height: 17em;
    overflow: auto;

}

.friends-search .comments, .friends-search .views {
    display: inline;
}

.related-picture {
    border: 1px solid #cccccc;
    margin: 0.2em;
    padding: 0.2em;
}

.acomplete {
    position: relative;
    z-index: 5;
    background-color: #FFFFFF;
    border: 1px solid #243356;
    height: 242px;
    overflow: auto;
    top: 0px!important;
    left: 0px!important;
}

.acomplete ul, .acomplete li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #333;
}

.acomplete li {
    height: 50px;
    padding: 4px;
    border-top: 1px solid #ccc;
    background-color: #FFFFFF;
    display: block!important;
    font-size: 12pt;
    font-weight: bold;
}

.acomplete .selected {
    background-color: #ffc;
    font-size: 14pt;
}

.acomplete li img {
    vertical-align: middle;
    margin-right: 1em;
}

.acResultWrapper {
    position: relative;
}

div.contestStatus.on {
    background: transparent url(images/concorso.png) no-repeat 0 -33px;
    height: 30px;
}

div.contestVotes.on {
    background: transparent url(images/voto.png) no-repeat 0 -30px;
    height: 30px;
}

div.contestUpload.on {
    background: transparent url(images/upload.png) no-repeat 0 -32px;
    height: 30px;
}
div.contestStatus.off {
    background: transparent url(images/concorso.png) no-repeat 0px 0px;
    height: 30px;
}

div.contestVotes.off {
    background: transparent url(images/voto.png) no-repeat 0px 0px;
    height: 30px;
}

div.contestUpload.off {
    background: transparent url(images/upload.png) no-repeat 0px 0px;
    height: 30px;
}

.flagWrapper {
    width: 100%;
    float: right;
    border: solid 1px #DDD;
    padding: 2px;
}

.flagFilter {
    margin: 20px 20px 0px 0px;
}
.flagFilter img {
    margin-top: 10px;
    height: 16px;
}
.flagFilter.flagDisabled {
    filter:alpha(opacity=40);
    -moz-opacity:.40;
    opacity:.40;
}

.friendsWrapper {
    width: 100%;
    height: 21em;
    border: 1px solid #E0E0E0;
    overflow-y: scroll;
    overflow-x: hidden;
}

#googleFriendsList {
    width: 100%;
}

#googleFriendsList .googleFriend {
    display: block;
    width: 100%;
    height: 2.95em;
    border-top: 1px solid #E0E0E0;
    padding-left: 10px;
    cursor: pointer;
}

#googleFriendsList .googleFriend.selected {
    background-color: #5189d1;
    color: #FFFFFF;
}

#googleFriendsList .googleFriend span {
    line-height: 110%;
}

#googleFriendsList .googleFriend.first {
    border-top: 0px;
}

#googleFriendsList .googleFriend .googleFriendName {
    padding-top: 0.7em;
}

#googleFriendsList .googleFriend .username {
    font-weight: bold;
    margin-right: 10px;
}