html {
    background:#efefef;
    min-height:100%;
}

body, td, th, button, input, textarea, select {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}

textarea {
    resize: none;
}

a{
    color: #ff0000;
}

b{
    font-weight: bold;
}

h1{
    color: #FF0000;
    font-size: 18px;
    margin-bottom: 3px;
    padding: 5px 0;
    text-align: center;
}

.page_subtitle{
    text-align: center;
}

.clear {
    clear:both;
    position:relative;
    width: 0;
    height: 0;
}

.error{
    background:#ffdfe0;
}

.my_block .message_form_table .sc .error{
    background:#ffdfe0;
}

.container {
    margin:0 auto;
    /*
    padding:0px 1%;
    */
    position:relative;
    min-height:100%;
    _height:100%;
    min-width:265px;
    max-width:800px;
    width:800px;
    /*
    overflow: hidden;
    */
}

#header{
    position: relative;
}

.scrolling_text{
    font-size: 16px;
    width: 300px;
    height: 16px;
    float: left;
    margin: 5px 0;
}

#footer{
    margin: 0 0 1px 0;
}

#footer .socials{
    float: right;
    margin-top: 5px;
}

#footer .socials a{
    display: block;
    float: right;
}

#footer .socials a.facebook, .fb_iframe_widget {
    margin: 0 0 0 20px;
    display: block;
    float: right;
}

#footer .socials a.twitter{
    text-decoration: none;
    color: #000;
    background: url('../../images/new/twitter_smallicon.png') 0 0 no-repeat;
    padding: 2px 0 2px 20px;
}

#footer .copyr{
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 10px;
}

.content{

}

.block{
    background: #fff;
    border: 1px solid #989898;
    margin: 5px 0 0 0;
    padding: 5px 5px 5px 5px;
    position: relative;
}

.content ul {
    margin-left: 40px;
}

.content ul li{
    list-style: disc outside;
}

.header_top_line{
    background: #000;
    /*color: #9b9b9b;*/
    color: #fff;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    min-width: 800px;
}

.top_line_content{
    margin: 0 auto;
    max-width: 800px;
    min-width: 265px;
    overflow: hidden;
    position: relative;
    width: 800px;
}

.flag{
    position: absolute;
    right: 0px;
    bottom: 3px;
    width: 20px;
}

.stmv{
    position: absolute;
    right: 0px;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    top: 1px;
    line-height: normal;
}

.red_point{
    color: #ff0000;
}

#logo {
    float:left;
    display:block;
    margin-top: 20px;
}

#logo img {
    max-width:100%;
}

.login {
    float:right;
    width: 254px;
    padding-left: 5px;
    margin: 21px 0 0;
    border: 1px solid #989898;
    background: #fff;
    line-height: 20px;
    font-size: 11px;
}

.login a {
    text-decoration: none;
}
.login a:hover{
    text-decoration: underline;
}

.login_bottom{
    padding: 4px 0;
}

.login a.my_profile,
.login a.my_messages,
.login a.my_buddies
{
    color: #ff0000;
    float: left;
    line-height: normal;
}

.login a.my_messages,
.login a.my_buddies{
    margin: 0 0 0 8px;
}
.login a.my_buddies{

}

a.button{
    display: block;
    float: right;
    background: #000;
    color: #fff;
    padding: 2px 8px;
    height: 14px;
    min-width: 34px;
    line-height: 13px;
    margin: 0;
    text-align: center;
    text-decoration: none;
}

a.button1{
    margin: 3px;
}

a.button:hover{
    text-decoration: none;
}

a.book_event {
    position: absolute;
    width: 63px;
    height: 14px;
    right: 7px;
    bottom: 7px;
}

div.images_cnt{
    position: absolute;
    bottom: 3px;
    left: 128px;
    font-size: 9px;
}

a.join_us {
    position: absolute;
    width: 40px;
    height: 14px;
    right: 3px;
    bottom: 3px;
    padding: 2px;
}

.browse_event{
    float: right;
    font-size: 24px;
    color: #000;
    clear: right;
    margin-top: 10px;
    display: none;
}

.dust1 {
    margin: 0 10px 0 7px;
}

.head-bottom-line{
    height: 1px;
    border-top: 1px solid #ff0000;
    margin: -3px 0 0 0;
    clear: both;
}

div.navbar{
    width: 100%;
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 5px solid #000;
    min-height: 31px;
    font-size: 11px;
}
/*
div.navbar .item{
    margin: 5px 3px 0 0;
    display: inline-block;
    float: left;
    width: 14.725%;
    height: 26px;
    padding: 0 3px 0 10px;
    background: #000;
    min-width: 117px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
*/
/*
div.navbar a{
    text-decoration: none;
}

div.navbar a.active,
div.navbar a:hover{
    background: #ff0000;
}

div.navbar .item6{
    margin-right: 0;
    background: #909090;
}
*/
div.navbar .item span.box{
    display: block;
    background: #ff0000;
    min-width: 19px;
    margin: 4px 0 0;
    height: 19px;
    color: #000;
    text-align: center;
    float: right;
    line-height: 19px;
}

div.navbar a:hover span.box,
div.navbar a.active span.box{
    background: #000;
    color: #ff0000;
}

ul.menu{
    display: block;
    margin-left: -3px;
}

ul.menu li{
    display: block;
    float: left;
    margin: 5px 0 0 3px;
    width: 16.29%;
    min-width: 130px;
    height: 26px;
}

ul.menu li a{
    text-decoration: none;
}

ul.menu li .item{
    margin: 0;
    display: block;
    float: none;
    width: auto;
    height: 26px;
    line-height: 26px;
    padding: 0 3px 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #000;
    position: relative;
}

ul.menu li .item6{
    margin-right: 0;
    background: #909090;
}

ul.menu li a.active,
ul.menu li a:hover{
    background: #ff0000;
}

ul.menu li span.users_online_ststus{
    display: block;
    background: url('../../images/new/userstatus.png') no-repeat;
    width: 11px;
    height: 11px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 8px;
}

ul.menu li span.users_online_ststus1{
    /*
    background-position: 0 0;
    */
    background: url('../../images/new/menu_online_users_cnt_bg.png') 50% 50% no-repeat;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    margin-right: -4px;
    text-align: center;
    line-height: 15px;
    font-size: 9px;
}

ul.menu li span.users_online_ststus0{
    background-position: 0 -22px;
}

.wrapper {
    clear:both;
    margin:0 auto;
    position:relative;
    /*
    overflow:hidden;
    */
}

ul.itemslist, ul.hp_boxes, ul.itemslist1{
    display: block;
    margin-left: -5px;
}

ul.itemslist>li{
    display: block;
    float: left;
    background: #fff;
    margin: 5px 0 0 5px;
    border: 1px solid #898989;
    width: 32.44%;
    /*min-width: 261px;*/
    min-width: 225px;
    min-height: 118px;
    position: relative;
}

ul.itemslist1>li{
    display: block;
    float: left;
    background: #fff;
    margin: 0;
    border: 1px solid #898989;
    width: 32.44%;
    /*min-width: 261px;*/
    min-width: 225px;
    height: 96px;
    position: relative;
    text-align: justify;
}

ul.itemslist li.last,
ul.hp_boxes li.last{
    margin-right: 0;
}

ul.itemslist li .title,
div.block .title{
    color: #ff0000;
    margin: 2px 5px;
    font-size: 16px;
    float: none;
}

ul.itemslist li .pimage{
    margin: 2px 5px 5px 5px;
    float: left;
}

ul.itemslist li .dsc{
    float: right;
    width: 129px;
    overflow: hidden;
    margin: 2px 0 0 0;
}

ul.itemslist li .dsc a{
    color: #ff0000;
}

ul.itemslist li .dsc .closed{
    font-weight: bold;
    color: #ff0000;
}

ul.itemslist li .places {
    position: absolute;
    bottom: 3px;
    left: 128px;
    font-size: 9px;
}

ul.itemslist li .places span{
    color: #ff0000;
}

ul.itemslist li div{
    margin-bottom: 2px;
}

ul.userslist .item_controls{
    position: absolute;
    bottom: 0;
    right: 3px;
}

ul.userslist li div.user_status{
    position: absolute;
    top: 3px;
    right: 3px;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url('../../images/new/userstatus.png') no-repeat;
}

ul.userslist li.user_online div.user_status{
    background-position: 0 0;
}

ul.userslist li.user_offline div.user_status{
    background-position: 0 -11px;
}

ul.userslist li div.user_buttons{
    position: absolute;
    right: 3px;
    bottom: 3px;
}

ul.userslist li div.user_buttons a{
    margin: 0 2px;
}

ul.userslist li div.user_buttons a.send_message{
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/new/user_send_message.png') 50% 50% no-repeat;
    float: left;
}

ul.userslist li div.user_buttons a.buddies{
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/new/user_buddies.png') 50% 50% no-repeat;
    float: left;
}

ul.userslist li div.user_buttons a.add_buddy{
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/new/user_add_buddy.png') 50% 50% no-repeat;
    float: left;
}

ul.userslist li div.user_buttons a.chat{
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/new/user_chat.png') 50% 50% no-repeat;
    float: left;
}

ul.userslist li div.user_buttons a.add_to_my_buddies{
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/new/add_13.png') 50% 50% no-repeat;
    float: left;
}

ul.userslist li div.user_buttons a.remove_from_my_buddies{
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/new/no_16.png') 50% 50% no-repeat;
    float: left;
}

ul.userslist li div.user_buttons a.accept_buddy{
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/new/ok_16.png') 50% 50% no-repeat;
    float: left;
}

ul.userslist li div.user_buttons a.deny_buddy{
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/new/no_16.png') 50% 50% no-repeat;
    float: left;
}

ul.userslist li div.user_team{
    position: absolute;
    left: 10px;
    bottom: 3px;
    font-style: italic;
}

ul.homepageitemlist li{
    min-height: 133px;
}

ul.homepageitemlist li .limited{
    margin-bottom: 0;
}

ul.hp_boxes>li{
    position: relative;
    display: block;
    float: left;
    background: #fff;
    margin: 0 0 0 5px;
    border: 1px solid #898989;
    width: 32.45%;
    min-width: 261px;
    height: 297px;
}

ul.hp_boxes li .pimage{
    margin: 5px;
    width: 252px;
}

ul.hp_boxes li .dsc{
    position: absolute;
    width: 100%;
    height: 32px;
}
ul.hp_boxes li .dsc .text{
    font-size: 16px;
    margin: 2px 4px 0 5px;
}

ul.hp_boxes li .dsc .text .type{
    color: #ff0000;
}

ul.hp_boxes li .more{
    position: absolute;
    right: 3px;
    bottom: 3px;
    text-decoration: none;
}

ul.hp_boxes li .dsc .more:hover{
    text-decoration: underline;
}

ul.hp_boxes li .item_text{
    width: 252px;
    height: 272px;
    margin: 0 auto;
    margin-top: 5px;
    display: none;
    overflow: hidden;
    cursor: pointer;
}

ul.list_titles{
    margin: 0;
}

ul.list_titles li{
    list-style: none;
    float: left;
    font-weight: bold;
}

ul.list_titles li.col1{
    width: 15.13%;
}

ul.wisheslist li .col1_divhomepage{
    width: 14.33%;
    min-height: 96px;
}

ul.list_titles li.col2{
    width: 28%;
}

ul.wisheslist li .col2_divhomepage{
    width: 29%;
}

ul.list_titles li.col3{
    width: 9.61%;
    text-align: center;
}

ul.wisheslist li .col3_divhomepage{
    width: 7.9%;
    text-align: center;
}

ul.list_titles li.col4{
    width: 10.90%;
}

ul.wisheslist li .col4_divhomepage{
    width: 8.1%;
    text-align: center;
}

ul.list_titles li.col5{
    width: 7.96%;
}

ul.wisheslist li .col5_divhomepage{
    width: 8.2%;
    text-align: center;
}

ul.list_titles li.col6{
    width: 24%;
    text-align: center;
}

ul.wisheslist li .col6_divhomepage{
    width: 23.6%;
    width: 27.99%;
}

ul.homepageADSlist li{
    min-height: 208px;
    width: 99.2%;
    margin-top: 0;
    text-align: center;
}

ul.homepageADSlist li .banner_img{
    width: 785px;
    height: 312px;
}

ul.homepage_slideslist li{
    min-height: 208px;
    width: 99.2%;
    margin-top: 0;
    text-align: center;
}

ul.homepage_slideslist li .banner_img{
    width:785px;
    height: 308px;
}

div.divider{
    height: 5px;
    background: #000;
    clear: both;
    margin: 10px 0 10px 0;
}

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

ul.nav li{
    margin: 5px 0;
}

ul.nav li:nth-child(2){
    margin-top: 10px;
}

ul.nav li a{
    text-decoration: none;
    color: #000;
}

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

ul.nav1, ul.nav2, ul.nav3{

}

div.events .event{
    border: 1px solid #898989;
    width: 47.43%;
    min-width: 334px;
    min-height: 145px;
    margin: 5px 5px 0 0;
    float: left;
    background: #fff;
    padding: 8px 8px 0 8px;
    position: relative;
}

div.events .event2{
    margin-right: 0;
}

.event .e_image{
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.event .dsc{
    width: 248px;
    float: left;
    margin-bottom: 8px;
}

.event .dsc .title{
    font-size: 18px;
    color: #ff0000;
    margin-bottom: 3px;
    padding: 0;
}

.event .dsc div{
    padding: 1px 0;
}

.contactform {
    margin: 0 auto;
    margin-top: 5px;
}

.contactform .ptitle{
    text-align: center;
    font-weight: bold;
}

div.block .title{
    margin-left: 0;
    margin-right: 0;
    float: left;
}

div.block .controls{
    float: right;
}

div.block .inpages{
    padding: 2px 0 0;
}

div.block .controls a{
    float: right;
}

div.block .controls a img{
    width: 15px;
}

.search_form{
    margin: 0 auto;
    width: 205px;
}

.search_form .input_search{
    padding: 3px 2px;
    float: left;
    border: 1px solid #898989;
    width: 164px;
    margin: 0;
}
.search_form .button_search{
    float: left;
    border: none;
    width: 20px;
    height: 20px;
    background: url('../../images/new/search.png');
    margin-left: 5px;
}

.form{
    width: 75%;
    margin: 0 auto;
    min-width: 265px;
    margin-top: 5px;
}

.form .input input,
.form .input textarea{
    border: 1px solid #898989;
    padding: 2px;
    width: 97%;

    width: 70%;
}

table.contact tbody tr td.input input{
    width: 97%;
}

.form .name{
    text-align: right;
    padding-right: 5px;
}

.siteform input.cb{
    width: auto;
    padding: 0;
    margin: 0;
}

.siteform input.cb1{
    float: left;
    margin: 0 2px 0 0;
}

.siteform label.cb1{
    float: left;
}

.form .input textarea{
    height: 75px;
}

.form td{
    vertical-align: middle;
    padding: 2px;
    height: 23px;
}

.form td .cb{
    height: auto;
    margin: 0 5px 0 0;
    width: auto;
    float: left;
}

.form td label{
    float: left;
}

.form td .select{
    width: 50%;
    border: 1px solid #898989;
}

button.button{
    border: none;
    background: #000;
    display: block;
    color: #fff;
    height: 18px;
    width: 79px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    cursor: pointer;

    box-sizing: border-box;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.notamember{
    padding-top: 20px;
    padding-bottom: 20px;
}

.notamember .dust2,
.book_event_form .dust2,
.information_form .dust2{
    width: 75%;
    margin: 0 auto;
    min-width: 265px;
    margin-top: 5px;
}

.notamember .dust2 .c1{
    width: 50%;
    min-width: 180px;
    float: left;
}
.notamember .dust2 .c2{
    width: 50%;
    min-width: 180px;
    float: left;
}

.notamember .button{
    margin: 0 auto;
    margin-top: 12px;
}
.information_form .redirect_form{
    margin: 5px 0 0 0;
}

.book_event_form{

}

.book_event_form .dust2{
    min-height: 150px;
    padding: 5px 0;
}

.book_event_form .dust2 .c1{
    float: left;
    width: 30%;
    min-width: 118px;
    text-align: center;
}

.book_event_form .dust2 .c2{
    float: left;
    width: 70%;
    min-width: 265px;
    min-height: 150px;
}

.book_event_form .dust2 .c2 div{
    padding: 2px 0;
}

.select_file_block {
    width: 200px;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.filetext{
    width:168px;
    float: left;
    position: relative;
}

.btn{
    width: 30px;
}

.inptext{
    margin-left: 5px;
    position:absolute;

}

#input_file, .input_file{
    border:none;
    opacity: 0;
    height: 23px;
    filter: alpha(opacity=0);
    padding: 0px;
    margin: 0px;
    left:0;
    position:absolute;

}

.sortby{
    float: right;
    margin: 0px 10px 0 0;
}

.total_events{
    float: left;
    margin: 0 0 0 5px;
    line-height: 18px;
}

.events_list_buttons{
    float: right;
    margin: 0 5px 0 0;
    width: 175px;
}

.events_list_buttons .close,
.static_page_bottom_buttons .close,
.page_bottom_buttons .send,
.events_list_buttons .submit,
.page_bottom_buttons .close{
    float: right;
    margin-left: 5px;
}

.events_list_buttons .back{
    float: left;
}

.static_page_bottom_buttons,
.page_bottom_buttons{
    float: right;
    margin: 0 5px 0 0;
    width: 175px;
}

.makeawish_buttons {
    width: 182px;
}

.events_list_buttons .makeawish{
    float: left;
    width: 96px;
}

.events_list_buttons .submit{
    float: left;
    width: 76px;
}

.events_list_buttons .clear{
    float: left;
    width: 76px;
    margin: 0 5px 0 0;
}

ul.wishestitles{
    margin: 5px 0 0 0;
}

ul.wisheslist{
    margin-left: 0;
}

ul.wisheslist>li{
    min-height: 90px;
    height: auto;
    width: 99.69%;
    margin-bottom: 0;
    overflow: hidden;
    margin-left: 0;
}

ul.wisheslist>li a.logindetails{
    margin: 0 auto;
    float: none;
    width: 61px;
}

ul.wisheslist>li div.nophoto{
    width: 65px;
    margin: 0 auto;
}

ul.wisheslist>li div.nophoto img{
    width: 65px;
}












ul.forumslist li .col1_divhomepage{
    width: 18.5%;
    padding: 0;
    position: relative;
    height: 100%;
}

ul.forumslist li .col1_divhomepage div.post_reply_link{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

ul.forumslist li .col2_divhomepage{
    width: 42.9%;
    padding: 0;
}

ul.forumslist li .col3_divhomepage{
    width: 10%;
    text-align: center;
    padding: 0;
}

ul.forumslist li .col4_divhomepage{
    width: 28.5%;
    text-align: center;
    padding: 0;
}

ul.forumslist li .col5_divhomepage{
    width: 9.2%;
    text-align: center;
}

ul.forumslist li .col6_divhomepage{
    width: 23.6%;
}

ul.forumslist{
    margin-left: 0;
}

ul.forumslist>li{
    min-height: 90px;
    height: auto;
    width: 99.69%;
    margin-bottom: 0;
    overflow: hidden;
    margin-left: 0;
}

ul.forumslist>li a.logindetails{
    margin: 0 auto;
    float: none;
    width: 61px;
}

ul.forumslist>li div.nophoto{
    width: 65px;
    margin: 0 auto;
}

ul.forumslist>li div.nophoto img{
    width: 65px;
}

ul.forumslist>li div.forum_name{
    font-weight: bold;
}




















.col1_div{
    width: 14.25%;
    min-width: 109px;
    position: relative;
    min-height: 90px;
    /*height: 100%;*/
    float: left;
    padding: 3px;
}

.wish_file{
    position: absolute;
    top: 3px;
    right: 20px;
}

.wish_delete_link{
    position: absolute;
    bottom: 0;
}

.col2_div{
    position: relative;
    height: 100%;
    min-height: 90px;
    float: left;
    width: 55%;
    min-width: 230px;
    padding: 3px 0;

}
.wish_type{
    font-weight: bold;
}

.wish_title{
    font-weight: bold;
}

.wish_planned_for_date{
    position: absolute;
    bottom: 0;
}

.wish_expiry_date{
    position: absolute;
    bottom: 0;
    right: 0;
}

.col3_div{
    width: 29.2%;
    height: 100%;
    min-height: 90px;
    position: relative;
    float: left;
    padding: 3px;
}

.col4_div{
    height: 100%;
    min-height: 90px;
    position: relative;
    float: left;
    padding: 3px;
}
.col5_div{
    height: 100%;
    min-height: 90px;
    position: relative;
    float: left;
    padding: 3px;
}

.col6_div{
    height: 100%;
    min-height: 90px;
    position: relative;
    float: left;
    padding: 3px;
}

ul.forumtitles li.col1{
    width: 18.5%
}

ul.forumtitles li.col2{
    width: 42.4%
}

ul.forumtitles li.col3{
    width: 10%
}

ul.forumtitles li.col4{
    width: 28%;
    text-align: center;
}

ul.forumtitlesinpage li.col1{
    width: 52.7%;
}

ul.forumtitlesinpage li.col2{
    width: 32%;
}

ul.forumtitlesinpage li.col3{
    width: 7%;
}

ul.forumtitlesinpage li.col4{
    width: 8%;
    text-align: center;
}

div.category_block{
    margin: 0 0 5px;
    font-size: 14px;
}

div.category_block div.title{
    color: #000;
    margin: 3px 0 3px;
    background: #c0c0c0;
    width: 100%;
}

div.category_block div.title p{
    margin: 3px 3px;
}

div.category_block div.forums{

}

div.forum_navigation{
    margin: 0 0 5px;
}

div.forum_block{
    font-size: 11px;
}

div.forum_block textarea{
    border: 1px solid #898989;
    padding: 2px;
    width: 99.2%;
    height: 75px;
}

ul.forumlist {
    margin: 0;
    padding: 0;
}

ul.forumlist li{
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    min-height: 35px;
    font-size: 11px;
}

ul.forumlist li:last-child {
    border-bottom: 1px solid #898989
}

ul.forumlist li div.col1{
    width: 52.82%;
    background: #f7f7f7;
    float: left;
    min-height: 35px;
    margin-bottom: 0;
    border-right: 1px solid #898989
}

ul.forumlist li div.col2{
    width: 31.9%;
    float: left;
    min-height: 35px;
    background: #e6e6e6;
    margin-bottom: 0;
    border-right: 1px solid #898989
}

ul.forumlist li div.col3{
    width: 6.9%;
    background: #f7f7f7;
    float: left;
    min-height: 35px;
    margin-bottom: 0;
    border-right: 1px solid #898989
}

ul.forumlist li div.col4{
    width: 8%;
    float: left;
    min-height: 35px;
    background: #e6e6e6;
    margin-bottom: 0;
}

ul.forumlist li div{
    margin: 0;
}

ul.forumlist li div.threadscnt{
    text-align: center;
}

ul.forumlist li div.postscnt{
    text-align: center;
}


ul.forumlist li .forum_name{
    font-weight: bold;
}

ul.forumlist li .forum_dsc{
    margin-top: 3px;
}

ul.forumlist li .forum_dsc span.by{
    display: block;
    float: left;
}

ul.forumlist li .forum_dsc span.last_update{
    display: block;
    float: right;
}

ul.threadstitles li.col1{
    width: 42%;
}

ul.threadstitles li.col2{
    width: 15%;
}

ul.threadstitles li.col3{
    width: 7%;
}

ul.threadstitles li.col4{
    width: 7%;
}

ul.threadstitles li.col5{
    width: 29%;
    text-align: center;
}

ul.threadslist li div.col1{
    width: 42%;
}

ul.threadslist li div.col2{
    text-align: center;
    width: 15%;
}

ul.threadslist li div.col3{
    width: 6.9%;
}

ul.threadslist li div.col4{
    width: 6.9%;
    border-right: 1px solid #898989
}

ul.forumlist li div.col5{
    width: 28.65%;
    float: left;
    min-height: 35px;
    background: #f7f7f7;
    margin-bottom: 0;
}

div.thread0{
    font-size: 11px;
}

div.thread0 ul.userslist{
    float: right;
    margin: 0 0 5px 5px;
}

div.thread0 ul.userslist li{
    width: 99.9%;
    margin: 0;
    float: right;
}

div.thread0 div.post_menu{
    border-top: 1px solid #898989;
    margin: 3px 0
}

.wish_user_photo{
    position: absolute;
    top: 5px;
    left: 3px;
}
.wish_user_data{
    margin-left: 75px;
}

.wish_form .col3_div{
    padding: 0;
    width: 160px;
}

.wish_form .col3_div .wish_user_photo{
    left:0;
}

.wish_form .col3_div .wish_user_data div{
    margin-bottom: 3px;
}

.new_wish_form #start_date,
.new_wish_form #expiry_date,
.new_AD_form #start_date,
.new_AD_form #expiry_date{
    width: 90px;
}

.new_wish_form #amount_currency,
.new_wish_form #amount,
.new_wish_form #max_guests{
    width: 50px;
}

.my_block ul.folders{
    margin: 0px auto;
    width: 75%;

}

.my_block ul.folders li{
    list-style: none;
    float: left;
    margin: 0 20px 0 0;
}

.my_block ul.folders li:last-child{
    margin-right: 0;
}

.my_block ul.folders li a{
    display: block;
    padding: 3px 2px;
    color: #000;
}

.my_block ul.folders li a:hover,
.my_block ul.folders li a.active{
    background: #969696;
}

.my_block .folder_title{
    background: #c0c0c0;
    font-size: 14px;
    padding: 3px;
    margin: 5px auto 0;
    width: 74%;
}

.my_block .folder_bottom_text{
    background: #e2e2e2;
    font-size: 12px;
    padding: 3px;
    margin: 5px auto 0;
    width: 74%;
}

.my_block .message_form_table,
.my_block .view_messages_table{
    margin: 5px auto 0;
    width: 75%;
}

.my_block .message_form_table td{
    padding: 2px 0;
    vertical-align: middle;
}

.my_block .message_form_table .fc{
    width: 75px;
}

.my_block .message_form_table .fcm{
    vertical-align: top;
}

.my_block .message_form_table .sc input,
.my_block .message_form_table .sc textarea{
    border: 1px solid #808080;
    background: #e2e2e2;
    width: 100%;
    padding: 2px 0;
    float: left;
}

.my_block .message_form_table td .cb{
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
}

.my_block .message_form_table td label{
    float: left;
}

.my_block .message_form_table .sc textarea{
    height: 75px;
}

.my_block .message_form_table td .recipient{
    float: left;
}

.my_block .message_form_table td input.to_all_my_buddies{
    float: left;
}

.my_block .message_form_table td div.to_all_my_buddies{
    float: left;
    margin: 0 0 0 15px;
    padding: 3px 0;
}

.my_block .view_messages_table td{
    padding: 2px;
    height: 15px;
    vertical-align: middle;
    background: #f3f3f3;
    border: 1px solid #fff;
}

.my_block .view_messages_table td .cb,
.my_block .view_messages_table td.action_cell .cb{
    float: left;
    margin: 0 5px 0 0;
}

.my_block .view_messages_table td.action_cell label,
.my_block .view_messages_table td.action_cell a.label{
    float: left;
}

.my_block .view_messages_table tr.odd td{
    background: #fbe3e3;
}

.my_block .view_messages_table tr.unread td{
    font-weight: bold;
}

.my_block .view_messages_table th{
    text-align: left;
}

.my_block .search_form{
    margin-top: 5px;
}

.my_buddies ul.folders{
    width: 100%;
}

.my_buddies .message_form_table,
.my_buddies .view_messages_table{
    width: 100%;
}

.my_buddies .folder_title{
    width: 99%;
    min-height: 19px;
    position: relative;
}

.my_buddies .folder_title .name{
    float: left;
    line-height: 19px;
}

.my_buddies .folder_title .sortby{
    float: right;
    margin: 0;
}

.my_buddies .folder_title .s_form{
    position: absolute;
    width: 184px;
    left: 50%;
    margin-left: -92px;
}

.my_buddies .folder_title .s_form .s_input{
    width: 150px;
    padding: 3px 2px;
    float: left;
    border: 1px solid #898989;
}

.my_buddies .folder_title .s_form .s_button{
    float: left;
    border: none;
    width: 20px;
    height: 20px;
    background: url('../../images/new/search.png');
    margin-left: 5px;
}

.my_buddies .buddies_folder_menu{
    float: right;
    font-size: 11px;
    line-height: 19px;
}

.my_buddies #pending_requests{
    text-decoration: none;
}

.my_buddies #pending_requests span.ul{
    text-decoration: underline;
}

.profile_form .hl td{
    font-weight: bold;
}

.profile_form .hl td{
    font-weight: bold;
    background: #eae8e8;
}

.dialog_style1 {

}

.dialog_style1 .ui-corner-all, .dialog_style1 .ui-corner-bottom, .dialog_style1 .ui-corner-right, .dialog_style1 .ui-corner-br {
    border-bottom-right-radius: initial;
}

.dialog_style1 .ui-corner-all, .dialog_style1 .ui-corner-bottom, .dialog_style1 .ui-corner-left, .dialog_style1 .ui-corner-bl {
    border-bottom-left-radius: initial;
}

.dialog_style1 .ui-corner-all, .dialog_style1 .ui-corner-top, .dialog_style1 .ui-corner-right, .dialog_style1 .ui-corner-tr {
    border-top-right-radius: initial;
}

.dialog_style1 .ui-corner-all, .dialog_style1 .ui-corner-top, .dialog_style1 .ui-corner-left, .dialog_style1 .ui-corner-tl {
    border-top-left-radius: initial;
}

div.chatarea {
    height: 320px;
    overflow-y: scroll;
    word-wrap: break-word;
    border: 1px solid #989898;
    padding: 2px 5px;
    position: relative;
}

ul.chat_messages{
    margin: 0;
}

ul.chat_messages li {
    list-style: none;
}

ul.chat_messages li .username {
    font-weight: bold;
    margin: 0 5px;
}

ul.online_users{
    margin: 0;
}

ul.online_users li{
    display: block;
    float: left;
}

.chatblock{
    width: 65.32%;
    float: left;
    height:450px;
}

.chatusers{
    width: 31%;
    float: left;
    margin-left: 5px;
    height:450px;
}

.chatusers div.block_title{
    font-weight: bold;
}

.chatonlineusers_block{
    overflow: hidden;
    overflow-y: scroll;
    height: 283px;
}

.chatwith_block{
    margin-bottom: 15px;
}

textarea.chat_message{
    width: 99.7%;
    height: 100px;
    border: 1px solid #989898;
    margin: 2px 0;
    overflow-y: scroll;
    padding: 0;
}

ul.chat_colors {
    margin: 0;
}

ul.chat_colors li{
    float: left;
    list-style: none;
    margin: 0 19px 0 0;
}

div.chatblock div.events_list_buttons{
    width: auto;
    margin-right: 0px;
}

div.banner_top{
    width: 600px;
    margin: 0 auto;
}

div.banner_right {
    position: absolute;
    left: 802px;
    top: 5px;
}


#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    /*
    opacity: 0.7;
    */
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    z-index: 100;
    width: 100px;
}

.global_baloon{
    width: 10px;
    height: 1px;
    background: transparent;
    position: fixed;
    right: 100px;
    top: 80px;
}

.chat_baloon{
    width: 10px;
    height: 1px;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 1px;
}

@media screen and (max-width:1024px){
    div.banner_right {
        display: none;
    }
}

@media screen and (max-width:600px){
    div.banner_top{
        display: none;
    }
}

@media screen and (max-width:640px){
    .container,
    .top_line_content{
        width: auto;
    }

    div.navbar div#item6{
        margin-right: 3px;
    }

    ul.itemslist li{
        min-width: 265px;
    }

    ul.menu li{
        min-width: 131px;
    }

    div.navbar .item{
        min-width: 118px;
    }


    div.events .event{
        min-width: 249px;
    }

    ul.wisheslist li {
        width: 99.5%;
    }

    .header_top_line{
        font-size: 11px;
        font-weight: normal;
        min-width: 265px;
    }
}

@media only screen and (orientation:portrait){
    #logo img {
        width: 80%;
    }

    h1,
    .header_top_line,
    .event .dsc .title{
        font-size: 16px;
    }

    body, td, th, button, input, textarea, select,
    .login,
    div.navbar {
        font-size: 9px;
    }

    .browse_event {
        font-size: 22px;
    }

    ul.hp_boxes li .dsc .text {
        font-size: 11px;
    }
}