@font-face {
    font-family: 'Lucida Grande';
    src: url('../fonts/lucida-grande-webfont.eot');
    src: url('../fonts/lucida-grande-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lucida-grande-webfont.woff') format('woff'),
        url('../fonts/lucida-grande-webfont.ttf') format('truetype'),
        url('../fonts/lucida-grande-webfont.svg#lucida-grande-webfont') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Lucida Grande';
    src: url('../fonts/lucida-grande-bold-webfont.eot');
    src: url('../fonts/lucida-grande-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lucida-grande-bold-webfont.woff') format('woff'),
        url('../fonts/lucida-grande-bold-webfont.ttf') format('truetype'),
        url('../fonts/lucida-grande-bold-webfont.svg#lucida-grande-bold-webfont') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Angelina';
    src: url('../fonts/angelina-webfont.eot');
    src: url('../fonts/angelina-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/angelina-webfont.woff') format('woff'),
        url('../fonts/angelina-webfont.ttf') format('truetype'),
        url('../fonts/angelina-webfont.svg#angelina-webfont') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'ArialRoundedMTBold';
    src: url('../fonts/arlrdbd.eot');
    src: url('../fonts/arlrdbd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/arlrdbd.woff') format('woff'),
        url('../fonts/arlrdbd.ttf') format('truetype'),
        url('../fonts/arlrdbd.svg#arlrdbd') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #f7f7f7;
    font: normal 13px arial,Helvetica,sans-serif;
    color: #595959;
}

h1,h2,h3,h4,h5 {
    color: #1ab8f9;
    font-weight: bold;
    font-family: arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size: 30px;
    line-height: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 14px;
}

p {
    font-size: 13px;
    margin-bottom: 15px;
    font-family: arial,Helvetica,sans-serif;
    line-height: 16px;
}

.wrapper {
    min-width: 768px;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.wrapper .testimonials {
    display: none;
    color: white;
    font-size: 15px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 250px;
    text-transform: uppercase;
    font-family: 'ArialRoundedMTBold', Arial, sans-serif;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

header {
    height: 131px;
    border-bottom: 1px solid #d7d7d7;
    /*
    background: url(../images/banner.jpg) no-repeat;
    */
    background: url(../images/banner_large4.jpg) repeat-x;
    background-size: cover;
    background-position: center -110px;
}

#logo {
    float: left;
    margin-top: 20px;
    margin-left: 2px;
}
a.a-noticeboard-follow{
    float: right;
    display: inline-block;
    border: none;
    padding: 4px 10px;
    border-radius: 3px;
    background: #5eb9ea;
    color: #FFF !important;
    margin: 5px 0 10px 10px;
}

#top_navigation {
    background: #958c89;
    height: 35px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #908785;
}

#top_navigation .wrapper {
    position: relative;
}

#top_navigation h2 {
    float: left;
    color: white;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Angelina',Helvetica,sans-serif;
    letter-spacing: 1px;
    padding-left: 7px;
    text-transform: none;
    font-weight: normal;
    margin-top: 4px;
}

.top_menu {
    float: right;
    margin-right: 3px;
}

.top_menu>li {
    float: left;
    margin-left: 46px;
    height: 35px;
}

.top_menu li.with_submenu {
    position: relative;
}

.top_submenu {
    position: absolute;
    right: -3px;
    top: 30px;
    background: white;
    min-width: 100px;
    padding: 5px 0;
    /*border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;*/
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    border: 1px solid #D7D7D7;
    display: none;
    z-index: 10;
    width: 180px;
}

.top_submenu li {
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

.top_submenu a {
    color: #555555;
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 4px 15px;
    cursor: pointer;
    text-decoration: none;
    line-height: 22px;
}

.top_menu>li>a {
    float: left;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-family: arial,Helvetica,sans-serif;
    line-height: 35px;
    height: 100%;
    min-width: 40px;
}

.top_menu a .messages_icon {
    background: url('../images/messages_icon.png') center center no-repeat;
    width: 40px;
    height: 100%;
    display: inline-block;
}

.top_submenu li.separator {
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 5px;
    /*padding-bottom: 5px;*/
}

.top_submenu li:hover {
    background-color: #07ABEF;
    color: white !important;
}

.top_submenu li:hover a {
    color: white !important;
}

.top_submenu a:hover {
    color: white;
    text-decoration: none !important;
}

.top_menu a:hover {
    text-decoration: underline;
}

.top_left_menu {
    float: left;
    margin-left: 3px;
}

.top_left_menu>li {
    float: right;
    margin-right: 46px;
    height: 35px;
}

.top_left_menu li.with_left_submenu {
    position: relative;
}

.top_left_submenu {
    position: absolute;
    left: 3px;
    top: 50px;
    background: #958c89;
    min-width: 100px;
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border: 1px solid #D7D7D7;
    display: none;
    z-index: 10;
}

.top_left_submenu li {
    text-align: center;
    margin-bottom: 5px;
    white-space: nowrap;
    position: relative;
}

.top_left_submenu a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: arial,Helvetica,sans-serif;
}

.top_left_menu>li>a {
    float: left;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-family: arial,Helvetica,sans-serif;
    line-height: 35px;
}

.top_left_menu li a:hover {
    text-decoration: underline;
}

.submenu_arrow {
    width: 8px;
    height: 7px;
    display: inline-block;
    margin-left: 5px;
    background: url(../images/submenu_arrow.png) no-repeat;
}

.search_form {
    position: absolute;
    right: 37.83%;
    padding-top: 0px;
    width: 36%;
    text-align: right;
}

.search_submit {
    width: 19px;
    height: 24px;
    border: none;
    background: url(../images/search.png) no-repeat;
    cursor: pointer;
    padding: 0;
    vertical-align: middle;
    margin-left: 7px;
}

.search_input {
    background: white;
    border: 1px solid #665f5c;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 80%;
    padding: 5px 8px;
    font: normal 13px arial,Helvetica,sans-serif;
}

footer {
    clear: both;
    padding-top: 34px;
    margin-bottom: 30px;
}

footer .wrapper {
    min-width: 754px;
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 7px;
}

#bottom_menu {
    float: right;
    padding-top: 7px;
}

#bottom_menu li {
    float: left;
    margin-left: 10px;
}

#bottom_menu li:first-child:before {
    content: '';
}

#bottom_menu li:before {
    content: '.';
    margin-right: 10px;
    color: #8f8f8f;
    position: relative;
    top: -2px;
}

#bottom_menu li a {
    color: #8f8f8f;
    text-decoration: none;
    font-family: arial,Helvetica,sans-serif;
}

#bottom_menu li a:hover {
    text-decoration: underline;
}

.copyright {
    font-family: arial,Helvetica,sans-serif;
    color: #4c4c4c;
    line-height: 13px;
    margin-top: 9px;
}

#content {
    padding-top: 8px;
}

.left_menu {
    float: left;
    width: 137px;
    padding-top: 31px;
}

.left_menu .separator {
    width: 85%;
    height: 1px;
    background-color: #CCCCCC;
    margin: 10px auto;
}

.right_block {
    float: right;
    width: 27.83%;
    min-width: 285px;
}

.main_content {
    padding: 14px 11px 15px 18px;
    border: 1px solid #e0e0e0;
    margin: 0 287px 0 137px;
    background: white;
    min-height: 510px;
    overflow: hidden;
    min-width: 569px;
}

.left_menu ul {
    position: relative;
    right: -1px;
}

.left_menu li {
    margin-bottom: 1px;
}

.left_menu li.large_item {
    margin: 14px 0;
}

.left_menu a {
    display: block;
    font-size: 14px;
    color: #565656;
    text-decoration: none;
    font-family: arial,Helvetica,sans-serif;
    padding: 8px 5px 8px 9px;
    border: 1px solid transparent;
    border-right: none;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    position: relative;
}

.left_menu li.active a, .left_menu li a:hover, .left_menu li.first_menu_black a:hover {
    color: #1ab8f9;
    background: white;
    border: 1px solid #e0e0e0;
    border-right: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.left_menu li:first-child a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 25px;
}

.left_menu li.first_menu_black a {
    color: #565656;
    text-transform: none;
    font-weight: normal;
}

.left_menu_img {
    width: 29px;
    height: 27px;
    padding-left: 7px;
    position: absolute;
    top: -5px;
    right: -10px;
}

.contacts_img {
    background: url(../images/contacts_img.png) no-repeat;
}

.messages_img {
    background: url(../images/messages_img.png) no-repeat;
}

i.number {
    float: right;
    font-style: normal;
    font-family: Tahoma;
    font-size: 10px;
    color: white;
    font-weight: bold;
    padding: 0 4px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    line-height: 15px;
    border: 2px solid white;
    /*position: absolute;
    right: 5px;*/
    background: #fc1a00;
 /* Old browsers */
    background: -moz-linear-gradient(top, #fc1a00 0%, #b61300 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc1a00), color-stop(100%,#b61300));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fc1a00 0%,#b61300 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fc1a00 0%,#b61300 100%);
 /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #fc1a00 0%,#b61300 100%); 
    background: linear-gradient(to bottom, #fc1a00 0%,#b61300 100%); */
    background: #CA1400\9  !important;
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1a00', endColorstr='#b61300',GradientType=0 ); */
}

em i.number {
    right: 0;
}

.right_block_section {
    border: 1px solid #e0e0e0;
    padding: 6px 6px 8px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: white;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 40px;
}
.top_menu .business > a > span{
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
}
.right_block_section_cal {
    border: 1px solid #e0e0e0;
    padding: 6px 6px 8px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: white;
    margin-left: 5px;
    margin-bottom: 5px;
}

.map_header a.right {
    float: right;
    text-decoration: none;
    font-family: arial,Helvetica,sans-serif;
    color: #565656;
    margin-top: 4px;
    margin-right: 3px;
}

.map_header a.right:hover {
    text-decoration: underline;
}

.map_header {
    padding-top: 2px;
    margin-bottom: 12px;
    margin-top: -40px;
}

.map_header h3 {
    color: #1ab8f9;
    font-weight: bold;
    font-family: arial,Helvetica,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    /*background: url('../images/title_icons.png') 0px -42px no-repeat;*/
    height: 23px;
    padding: 3px 0 0 0px;
}

.map_wrapper {
    border: 1px solid #a8a8a8;
}

.map_wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}

.map_wrapper iframe {
    display: block;
    max-width: 100%;
    height: 216px;
}

.activity_table {
    width: 99%;
    margin-bottom: 57px;
    font-size: 13px;
}

.activity_table, .activity_table td, .activity_table th {
    vertical-align: top;
}

.activity_table th {
    border-bottom: 1px solid #d7d7d7;
    padding: 12px 0;
    text-align: center;
    font-family: arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #675e5b;
}
/* start added moath*/
.skill_table {
    width: 99%;
    margin-bottom: 57px;
    font-size: 13px;
    border-bottom: 1px solid #CCC;
}

.streets_view_page .skill_table {
    margin: 0;
    border: none;
}

.skill_table, .skill_table td, .skill_table th {
    vertical-align: middle;
}

.skill_table th {
    border-bottom: 1px solid #d7d7d7;
    padding: 12px 0;
    text-align: left;
    font-family: arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
}
.skill_table th:first-of-type {
    text-align: left
}

.skill_table th:last-of-type {
    text-align: right
}

.skill_table td:first-of-type,
.skill_table td:last-of-type {
    width: 12%;
    text-align: right;
}
.skill_table td {
    padding: 8px 5px 8px;
    text-align: left;
    width: 38%;
}

.skill_table td a {
    color: #595959;
    text-decoration: none;
}

.skill_table .swap {
    text-align: left;
    white-space: nowrap;
}

.skill_table .swap img {
    vertical-align: middle;
}

.skill_table .swap a {
    color: #1ab8f9;
}
.skill_table .skills_msg {
    background: url('/images/private_message.png') center center no-repeat;
    height: 14px;
    width: 19px;
    display:inline-block;
}
.business_view_title{
    padding-top: 5px;
}
/*#WhatsOn-invite-form{
     position: relative;
}
.row{
    height: 50px;
    width: 100px;
    right: 0px;
    position: absolute;
}
.row input{
    display: inline-block;
    position: fixed;
    top: 191px;
}*/
#span-mobile{
    margin-right: 30px;
    margin-top: -9px;
    float: right;
    margin-left: 60px;
}
#end-date{
    margin-left: 0px;
}
/*end added moath*/

.activity_table.groups_table th {
    padding: 12px 7px;
}

.activity_table tr + tr {
    border-top: 1px solid #CCC;
}

.activity_table td {
    padding: 8px 5px 8px;
    text-align: center;
}

.activity_table td a {
    color: #595959;
    text-decoration: none;
}

.activity_table td.activity_name a.join_button,
.activity_table td a.join_button {
    color: #FFF;
    display: inline-block;
    width: 50px;
    float: right;
    line-height: 22px;
    font-size: 13px;
}

.activity_table td a.join_button:hover {
    text-decoration: none;
}

.activity_table td a:hover {
    text-decoration: underline;
}

.activity_table td.activity_img {
    padding-left: 0;
    width: 64px;
}

.activity_table td.activity_img img {
    display: block;
    width: 62px;
    height: 62px;
    border: 1px solid #aba9a8;
}

.activity_table td.activity_name {
    text-align: left;
    width: 210px;
    padding-right: 2%;
}

.activity_table td.activity_name b {
    font-family: arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #000;
}

.activity_table td.activity_name a {
    text-decoration: none;
    color: #595959;
}

.activity_table td.activity_name a:hover {
    text-decoration: underline;
}

.activity_table td.activity_name a b {
    color: #000;
}

.activity_table td.where_activity {
    width: 100px;
}

.main_content_header {
    overflow: hidden;
    padding-bottom: 14px;
    border-bottom: 1px solid #D7D7D7;
}

.main_content_header h4 {
    float: left;
    margin-top: 2px !important;
    font-size: 16px !important;
    line-height: 29px;
}

.join_button,
.add_button {
    float: right;
    color: white !important;
    min-width: 100px;
    padding: 0 5px;
    border: 1px solid #0394cf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    padding-top: 2px;
    margin-top: 0px;
    background: #1ab8f9;
    text-transform: capitalize;
 /* Old browsers */
    background: -moz-linear-gradient(top, #1ab8f9 0%, #0aa2e1 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ab8f9), color-stop(100%,#0aa2e1));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1ab8f9 0%,#0aa2e1 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1ab8f9 0%,#0aa2e1 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1ab8f9 0%,#0aa2e1 100%);
 /* IE10+ */
    background: linear-gradient(to bottom, #1ab8f9 0%,#0aa2e1 100%);
 /* W3C */
}

.unjoin_button {
    float: none;
    width: 60px;
    background-color: #958C89;
    color: white!important;
    border: none;
    text-decoration: none!important;
    padding: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 0px;
    -webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0px 0px 1px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0 1px 0 #FFFFFF inset, 0px 0px 1px rgba(50, 50, 50, 0.2);
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 3px rgba(0, 0, 0, 0.2);
}

.activity_table td.activity_name .unjoin_button {
    background-color: #958C89;
    color: white;
    border: none;
    float: left;
}

.unjoin_button:hover {
    text-decoration: none;
}

input.join_button {
    height: 27px;
}

.join_button:hover,
.add_button:hover {
    background: #0aa2e1;
 /* Old browsers */
    background: -moz-linear-gradient(top, #0aa2e1 0%, #1ab8f9 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0aa2e1), color-stop(100%,#1ab8f9));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0aa2e1 0%,#1ab8f9 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0aa2e1 0%,#1ab8f9 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0aa2e1 0%,#1ab8f9 100%);
 /* IE10+ */
    background: linear-gradient(to bottom, #0aa2e1 0%,#1ab8f9 100%);
 /* W3C */
}

.content_search_form {
    /*
        display: block;
        margin-left: 121px;
        margin-right: 110px;
        background: #F2F2F2;
        border: 1px solid #D9D9D9;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        height: 25px;
        line-height: 25px;
        padding: 4px 5px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.1) inset;
    */
    display: block;
    margin-left: 133px;
    margin-right: 122px;
    background: #F2F2F2;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 23px;
    padding: 2px 5px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1) inset;
    padding-left: 25px;
}

.content_search_submit {
    width: 17px;
    height: 18px;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    background: url(../images/search_dark.png) no-repeat;
    /*
     margin-top: 2px;
    */
    margin-top: 2px;
    margin-left: -20px;
}

.content_search_input {
    display: block;
    width: 100%;
    border: none;
    background: none;
    height: 22px;
    margin-top: 0;
    font: normal 13px arial,Helvetica,sans-serif;
    margin: 0;
    line-height: 18px;
}

.activity_description {
    border-bottom: 1px solid #D7D7D7;
    padding: 12px 0;
    display: inline-block;
    width: 100%;
}

.activity_description .activity_info {
    /*    float: left;
        width: 100%;*/
    overflow: hidden;
}

.activity_description img.activity_image {
    margin: 0;
    border: 2px solid #958c89;
}

.activity_description .images {
    float: left;
    text-align: center;
}

.activity_description img.activity_image_thumb {
    margin-right: 2px;
    border: 2px solid #958c89;
    max-width: 65px;
    max-height: 65px;
}

/*.activity_info .view_desc_sec,
.whatson_info*/.view_desc_sec {
    text-align: justify;
    width: 60%;
    word-break: break-word;
    clear: both;
    padding: 15px 5px 15px 0;
}

.activity_description h1 {
    padding-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 20px;
    color: #595959;
}

.activity_category {
    font-size: 14px;
    color: #675e5b;
    text-decoration: none;
    font-style: italic;
}

.activity_category:hover {
    text-decoration: underline;
}

.activity_data,
.group_data {
    font-family: arial,Helvetica,sans-serif;
    font-size: 15px;
    margin: 0 0 10px;
}

.group_data li {
    text-align: right;
    margin-bottom: 5px;
}

.whatson_description .group_data {
    display: inline-block;
    margin: 10px 0 0 10px;
}

.whatson_description .group_data li {
    display: inline;
}

.whatson_description .group_data a,
.whatson_description .group_data input {
    margin: 2px 2px 0 0;
}

.group_data .join_button,
.group_data .add_button {
    float: none;
    display: inline-block;
}

.activity_data span {
    float: left;
    width: 35px;
}

.groups_data span {
    width: 45px!important;
}

.activity_data span i {
    font-style: normal;
    float: right;
}

.activity_data span.location {
    width: 525px;
    margin-left: 9px;
    text-indent: -9px;
}

.groups_data a,
.activity_data a {
    color: #595959;
    text-decoration: none;
    margin: 5px 0;
}

.groups_data a:hover,
.activity_data a:hover {
    text-decoration: underline;
}

.participants_block {
    overflow: hidden;
    padding: 10px 0 23px;
}

.participants_block span {
    text-decoration: none !important;
}

.participants_wrapper {
    width: 70px;
    float: left;
}

.participants {
    height: 27px;
    line-height: 27px;
    border: 1px solid #d3d3d3;
    padding-left: 8px;
    font-size: 14px;
    color: #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: #ededed;
 /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #dfe0df 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dfe0df));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ededed 0%,#dfe0df 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ededed 0%,#dfe0df 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ededed 0%,#dfe0df 100%);
 /* IE10+ */
    background: linear-gradient(to bottom, #ededed 0%,#dfe0df 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dfe0df',GradientType=0 );
 /* IE6-9 */
}

.participants_arrow {
    float: right;
    width: 26px;
    height: 27px;
    border-left: 1px solid #b3b3b3;
    background: url(../images/select_arrow.png) center no-repeat;
}

.participants_popup {
    background: #f8f8f8;
    border: 1px solid #d3d3d3;
    /*border-top: none;*/
    border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    padding: 5px;
    position: relative;
    z-index: 1;
    top: -2px;
    padding-top: 7px;
    float: left;
}

.participants_popup li {
    border-bottom: 1px solid #d7d7d7;
    padding: 4px 0;
    position: relative;
}

.participants_popup li a {
    display: block;
    color: #565656;
    font-family: arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.participants_popup li a.unjoin {
    position: absolute;
    top: 15px;
    right: 4px;
}

.participants_popup li:last-child {
    border: none;
    padding-bottom: 0px;
}

.participants_popup li img {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 21px;
    border: 1px solid #d7d7d7;
}

.participants_label {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.main_content_header h2 {
    text-transform: uppercase;
}

.create_activity_form,
.create_group_form {
    margin-top: 6px;
}

.form_field {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.form_field_label {
    float: left;
    width: 132px;
    position: relative;
    top: 5px;
    font-size: 14px;
    font-family: arial,Helvetica,sans-serif;
    color: #414141;
}

.form_field_label span {
    float: right;
    margin-right: 20px;
}

.form_field_label.large_label {
    position: relative;
    top: -4px;
}

.form_field_label_poll {
    background-color: #D3D3D3;
    padding: 5px 0;
    top: 0;
    text-align: center;
    box-sizing: content-box;
    border: 1px solid #D3D3D3;
    border-right: 0px;
    border-left: 0px;
}

.form_field_input {
    margin-left: 90px;
    margin-right: 2px;
    padding-right: 15px;
}

.form_field_input p {
    margin: 0;
    position: relative;
    top: 6px;
}

.form_field_input .helper {
    position:static;
	margin:10px 0 10px 45px;
}

.form_field > a {
    text-decoration: none;
    font-size: 13px;
    color: #09F;
}
#poll-form .input_text {
    width: 86%;
}
.input_text {
    width: 76%;
    margin: 0;
    padding: 0 2%;
    display: block;
    border: 1px solid #d9d9d9;
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #f2f2f2;
    box-shadow: 0px 2px 2px rgba(0,0,0,.06) inset;
    font-family: arial,Helvetica,sans-serif;
    font-size: 14px;
}

.input_text.small_input {
    width: 199px;
    padding: 0 5px;
}

.input_text.date_input {
    background: #f2f2f2 url(../images/date.png) 183px 4px no-repeat;
}

.input_textarea {
    width: 79%;
    margin: 0;
    padding: 2%;
    display: block;
    border: 1px solid #d9d9d9;
    /*
    height: 182px;
    */
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #f2f2f2;
    box-shadow: 0px 2px 2px rgba(0,0,0,.06) inset;
    resize: none;
    font-size: 14px;
    font-family: arial,Helvetica,sans-serif;
}

.input_text.profile_address {
    width: 79%;
}

.input_textarea2 {
    /*width: 95%;*/
    width: 96%;
    margin: 0px 0px 5px 0px;
    padding: 2% 2% 2% 1.3%;
    display: block;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .06) inset;
    resize: none;
    font: normal 13px arial,Helvetica,sans-serif;
}

.input_cmnt_btn {
    margin: 0;
    padding: 0 5px !important;
    height: 32px !important;
    font-size: 12px !important;
}

.inputs_line .input_text {
    width: 80px;
    display: inline-block;
    margin-right: 5%;
}

.inputs_line .input_btn {
    width: 80px;
    display: inline-block;
    margin-right: 5%;
    float: none;
    vertical-align: top;
}

.inputs_line .input_text_wider {
    width: 127px;
}

.inputs_line .sbHolder {
    width: 139px;
    display: inline-block;
    margin-right: 65px;
    left: 0px;
}

.inputs_timepicker .sbHolder {
    width: 70px;
}

.inputs_timepicker .sbHolder:not(:first-child) {
    margin-right: 5px;
}

 /*Added By Tarek*/
form table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

form table td {
    vertical-align: middle;
    padding: 5px;
    white-space: nowrap;
    width: 50%;
}

form table tr:last-of-type td:last-of-type {
    float: right;
    margin: 5px 0 0;
}

form table td input[type='submit'],
form table td button {
    width: 150px !important;
    display: block;
    margin: 0 0 5px 0;
    float: right;
}

form table input,
form table textarea,
form table button {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 25px;
}

form table textarea::-webkit-input-placeholder {
    padding-left: 3px;
    white-space: nowrap;
}

form table textarea:-moz-placeholder {
 /* Firefox 18- */
    padding-left: 3px;
    white-space: nowrap;
}

form table textarea::-moz-placeholder {
  /* Firefox 19+ */
    padding-left: 3px;
    white-space: nowrap;
}

form table textarea:-ms-input-placeholder {
    padding-left: 3px;
    white-space: nowrap;
}

/*End Added By Tarek*/
/*changed by rana*/
.inputs_line .input_checkbox {
    display: block;
    margin: 6px 68px 0 47px;
    position: absolute;
    width: 15px;
    height: 17px;
}
/*End changes rana*/

.inputs_line label {
    font-size: 14px;
    font-family: arial,Helvetica,sans-serif;
    color: #414141;
    right: -26px;
}

.social_buttons {
    margin-right: -10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.social_buttons li {
    float: left;
    width: 25%;
    margin: 0;
}

.social_buttons a {
    display: block;
    max-width: 92px;
    height: 61px;
    margin-right: 10px;
    padding-top: 13px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ffffff;
 /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dddddd 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dddddd 100%);
 /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dddddd 100%);
 /* W3C */
}

.social_buttons a span {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
}

.social_buttons a.activity-facebook span,
.social_buttons a.facebook span {
    background: url(../images/facebook.png) no-repeat;
}

.social_buttons a.activity-google span,
.social_buttons a.google span {
    background: url(../images/google.png) no-repeat;
}

.social_buttons a.twitter span {
    background: url(../images/twitter.png) no-repeat;
}

.social_buttons a.yahoo span {
    background: url(../images/yahoo.png) no-repeat;
}

.form_submit_field {
    border-top: 1px solid #D7D7D7;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 11px;
}

.submit_button {
    float: right;
    color: white;
    padding: 0 25px;
    border: 1px solid #0394CF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 23px;
    line-height: 23px;
    cursor: pointer;
    background: #1AB8F9;
    background: -moz-linear-gradient(top, #1AB8F9 0%, #0AA2E1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1AB8F9), color-stop(100%,#0AA2E1));
    background: -webkit-linear-gradient(top, #1AB8F9 0%,#0AA2E1 100%);
    background: -o-linear-gradient(top, #1AB8F9 0%,#0AA2E1 100%);
    background: -ms-linear-gradient(top, #1AB8F9 0%,#0AA2E1 100%);
    background: linear-gradient(to bottom, #1AB8F9 0%,#0AA2E1 100%);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma;
}

.comment_button {
    height: 25px;
    line-height: 20px;
    padding: 0 18px;
    float: left;
}

.submit_button:hover {
    background: #0AA2E1;
    background: -moz-linear-gradient(top, #0AA2E1 0%, #1AB8F9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0AA2E1), color-stop(100%,#1AB8F9));
    background: -webkit-linear-gradient(top, #0AA2E1 0%,#1AB8F9 100%);
    background: -o-linear-gradient(top, #0AA2E1 0%,#1AB8F9 100%);
    background: -ms-linear-gradient(top, #0AA2E1 0%,#1AB8F9 100%);
    background: linear-gradient(to bottom, #0AA2E1 0%,#1AB8F9 100%);
}

.gray_out_submit_button {
    float: left;
    color: white;
    padding: 0 25px;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 27px;
    line-height: 27px;
    cursor: pointer;
    background: #808080;
    background: -moz-linear-gradient(top, #808080 0%, #C0C0C0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(100%,#0AA2E1));
    background: -webkit-linear-gradient(top, #808080 0%,#C0C0C0 100%);
    background: -o-linear-gradient(top, #808080 0%,#C0C0C0 100%);
    background: -ms-linear-gradient(top, #808080 0%,#C0C0C0 100%);
    background: linear-gradient(to bottom, #808080 0%,#C0C0C0 100%);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma;
}

.inputs_line {
    margin-right: -25px;
}

/* BARTERBOARD CHANGES */

.barterboard_page  li {
    display: inline-block;
    width: 25%;
    margin-right: -4px;
    vertical-align: top;
    margin-bottom: 15px;
}

/* BARTERBOARD CHANGES */

/***********************Please use the standard error and
success message css which is below for every session message*****************/
.error-box {
    background-color: #fff7dd;
    color: #A31919;
    font: bold 15px Verdana;
    line-height: 120%;
    padding: 0.8em;
    margin: 1em 0;
    border: 1px solid #A31919;
    width: auto;
}

.error-message span {
    background: url(../images/error-icon.gif) no-repeat 0 0;
    float: left;
    width: 25px;
    height: 25px;
    display: block;
    padding-right: 5px;
}

.success-message span {
    background: url(../images/success-icon.gif) no-repeat 0 0;
    float: left;
    width: 25px;
    height: 25px;
    display: block;
    padding-right: 5px;
}

.success-box {
    background-color: #d5f9d5;
    border: 1px solid #9ae89a;
    color: #333;
    font: bold 15px Verdana;
    line-height: 120%;
    padding: 0.8em;
    margin: 1em 0;
}
/*
.error {

    color:red;
    font-family: Verdana;

}
*/


.info-message span {
    background: url(../images/info-icon.gif) no-repeat 0 0;
    float: left;
    width: 25px;
    height: 25px;
    display: block;
    padding-right: 5px;
}

.info-box {
    background-color: #d7e8f1;
    border: 1px solid #91cae8;
    color: #333;
    font: bold 15px Verdana;
    line-height: 120%;
    padding: 0.8em;
    margin: 1em 0;
}

.warning-message span {
    background: url(../images/warning-icon.gif) no-repeat 0 0;
    float: left;
    width: 25px;
    height: 25px;
    display: block;
    padding-right: 5px;
}

.warning-box {
    background-color: #f9efcf;
    border: 1px solid #f9dc83;
    color: #333;
    font: bold 15px Verdana;
    line-height: 120%;
    padding: 0.8em;
    margin: 1em 0;
}

.errorMessage {
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.select-invite {
    border: 1px solid #AAA;
    height: 250px;
    overflow: auto;
}

.select-invite select,input {
    margin: 2px;
}

.select-invite table.select-multiple {
    width: 100%;
}

.select-invite table.select-multiple td.email {
    color: #888;
}

.select-invite table.select-multiple th.checkbox,.select-invite table.select-multiple td.checkbox {
    width: 16px;
}

.select-invite table.select-multiple th:first-child,  .select-invite table.select-multiple td:first-child {
    padding-left: 8px;
}

.select-header {
    border-top: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-left: 1px solid #AAA;
    margin-top: 15px;
    padding: 6px 8px;
    background: #F7F7F7;
    background: -moz-linear-gradient(center bottom,#F7F7F7 0%,white 100%);
    background: -ms-linear-gradient(bottom,#F7F7F7,white);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#F7F7F7),color-stop(1,white));
}

.bottomButton {
    padding: 15px 0;
    margin: 15px 0;
}

.payment_label {
    font-weight: bold;
    color: #d9d9d9;
    margin-top: 10px!important;
}

.payment_right {
    float: right;
}

#payment_block .field_form {
    margin-bottom: 15px;
}

#payment_block .errorMessage {
    margin-bottom: 5px;
}

.items .empty {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    font-family: arial,Helvetica,sans-serif;
}

.barterboard_page .items .empty {
    margin-left: 15px;
}

.empty {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    font-family: arial,Helvetica,sans-serif;
}

.contacts_list_block .items .empty {
    margin-left: 10px;
}

.service_box {
    border: 0px solid #D7D7D7;
    /*    padding-bottom: 12px;*/
    padding-top: 12px;
}

.service_info {
    width: 100%;
    margin-top: 15px;
}

.service_box h3 a,.service_box h4 a {
    text-decoration: none;
    color: #1ab8f9;
}

.service_stars {
    float: right;
    /*    width: 100%;*/
}

.service_image {
    float: left;
    margin: 0px 15px 15px 0;
    border: 2px solid #958c89;
}

.service_content span {
    font-weight: bold;
}

.service_content li {
}

.service_title {
    color: #1ab8f9;
    font-size: 18px;
    font-weight: bold;
    font-family: arial,Helvetica,sans-serif;
}

.like_btn_div {
    margin-top: 1px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.like_button2 {
    color: #0099FF;
    font-weight: normal;
    /*font-size: 12px;*/
    text-decoration: none;
}

.main_service_content {
    padding-top: 10px;
}

.main_service_content .service_img {
    max-width: 88%;
    max-height: 128px;
    margin: 0 auto 10px;
    border: 1px solid #D7D7D7;
}

.main_service_content .service_img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.main_servicebox .show_more, .show_more_review {
    color: #123422;
    text-decoration: none;
    font-weight: bold;
}

.main_service_content li {
    display: inline-block;
    width: 25%;
    margin-right: -4px;
    vertical-align: top;
    margin-bottom: 15px;
}

.main_service_content li span {
    display: block;
    text-align: center;
    max-width: 90px;
    margin: 0 auto;
}

.main_service_content li span a {
    text-decoration: none;
    color: #675E5B;
}

.main_service_content li a {
    text-decoration: none;
}

.main_service_list .listItem {
    color: #0099FF;
    font-weight: normal;
    font-size: 12px;
}

.service_send_box ul {
    font: 14px arial,Helvetica,sans-serif;
}

.payment_service_header {
    font: bold 20px arial,Helvetica,sans-serif;
    padding-bottom: 10px;
    color: #0AA2E1;
}

.payment_service_p {
    font: bold 14px arial,Helvetica,sans-serif;
    color: #676767;
    font-size: 20px;
}

#reviews {
    margin-top: 20px;
}

.review_list {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    font: bold 13px arial,Helvetica,sans-serif;
    margin-right: 5px;
    width: 95%;
    border-bottom: 1px solid #D7D7D7;
    /*padding-bottom: 20px;*/
    padding: 5px;
    overflow: hidden;
    background-color: #f1f2f6;
}
/*.review_list span{
    font-size: 11px;
    float: right;
}*/
.review_list .service_stars {
    float: left;
}

.review_list .review_txt {
    padding-bottom: 10px;
    color: #565656;
}

.review_list .review_title {
    margin-top: 10px;
}

.review_comment_box {
    margin-top: 20px;
    overflow: hidden;
}

.review_comment_box .add_button {
    margin-bottom: 10px;
}

#editReview {
    display: none;
}

.review_edit_box {
    float: right;
    /*margin-top: -25px;*/
}

.review_edit {
}

.review_content {
    margin-left: 50px;
    margin-bottom: 5px;
    font: 13px arial,Helvetica,sans-serif;
    margin-right: 5px;
    overflow: hidden;
}

.review_content .user_name {
    font: bold 13px arial,Helvetica,sans-serif;
}

.review_action_box {
    padding: 14px 10px 10px 0;
    width: 150px;
    float: left;
    font-family: arial,Helvetica,sans-serif;
    font-size: 14px;
}

.service_send_box {
    display: none;
}

.service_send_box {
    background-color: white;
    color: black;
    font-size: 14px;
    border: 4px solid #09F;
    padding: 20px;
    position: absolute;
    top: 10%;
    left: 35%;
    width: 400px;
    height: auto;
    overflow: hidden;
    z-index: 999999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
}

.service_send_box .close {
    width: 20px;
    height: 20px;
    margin-right: -5px;
    margin-top: -10px;
    float: right;
    top: 0;
    background-image: url(../images/icon_close.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: 999999;
    cursor: pointer;
}

.event_list_item {
    display: inline-block;
    float: left;
}

.event_item {
    border-top: 1px solid #CCC;
    padding: 10px;
}

.event_list_item a {
    color: #000;
    font-weight: bold;
}

.activity_name {
    width: 270px;
}

.activity_img_div {
    width: 80px;
}

.event_date {
    width: 80px;
}

.event_location {
    width: 110px;
}

.right_block.right_fix_menu {
    width: 285px;
    position: fixed;
    top: 0;
}

.left_menu.left_fix_menu {
    position: fixed;
    top: 0;
}

.service_panel {
    /*margin-bottom: 15px;*/
}

.service_panel .like_btn_div .like_text {
    display: inline-block;
}

.service_panel .like_button2 {
    display: inline-block;
    float: left;
    margin: 6px 6px 0 0;
    font-size: 11px;
}

.service_panel .like_button {
    margin-top: -1px;
}

ul.activity_data {
    margin-left: 210px;
}

.activity_data .act_text_data {
    float: none;
    margin-left: 57px;
    display: block;
    width: auto;
}

.notice_text{
    padding: 5px 0px 5px 22px;
    font-size: 13px;
    margin-left: 10px;
    background: url(../images/icon/notice-event-icon.png) left center no-repeat;
}

/*notice icons*/
.notice_text.icon-poll {
    background: url('../images/icon/notice-poll.png') left 3px no-repeat;
}
.notice_text.icon-activity {
    background: url('../images/icon/notice-activity.png') left 3px no-repeat;
}
.notice_text.icon-event {
    background: url('../images/icon/notice-event.png') left 3px no-repeat;
}
.notice_text.icon-promo {
    background: url('../images/icon/notice-promo.png') left 3px no-repeat;
}
.notice_text.icon-group {
    background: url('../images/icon/notice-groups-1.png') left 3px no-repeat;
}
.notice_text.icon-group-joined {
    background: url('../images/icon/notice-groups-1.png') left 3px no-repeat;
}
.notice_text.icon-lostnfound {
    background: url('../images/icon/notice-lnf.png') left 3px no-repeat;
}

.notice_text.icon-business-signup {
    background: url('../images/icon/notice-business-icon.png') left 3px no-repeat;
}
.notice_text.icon-business-signup.icon-business-automotive {
    background: url('../images/icon/notice-business-automotive-icon.png') left 3px no-repeat;
}
.notice_text.icon-business-signup.icon-business-childcare {
    background: url('../images/icon/notice-business-childcare-icon.png') left 3px no-repeat;
}
.notice_text.icon-business-signup.icon-business-cleaning {
    background: url('../images/icon/notice-business-cleaning-icon.png') left 3px no-repeat;
}
.notice_text.icon-business-signup.icon-business-food {
    background: url('../images/icon/notice-business-food-icon.png') left 3px no-repeat;
}
.notice_text.icon-business-signup.icon-business-garden {
    background: url('../images/icon/notice-business-gardenl-icon.png') left 3px no-repeat;
}
.notice_text.icon-business-signup.icon-business-house {
    background: url('../images/icon/notice-business-house-icon.png') left 3px no-repeat;
}
.notice_text.icon-business-signup.icon-business-personal {
    background: url('../images/icon/notice-business-personal-icon.png') left 3px no-repeat;
}
.notice_text.icon-business-signup.icon-business-pets {
    background: url('../images/icon/notice-business-pets-icon.png') left 3px no-repeat;
}
.notice_text.icon-business-signup.icon-business-removalist {
    background: url('../images/icon/notice-business-removalist-icon.png') left 3px no-repeat;
}


.notice_text a {
    text-decoration: none;
    font-size: 13px;
    color: #0099FF;
    /*margin-top: -7px;*/
}

.notice_text .join_button {
  background: none repeat scroll 0 0 #5EB9EA;
    border: medium none;
    border-radius: 3px;
    color: #FFFFFF !important;
    display: inline-block;
    float: right;
    margin: 0 0 10px 10px;
    padding: 4px 10px 4px;
    line-height:12px;
    min-width: 50px;
}

.street_form {
    width: 110px;
}

.street_form span {
    color: red;
}

.spirit_table {
    width: 100%;
    border-collapse: separate!important;
    border-radius: 5px;
}

.spirit_table tr td {
    border: 1px solid #ccc;
}

.spirit_table thead tr {
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #fff;
    background-color: #ccc;
}

.spirit_table_rank {
    text-align: center;
    vertical-align: middle;
}

.spirit_table_user_h {
    padding: 5px 0px 5px 50px;
}

.spirit_table_user {
    padding: 5px 0px 5px 10px;
}

.sp_img_div {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
}

.spl_user_name {
    /*float: left;*/
    display: inline-block;
    margin: 7px;
}

.vendor_attr_right {
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
}

.vendor_attr_left {
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    width: 130px
}

.prize_desc {
/*    height: 100px;*/
    overflow: hidden;
    padding: 10px;
    border: 1px solid #ccc;
}

.prize_desc .info_block {
    float: left;
    display: inline-block;
    width: 73%;
    margin-left: 3%;
    height: 100px;
}

.info_block p {
    font-size: 14px;
/*padding: 10%;*/
}

.prize_desc img {
    float: left;
    width: 100px;
    display: inline-block;
}

.prize_desc .info_block h4 {
    color: #1ab8f9;
}

.change_width {
    width: 130px!important;
}

#monthly-prize-form .errorMessage {
    margin-left: 40px;
}

.prize_block_h {
    margin: 10px 0px;
}

.points_heading {
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

#config_table {
    /*border: 1px solid black;*/
}

#config_table tr, #config_table tr td {
    border: 1px solid #000;
}

.config_counts {
    width: 12%;
    text-align: center;
    height: 20px;
}

#config_table a {
    text-decoration: none;
    color: #1ab8f9
}

/*Bondi best list page css start*/
.bondi_categories {
    float: left;
    width: 100%;
    background: #f4f5f6;
    border: 1px solid #a9abad;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 15px 0 0 0;
}

.best_places {
    float: left;
    width: 23%;
}

.best_places img {
    float: left;
    width: 100%;
    border: radius:5px;
    -moz-border: radius:5px;
    -ms-border: radius:5px;
    -o-border: radius:5px;
    -webkit-border: radius:5px;
    border-right: 1px solid #a9abad;
}

.best_places_content {
    float: left;
    width: 77%
}

.best_places_title {
    float: left;
    width: 100%;
    margin: 1%;
    text-indent: 5px;
    color: #1ab8f9;
    font-weight: bold;
    font-family: Calibri;
    text-transform: uppercase;
    font-size: 16px;
}

.best_three {
    float: left;
    width: 70%;
    margin-left: 5%;
    font: normal 14px 'Calibri';
}

.best_three ul {
    width: 100%;
    list-style: decimal;
    float: left;
}

.best_three ul li {
    float: left;
    width: 100%;
}

.Enter_best {
    float: left;
    width: 75%;
}

.enter_best_txtbox {
    height: 20px;
    float: left;
    width: 75%;
    margin: 2% 0 2% 2%;
    background: #FFF;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border: 1px solid #b5b6b8;
    font: normal 12px 'Tahoma';
    color: #252525;
    text-indent: 5px;
}

.enter_best_post_btn {
    float: left;
    width: 20%;
    height: 24px;
    margin: 2% 0;
    color: #FFFFFF;
    text-align: center;
    font: bold 14px 'Tahoma';
    background: #40b5e7;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #b5b6b8;
    border-left: none;
    cursor: pointer;
    border: none;
    text-indent: -1px;
    bottom: 0px;
    padding: 0 0 3px 0;
}

/*Bondi best list page css start*/

/* Specials styles */
.special_map {
    margin: 10px 0 20px;
    border: 1px solid #a1a0a0;
    width: 551px;
    height: 380px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #f2f2f2;
    padding: 10px;
    box-shadow: 0px 0px 3px #8c8a8a;
}

.custom-marker {
    background: url('../images/map_pointer.png') 0 0 no-repeat transparent;
    width: 19px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.special_map .custom-marker {
    /*margin-top: -16px;*/
}

.map_pointer_popup {
    left: 188px;
    width: 182px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #3fb4e8;
    background: #FFF;
}

.map_popup_location {
    float: left;
    height: auto;
}

.map_popup_location img {
    margin: -13px 0 0 7px;
    border: 1px solid #938f8f;
}

.popup_corner {
    position: relative;
    top: 30px;
    left: -14px;
    height: 22px;
    width: 14px;
}

.map_numbers {
    position: relative;
    top: 127px;
    left: 160px;
    height: 22px;
    width: 14px;
    font: normal 13px arial,Helvetica,sans-serif;
    color: #000;
}

.map_numbers a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

.location_name {
    float: left;
    font: normal 14px arial,Helvetica,sans-serif;
    color: #1ab8f9;
    text-transform: uppercase;
    width: 200px;
    margin-bottom: 4px;
    margin-left: 10px;
}

.location_name a {
    text-decoration: none;
    color: #1ab8f9;
}

.map_deal_title, .deal_content_title {
    float: left;
    width: 100%;
    font: normal 12px arial,Helvetica,sans-serif;
    color: #000;
    font-weight: bold;
    text-indent: 10px;
}

.deal_content_title {
    width: 94px;
}

.map_pointer_popup p {
    float: left;
    margin: 0 10px 5px 10px;
    font: normal 12px arial,Helvetica,sans-serif;
}

.map_area {
    width: 100%;
    height: 379px;
    border: 1px solid #DDDBDB;
    border-radius: 10px 10px 10px 10px;
}

.special_content {
    float: left;
    width: 100%;
    height: auto;
    border-top: 1px solid #d8d8db;
    border-bottom: 1px solid #d8d8db;
    padding-top: 10px;
}

.latest_deal_content {
    float: left;
    margin: 5px 0 5px 0;
    font: normal 13px arial,Helvetica,sans-serif;
    height: auto;
}

.latest_deal_options {
    float: left;
    margin: 5px 0 0;
    height: auto;
    border-bottom: 1px solid #d9d9db;
}

.latest_deal_options:last-child {
    border-bottom: none !important;
}

.map_icon {
    float: left;
    width: 19px;
    height: auto;
    border: none;
    margin-top: 5px;
}

.deal_images {
    float: left;
    width: 103px;
    height: 102px;
    margin: 5px 10px;
}

.deal_images img {
    border: 1px solid #938f8f;
}

.deal_content {
    float: left;
    width: 427px;
    height: auto;
}

.vendor_name_line {
    float: left;
    width: 100%;
}

.rank_star {
    float: right;
    width: 90px;
}

.rank_star img {
    margin: 0 1px;
    float: right;
}

.deal_address_content {
    float: left;
    width: 100%;
}

.deal_inner_content {
    float: left;
    width: 333px;
    font: normal 12px arial,Helvetica,sans-serif;
    color: #252525;
    margin-bottom: 5px;
    height: auto;
    text-align: justify;
}

.like_review_line {
    float: left;
    width: 100%;
}

.like_deal {
    float: left;
    font: normal 14px arial,Helvetica,sans-serif;
    color: #1ab8f9;
    margin-left: 10px;
}

.like_deal a {
    text-decoration: none;
    color: #1ab8f9;
}

.reviews_deal {
    float: left;
    width: 100px;
    font: normal 14px arial,Helvetica,sans-serif;
    color: #1ab8f9;
    margin-bottom: 10px;
}

.reviews_deal a {
    text-decoration: none;
    color: #1ab8f9;
}

.reviews_deal span {
    float: left;
    width: auto;
    font: normal 14px arial,Helvetica,sans-serif;
    color: #1ab8f9;
    margin-right: 5px;
}

/* Specials styles */
.active_tab {
    background-color: #07ABEF !important;
    color: #FFFFFF !important;
    font-weight: bold;
}

.street_create_text {
    font-size: 16px;
    text-align: center;
    /*color: #1ab8f9;*/
}

.resp_message {
    color: red;
    padding-left: 10px;
    display: none;
    width: 200px;
    text-align: center;
}

.spirit_table td a {
    text-decoration: none;
    color: #1ab8f9
}

.or_text {
    font-weight: bold;
    margin: 10px 100px
}

.verify_address {
    text-align: center;
    color: #0394cf;
    font-weight: bold;
    width: 220px;
}

/*Notification Setting page CSS Start*/
.notification_setting_header {
    overflow: hidden;
    padding-bottom: 14px;
    border-bottom: 1px solid #D7D7D7;
}

.notification_setting_header h4 {
    float: left;
}

.notification_setting_inner p {
    float: left;
    margin: 5px 0;
}

.notification_setting_inner {
    width: 100%;
    float: left;
}

.ns_table {
    width: 100%;
    float: left;
    margin: 5px 0;
    border: 1px solid #e0e0e0;
    background: #f7f7f7;
}

.ns_table_th, .ns_table_td {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.ns_th_first, .ns_th_second, .ns_th_third, .ns_th_fourth, .ns_th_fifth {
    width: 32%;
    float: left;
    height: 94px;
    font: bold 13px arial,Helvetica,sans-serif;
    color: #208bd8;
    text-align: center;
    paddding: 10px 20px;
    border-right: 1px solid #e0e0e0;
}

.ns_th_second, .ns_th_second, .ns_th_third, .ns_th_fourth, .ns_th_fifth {
    width: 33%;
}

.ns_th_fifth, .ns_th_second:last-child {
    border-right: none;
}

.ns_td_first, .ns_td_second, .ns_td_third, .ns_td_fourth, .ns_td_fifth {
    width: 32%;
    float: left;
    font: normal 13px arial,Helvetica,sans-serif;
    color: #252525;
    text-align: center;
    paddding: 10px 20px;
    border-right: 1px solid #e0e0e0;
}

.ns_td_second, .ns_td_second, .ns_td_third, .ns_td_fourth, .ns_td_fifth {
    width: 33%;
}

.ns_td_fifth, .ns_td_second:last-child {
    border-right: none;
}

.ns_th_title {
    width: 78%;
    padding: 10px 10px 5px 10px;
    margin: 0 auto;
}

.ns_td_title {
    width: 78%;
    padding: 5px 0;
    margin: 0 auto;
}

.ns_th_subtitle {
    width: 88%;
    margin: 0 auto;
    color: #252525;
    height: auto;
    font-weight: normal;
}

.ns_table_last_td {
    width: 100%;
    height: 32px;
    padding: 10px;
    float: left;
}

.extra_emails_checkbox {
    float: left;
    width: 25px;
    margin-top: 8px;
}

.ns_table_last_td p {
    width: 85%;
    float: left;
}

.save_btn_ns {
    margin: 0 auto;
    width: 70px;
}
/*Notification Setting page CSS End*/
.ui-helper-hidden-accessible {
    display: none;
}

.streetItem {
    clear: both;
}

.send_verify_code,.send_code {
    float: none!important;
}

#Verify_form {
    padding: 20px;
}

.verify_address input {
    margin: 10px 0px;
    width: 195px;
    height: 15px;
    padding: 5px 10px;
}

.tool_label {
    margin: 10px 0px;
    display: block;
}

.verify_address input[readonly="readonly"] {
    color: #999999;
    border: none;
    border: 1px solid
}

.error_join {
    text-align: center;
    color: red;
}

.have_spent_limit {
    width: 300px;
    padding: 0px 20px;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}

/*Changed by Tarek*/
/*#ui-id-1.ui-autocomplete {
    width: 350px!important;
    max-height: 200px;
    overflow: auto;
}*/

.no-posts {
    clear: left;
    padding-top: 15px;
    margin-left: -4px;
}

.not_joined_group {
    cursor: pointer;
    display: inline
}

.activity_table td.activity_name a:hover {
    text-decoration: none;
}

.month-event-list ul a.not_joined_group {
    display: block;
    color: #595959;
}

.verify_address a,.have_spent_limit a {
    color: #0394cf;
    text-decoration: none;
}

.resend_email {
    margin-left: 5px;
}

.join_block {
    width: 230px;
}

.message_user_img {
    float: left;
    display: inline-block;
}

.message_desc {
    float: left;
    display: inline-block;
    width: 85%;
}

/*Added By Tarek*/
.info_img {
    height: 18px;
    padding-top: 7px;
    padding-left: 7px;
    float: left;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    background: #eee
}   

/* workarounds */
html .ui-autocomplete {
    width: 1px;
} /* without this, the menu expands to 100% in IE6 */
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

/*What's On view*/
.whatson_header_date {
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.whatson_header_date h1 {
    display: inline;
    font-size: 100%;
    letter-spacing: normal;
}

.whatson_header_group,
.whatson_header_group_image,
.whatson_header_group_text {
    display: inline-block;
}

.whatson_header_group {
    border: 1px solid #D7D7D7;
    text-align: center;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    width:100%;
    margin-top: 10px;
}

.whatson_header_group_image,
.whatson_header_group_text {
    vertical-align: top;
    height: 65px;
}

.whatson_header_group_text h1,
.whatson_header_group_text p {
    margin-bottom: 0;
}

.whatson_description {
    /*border-bottom: 1px solid #D7D7D7;*/
    padding-bottom: 12px;
}

.whatson_description .whatson_info {
    /*    float: left;
        width: 100%;*/
    overflow: hidden;
}

.whatson_description img.whatson_image {
    float: left;
    margin: 0px 15px 15px 0;
    border: 2px solid #958c89;
}

.whatson_description h1 {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 19px;
margin: 15px 0;
line-height: 30px;
}

.whatson_category {
    font-size: 14px;
    color: #675e5b;
    text-decoration: none;
    font-style: italic;
}

.whatson_category:hover {
    text-decoration: underline;
}

.whatson_data {
    font-family: arial,Helvetica,sans-serif;
    color: black;
    font-size: 15px;
    margin: 0 0 10px;
    text-align: left;
    width: 60%;
    word-break: break-word;
    float: right;
}
/*add by moath*/

.profile_data{
    font-family: arial,Helvetica,sans-serif;
    /*color: #1AB8F9;*/
    font-size: 13px;
    margin: 0 0 10px;
    text-align: justify;
    width: 60%;
    word-break: break-word;
    float: left;
}
.profile_data li {
    margin: 0 5px;
}

.profile_data span {
    color: #595959;
    padding-right: 5px;
    font-weight: bold;
}

.profile_data a {
    color: #1AB8F9;
    text-decoration: none;
}

.profile_data a:hover {
    text-decoration: underline;
}

.activity_info a.upload_pictures {
    color: #FFF;
    float: left;
    margin: 4px 0 0;
}

.activity_info a.upload_pictures:hover {
    text-decoration: none;
}

.business_view_data{
    font-family: arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0 0 10px;
    text-align: justify;
    width: 60%;
    word-break: break-word;
    float: left;
}
.business_view_data li {
    margin: 0 5px;
}

.business_view_data span {
    font-weight: bold;
    color: #595959;
    padding-right: 5px;
}

.business_view_data a {
    color: #1AB8F9;
    text-decoration: none;
}

.business_view_data a:hover {
    text-decoration: underline;
}

.profile_table {
    width: 100%;
    color: #1AB8F9;
}

.profile_table tr td {
    vertical-align: middle;
    font-weight: bold;
}

.profile_table tr td:last-child {
    width: 60px;
}

.profile_table a {
    text-decoration: none;
}
.profile_table tr td a{
    color:#1AB8F9;
}

.profile_table a.two {
    width: 50%
}

.profile_table a.three {
    width: 33%
}

.profile_table tr td:last-child a {
    height: 25px;
    background-position: center;
}

.whatson_data_1 {
    font-family: arial,Helvetica,sans-serif;
    color: #595959;
    font-size: 15px;
    margin: 0 0 10px;
    text-align: justify;
    width: 60%;
    word-break: break-word;
    float: left;
}

.whatson_data_1 span{
    margin-right: 22px;
    font-weight: bold;
}
.whatson_data li:last-child {
  margin-top: 0;
}
/*end add moath*/
.whatson_data li {
    margin: 0 5px;
    min-height: 23px;
   
}


.whatson_data span {
    font-weight: bold;
    color: #565656;
    padding-right: 5px;
}

.whatson_data a {
    color: black;
    text-decoration: none;
}

.whatson_data a:hover {
    text-decoration: underline;
}


.whatson_data .view_photos {
    color: #FFFFFF;
    background-color: #1AB8F9;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 50px;
}

.activity_members a {
    text-decoration: none;
    color: #595959;
    float: left;
    margin: 5px;
    text-align: center;
    width: 60px;
    position: relative;
}

.activity_members a.see_more {
    width: 95%;
    text-align: right;
    color: #1AB8F9;
}

.activity_members a.see_more:hover {
    text-decoration: underline;
}

.activity_members .rest {
    display: none;
}

.activity_members span {
    height: 20px;
    line-height: 20px;
    white-space:nowrap;
    overflow: hidden;
    display: inline-block;
    width: 60px;
    text-align: left;
    text-overflow: ellipsis;
}

.activity_members .unjoin {
    position: absolute;
    top: 0;
    right: 5px;
    width: auto;
    border-bottom-left-radius: 3px;
    padding: 0 3px;
}

.activity_members .unjoin:hover {
    background-color: #F2F2F2;
}

#tabs {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    clear: none;
    background-color: #fff;
    /*width: 100%;*/ /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

#tabs .ui-tabs-nav  {
    margin: 0px;
    padding: 0px;
    /*display: inline-block;*/
}

#tabs .ui-state-default {
    -khtml-user-select: none;
    -moz-user-select: none;
    display: inline-block;
    padding: 5px 2%;
    text-align: center;
    vertical-align: top;
    width: 29%;
    background-color: #F1F2F6;
    cursor: pointer;
    float: left;
    font-family: arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1;
    list-style: none outside none;
    margin: 4px 0 8px;
    position: relative;
    top: 1px;
}

#tabs .ui-state-default:first-child {
    border-left: none;
}

#tabs .ui-state-default.ui-state-active {
    background-color: #07ABEF;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    font-weight: bold;
}

#tabs .ui-tabs-anchor {
    text-decoration: none;
    color: #595959;
}

#tabs .ui-state-active .ui-tabs-anchor {
    color: white;
}

#tabs .ui-tabs-panel {
    border: none;
    clear: both;
    padding: 15px;
    border-bottom: none;
    background: #FFF;
    min-height: 300px;
}

#tabs .social_buttons {
    margin-right: 0;
}

#tabs .find_contacts_block {
    border: none;
}
/*End Added By Tarek*/

/*Start added by moath*/
.add_more{
    color: white;
    padding: 0 25px;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 27px;
    line-height: 24px;
    cursor: pointer;
    background: #a2a2a2;
    background: -moz-linear-gradient(top, #a2a2a2 0%, #a2a2a2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2a2a2), color-stop(100%,#a2a2a2));
    background: -webkit-linear-gradient(top, #a2a2a2 0%,#a2a2a2 100%);
    background: -o-linear-gradient(top, #a2a2a2 0%,#a2a2a2 100%);
    background: -ms-linear-gradient(top, #a2a2a2 0%,#a2a2a2 100%);
    background: linear-gradient(to bottom, #a2a2a2 0%,#a2a2a2 100%);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma;
}

.profile_button {
    float: right;
    color: white;
    min-width: 50px;
    padding: 0 5px;
    border: 1px solid #0394cf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    padding-top: 2px;
    margin-top: -33px;
    background: #1ab8f9;
 /* Old browsers */
    background: -moz-linear-gradient(top, #1ab8f9 0%, #0aa2e1 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ab8f9), color-stop(100%,#0aa2e1));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1ab8f9 0%,#0aa2e1 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1ab8f9 0%,#0aa2e1 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1ab8f9 0%,#0aa2e1 100%);
 /* IE10+ */
    background: linear-gradient(to bottom, #1ab8f9 0%,#0aa2e1 100%);
 /* W3C */
}

input[type=file] {
    margin: 0;
}
input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}
input[type=file]::before {
    content: '';
    display: inline-block;
    background:url('/images/image.png') center center no-repeat;
    background-size:32px 25px;
    width: 32px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}
input[type=file]:hover::before {
  border-color: #9c9c9c;
}
input[type=file]:active {
  outline: 0;
}
input[type=file]:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

.business_poll_fileupload {
    margin: 0;
    padding: 0;
}

.business_poll_fileupload .qq-upload-button {
    overflow: visible !important;
    width: 250px;
    height:107px;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.business_poll_fileupload input[type=file] {
    width: 250px;
    height:107px;
    opacity: 1 !important;
    font-size: 100% !important;
}

.label_2{
    width: 80px;
    position: relative;
    top: -8px;
    font-size: 14px;
    font-family: arial,Helvetica,sans-serif;
    color: #414141;
    left: -15px;
}

.activity_description .whatson_info {
    /*    float: left;
        width: 100%;*/
    overflow: hidden;
    position: relative;
}

/*.activity_description .whatson_info .whatson_data {
    margin-top: 10px;
}*/

.events_data {
    position: absolute;
    top: 0;
    right: 0;
}

.events_header {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    line-height: 66px;
    font-weight: bold;
    font-family: arial,Helvetica,sans-serif;
}
.events_header a {
    background: url('/images/back.png') left 30% no-repeat;
    line-height: 27px;
    height: 27px;
    text-decoration: none;
    padding: 0 0 0 25px;
}

.header_activities_title {
    color: #1AB8F9 !important;
}

.header_events_title {
    color: #ED145B !important;
}

.header_deals_title {
    color: #F57F20 !important;
}
.header_promo_title {
    color: #c2dc32 !important;
}

.header_groups_title {
    color: #B9D531 !important;
}
.business_view_info {
    margin-top: 10px;
}

.business_view_data{
font-family: arial,Helvetica,sans-serif;
font-size: 13px;
margin: 0 0 10px;
text-align: justify;
width: 67%;
word-break: break-word;
margin-top: -197px;
float: right;
}
/*End added by moath*/
/* Added by Tarek */

.groups_view_page .TabbedPanels,
.streets_view_page .TabbedPanels,
.business_view_page .TabbedPanels {
    border: none !important;
}
.groups_view_page .TabbedPanels li,
.streets_view_page .TabbedPanelsTab,
.business_view_page .TabbedPanels li{
    display: inline-block;
    margin-bottom: 15px;
    margin-right: -4px;
    padding: 5px 2%;
    text-align: center;
    vertical-align: top;
    width: 29%;
}
.streets_view_page .TabbedPanelsTab {
    width: 25%;
    padding: 5px 0;
}

.groups_view_page .TabbedPanels h4,
.streets_view_page .TabbedPanels h4,
.business_view_page .TabbedPanels h4{
    color: black;
    display: inline;
}
.groups_view_page .TabbedPanels span,
.streets_view_page .TabbedPanels span,
.business_view_page .TabbedPanels span{
    /*color: black;
    text-decoration: underline;*/
    float: right;
}
.streets_view_page .attached div {
    display: none;
}

.business_cmt_dropdown {
    position: relative;
    width: 569px;
}
.business_drop_arrow {
    display: inline;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    background-image: url(../images/drop_arrow.png)
}
.business_cmt_submenu {
    display: none;
    position: absolute;
    right:0;
    top:27px;
    background: white;
    padding: 5px;
    width: 160px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
.business_cmt_dropdown li a {
    color: #555555;
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 4px 15px;
    cursor: pointer;
    text-decoration: none;
}

.business_cmt_dropdown li a:hover  {
background: #155FB0;
    color: #FFFFFF;
}
#business-map {
  right:0;
  top:0;
  width: 280px !important;
  height: 300px;
}
#dialogInviteMembers {
    overflow-y: scroll;
}
#about .left-part {
    width: 49%;
    float: left;
    display: inline;
}
#about .right-part {
    width: 50%;
    float: right;
    display: inline;
}
#whatson .profile_table tr td:last-child {
    width: 20%;
    text-align: right;
    color: black;
}
#whatson p {
    color: black;   
}
.polls_list li {
    margin: 10px 0;
    border: 1px solid #D7D7D7;
    padding: 5px;
}

.polls_list .polls_image{
    width: 60px;
    height: 60px;
    vertical-align: top;
}

.polls_list .polls_text {
    width: 80%;
    padding-left: 5px;
}

.polls_list .polls_image img {
    height: 100%;  
    width: 100%;
    vertical-align: top;
}

.polls_list .polls_text span {
    width: 100%;
    display: block;
    color: #1AB8F9;
}

.polls_list .polls_text span:first-of-type{
    text-transform: capitalize;
    font-weight: bold;
    color: #414141;
}

.polls_list div {
    display: inline-block;
}

.polls_list a {
    color: #565656;
    text-decoration: none;
}
a.img_remove {
    display: block;
    width: 15px;
    height: 15px;
    background: url("/images/trashcan_gray.png") 0 0 no-repeat transparent;
    position: relative;
    left: 85px;
    top: -5px;
}
#dialogAddPicture .img_display {
    padding-top: 15px;
}
#dialogAddPicture .img_container {
    display: inline-block;
    position: relative;
}
#dialogAddPicture .delete_img {
    display: block;
    padding: 2px 0 2px 2px;
    width: 15px;
    height: 15px;
    background: url("/images/trashcan_gray.png") center center no-repeat transparent;
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    border-bottom-left-radius: 3px;
    cursor: pointer;
}
/* End added by Tarek*/


/*Moath & Moe Nasser Work*/
.row-dialog {
    width: 100%;
    position: relative;
    margin-top: -8px;
}
.row-dialog-1 {
    width: 100%;
    position: relative;
}

.row input.fixed-btn{
    display: inline-block; 
    position: relative; 
    top: 0; 
    margin-bottom: -17px;
    margin-right: 170px;
}
.scroll-area {
    height: 350px;
    overflow-y: scroll;
    width: 100%;
}
.scroll-area-1{
    height: 393px;
    overflow-y: scroll;
    width: 100%;
}
.overflow-hidden-c {
    overflow: hidden;
}
#dialogInviteFriend {
   overflow: hidden !important; 
}
/*End Moe Nasser Work*/