.border_radius_4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.border_radius_5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.border_radius_6 {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.border_radius_7 {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.border_radius_8 {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.extra_info,.extra_info_link {
    color: gray;
    padding: 4px 0 4px 0;
}

.extra_info_link a,.extra_info_link a:hover {
    color: #4f4f4f;
}

ul.extra_info_middot {
    margin: 0;
    padding: 0;
    list-style-type: inline;
}

ul.extra_info_middot li {
    display: inline;
    padding-right: 6px;
}
 /*
ul.extra_info_middot li a,ul.extra_info_middot li a:hover {
   color: gray;
}

ul.extra_info_middot_normal li a,ul.extra_info_middot_normal li a:hover {
    color: #333;
}
*/
.block_listing ul.extra_info_middot li a,.block_listing ul.extra_info_middot li a:hover {
    font-weight: normal;
}

.detail_info {
    color: gray;
}

.percentage {
    width: 75%;
}

.t_center {
    text-align: center;
}

.t_right {
    text-align: right;
}

.go_left {
    float: left;
    padding-right: 10px;
}

.go_right {
    float: right;
    padding-left: 10px;
}

.p_2 {
    padding: 2px;
}

.p_4 {
    padding: 4px;
}

.p_10 {
    padding: 10px;
}

.p_top_4 {
    padding-top: 4px;
}

.p_top_8 {
    padding-top: 8px;
}

.p_top_15 {
    padding-top: 15px;
}

.p_top_25 {
    padding-top: 25px;
}

.p_bottom_5 {
    padding-bottom: 5px;
}

.p_bottom_10 {
    padding-bottom: 10px;
}

.p_bottom_15 {
    padding-bottom: 15px;
}

.p_bottom_25 {
    padding-bottom: 25px;
}

.p_left_10 {
    padding-left: 10px;
}

.m_left_60 {
    margin-left: 60px;
}

.m_top_15 {
    margin-top: 15px;
}

.m_top_25 {
    margin-top: 25px;
}

.m_bottom_15 {
    margin-bottom: 15px;
}

.f_size_8 {
    font-size: 11px;
}

.v_middle {
    vertical-align: middle;
}

.w_95 {
    width: 95%;
}

.table {
    padding-bottom: 10px;
}

.table_left {
    padding: 2px 0 6px 0;
    color: #666;
    font-weight: bold;
    font-size: 12px;
}

.user_register_form .table {
    position: relative;
}

.user_register_form .table_left {
    position: absolute;
    left: 0;
    top: 6px;
    font-weight: normal;
    text-align: right;
    width: 80px;
}

.user_register_form .table_right {
    margin-left: 90px;
}

.user_register_form .table_right input {
    font-size: 16px;
    padding: 8px 0 8px 4px;
    width: 98%;
    background: #fff;
}

.user_register_form .table_right input[type=checkbox],.user_register_form .table_right input[type=radio] {
    width: inherit;
    vertical-align: middle;
}

.user_register_form .captcha_holder {
    background: #fff;
}

.user_register_form .table_right select {
    padding: 8px 4px 8px 4px;
    background: #fff;
}

div.table_clear {
    padding: 2px 0 10px 0;
}

.user_register_form div.table_clear {
    margin-left: 90px;
}

ul.table_clear_button {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.table_clear_button li {
    float: left;
    margin-right: 6px;
}

ul.table_clear_button li.table_clear_ajax {
    background: url('../image/ajax/add.gif') no-repeat center center;
    width: 20px;
    height: 25px;
    display: none;
}

.required {
    color: #999;
}

.separate {
    border-top: 1px #d7d7d7 solid;
    padding: 2px;
    margin: 10px 0 10px 0;
}

.clear {
    clear: both;
}

.clear_left {
    clear: left;
}

.label_flow {
    overflow: auto;
    border: 1px #d7d7d7 solid;
    padding: 4px;
    position: relative;
}

.label_hover label {
    font-weight: normal;
    margin: 0;
    display: block;
    padding: 2px;
    vertical-align: middle;
    font-size: 13px;
}

.label_hover label:hover {
    background: #f4f4f4;
}

.label_flow_menu {
    margin-bottom: 10px;
   /* border-bottom: 1px #dfdfdf solid;
    padding: 0 0 5px 0;
    font-size: 12px;*/
}

.label_flow_menu ul {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.label_flow_menu ul li {
    display: block;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
}

.label_flow_menu ul li a {
    padding: 4px 8px 4px 8px;
    margin: 0;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
}

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

.label_flow_menu li.label_flow_menu_active a,.label_flow_menu li.label_flow_menu_active a:hover {
    text-decoration: none;
    background: #4f4f4f;
    color: #fff;
}

.button_warning {
    cursor: pointer;
    border: 0;
    font-size: 12px;
    margin: 0;
    padding: 4px 1px 4px 1px;
    vertical-align: middle;
    font-weight: bold;
    overflow: visible;
    color: #fff;
    background: #b70000;
    border: 1px #eee solid;
}

.button_warning:hover,input.button_warning_hover {
    margin: 0;
    border: 1px #b2b2b2 solid;
    color: #fff;
    background: #e7041e;
    border: 1px #eee solid;
}

input.button,a.button_off_link,a.button_off_link:hover {
    cursor: pointer;
    border: 0;
    font-size: 11px;
    margin: 0;
    padding: 4px 8px 4px 8px;
    vertical-align: middle;
    font-weight: bold;
    overflow: visible;
    color: #fff;
    background: #666 url('../image/layout/button.png') repeat-x bottom;
    border: 1px #000 solid;
    -moz-box-shadow: 2px 2px 2px #cfcfcf;
    -webkit-box-shadow: 2px 2px 2px #cfcfcf;
    box-shadow: 2px 2px 2px #cfcfcf;
}

input.button_off,a.button_off_link,a.button_off_link:hover {
    background: #f2f2f2 url('../image/layout/button_off.png') repeat-x bottom;
    font-weight: normal;
    color: #8a8a8a;
    border: 1px #dfdfdf solid;
}

input.button_not_active,input.button_not_active:hover {
    background: #f2f2f2;
    cursor: default;
    border: 1px #bfbfbf solid;
    color: #b5b5b5;
}

a.button_off_link,a.button_off_link:hover {
    display: block;
    text-decoration: none;
    padding: 4px;
    line-height: 16px;
}

div.header_bar {
    margin: -5px 5px 4px 5px;
    border: 1px #dfdfdf solid;
    padding: 5px 5px 10px 5px;
    border-top: 0;
    font-size: 12px;
}

div.header_bar_menu {
    margin: 0 0 0 1px;
    padding: 10px 0 10px 10px;
    font-size: 12px;
    position: relative;
    border-bottom: 1px #dfdfdf solid;
    background: #fff url('../image/layout/header_bar_menu.png') repeat-x bottom;
}

a.header_bar_advanced_filters,a.header_bar_advanced_filters:hover {
    position: absolute;
    background: #efefef;
    color: #afafaf;
    border: 1px #ccc solid;
    display: block;
    right: 10px;
    bottom: -28px;
    height: 22px;
    line-height: 22px;
    padding: 0 5px 0 5px;
    font-size: 10px;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

a.header_bar_advanced_filters:hover {
    background: #333;
    color: #fff;
}

div.header_bar_menu div.header_toggle_holder {
    position: absolute;
    right: 0;
    bottom: -15px;
}

div.header_bar_menu a.header_bar_search_toggle,div.header_bar_menu a.header_bar_search_toggle:hover {
    display: block;
    line-height: 15px;
    width: 30px;
    background: url('../image/layout/header_bar_search_toggle.png') no-repeat;
    overflow: hidden;
    position: relative;
    text-indent: -1000px;
    z-index: 100;
}

div.header_bar_menu ul.header_bar_drop {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.header_bar_menu ul.header_bar_drop li {
    display: block;
    float: left;
}

div.header_bar_menu ul.header_bar_drop li span {
    display: block;
    line-height: 22px;
    border: 1px #fff solid;
    color: #8f8f8f;
}

div.header_bar_menu ul.header_bar_drop li a,div.header_bar_menu ul.header_bar_drop li a:hover {
    display: block;
    background: url('../image/layout/header_bar_drop.png') no-repeat 98% 50%;
    line-height: 22px;
    text-decoration: none;
    color: #000;
    padding: 0 20px 0 6px;
    border: 1px #fff solid;
}

div.header_bar_menu ul.header_bar_drop li a:hover {
    background-color: #fff;
    border: 1px #dfdfdf solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

div.header_bar_menu .action_drop_holder {
    position: absolute;
    top: 28px;
    right: 0;
    z-index: 100;
    background: url('../image/layout/action_drop.png') no-repeat 90% 0;
    display: none;
}

div.header_bar_menu ul.action_drop {
    border: 0;
    margin: 8px 0 0 0;
    padding: 0;
    list-style-type: none;
    background: #333;
    -moz-box-shadow: 6px 6px 6px #cfcfcf;
    -webkit-box-shadow: 6px 6px 6px #cfcfcf;
    box-shadow: 6px 6px 6px #cfcfcf;
}

div.header_bar_menu ul.action_drop li {
    display: block;
    padding: 0;
    margin: 0;
}

div.header_bar_menu ul.action_drop li a,div.header_bar_menu ul.action_drop li a:hover {
    line-height: 24px;
    padding: 0 10px 0 8px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100px;
}

div.header_bar_menu ul.action_drop li a:hover {
    background: #4f4f4f;
}

div.header_bar_menu ul.action_drop li a.active,div.header_bar_menu ul.action_drop li a.active:hover {
    font-weight: bold;
    background: #5f5f5f;
}

div.header_bar_menu div.header_bar_search_default {
    display: none;
}

div.header_bar_float {
    float: left;
    padding-right: 5px;
    position: relative;
}

.header_filter_holder {
    position: absolute;
    right: 0;
    top: 10px;
}

.header_bar_search_holder {
    width: 160px;
    height: 25px;
    line-height: 25px;
}

.header_bar_search_input {
    background: url('../image/layout/header_bar_search_input.png') no-repeat;
    width: 160px;
    height: 25px;
    line-height: 25px;
}

.header_bar_search .focus {
    background: url('../image/layout/header_bar_search_input.png') no-repeat 0 -25px;
}

.header_bar_search .txt_input {
    width: 138px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin-left: 20px;
    font-size: 11px;
    border: 0;
    position: absolute;
    background: transparent;
    color: #bfbfbf;
}

.header_bar_search input.input_focus {
    color: #333;
}

div#content input.header_bar_input {
    font-size: 12px;
    background: #fff;
}

div#content img.captcha {
    border: 1px #b2b2b2 solid;
}

div#content img.captcha:hover {
    border: 1px #54a4de solid;
}

div.error_message {
    background: #bf5f5f;
    margin: 4px 0 4px 0;
    color: #fff;
    padding: 4px;
    position: relative;
    font-weight: bold;
}

.valid_message {
    background: #ceeeb2;
    margin: 4px 0 4px 0;
    color: #000;
    padding: 6px;
}

#js_is_page div.js_no_feed_to_show {
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
}

div.message {
    display: block;
    margin: 0 0 8px 0;
}

a.message_link {
    position: absolute;
    right: 0;
    margin-right: 4px;
    background: #fff;
    display: block;
    padding: 1px 4px 1px 4px;
    text-decoration: none;
    color: #195b85;
    font-size: 12px;
}

div.alert_input {
    border: 1px #b70000 solid;
    background: #fff;
}

div.main_break {
    padding-top: 10px;
}

div#content div.drop_layer {
    font-size: 13px;
    padding: 4px;
    color: #333;
    display: none;
    width: 100%;
    background: #eee;
    border: 1px #c6c6c6 solid;
}

div#content div.drop_layer div.item {
    background: #fff;
    border-top: 1px #c6c6c6 solid;
    padding: 2px;
}

div#content div.drop_layer div.item:hover {
    background: #eee;
}

div#content div.drop_layer div.first {
    border-top: 0;
}

div.row1,div.row2 {
    border-bottom: 1px #dfdfdf solid;
}

div.row_no_border {
    border-bottom: 0;
}

div.row3 {
    padding: 8px;
}

div.row_title_group {
    font-size: 15px;
    padding: 4px;
    background: #edf7fa;
    border: 1px #ace solid;
    color: #666;
    font-weight: bold;
}

div.hover_action {
    position: relative;
}

div.row_action {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
    margin-right: 4px;
    display: none;
}

div.row_focus {
    background: #edeff4;
}

div.item_view_photo {
    position: absolute;
    right: 0;
    margin-right: 35px;
    margin-top: -50px;
}

div.row_title {
    position: relative;
}

div.row_title_image_header {
    position: absolute;
    left: 0;
    width: 130px;
    text-align: center;
    border-right: 1px #dfdfdf solid;
}

div.row_title_image_header_body {
    margin-left: 138px;
    min-height: 140px;
}

div.row_title_image {
    position: absolute;
    width: 54px;
    text-align: center;
    left: 0;
    border: 1px transparent solid;
    padding: 0;
}

div.row_title_image:hover {
    background: #fff;
    border: 1px #ccc solid;
    z-index: 2000;
    -moz-box-shadow: 6px 6px 6px #cfcfcf;
    -webkit-box-shadow: 6px 6px 6px #cfcfcf;
    box-shadow: 4px 4px 4px #efefef;
}

div.row_title_info {
    margin-left: 60px;
    min-height: 55px;
}

.row_edit_bar_parent,a.moderate_link {
    display: none;
}

#content_load_data div.row_title_info h1 {
    margin: 0;
    padding: 0;
    font-size: medium;
}

#content_load_data div.row_title_info h1 a.link {
    color: #3b5998;
}

div.row_title_info a.link,a.item_link {
    font-size: 15px;
    font-weight: bold;
}

a.row_sub_link {
    font-weight: bold;
}

span.row_title_link a {
    font-size: 13px;
    font-weight: bold;
}

span.row_title_status {
    font-size: 11px;
}

div.row_title_info div.extra_info {
    margin-top: 4px;
    margin-bottom: 4px;
}

a.row_edit_bar_action,a.row_edit_bar_action:hover {
    display: block;
    width: 40px;
    height: 30px;
    line-height: 30px;
    background: url('../image/layout/row_edit_bar_action.png') no-repeat;
    overflow: hidden;
    text-indent: -1000px;
    margin: auto;
}

.row_edit_bar_holder {
    background: url('../image/layout/action_drop.png') no-repeat 18px 0;
    padding-top: 8px;
    display: none;
    z-index: 1000;
    position: absolute;
    left: 0;
    margin-top: 32px;
}

a.row_edit_bar_action_clicked,a.row_edit_bar_action_clicked:hover {
    background: url('../image/layout/row_edit_bar_action.png') no-repeat 0 -30px;
}

.row_edit_bar_holder ul,.image_hover_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 200px;
    z-index: 3000;
    background: #333;
}

.image_hover_menu ul {
    width: 130px;
}

.row_edit_bar_holder ul li,.image_hover_menu ul li, {
    float: none;
    display: block;
}

.row_edit_bar_holder ul li a,.row_edit_bar_holder ul li a:hover,.image_hover_menu ul li a,.image_hover_menu ul li a:hover {
    width: auto;
    text-align: left;
    background: #333;
    color: #fff;
    padding: 0 0 0 10px;
    display: block;
    line-height: 24px;
    text-decoration: none;
}

.row_edit_bar_holder ul li a:hover,.image_hover_menu ul li a:hover {
    background: #3f3f3f;
}

.row_edit_bar_holder ul li.item_delete a:hover,.image_hover_menu ul li.item_delete a:hover {
    background: #8f2c2c;
}

.item_tag_holder {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px #dfdfdf solid;
}

.item_tag,.item_tag a,.item_tag a:hover {
    color: gray;
}

div.isSelected {
    background: #ffc1de;
}

div.row_moderate {
    background: #fefbd9;
    padding-top: 10px;
}

li.row_moderate {
    background: #fefbd9;
}

div.row_featured,div.row_sponsored,div.row_sponsored_image,div.row_moderate_image,div.row_featured_image {
    background: url('../image/layout/row_featured.png') repeat-x;
    border-top: 1px #dfdfdf solid;
}

div.row_featured {
    border-top: 0;
}

div.row_featured,div.row_sponsored,div.row_moderate {
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 0 5px 0;
}

.row_moderate_info {
    border-bottom: 1px #ccc solid;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.row_featured_link,.row_sponsored_link,.row_pending_link {
    line-height: 22px;
    padding: 0 7px 0 7px;
    position: absolute;
    left: -8px;
    margin-top: -12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 10;
}

.photo_row_dynamic_view .row_featured_link,.photo_row_dynamic_view .row_sponsored_link,.photo_row_dynamic_view .row_pending_link {
    bottom: 5px;
    left: 1px;
}

.row_pending_link {
    background: #6bba70;
    color: #fff;
    border: 1px #477f4b solid;
}

.row_featured_link {
    background: #333;
    color: #fff;
    border: 1px #000 solid;
}

.row_sponsored_link {
    background: #d56016;
    color: #fff;
    border: 1px #bf4f0b solid;
}

.new_quote {
    position: relative;
    margin-bottom: 15px;
}

.new_quote_header {
    padding-left: 10px;
}

.new_quote_content_holder {
    background: url('../image/layout/action_drop.png') no-repeat 10px 0;
    padding-top: 8px;
    margin-top: 5px;
    margin-left: 10px;
}

.new_quote_content {
    background: #f5f5f5;
    padding: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 3px 3px 3px #cfcfcf;
    -webkit-box-shadow: 3px 3px 3px #cfcfcf;
    box-shadow: 6px 6px 6px #cfcfcf;
    background: #333;
    color: #fff;
}

.new_quote_content a,.new_quote_content a:hover {
    color: #fff;
}

.new_quote .new_quote_content .new_quote .new_quote_content {
    background: #fff;
    color: #333;
    -moz-box-shadow: 3px 3px 3px transparent;
    -webkit-box-shadow: 3px 3px 3px transparent;
    box-shadow: 6px 6px 6px transparent;
    border: 1px #ccc solid;
}

.new_quote .new_quote_content .new_quote .new_quote_content a,.new_quote .new_quote_content .new_quote .new_quote_content a:hover {
    color: #3b5998;
}

.new_quote .new_quote_content_holder .new_quote .new_quote_content_holder {
    background: transparent;
}

div.quote {
    padding: 5px;
    margin: 4px 0 2px 4px;
}

div.quote_body {
    border-top: 2px #f4f4f3 solid;
    border-right: 1px #f4f4f3 solid;
    border-bottom: 1px #f4f4f3 solid;
    border-left: 2px #f4f4f3 solid;
    padding: 10px;
    background: #f9f9f9;
    width: 94%;
    -moz-box-shadow: 5px 5px 5px #efefef;
    -webkit-box-shadow: 5px 5px 5px #efefef;
    box-shadow: 5px 5px 5px #efefef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

ul.action {
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0;
    position: relative;
}

ul.action li ul {
    margin: 0 0 0 20px;
    padding: 0;
}

ul.action li {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

ul.action li div.parent {
    background: #edf7fa;
    padding: 4px;
    margin-bottom: 2px;
    text-decoration: none;
    display: block;
}

ul.action li .category_show_more_less {
    position: absolute;
    left: 0;
    top: 3px;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

ul.action li .category_show_more_less:hover {
    background: #333;
}

ul.action li a,ul.action li a:hover {
    display: block;
    text-decoration: none;
    padding: 4px 0 4px 4px;
    border-bottom: 1px #dfdfdf solid;
    color: #333;
    word-wrap: break-word;
}

ul.action li a.category_show_more_less_link,ul.action li a.category_show_more_less_link:hover {
    padding-left: 20px;
}

ul.action li a:hover {
    background: #eff9ff;
}

ul.action li.category ul li a,ul.action li.category ul li a:hover {
    font-weight: normal;
}

ul.mini_action {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.mini_action li {
    display: inline;
}

ul.mini_action li a {
    border: 1px #f1f1f1 solid;
    padding: 4px;
    margin-bottom: 2px;
    text-decoration: none;
    display: block;
    font-size: 11px;
}

ul.mini_action li a:hover {
    padding: 4px;
    text-decoration: none;
    border: 1px #01afee solid;
    font-size: 11px;
}

.table_header {
    background: #f4f4f4;
    color: #333;
    border: 1px #ccc solid;
}

.table_header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table_header li {
    float: left;
    display: block;
    padding: 4px 5px 4px 2px;
    border-right: 1px #ccc solid;
}

.table_header li.last {
    border: 0;
}

.table_info {
    background: url('../image/layout/table_info.png') repeat-x;
    color: #fff;
    padding: 0 0 0 6px;
    font-weight: bold;
    font-size: 13px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 4px;
    height: 34px;
    line-height: 34px;
}

.table_info a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.table_info a:hover {
    color: #fff;
    text-decoration: underline;
}

.table_row {
    border-bottom: 1px #dfdfdf solid;
    position: relative;
    padding: 4px 0 10px 0;
    margin-bottom: 6px;
}

.table_row ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table_row li {
    float: left;
    display: block;
    padding: 4px 5px 4px 2px;
    height: 50px;
}

.table_header li.checkbox {
    padding: 1px 5px 1px 2px;
}

.table_row li.checkbox {
    padding: 4px 5px 4px 2px;
}

.table_row li.last {
    border: 0;
}

.table_sub_row {
    background: #f4f4f3;
    padding: 4px 0 4px 60px;
    border-top: 1px #ccc solid;
}

.table_sub_row_text {
    padding: 4px 0 20px 35px;
}

.sub_menu_bar,.sub_menu_bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sub_menu_bar {
    text-align: left;
}

.sub_menu_bar a,.sub_menu_bar a:hover {
    display: block;
    padding: 0 4px 0 4px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    text-decoration: none;
    color: #2d2e30;
}

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

.sub_menu_bar li a.is_already_open,.sub_menu_bar li a.is_already_open:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

div.sub_menu_bar_main {
    margin: 0 0 8px 0;
    height: 25px;
}

.sub_menu_bar_main_bottom {
    padding-top: 8px;
}

div.sub_menu_bar_main a,div.sub_menu_bar_main a:hover {
    position: absolute;
    left: 0;
    background: #f1f1f1;
    border: 1px #dfdfdf solid;
    padding: 0 14px 0 14px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 2px 2px 2px #f1f1f1;
    -webkit-box-shadow: 2px 2px 2px #f1f1f1;
    box-shadow: 2px 2px 2px #f1f1f1;
    display: block;
    color: #333;
}

div.sub_menu_bar_main a:active {
    -moz-box-shadow: 2px 2px 2px #fff;
    -webkit-box-shadow: 2px 2px 2px #fff;
    box-shadow: 2px 2px 2px #fff;
}

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

.sub_menu_bar li,.sub_menu_bar_li {
    float: left;
    margin-left: 4px;
    position: relative;
}

.sub_menu_bar li {
    position: relative;
}/*\*/.sub_menu_bar li {
    position: static;
    width: auto;
}/**/.input_clone {
    padding: 5px;
    font-size: 13px;
    background: #f3f3f3;
    border: solid 1px #c6c6c6;
    padding-right: 3px;
    border-bottom: solid 1px #e3e3e3;
    color: #333;
}

.input_button {
    background: #ecf6fa;
    padding: 8px;
}

a.select_clone_select {
    font-size: 11px;
    background: #f3f3f3;
    border: 1px #c6c6c6 solid;
    border-bottom: 1px #e3e3e3 solid;
    color: #333;
    padding: 4px;
    cursor: pointer;
    display: block;
    width: 292px;
    text-decoration: none;
}

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

div.select_clone {
    position: absolute;
    border: 1px #ccc solid;
    background: #f3f3f3;
    display: none;
    z-index: 1000;
    width: 300px;
}

div.select_clone_inner {
    overflow: auto;
    height: 200px;
}

div.select_clone ul {
    margin: 2px 0 5px 10px;
}

div.select_clone ul li {
    display: inline;
}

div.select_clone ul li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 2px;
    width: 98%;
}

div.select_clone ul li a:hover {
    color: #333;
    text-decoration: none;
    background: #f9f9f9;
}

div.select_clone ul li a.selected {
    background: #ff6;
}

div.select_clone_menu {
    border-top: 1px #c6c6c6 solid;
    text-align: right;
}

div.select_clone_menu ul {
    margin: 5px;
}

div.select_clone_menu ul li {
    display: inline;
}

div.select_clone_menu ul li a {
    display: inline;
    background: #fff;
    border: 1px #eee solid;
    padding: 2px;
    color: #54a4de;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

div.select_clone_menu ul li a:hover {
    background: #54a4de;
    border: 1px #eee solid;
    color: #fff;
    text-decoration: none;
}

.item_menu_holder_list {
    position: relative;
    height: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
}

ul.item_menu {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.row1 ul.item_menu,.row2 ul.item_menu {
    display: none;
}

ul.item_menu li {
    display: inline;
}

ul.item_menu li a,ul.item_menu li a:hover {
    display: block;
    padding: 0 4px 0 4px;
    text-decoration: none;
    margin-left: 2px;
    float: left;
    line-height: 22px;
    border: 1px #fff solid;
}

.link_menu {
    position: absolute;
    background: #fff;
    border: 1px #195b85 solid;
    border-top: 5px #333 solid;
    border-bottom: 2px #333 solid;
    color: #fff;
    width: 250px;
    padding: 0;
    margin: 0;
    z-index: 10;
    display: none;
    text-align: left;
}

.forum_header_menu .link_menu {
    right: 0;
}

.link_menu ul,.sub_menu_bar .dropContent ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.link_menu li,.sub_menu_bar .dropContent li {
    float: none;
    padding: 0;
    margin: 0;
}

.link_menu li a,.sub_menu_bar .dropContent li a,.link_menu .div_menu {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px;
    margin: 0;
    background: #fff;
    border-top: 1px #dfdfdf solid;
    border-bottom: 0;
    width: 95%;
}

.link_menu li a,.sub_menu_bar .dropContent li a,.link_menu li a,.sub_menu_bar .dropContent li a:hover {
    line-height: 15px;
    height: 15px;
}

.link_menu li a:hover,.sub_menu_bar .dropContent li a:hover {
    background: #333;
    color: #fff;
    border-top: 1px #dfdfdf solid;
    border-bottom: 0;
}

#content a.drop_down_link {
    background-image: url('../image/layout/bullet_arrow_down.gif');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 12px;
}

.highlight {
    background: #daede2;
    color: #528f6c;
}

.checkbox {
    background: 0;
}

.js_sort_holder {
    border: 2px #ccc dashed;
    display: block;
    width: 100%;
}

.image_hover_holder {
    position: relative;
}

.image_hover_menu_link {
    position: absolute;
    right: -1px;
    bottom: 0;
    margin-bottom: 3px;
    z-index: 200;
    line-height: 22px;
    display: block;
    background: url('../image/layout/image_hover_menu_link.png') no-repeat;
    overflow: hidden;
    text-indent: -1000px;
    width: 22px;
    display: none;
}

.image_hover_active {
    background: url('../image/layout/image_hover_menu_link.png') no-repeat 0 -22px;
}

.image_hover_menu {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 4px;
    z-index: 1000;
}

.position_fixed {
    position: fixed;
}

.im_in_chat_menu_holder {
    position: relative;
}

.im_in_chat_menu_holder a,.im_in_chat_menu_holder a:hover {
    display: block;
    float: left;
    line-height: 22px;
    height: 22px;
    padding: 0 4px 0 4px;
}

#im_footer_bar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1900;
}

#js_footer_im_holder {
    position: fixed;
    z-index: 2000;
    bottom: 0;
    right: -1px;
}

#im_footer_bar li {
    float: left;
    position: relative;
    margin-left: 5px;
}

#im_footer_bar li .js_im_link a,#im_footer_bar li .js_im_link a:hover,#im_footer_bar li #main_messenger_link a,#im_footer_bar li #main_messenger_link a:hover {
    line-height: 22px;
    height: 22px;
    background: url('../image/layout/js_im_link.png') repeat-x;
    color: #fff;
    text-decoration: none;
    display: block;
    border: 1px #afafaf solid;
    border-bottom: 0;
    font-weight: bold;
    width: 250px;
}

#im_footer_bar li .js_im_link a:hover,#im_footer_bar li #main_messenger_link a:hover,.im_in_chat_menu_holder a:hover {
    background: #4f4f4f;
}

#im_footer_bar li.seen .js_im_link a,#im_footer_bar li.seen .js_im_link a:hover {
    width: 250px;
}

#im_footer_bar li.seen .js_im_link a,#im_footer_bar li.seen .js_im_link a:hover,#im_footer_bar li #main_messenger_link a.seen,#im_footer_bar li #main_messenger_link a.seen:hover {
    background: url('../image/layout/js_im_link.png') repeat-x 0 -22px;
    color: #333;
}

#im_footer_bar li a#js_instant_messenger_link,#im_footer_bar li a#js_instant_messenger_link:hover,#im_footer_bar li.seen a#js_instant_messenger_link,#im_footer_bar li.seen a#js_instant_messenger_link:hover {
    width: 200px;
}

#im_footer_bar li.new .js_im_link a,#im_footer_bar li.new .js_im_link a:hover {
    background: #ff8;
    color: #333;
}

#im_chats_lists {
    display: none;
}

.js_messages {
    position: absolute;
    top: -402px;
}

.im_in_chat_menu {
    position: absolute;
    right: 0;
    z-index: 1000;
}

.im_main_search_bar {
    position: relative;
    padding-left: 20px;
    background: url('../image/layout/im_main_search_bar.png') no-repeat 2px 4px;
}

.im_in_chat_menu_bar {
    position: absolute;
    background: #5f5f5f;
    left: 0;
    width: 250px;
    top: 22px;
    border-bottom: 4px #000 solid;
    display: none;
    z-index: 2000;
}

.im_in_chat_menu_bar_on {
    top: auto;
    bottom: 25px;
    border-bottom: 0;
    border-top: 2px #000 solid;
    width: 200px;
}

.im_in_chat_menu_bar a,.im_in_chat_menu_bar a:hover {
    display: block;
    line-height: 22px;
    height: 22px;
    padding: 0 5px 0 5px;
    border-top: 1px #000 solid;
    text-decoration: none;
    font-weight: normal;
    color: #fff;
}

.im_in_chat_menu_bar a:hover {
    background: #333;
}

#js_im_holder {
    width: 200px;
    position: relative;
}

#im_footer_wrapper {
    float: right;
    z-index: 999;
}

.footer_menu_flow {
    overflow: auto;
    border: 1px #e5e5e5 solid;
    padding: 4px;
}

.notification_count {
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    color: #fff;
    font-size: 11px;
    padding: 1px 3px 1px 3px;
    margin-right: 2px;
    cursor: pointer;
}

.js_new_message {
    position: absolute;
    right: 0;
    top: 0;
    background: #fefbd9;
    height: 15px;
    line-height: 15px;
    padding: 1px 3px 1px 3px;
    cursor: pointer;
    color: #6b6b6b;
    border: 1px #eee9b5 solid;
    margin-right: -2px;
    margin-top: -6px;
    z-index: 1;
}

div#sidebar div.title .block_edit,div#content div.title .block_edit {
    position: absolute;
    background: #eee;
    font-size: 11px;
    width: 200px;
    left: 0;
    z-index: 10;
    border: 1px #dfdfdf solid;
    padding: 4px;
    margin-left: -194px;
    margin-top: -16px;
}

div#sidebar div.title .block_edit ul div#content div.title .block_edit ul {
    list-style-type: none;
}

div#sidebar div.title .block_edit ul li,div#content div.title .block_edit ul li {
    display: block;
}

div#sidebar div.title .block_edit ul li a,div#content div.title .block_edit ul li a {
    width: 96%;
    text-decoration: none;
    background: #fff;
    display: block;
    padding: 4px;
    color: #1a95e8;
}

div#sidebar .action li a {
    position: relative;
}

div#sidebar div.title .block_edit ul li a:hover,div#content div.title .block_edit ul li a:hover {
    text-decoration: none;
    background: #eee;
}

div.footer_menu_content_bg {
    background: #fff;
}

div#favorite_menu {
    background: #d3d3d3;
    padding-bottom: 10px;
}

div#favorite_menu ul {
    margin: 0 0 0 5px;
    padding: 0;
}

div#favorite_menu ul li {
    display: inline;
    list-style-type: none;
}

div#favorite_menu ul li a {
    padding: 5px;
    background: #d5e7fb;
    display: block;
    float: left;
    margin: 0 2px 0 0;
    border-right: 1px #dfdfdf solid;
    border-left: 1px #dfdfdf solid;
    color: #131313;
    font-weight: bold;
    text-decoration: none;
}

div#favorite_menu ul li a:hover {
    background: #fff;
    text-decoration: none;
}

div#favorite_menu ul li a.active {
    background: #fff;
    text-decoration: none;
}

.input_drop_layer {
    font-size: 13px;
    background: #fff;
    border: 1px #dfdfdf solid;
    border-bottom: 2px #000 solid;
    color: #333;
    position: absolute;
    -moz-box-shadow: 6px 6px 6px #CCC;
    -webkit-box-shadow: 6px 6px 6px #CCC;
    box-shadow: 6px 6px 6px #CCC;
}

.input_drop_layer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.input_drop_layer li a,.input_drop_layer li a:hover {
    padding: 0 6px 0 6px;
    display: block;
    line-height: 22px;
    text-decoration: none;
}

.input_drop_layer li a:hover {
    background: #333;
    color: #fff;
}

.item_action_active {
    color: green;
}

.item_action_pending_payment {
    color: red;
    font-weight: bold;
}

.item_action_pending_action {
    font-style: italic;
}

.item_action_cancel {
    color: #b70000;
}

.item_is_active_holder {
    position: relative;
    height: 30px;
}

.item_is_active,.item_is_not_active {
    padding: 4px 8px 4px 4px;
    display: block;
    width: 50px;
    position: absolute;
}

.item_is_active input,.item_is_not_active input {
    border: 0;
    background: 0;
}

.item_is_active {
    background: #e3f6e5;
    border: 1px #b4e3b9 solid;
    cursor: default;
    left: 0;
}

.item_is_not_active {
    background: #f6e3e3;
    border: 1px #e3b4b4 solid;
    cursor: default;
    left: 0;
    margin-left: 64px;
}

.item_is_active input,.item_is_not_active input {
    vertical-align: top;
}

#site_offline {
    background: #ffc;
    border-bottom: 1px #f2e389 solid;
    color: #9b0f09;
    font-size: 13px;
    font-family: verdana;
    padding: 6px;
    text-align: center;
}

#site_offline a {
    color: #9b0f09;
    text-decoration: underline;
}

#site_offline a:hover {
    color: #9b0f09;
    text-decoration: none;
}

div.user_status_update {
    margin-bottom: 15px;
    background: #e6f2fa;
    padding: 5px;
    text-align: center;
    position: relative;
}

.user_status_update input.input_status {
    vertical-align: middle;
    width: 98%;
    font-size: 16px;
    padding: 5px;
}

.user_status_update_ajax {
    position: absolute;
    right: 0;
    margin-right: 10px;
    margin-top: 8px;
    display: none;
}

.js_sort_holder_active {
    border: 1px #ccc dashed;
    visibility: visible;
    display: block;
}

.js_temp_place_holder_hide {
    visibility: hidden;
}

.forum_rss_link {
    position: absolute;
    right: 0;
    top: -22px;
}

.user_browse_info {
    position: absolute;
    left: 120px;
}

.user_browse_image {
    width: 120px;
    text-align: center;
}

.music_album_info {
    position: absolute;
    margin-left: 125px;
}

.music_album_image {
    width: 122px;
    text-align: center;
    height: 120px;
}

#js_feed_comment_holder {
    display: none;
}

.js_comment_feed_textarea {
    width: 98%;
    height: 60px;
}

.timeline_holder .js_comment_feed_textarea {
    width: 95%;
}

.feed_comment_buttons_wrap {
    margin-top: 4px;
}

.button-link {
    text-decoration: none;
    display: block;
    line-height: 24px;
    padding: 5px 10px 6px 0;
    text-align: center;
    background: #165275;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,50,.8);
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,50,.8);
}

.button-link:hover {
    background: #35769b;
    color: #fff;
    text-decoration: none;
}

.dashboard_share_clear {
    position: absolute;
    left: 6px;
}

.dashboard_core {
    padding-right: 10px;
    margin-bottom: 10px;
    width: 150px;
}

.dashboard_user_group {
    margin-left: 10px;
}

.dashboard_info {
    padding-top: 2px;
}

.dashboard_menu {
    padding-right: 0;
}

.dashboard_menu_width {
    width: 35%;
}

.shoutbox_holder {
    margin: 0 0 5px 0;
    position: relative;
    height: 300px;
}

.shoutbox_input {
    width: 240px;
}

.sJsQuickEdit {
    cursor: default;
}

.js_temp_friend_search_form {
    position: absolute;
    width: 100%;
    z-index: 2000;

    margin-top:30px;
}

.js_temp_friend_search_form_holder {
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-bottom: 4px #ccc solid;
    background: #fff;
    font-size: 13px;
    padding: 4px;
    
border-color:#66afe9;
outline:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)

}



.js_temp_friend_search_form_main .js_temp_friend_search_form_holder {
    padding: 4px 0 0 0;
}

.js_temp_friend_search_form_holder ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.js_temp_friend_search_form_holder ul li a,.js_temp_friend_search_form_holder ul li a:hover {
    text-decoration: none;
    display: block;
    padding: 4px 0 4px 0;
}

.js_temp_friend_search_form_holder ul li a:hover,.js_temp_friend_search_form_holder ul li a.js_temp_friend_search_form_holder_focus {
    background: #333;
    color: #fff;
}

.js_temp_friend_search_form_holder ul li a img {
    float: left;
    margin-right: 10px;
    margin-left: 3px;
}

.js_custom_search_friend_holder {
    border: 1px #ccc solid;
    padding: 4px;
    max-height: 300px;
    overflow: auto;
}

.js_custom_search_friend_holder ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.js_custom_search_friend_holder ul li {
    position: relative;
    border-bottom: 1px #ccc solid;
    padding: 2px 0 2px 4px;
}

.js_custom_search_friend_holder ul li:hover {
    background: #627aad;
    color: #fff;
}

.js_custom_search_friend_holder ul.inline_bubble li,.js_custom_search_friend_holder ul.inline_bubble li:hover {
    float: left;
    background: #f1f1f1;
    border: 1px #dfdfdf solid;
    border-radius: 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 20px 5px 8px;
    color: #333;
}

a.friend_search_remove,a.friend_search_remove:hover {
    position: absolute;
    right: 2px;
    background: url('../image/misc/delete.gif') no-repeat;
    width: 13px;
    height: 14px;
    text-indent: -1000px;
    overflow: hidden;
}

.friend_search_image {
    float: left;
    margin-right: 10px;
}

.privacy_setting {
    position: relative;
    width: 202px;
}

.privacy_setting_mini {
    position: relative;
    width: 45px;
}

.privacy_setting a.privacy_setting_active,.privacy_setting a.privacy_setting_active:hover {
    display: block;
    background: url('../image/layout/privacy_setting_active.png') no-repeat;
    border-top: 1px #afafaf solid;
    border-left: 1px #afafaf solid;
    border-right: 1px #afafaf solid;
    border-bottom: 1px #afafaf solid;
    line-height: 25px;
    text-decoration: none;
    padding: 0 0 0 25px;
    z-index: 1;
    color: #333;
    font-weight: bold;
}

.privacy_setting_mini a.privacy_setting_active,.privacy_setting_mini a.privacy_setting_active:hover {
    display: block;
    background: url('../image/layout/privacy_setting_active_mini.png') no-repeat;
    line-height: 25px;
    text-decoration: none;
    padding: 0 0 0 25px;
    z-index: 1;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-indent: -1000px;
}

.privacy_setting_mini a.privacy_setting_active:hover {
    background: url('../image/layout/privacy_setting_active_mini.png') no-repeat 0 -50px;
}

.privacy_setting_mini a.is_active,.privacy_setting_mini a.is_active:hover {
    background: url('../image/layout/privacy_setting_active_mini.png') no-repeat 0 -25px;
}

.privacy_setting a.is_active,.privacy_setting a.is_active:hover {
    background: url('../image/layout/privacy_setting_active.png') no-repeat 0 -25px;
    border: 1px #000 solid;
    border-bottom: 1px #fff solid;
    color: #fff;
}

.privacy_setting .privacy_setting_holder {
    left: 0;
}

.privacy_setting_mini .privacy_setting_holder {
    right: 0;
}

.privacy_setting_holder {
    position: absolute;
    background: #fff;
    border-right: 1px #333 solid;
    border-left: 1px #333 solid;
    border-bottom: 2px #333 solid;
    width: 200px;
    z-index: 2000;
    display: none;
}

.privacy_setting_mini .privacy_setting_holder {
    border-top: 1px #333 solid;
}

.privacy_setting_holder ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.privacy_setting_holder ul li {
    margin: 0;
    padding: 0;
}

.privacy_setting_holder ul li a,.privacy_setting_holder ul li a:hover {
    display: block;
    background: #fff;
    text-decoration: none;
    line-height: 25px;
    padding: 0 0 0 25px;
}

.privacy_setting_holder ul li a:hover {
    background: #333;
    color: #fff;
}

.privacy_setting_holder ul li a.is_active_image {
    background-image: url('../image/misc/is_active_image.png');
    background-repeat: no-repeat;
    background-position: 5px 0;
}

.privacy_setting_holder ul li a.is_active_image:hover {
    background-position: 5px -25px;
}

.privacy_setting_holder ul li a span {
    margin-left: 4px;
    font-weight: bold;
}

a.moderate_link,a.moderate_link:hover {
    line-height: 20px;
    width: 20px;
    margin: auto;
    background: url('../image/layout/moderate_link.png') no-repeat;
    margin-top: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
}

div.video_moderate_link a.moderate_link,div.video_moderate_link a.moderate_link:hover {
    text-align: left;
    margin: 0;
}

div.video_moderate_link {
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 200;
}

a.moderate_link_active,a.moderate_link_active:hover {
    background: url('../image/layout/moderate_link.png') no-repeat 0 -20px;
}

.moderation_holder {
    background: #fdfdfd;
    border: 1px #dfdfdf solid;
    padding: 8px;
    margin: 10px 0 0 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}

a.moderation_action,a.moderation_action:hover {
    position: absolute;
    right: 5px;
    text-decoration: none;
    background: #333 url('../image/layout/moderation_action.png') repeat-x;
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 24px;
    border: 1px #f1f1f1 solid;
    padding: 0 8px 0 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

a.moderation_action_unselect,a.moderation_action_unselect:hover {
    display: none;
    background: #333 url('../image/layout/moderation_action.png') repeat-x 0 -24px;
    color: #333;
}

a.moderation_drop,a.moderation_drop:hover {
    display: block;
    background: #fff url('../image/layout/moderation_drop.png') no-repeat;
    border: 1px #ccc solid;
    width: 200px;
    line-height: 24px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

a.not_active,a.not_active:hover {
    background: #ffff;
    color: #adadad;
    cursor: default;
}

a.is_clicked,a.is_clicked:hover {
    background: #333 url('../image/layout/moderation_drop.png') no-repeat 0 -24px;
    color: #fff;
    border: 1px #000 solid;
}

a.moderation_drop span {
    padding-left: 6px;
}

.moderation_holder ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #fff;
    width: 200px;
    border: 1px #000 solid;
    border-bottom: 0;
    position: absolute;
    z-index: 500;
    display: none;
    left: 8px;
}

.moderation_holder ul li a,.moderation_holder ul li a:hover {
    display: block;
    line-height: 22px;
    padding-left: 6px;
    text-decoration: none;
}

.moderation_holder ul li a:hover {
    background: #333;
    color: #fff;
}

.moderation_holder ul li a.moderation_clear_all,.moderation_holder ul li a.moderation_clear_all:hover {
    border-bottom: 1px #dfdfdf solid;
    border-top: 2px #000 solid;
}

.moderation_process {
    position: absolute;
    left: 220px;
    top: 14px;
    display: none;
}

input.global_link_input {
    height: 30px;
    padding: 0 0 0 4px;
}

input.global_link_input_button {
    height: 32px;
    padding: 0 4px 0 4px;
    border: 1px #ccc solid;
    vertical-align: top;
}

.new_item {
    background: yellow;
}

.mass_uploader_table {
    margin: 5px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px #dfdfdf solid;
    width: 310px;
}

.mass_uploader_link {
    margin-top: 20px;
    color: gray;
}

.swf_upload_text_holder {
    display: block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #333;
    background: #f4f4f4;
    clear: both;
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border: 1px #dfdfdf solid;
    position: relative;
}

.swf_upload_progress {
    background: url('../image/layout/swf_upload_progress.png') repeat-x;
    width: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    z-index: 5;
    display: none;
}

.swf_upload_text {
    z-index: 20;
    position: absolute;
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.swf_upload_holder {
    position: absolute;
    z-index: 880;
}

.delete_btn {
    background: url('../image/misc/delete.gif') no-repeat 0 0;
    width: 14px;
    height: 14px;
}

.delete_btn:hover {
    background: url('../image/misc/delete_hover.gif') no-repeat 0 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

#designDnD {
    position: relative;
    background: #356aa0;
    border-bottom: 2px #3f4c6b solid;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding: 15px 0 15px 0;
}

#designDnD .holder {
    position: relative;
}

#designDnDLink {
    position: absolute;
    right: 0;
    top: -2px;
}

#designDnDLink ul {
    margin: 0;
    padding: 0;
}

#designDnDLink ul li {
    float: left;
}

#designDnDLink ul li a,#designDnDLink ul li a:hover {
    display: block;
    background: #333;
    padding: 0 10px 0 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    margin-left: 5px;
    line-height: 25px;
    height: 25px;
    -moz-box-shadow: 2px 2px 2px #333;
    -webkit-box-shadow: 2px 2px 2px #333;
    box-shadow: 2px 2px 2px #333;
}

.softNoticePositive {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    z-index: 9999;
    background: url('../image/layout/softNoticePositive.png') repeat-x;
    color: #333;
    font-weight: bold;
}

.holder .js_sortable_empty,#js_can_move_blocks_9.js_sortable_empty,#js_can_move_blocks_11.js_sortable_empty {
    border: 1px #000 dashed;
    margin: 4px 0 4px 0;
}

#header .js_sortable_empty {
    border: 1px #fff dashed;
}

.dnd_block_info {
    text-align: center;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

.holder .js_sortable_empty:hover,#js_can_move_blocks_9.js_sortable_empty:hover,#js_can_move_blocks_11.js_sortable_empty:hover {
    background: #feffbf;
}

.dnd_move_module {
    border-bottom: 1px #ccc solid;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    padding: 5px 0 5px 5px;
}

.dnd_move_module:hover {
    background: #f9f9f9;
}

.dnd_move_module_active,.dnd_move_module_active:hover {
    background: #333;
    color: #fff;
}

.dnd_move_component {
    display: none;
    background: #4f4f4f;
    padding: 5px;
}

.dnd_move_component .js_can_move_blocks {
    cursor: move;
    padding: 5px;
    color: #fff;
}

.dnd_move_component .js_can_move_blocks:hover {
    background: #f9f9f9;
    color: #333;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.design_dnd_stop {
    font-weight: bold;
    color: #333;
}

.row_edit_bar_parent,div.row_title_image a.moderate_link,div.row_title_image a.moderate_link:hover {
    display: none;
}

div.row_title_image:hover .row_edit_bar_parent,div.row_title_image:hover a.moderate_link,div.row_title_image:hover a.moderate_link:hover {
    display: block;
}

.chooseFriend {
    max-height: 150px;
    max-width: 100%;
    overflow: auto;
    position: absolute;
    z-index: 9999;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    border-bottom: 4px #CCC solid;
    background-color: white;
    padding: 4px 0 0 0;
}

.tagFriendChooserImage {
    width: 25px;
    margin-right: 3px;
    float: left;
}

.tagFriendChooser {
    clear: both;
    width: 99%;
    overflow: auto;
    margin-bottom: 5px;
    line-height: 25px;
    height: 33px;
    padding: 4px 0 0 4px;
    vertical-align: baseline;
    color: #3b5998;
}

.tagFriendChooser:hover {
    background-color: #333;
    color: white;
}

.chooseFriend:hover {
    cursor: pointer;
}

#user_browse_advanced_link {
    display: block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin: 15px 0 15px 0;
    border: 1px #ccc solid;
    background: #dfdfdf;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.timeline_date_holder {
    display: none;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px #dfdfdf solid;
}

.friend_search_holder {
    width: 30%;
    overflow: hidden;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    margin: 3px 3px 3px 0;
    padding: 0 0 3px 3px;
}

.friend_search_holder:hover {
    background: #bfe8ff;
}

.friend_search_active,.friend_search_active:hover {
    background: #333;
    color: #fff;
}

.friend_search_holder_active {
    cursor: default;
    background: #efefef;
    color: #868c8f;
}

.gateway_title {
    font-weight: bold;
    font-size: 16px;
}

.js_feed_comment_border .comment_mini_text ul li,.js_feed_comment_border .comment_mini_text ol li {
    float: none;
    list-style-type: square;
    margin-left: 30px;
    display: list-item;
}

.js_feed_comment_border .comment_mini_text ol li {
    list-style-type: decimal;
}

#js_im_player,#js_im_player h2,#js_im_player h3 {
    overflow: hidden;
    width: 1px;
    height: 1px;
    font-size: 0;
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1;
}

#content_load_data .main_video_div_container h1,#content_load_data .forum_title h1 {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#content_load_data .forum_title h1 a,#content_load_data .forum_title h1 a:hover,#content_load_data .main_video_div_container h1 a,#content_load_data .main_video_div_container h1 a:hover {
    color: #3b5998;
}

.js_box_content .label_flow .row1 {
    margin-bottom: 10px;
}