/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a:focus {
    outline: none;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background: #fff;
    color: #939393;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    font-size: 100%;
    overflow: hidden;
}

iframe {
    height: 100%;
}

#frame_video {
    height: 360px;
}

.wrap {
    margin: 0 auto;
    min-width: 940px;
    max-width: 1280px;
    text-align: left;
}

.header {
    border-collapse: collapse;
    height: 34px;
    overflow: hidden;
    font-size: 90%;
    width: 100%;
}

.menutop {
    color: #fff;
    padding: 10px;
}

.menutop > a {
    color: #FFF;
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    text-decoration: none;
}

.wf-container-1280 {
    max-width: 1280px;
    padding: 0;
}

.wf-padding-5 {
    padding: 5px;
}

.wf-top {
    font-size: 12px;
    height: 31px;
    line-height: 31px;
}

.wf-navbar-main {
    overflow: hidden;
}

.logo h1 {
    margin: 0;
    display: block;
    width: 285px;
}

.wf-navbar .logo a {
    background: url(../img/logo_frame.png) no-repeat 0px 6px;
    display: block;
    text-indent: -9999px;
    width: 300px;
    float: left;
    margin-left: 30px;

}

.wf-brand {
    display: block;
    margin-top: 15px;
}

.wf-navbar-main {
    padding: 0;
}

.wf-header-bar {
    text-align: right;
}

.wf-header-bar ul, .wf-header-bar form {
    margin-top: 5px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.wf-navbar {
    z-index: 2;
    /*position: fixed;*/
    width: 100%;
    top: 0;
    height: 35px;
    background-color: #730300;
    box-shadow: 0 0 10px #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.header-item {
    vertical-align: top;
}

.header-item.fav {
    width: 20px;
    padding-top: 6px;


}

.header-item.fav a {
    font-size: 18px;
    color: #ffffff;
}

.header-item.fav a:hover, .header-item.fav a i.active {
    text-decoration: none;
    color: #ffde00;
}

td.header-item.linktitle {
    text-align: left;
    padding-left: 30px;
    padding-top: 0px;
}

.header-item.linktitle a {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    line-height: 35px;
    text-decoration: none;
    text-shadow: 0 1px #000;
}

.header-item.linktitle a:hover {
    color: #ffde00;
}

.header-item.social {
    vertical-align: top;
    padding-top: 5px;
    text-align: right;
    padding-left: 20px;
    padding-right: 10px;
}

td.header-item.logo {
    width: 270px;
}

.header-item.social ul {
    white-space: nowrap;
    margin: 0;
    list-style-type: none;
    padding: 0;
    padding-top: 1px;

}

.header-item.social ul li {
    display: inline-block;
}

.b-share_theme_counter {
    white-space: nowrap;
}

.b-share_theme_counter .b-share-btn__wrap {
    display: inline-block;
    float: none !important;
}

.right_align {
    text-align: right;
}

.btn {
    text-decoration: none;
    display: inline-block;
    background: #FFF;
    height: 24px;
    vertical-align: middle;
    border-radius: 3px;
    color: grey;

}

.btn:hover {
    color: #fff;
}


i.fa.fa-thumbs-up, i.fa.fa-comment {
    font-size: 1.5em;
    padding: 2px 3px;
}

.btn:active {
    height: 22px;
}

.btn .counter {
    vertical-align: middle;
    height: 24px;
    padding: 0 5px 0 0;
}

.btn.btn_comment {
    /*color: #940404;*/
    /*background: #fff;*/
    background: #A7A7A7;
    color: #fff;
}

.btn.btn_like {
    background: #A7A7A7;
    color: #fff;
}

.btn.btn_comment:hover, .btn.btn_comment.active {
    background-color: #fba228;
    text-decoration: none;
    color: #FFF;
}

.btn.btn_like:hover, .btn.btn_like.active {
    /*background-color: grey;*/
    background-color: #fba228;
    color: #fff;
    text-decoration: none;
}

.header-item.comments {
    background: url(../img/arb.png) no-repeat 0px 0px;
    background-color: #fba228;
    width: 200px;
    text-align: center;
    line-height: 35px;
}

.header-item.comments a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding-left: 20px;
    display: block;
    /*font-size: 14px;*/
}

#related {
    position: fixed;
    bottom: -80px;
    z-index: 10;
    background: #3d3d3d;
    width: 100%;
    display: none;
}

#related .item {
    background: #FFF;
    margin: 5px 0px;
    text-align: left;
    padding: 5px;
    overflow: hidden;
}

#related .item img {
    float: left;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 5px;
}

#related .item a {
    color: #3d3d3d;
    text-decoration: none;
    font-weight: normal;
    line-height: 16px;
    font-size: 13px;
    overflow: hidden;
    display: block;
    height: 50px;
}

#side_comment.fixed {
    position: fixed;
    top: 35px;
    right: 0px;
}

#side_comment {
    position: fixed;
    top: 35px;
    /*right: 0px;*/
    -webkit-box-shadow: -3px 0 12px -3px rgba(25, 25, 35, 0.06),inset 1px 0 0 #E2E2E2;
    -moz-box-shadow: -3px 0 12px -3px rgba(25,25,35,0.06),inset 1px 0 0 #e2e2e2;
    box-shadow: -3px 0 12px -3px rgba(25, 25, 35, 0.06),inset 1px 0 0 #E2E2E2;
    background: #FFF;
    height: auto;
    padding: 0;
    right: -625px;
    bottom: 0px;
    min-width: 440px;
    width: auto;
    z-index: 9;
    width: 600px;
    padding-bottom: 66px;
    /*top: 35px;*/
}

.side_scroll {
    overflow-y: scroll;
    height: 100%;
    /*width: 360px;*/
}

/*comment*/
ul.commentlist {
    padding-left: 0;
    margin: 0;
    border: 1px solid #E2E2E2;

}

.commentlist > li {
    list-style: none;
    font-size: 12px;
    padding-left: 20px;
    background: #FAFAFA;
    border-bottom: 1px solid #CCC;
}

.commentlist > li > .comment-body {
    padding-top: 0;
    border-top: none;
}

.commentlist li .comment-body {
    clear: both;
    padding: 20px 20px 35px 100px;
    margin: 0;
    position: relative;
    text-align: left;

}

.comment-body .rate {
    display: inline;
    float: left;
    height: 100px;
    width: 50px;
    z-index: 1;
    margin-left: 0px;
    position: absolute;
    left: -20px;
}

.comment-body .rate .up, .comment-body .rate .down {
    background: url(../img/comm_ratting.png) no-repeat;
    cursor: pointer;
}

.comment-body .rate .up {
    background-position: 50% -60px;
}

.comment-body .rate .up:hover, .comment-body .rate .up_active {
    background-position: 50% -39px;
}

.comment-body .rate .down {
    background-position: 50% 0px;
}

.comment-body .rate .down:hover, .comment-body .rate .down_active {
    background-position: 50% -18px;
}

.comment-body .rate .diff {
    color: #050505 !important;
    cursor: help;
    font-size: 18px;
    padding: 0px 3px;
    font-weight: bold;
}

.comment-body .rate span {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.com_rate {
    color: #090 !important;
    cursor: pointer;
    font-family: verdana;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}

.commentlist li .comment-body .comment-author {
    display: block;
    margin-bottom: 4px;
}

.commentlist > li > .comment-body .avatar {
    top: 0;
}

.commentlist li .comment-body .avatar {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 60px;
    height: 60px;
}

.commentlist > li > .comment-body .user_war_rank {
    top: 65px;
}

.commentlist li .comment-body .user_war_rank {
    position: absolute;
    left: 30px;
    top: 80px;
    width: 60px;
    height: 15px;
    cursor: pointer;
    display: block;
    margin-top: 5px;
}

.commentlist .comment-body img {
    max-height: 250px;
    max-width: 100%;
    float: none;
}

.user_war_rank {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    border-radius: 0px !important;
}

.commentlist li .comment-body .fn {
    font-size: 14px;
    font-style: normal;
}

.commentlist li .comment-body .fn a {
    color: #0058A7;
}

.icon-user:before {
    content: "\f007";
}

.icon-time:before {
    content: "\f017";
}

.commentlist .comment-actions {
    float: right;
    padding-bottom: 10px;

}

.commentlist .comment-actions a {
    float: left;
    /* background: #DDD; */
    font-size: 11px;
    color: #444;
    display: block;
    text-align: center;
    margin-left: 2px;
    padding: 4px 5px;
    border: 1px solid #CCC;
    border-radius: 3px;
    text-decoration: none;
}

.commentlist .comment-actions a:hover {
    text-decoration: none !important;
    color: #0058A7;
    background: #EEE;
}

.commentlist > li:nth-child(2n) {
    background: #E2E2E2;
}

.comment-body p {
    clear: both;
}

div.comment_frame {
    clear: both;
}

h2#add_comm, .defcomlink {
    cursor: pointer;
    font-size: 14px;
    font-family: 'Cuprum', sans-serif;
    display: block;
    margin: 5px 15px;
    text-align: left;
    color: #000;
}

div#add_comment_placeholder {
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}

h2#add_comm:hover {
    color: #0058A7;
    text-decoration: none;
}

.add_check {
    margin-top: 20px;
    overflow: hidden;
    font-size: 13px;
}

.add_input {
    float: left;
    padding-left: 10px;
}

button#addbutton_el {
    float: right;
}

.fbutton, .bbcodes {
    padding: 3px 10px;
    min-width: 4em;
    margin-bottom: 0;
    font-weight: bold;
    color: #444;
    text-shadow: 0 1px 0 white;
    font-size: inherit;
    border: 1px solid #aaa;
    background: #fafafa;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top,#fafafa,#e5e5e5);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#e5e5e5));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fafafa,endColorStr=#e5e5e5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}



.banner-panel {
    display: block;
    width: auto;
    right: 0px;
    padding-bottom: 0px;
    min-width: inherit;
    /* border-bottom: 1px solid #E2E2E2; */
    bottom: inherit;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.comments-panel, .banner-panel {
    position: fixed;
    top: 35px;
    right: 0px;
    /*display: none;
    */
    -webkit-box-shadow: -3px 0 12px -3px rgba(25, 25, 35, 0.06), inset 1px 0 0 #E2E2E2;
    -moz-box-shadow: -3px 0 12px -3px rgba(25, 25, 35, 0.06), inset 1px 0 0 #e2e2e2;
    box-shadow: -3px 0 12px -3px rgba(25, 25, 35, 0.06), inset 1px 0 0 #E2E2E2;
    background: #FFF;
    height: auto;
    padding: 0;
    right: -600px;
    bottom: 0px;
    position: fixed;
    overflow: visible !important;
    min-width: 440px;
    width: auto;
    z-index: 11;
    width: 600px;
    padding-bottom: 66px;
}

.banner-panel {
    display: block;
    width: auto;
    right: 0px;
    padding-bottom: 0px;
    min-width: inherit;
    bottom: inherit;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: 2;
}

.banner-panel .panel-controls {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: -2px 1px .25em 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px 1px .25em 0 rgba(0, 0, 0, 0.05);
    box-shadow: -2px 1px .25em 0 rgba(0, 0, 0, 0.05);
    background-color: #FFF;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #E2E2E2;
    width: 25px;
    top: 20px;
    left: -25px;
    position: absolute;
}

.banner-template {
    background: #fff;
    width: 240px;
    height: 400px;
    margin: 0px auto;
}

.banner-template div, .banner div {
    height:inherit;
}

span.close-icon {
    width: 22px;
    background: url(../img/logged_icons_n.png) no-repeat;
    height: 20px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    background-position: -70px 2px;
    cursor: pointer;
}

#frame_video {
    margin-top: 20px;
}

.content_v {
    width: 100%;
    height: 100%;
}

.content_v tr td {
    vertical-align: top;
    padding: 0px;
    text-align: center;
    height: 100%;

}

.video {
    text-align: center;
    padding-bottom: 50px;
    width: 100%;
}

#metric {
    text-align: center;
    padding-top: 15px;

}

.related-video {
    width: 640px;
    margin: auto;
    text-align: justify;
    padding-top: 15px;
}

.related-video img{
    width: 145px;
}

.post {
    background: url(../img/post_bot_bg.png) no-repeat -20px 100%;
    overflow: hidden;
    padding: 10px 0 15px 156px;
}

.post .img {
    display: inline;
    float: left;
    height: auto;
    margin-left: -156px;
    position: relative;
    width: 143px;
    z-index: 1;
    max-width: 150px;
    border: 1px solid #DADADA;
    box-shadow: -2px 3px 3px #B9B9B9;
    margin-top: 4px;
}

.post .img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.post .cont {
    display: inline;
    float: left;
    width: 100%;
}

.post h1 {
    padding-bottom: 10px;
    font-weight: bold;
    line-height: .1em;
    margin-bottom: 0;

}

.post h1 a {
    color: #A84A4A;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}

.post h1 a:hover {
    text-decoration: none;
}

.post p {
    font-size: 12px;
    margin-top: 0;
    line-height: 1.46em;
}

.banner {
    margin-top: 10px;
}
.banner_left {
    width: 300px;
    height: 400px;
}

.banner_right {
    width: 300px;
    height: 400px;
    float: right;
}

div.panel-controls_comm {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: -2px 1px .25em 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px 1px .25em 0 rgba(0, 0, 0, 0.05);
    box-shadow: -2px 1px .25em 0 rgba(0, 0, 0, 0.05);
    background-color: #FFF;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #E2E2E2;
    width: 25px;
    top: 20px;
    left: -25px;
    position: absolute;
    display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1220px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (min-width: 768px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {

}

.comment_frame {
    clear: both;
    display: none;
    padding-left: 20px;
}

.reply_form {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.reply_form_padd .formBG {
    border-radius: 5px;
    background: none repeat scroll 0 0 #FAFAFA;
}

.formBG, .bb-editor {
    clear: both;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCCCCC;

}

.bb-editor {
    padding: 10px 15px;
}

.comments-editor textarea {
    height: 75px !important;
}

.editorcomm {
    padding: 0px 10px;
}

/* upload images in comments */
#upload_image {
    padding: 5px 15px 0;
}

#link_ownimage_block a, #link_addimage_block a {
    color: #6f6f6f;
    outline: none;
    text-decoration: underline;
    font-weight: bold;
}

#upload_image .upload_image {
    overflow: hidden;
    width: 100%;
}

#upload_image .tag_youtube {
    float: left;
    background: #FAFAFA;
    font-size: 12px;
    color: #4f5359;
    display: block;
    text-align: center;
    margin-left: 5px;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#upload_image .upimgbt {
    float: left;
    background: #FAFAFA;
    font-size: 12px;
    color: #4f5359;
    display: block;
    text-align: center;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#upload_image .upimgbt i, #upload_image .tag_youtube i {
    vertical-align: middle;
}

#upload_image .tag_youtube:hover, #upload_image .upimgbt:hover {
    text-decoration: none !important;
    color: #383b3f;
    background: #eee;
}

#upload_image label {
    clear: both;
    display: block;
    padding-top: 10px;
}

#upload_image label a {
    text-decoration: underline;
}

#upload_image label a:hover {
    text-decoration: none;
}

#upload_image .loading {
    padding-top: 10px;
}

#upload_image .status-image {
    display: none;
    padding-top: 10px;
}

#upload_image .status-image img {
    max-height: 160px;
    max-width: 468px;
}

.tableform {
    width: 100%;
    font-size: 12px;
    color: #939393
}

.tableform td {
    padding: 5px 10px;
    text-align: left
}

.tableform td.label {
    width: 200px !important;
    vertical-align: top;
}

.f_input {
    font-size: 12px;
    border: 1px solid #CFCFCF;
    color: #515151;
    height: 20px;
    line-height: 20px;
    padding: 2px 5px;
    width: 98%;
    border-radius: 5px;
}

.fbutton {
    padding: 4px 10px;
    min-width: 4em;
    margin-bottom: 0;
    font-size: 13px;
    height: 32px;
    font-weight: bold;
    color: #444;
    text-shadow: 0 1px 0 white;
    font-size: inherit;
    border: 1px solid #aaa;
    background: #fafafa;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #fafafa, #e5e5e5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e5e5e5));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.fbutton:hover {
    border-color: #999;
    background: #fefefe;
    background-color: #fefefe;
    background-image: -moz-linear-gradient(top, #fefefe, #e9e9e9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e9e9e9));
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), inset 0 0 5px #fff;
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), inset 0 0 5px #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), inset 0 0 5px #fff;
    box-shadow: 0 0 2px #999;
}

.fbutton:active {
    border-color: #999;
    border-top-color: #999;
    border-right-color: #d7d7d7;
    border-bottom-color: #d7d7d7;
    border-left-color: #999;
    background: #f4f4f4;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top, #f4f4f4, #dcdcdc);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#dcdcdc));
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), inset 0 0 5px #fff;
    -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), inset 0 0 5px #fff;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), inset 0 0 5px #fff;
    box-shadow: inset 0 0 10px #ccc;
}

.new, .hisBlock, .commDel {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-left: 5px;
    padding: 1px 5px;
    border-radius: 5px;
    display: inline-block;
}

.new {
    color: #0073CC;
}

.hisBlock {
    background: #999;
}

.commDel {
    background: #8b2f30;
}

.btitle {
    padding-top: 60px;
    color: #111111;
    font-size: 25px;
    line-height: 25px;
}
#mc-container {
    padding: 10px;
}

.couter {
    text-align: center;
}

.error {
    text-align: center;
}

/***/
.mass_comments_action {
    font-size:13px;
    padding:10px 5px;
}

#addcomment {text-align: left}

.formBG, .bb-editor {
    clear: both;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCCCCC;

}

.bb-editor {
    padding: 10px 15px;
}

.comments-editor textarea {
    height: 75px!important;
}

.editorcomm {
    padding: 0px 10px;
}

/* upload images in comments */
#upload_image { padding: 5px 15px 0; }
#link_ownimage_block a, #link_addimage_block a {
    color: #6f6f6f;
    outline: none;
    text-decoration: underline;
    font-weight: bold;
}


#upload_image .upload_image { overflow: hidden; width: 100%; }
#upload_image .tag_youtube {
    float: left;
    background: #FAFAFA;
    font-size: 12px;
    color: #4f5359;
    display: block;
    text-align: center;
    margin-left: 5px;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#upload_image .upimgbt {
    float: left;
    background: #FAFAFA;
    font-size: 12px;
    color: #4f5359;
    display: block;
    text-align: center;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#upload_image .upimgbt i, #upload_image .tag_youtube i {
    vertical-align: middle;
}
#upload_image .tag_youtube:hover, #upload_image .upimgbt:hover {
    text-decoration: none !important;
    color: #383b3f;
    background: #eee;
}

#upload_image label { clear: both; display: block; padding-top: 10px; }
#upload_image label a { text-decoration: underline; }
#upload_image label a:hover { text-decoration: none; }
#upload_image .loading { padding-top: 10px; }
#upload_image .status-image { display: none; padding-top: 10px; }
#upload_image .status-image img { max-height: 160px; max-width: 468px; }

.tableform { width: 100%; }
.tableform td { padding: 5px 10px; }
.tableform td.label { width: 200px !important; vertical-align: top;}

.f_input {
    font-size: 12px;
    border: 1px solid #CFCFCF;
    color: #515151;
    height: 20px;
    line-height: 20px;
    padding: 2px 5px;
    width: 98%;
    border-radius: 5px;
}

.fbutton {
    padding: 4px 10px;
    min-width: 4em;
    margin-bottom: 0;
    font-size: 13px;
    height: 32px;
    font-weight: bold;
    color: #444;
    text-shadow: 0 1px 0 white;
    font-size: inherit;
    border: 1px solid #aaa;
    background: #fafafa;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top,#fafafa,#e5e5e5);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#e5e5e5));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.fbutton:hover {
    border-color: #999;
    background: #fefefe;
    background-color: #fefefe;
    background-image: -moz-linear-gradient(top,#fefefe,#e9e9e9);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#e9e9e9));
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.25),inset 0 0 5px #fff;
    -ms-box-shadow: 0 0 2px rgba(0,0,0,0.25),inset 0 0 5px #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.25),inset 0 0 5px #fff;
    box-shadow: 0 0 2px #999;
}

.fbutton:active {
    border-color: #999;
    border-top-color: #999;
    border-right-color: #d7d7d7;
    border-bottom-color: #d7d7d7;
    border-left-color: #999;
    background: #f4f4f4;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top,#f4f4f4,#dcdcdc);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#dcdcdc));
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.5),inset 0 0 5px #fff;
    -ms-box-shadow: inset 0 0 10px rgba(0,0,0,0.5),inset 0 0 5px #fff;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5),inset 0 0 5px #fff;
    box-shadow: inset 0 0 10px #ccc;
}

.new, .hisBlock, .commDel {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-left: 5px;
    padding: 1px 5px;
    border-radius: 5px;
    display: inline-block;
}
.new { color: #0073CC; }
.hisBlock { background: #999; }
.commDel { background: #8b2f30; }