.thumbs
{
    /*height: 693px;*/
    width: 595px;
    float: left;
    margin: 0;
    background: url('images/thumbs_bg.png') top left repeat;
}


.thumbs .thumb
{
    width: 128px;
    height: 201px;
    float: left;
    margin: 30px 10px 0 10px;
}

.thumbs .thumb img
{
    /*    width: 128px;     height: 128px; */
    float: left;
    margin: 0;
    border: solid 1px #ccc;
}

.thumbs .thumb span a
{
    color: #00aeef;
}

.thumbs .thumb ul
{
    list-style: none;
    margin: 7px 0 0 0;
    float: left;
    padding: 0;
    clear: left;
}

.thumbs .thumb ul li
{
    margin: 0;
    padding: 0;
}


.paginator
{
    float: left;
    width: 552px;
    margin: 15px 0 0 0;
    background-color: #f4f4f4;
    border: solid 1px #e4e4e4;
    white-space: nowrap;
    padding: 5px 8px;
}

.paginator span
{
    float: left;
    padding: 0;
    margin: 0;
}

.paginator span.paging
{
    float: right;
    padding: 0;
    margin: 0;
}

.paginator span.paging a.prev
{
    background: url('images/ico_prev.png') 0 50% no-repeat;
    padding: 0 0 2px 18px;
}

.paginator span.paging a.next
{
    background: url('images/ico_next.png') 100% 50% no-repeat;
    padding: 0 15px 2px 0;
}

a.disabled
{
    color: #ccc;
}

.profilePage
{
    float: left;
    width: 590;
    margin: 30px 0 0 0;
}

.profilePage .left
{
    width: 210px;
    float: left;
}

.profilePage .left img
{
    border: 1px solid #e8e8e8;
}

.profilePage .left .sendMsg
{
    color: #00aeef;
    margin: 10px 0 0 0;
    float: left;
    background: url(images/ico_msg.png) 0 50% no-repeat;
    padding: 0 0 0 15px;
    font-weight: bold;
}

.profilePage .right
{
    width: 370px;
    float: left;
    margin: 0 0 0 10px;
}

.profilePage .right ul
{
    list-style: none;
    float: left;
    padding: 0;
    margin: 10px 0 0 0;
}

.profilePage .right ul li
{
    padding: 3px 5px 3px 5px;
    width: 350;
    background: #f4f4f4;
    border-bottom: 1px solid #ececec;
}

.profilePage .right ul li.s
{
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.more
{
    border-bottom: 1px solid #f0f0f0;
    width: 575px;
    text-align: right;
    color: #00aeef;
    margin-top: 10px;
    padding: 0 5px 10px 0;
}

.activity
{
    float: left;
    width: 590;
    margin: 20px 0 0 0;
    padding: 0 0 30px 0;
}

.activity ul
{
    list-style: none;
    width: 580;
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
}

.activity ul li
{
    color: #424242;
    padding: 5px 0 5px 10px;
}

.activity ul li.s
{
    background: #f4f4f4;
}

.activity ul li span
{
    color: #999999;
}

.activity table
{
    list-style: none;
    width: 590;
    margin: 15px 0 0 0;
    padding: 0;
    border-collapse: collapse;
    border: none;
}

.activity table tbody td
{
    color: #424242;
    padding: 2px 5px 2px 5px;
    vertical-align: top;
}

.activity table tbody .s td
{
    background: #f4f4f4;
}

.activity table tbody td.f
{
    color: #999999;
    text-align: right;
    width: 80px;
}

.activity table tbody td.b
{
    font-weight: bold;
    min-width: 60px;
}

.activity table tbody td .ico
{
    margin: 1px 5px -2px 0;
}

.activity table tbody td span
{
    color: #00aeef;
    font-weight: bold;
    margin: 0 10px;
}

.actvity_img
{
    margin: 4px 5px 0 0;
}

.friends
{
    margin: 0;
    float: left;
    width: 590px;
}

.friends .thumb
{
    width: 80px;
    float: left;
    margin: 20px 5px 0 10px;
}

.friends .thumb img
{
    margin: 0 0 7px 0;
}

.friends .thumb span
{
    color: #00aeef;
    display: block;
    width: 80px;
    text-align: center;
}

.photos
{
    margin: 30px 0 20px 0;
    float: left;
    width: 590px;
}

.photos .thumb
{
    width: 80px;
    float: left;
    margin: 20px 5px 0 10px;
}

.photos .thumb img
{
    margin: 0 0 7px 0;
}

.photos .thumb span
{
    color: #00aeef;
    display: block;
    width: 80px;
    text-align: center;
}

.textarea
{
    background: url(images/textarea_top.png) top left no-repeat;
    width: 585px;
    padding: 7px 0 0 0;
    float: left;
    margin: 10px 0 0 0;
}

.textarea textarea
{
    border: none;
    width: 568px;
    height: 130px;
    margin: 0;
    float: left;
    color: #535353;
    font-size: 14px;
    padding: 5px 5px 10px 10px;
    background: #fff;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    overflow: auto;
}

.textarea .bottom
{
    background: url(images/textarea_bottom.png) top left no-repeat;
    width: 585px;
    height: 7px;
    float: left;
}

.avatars
{
    margin: 20px 0 80px 15px;
    width: 590;
    float: left;
    padding: 0 0 30px 0;
}

.avatars .avatar
{
    float: left;
    width: 77px;
    margin: 0 20px 25px 0;
}

.avatars .avatar img
{
    float: left;
}

.avatars .avatar span
{
    display: block;
    float: left;
    width: 77px;
    padding: 7px 0 0 0;
}

.find_friends
{
    width: 265px;
    height: 36px;
    float: right;
    margin: -30px 0 0 0;
    background: url(images/find_friends_bg.png) top left no-repeat;
}

.find_friends .input
{
    float: left;
    border: none;
    color: #5b5a4e;
    margin: 11px 0 0 15px;
    font-size: 11px;
}

.find_friends .submit
{
    float: right;
    font-size: 14px;
    color: #42423d;
    font-weight: bold;
    border: none;
    background: none;
    margin: 8px 10px 0 0;
}

.map
{
    float: left;
    margin: 15px 0 30 20;
}

.more_info
{
    width: 590;
    float: left;
    margin: 10 0 50px 0;
}

.more_info table
{
    width: 590px;
}

.more_info table td
{
    vertical-align: top;
    min-width: 100;
    padding: 3px 0 3px 0;
    line-height: 16px;
}

.more_info table td.l
{
    color: #999999;
}

.more_info table td span
{
    color: #00aeef;
}

.msg
{
    width: 570px;
    border-collapse: collapse;
    float: left;
    margin: 15px 0 0 15px;
}
.msg thead
{
    background: url(images/msg_top_bg.png) top left repeat-x;
}

.msg thead th
{
    height: 37px;
    text-align: left;
    padding: 0 0 0 10px;
}

.msg thead td.date
{
    background: url(images/msg_arrow.png) 10% 50% no-repeat;
    padding: 0 0 0 30px;
}

.msg tfoot
{
}

.msg tfoot td
{
    height: 35px;
    background: #00aeef;
}

.msg tfoot td .close
{
    float: right;
    color: #fff;
    margin: 3px 15px 0 0;
}
/*
.msg tbody
{
    background: url(images/tbody_bg.png) bottom left repeat-x;
}
*/
.msg tbody td
{
    color: #535353;
    padding: 5px 10px 5px 10px;
}

.msg tbody tr.s td
{
    background: #f4f4f4;
}

.msg tbody .w1
{
    width: 5%;
}

.msg tbody .w2
{
    width: 20%;
}
.msg tbody .b
{
    font-weight:600;
}

.msg tbody .w3
{
    width: 60%;
}

.msg tbody .selected td, .selected td a
{
    color: #00aeef;
}

.msg tbody .show
{
    padding: 15px 20px 20px 10px;
}

.msg tbody .w4
{
    width: 40%;
    text-align: right;
}

.msg tbody .w5
{
    width: 10%;
}

.selects
{
    float: left;
    width: 570px;
    margin: 10px 0 10px 15px;
    color: #00aeef;
}

.selects a:link, .selects a:visited, .selects a:hover
{
    color: #00aeef;
}

