.status_menu {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.section_padding .status_menu {
    margin-left: -19px;
    margin-right: -19px;
}

    .status_menu ul {
        margin: 0;
        padding: 0 0 0 12px;
        list-style-type: none;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        color: inherit;
        background-color: #f2f2f2;
    }
    .status_menu ul strong {
        color: #fe1f4b;
        background-color: transparent;
    }
    .status_menu li {
        float: left;
        display: inline;
        padding: 0 8px;
        border-right: 1px solid #fff;
        line-height: 3em;
    }
    .status_menu a {
        display: block;
        margin: 0 -8px;
        padding: 0 8px;
        color: #666;
        background-color: transparent;
        text-decoration: none;
    }
    .status_menu a:hover, .status_menu li.on a{
        background: #e1e1e1 url(../images/degree/degree-v-gray-gray.gif) repeat-x 0 0;
        color: #666;
    }
    
.myinfo_image .image {
    float: left;
    display: inline;
    border: 1px solid #d4d4d4;
    background: #fff;
    color: inherit;
    padding: 5px;
    margin: 0 20px 80px 0;
}

.addto {
    background: url(../images/portlet/addto-bg.gif) repeat-y 0 0;
    padding: 10px;
    border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;-ms-border-radius: 8px;  
}
    .addto .add_items {
        float: left;
        display: inline;
        width: 120px;
        text-align: center;
        font-size: 1.5em;
        line-height: 1.5em;
        font-weight: bold;
    }
    .addto ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 0.7em;
        line-height: 1.1em;
    }
    .addto li {
        margin-top: 1px;
    }
    .addto a.link_invite {
        float: right;
        display: inline;
        margin: 25px 0 0 0;
        width: 140px;
        padding-left: 90px;
        background: transparent url(../images/portlet/addto-invite.gif) no-repeat 0 0;
        color: #666;
    }
    .addto a.link_invite strong {
        display: block;
        color: #fe1f4b;
        background-color: transparent;
        font-size: 1.5em;
        line-height: 1em;
    }
    .addto a.link_invite span {
        color: #2077c1;
        background-color: transparent;        
    } 
    
.blank_slate {

}
  .blank_slate li {
    position: relative;
  }
  .blank_slate li .title {
    padding: 0 0 5px 45px;
    min-height: 40px; height: auto !important; height: 40px;
  }            
  .blank_slate li .title .h4 {
    font-size: 1.5em;
    line-height: 1.1em;
  }
  .blank_slate li .title .number {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    background: transparent url(../images/circle/circle-dark-gray.gif) no-repeat 50% 50%;
    color: #fff;
  }
  .blank_slate li .image {
    text-align: center;
    background-color: #efeeee;
    color: inherit;
    padding: 7px 0;
  }   
  
.buy-tickets-event-info {
}
  .buy-tickets-event-info .image {
    text-align: center;
    background-color: #c8c8c8;
    color: #fff;
    padding: 6px 0;
  } 
  .buy-tickets-event-info .maininfo {
    background: url(../images/bg/grid.gif) repeat 0 0;
  }      
  .buy-tickets-event-info .maininfo-content {
    background: url(../images/bg/ticket-medium.gif) no-repeat 100% 100%;
    border: 1px solid #f0f0f0;
    padding: 15px 10px;
    min-height: 220px; height: auto !important; height: 220px;
  }

.user-main-information {
  position: relative;
  padding-left: 70px;
}
  .user-main-information .avatar {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    color: inherit;
    border: 1px solid #d4d4d4;
    padding: 5px;
  }      




.event_closed, .event_sold {
  height: 190px;
  padding: 70px 220px 0 265px;
}
  .event_closed { background: url(../images/pages/event_close.jpg) no-repeat 0 0; }
  .event_sold { background: url(../images/pages/event_sold.jpg) no-repeat 0 0; }

  .event_closed .title, .event_sold .title {
    margin: 0 0 0.2em 0;
    font-weight: bold;
    font-size: 2.6em;
    line-height: 1.1em;
    color: #000;
    background-color: transparent;
  }
  .event_closed .subtitle, .event_sold .subtitle {
    margin: 0 0 0.5em 0;
    font-family: Georgia, sans-serif;
    line-height: 1.65em;
    font-size: 1.7em;
    line-height: 1.1em;
    color: #ff3358;
    background-color: transparent;
    font-style: italic;
  }  
  .event_closed .text, .event_sold .text {
  }    