/* general styles *****************************************************/
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; } /* tables still need cellspacing="0" in the markup */
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/* font size */
body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* minimal base */
body, select, input, textarea {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; } /* always force a scrollbar in non-IE */
a:hover, a:active { outline: none; } /* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a, a:active, a:visited { color: #000; text-decoration: underline; }
a:hover { color: #000; }
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; } /* Remove margins for navigation lists */
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; }
sup { vertical-align: super; }
pre {
    padding: 15px;
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}
textarea { overflow: auto; border-width: 1px; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; } /* webkit browsers add a 2px margin outside the chrome of form elements */
button {  width: auto; overflow: visible; } /* make buttons play nice in IE */
.ie7 img { -ms-interpolation-mode: bicubic; } /* bicubic resizing for non-native sized IMG */

/* helpers */
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
} /* for image replacement */

.hidden { display: none; visibility: hidden; } /* hide */

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
} /* hide */

.invisible { visibility: hidden; } /* hide */

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* general styles end *************************************************/



/* helpers ************************************************************/
.clear {
    overflow:hidden;
    *zoom:1;
}
.clearBoth{
    clear:both;
}
.floatLeft {
    float:left;
}
.nowrap {
    white-space:nowrap;
}
.relativeWrapper {
    position:relative;
    *zoom:1;
}
.hr {
    background:#e5e5e5;
    height:1px;
    border:0 none;
    overflow:hidden;
}
.hr hr {
    display:none;
}
.fade {
    position:absolute;
    top:0;
    right:0;
    display:block;
    height:15px;
    width:44px;
    background:url("http://www.newsland.ru/public/img/overflowFadeSprite.png") -54px 0 repeat-y;
}
/* helpers end ********************************************************/


/* widgets ************************************************************/
/* login window */
#colorbox, #cboxOverlay, #cboxWrapper {position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay {position:fixed; width:100%; height:100%; background:#e5e5e5;}
#cboxMiddleLeft, #cboxBottomLeft {clear:left;}
#cboxContent {position:relative; overflow:visible; padding:1px; background:#fff;}
#cboxLoadedContent {overflow:auto; padding:20px 10px; border:1px solid #e5e5e5; background:#fff;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxTitle, #cboxCurrent, #cboxNext, #cboxPrevious, #cboxSlideshow, #cboxClose {display:none;}

/* infoline */
.infoline {
    position:relative;
    overflow:hidden;
}
.infoline .infolineContent {
    float:left;
    padding:3px 5px;
    background:#f0f0f0;
    color:#767676;
    font-size:10px;
    line-height:14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
    /*IE6 must DIE !!!!!*/
    *overflow:hidden;
    *zoom:1;
}
.infoline .infolineContent .datetime {
    margin-right:9px;
}
.infoline .infolineContent .user {
    margin-right:9px;
}
.infoline .infolineContent .impressions {
    margin-right:9px;
    padding-left:14px;
    background:url("icons000.gif") 0 2px no-repeat;
    white-space:nowrap;
}
.infoline .infolineContent .ratingPlus {
    margin-right:9px;
    padding-left:14px;
    background:url("icons000.gif") 0 -15px no-repeat;
    white-space:nowrap;
}
.infoline .infolineContent .ratingMinus {
    margin-right:9px;
    padding-left:14px;
    background:url("icons000.gif") 0 -30px no-repeat;
    white-space:nowrap;
}
.infoline .infolineContent .comments {
    margin:0;
    padding-left:14px;
    background:url("icons000.gif") 0 -46px no-repeat;
    white-space:nowrap;
}
.infoline .infolineContent .commentsHot {
    color:#be0206;
    margin:0;
    padding-left:14px;
    background:url("icons000.gif") 0 -60px no-repeat;
    white-space:nowrap;
}
.infoline .infolineContent .fade {
    top:3px;
    width:18px;
    height:28px;
    background-position:-103px 0;
    z-index:1;
}

/* button big */
.button {
    float:left;
}
.button:hover {
    cursor:pointer;
}
.button .b_l {
    float:left;
    padding-left:17px;
    background:url("icons000.gif") 0 -213px no-repeat;
}
.button .b_r {
    float:left;
    padding-right:17px;
    background:url("icons000.gif") 100% -213px no-repeat;
}
.button .b_c {
    float:left;
    height:33px;
    line-height:33px;
    padding:0 2px;
    background:url("icons000.gif") 0 -249px repeat-x;
}

/* button small */
a.buttonSmall {
    padding:3px 6px;
    border:1px solid #e5e5e5;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background:#fff;
    font-size:11px;
    color:#062c8d;
}

/* button unimportant */
a.buttonUnimportant {
    padding:4px 0 3px 0;
    margin-right:10px;
    font-size:11px;
    color:#767676;
}

/* char counter */
.charCounter {
    padding-left:15px;
    vertical-align:middle;
    color:#767676;
}

/* red */
.red {
    color:red;
}

/* green */
.green {
    color:green;
}

/* user is online */
.userOnline {
    padding-left:14px;
    background:url("icons000.gif") no-repeat scroll 0 -196px transparent;
}

/* user is offline */
.userOffline {
}

/* left menu */
.leftMenu {
    float:left;
    width:120px;
    margin-right:-121px;
    border-right:1px solid #e5e5e5;
}
/* left menu -> menu list */
.leftMenu .leftMenuList {
    padding: 0 0 15px 0;
}
.leftMenu .leftMenuList a {
    display:block;
    padding:3px 0 3px 10px;
    font-size:11px;
}
.leftMenu .leftMenuList a.active {
    background:#e5e5e5;
}
.leftMenu .leftMenuList a.red {
    font-style:italic;
    color:#be0206;
}
/* left menu -> last news */
.leftMenu .lastNews {
    background:url("http://www.newsland.ru/public/img/spn_ln_bg.jpg") repeat-y;
    color:#fff;
    padding:10px 5px 10px 10px;
    margin-top:30px;
}
.leftMenu .lastNews a {
    color:#fff;
    font-size:11px;
}
.leftMenu .lastNews h2 {
    font-size:16px;
    font-style:italic;
    font-weight:normal;
    margin:0 0 5px;
}
/* left menu -> related news */
.leftMenu .relatedNews {
    margin-top:30px;
    padding:0 5px 0 10px;
    margin-bottom:47px;
}
.leftMenu .relatedNews h2 {
    color:#767676;
    font-size:16px;
    font-style:italic;
    font-weight:normal;
    margin:0 0 5px 0;
}
.leftMenu .relatedNews a {
    font-size:11px;
}
.leftMenu .relatedNews .newsItem {
    padding:10px 0;
}

/* vertical news list*/
.newsList {
    padding:15px 10px;
}
.newsList h1 {
    margin-bottom:5px;
    font-size:18px;
    font-weight:normal;
    color:#767676;
    font-style:italic;
}
.newsList h1 a {
    color:#767676;
    text-decoration:none;
}
.newsList .newsItem {
    margin-bottom:15px;
}
.newsList .newsItem .image {
    float:left;
    margin-right:-120px;
    padding-top:5px;
    width:110px;
}
.newsList .newsItem .content {
    margin-left:120px;
}
.newsList .newsItem .content h2 {
    margin:2px 0 5px 0;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:18px;
    font-weight:normal;
}
.newsList .newsItem .content h2 .label {
    /*position:relative;
    top:-2px;*/
    padding:3px 5px;
    border:1px solid #b2b2b2;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background:#fff;
    text-decoration:none;
    font-size:11px!important;
    color:#cb0206;
}
.newsList .newsItem .content h2 .labelOriginal {
    position:relative;
    top:2px;
    height:14px;
    padding-left:9px;
    line-height:15px;
    background:url("icons000.gif") 100% 3px no-repeat;
    text-decoration:none;
}
.newsList .newsItem .content p {
    margin-bottom:5px;
}
.newsList .newsItem .content .url {
    color:#767676;
}
.newsList .newsItem .content .text {
}
.newsListLast {
    padding-bottom:30px!important;
}

/* comments list */
.commentsList {
    padding:15px 10px;
}
.commentsList h1 {
    font-size:24px;
    font-weight:normal;
    margin-bottom:5px;
}
.commentsList .newsItem {
    margin-bottom:3px;
    color:#767676;
}
.commentsList .newsItem a {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:14px;
    font-weight:normal;
}
/* comments list -> comment item */
.commentsList .commentItem {
    margin-bottom:15px;
}
.commentsList .commentItem .avatar {
    float:left;
    margin-right:-42px;
    width:32px;
    height:32px;
    overflow:hidden;
}
.commentsList .commentItem .staffPick {
    background:#fff7d9;
    padding:5px 10px 10px;
}
.commentsList .commentItem .justAdded {
    background:#e8f7d0;
    padding:5px 10px 10px;
}
.commentsList .commentItem .content {
    margin-left:42px;
}
.commentsList .commentItem .content .infoline {
    font-size:11px;
    color:#767676;
    margin-bottom:5px;
}
.commentsList .commentItem .content .infoline .user {
    color:#062c8d;
}
.commentsList .commentItem .content .infoline .pubDate {
    text-transform:lowercase;
}
.commentsList .commentItem .content .infoline .link {
    color:#767676;
}
.commentsList .commentItem .content .text {
    margin-bottom:5px;
}
.commentsList .commentItem .content .actions .rating .buttonMinus {
    display:inline-block;
    width:16px;
    height:16px;
    vertical-align:middle;
    background:url("icons000.gif") -18px -454px no-repeat;
}
.commentsList .commentItem .content .actions .inactiveRating .buttonMinus {
    background:url("icons000.gif") -54px -454px no-repeat!important;
}
.commentsList .commentItem .content .actions .rating .value {
    padding:0 3px;
    font-size:11px;
    font-style:italic;
}
.commentsList .commentItem .content .actions .rating .buttonPlus {
    display:inline-block;
    width:16px;
    height:16px;
    vertical-align:middle;
    background:url("icons000.gif") 0 -454px no-repeat;
}
.commentsList .commentItem .content .actions .inactiveRating .buttonPlus {
    background:url("icons000.gif") -36px -454px no-repeat!important;
}
.commentsList .commentItem .content .actions .stats {
    padding:3px 6px;
    border:1px solid #e5e5e5;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background:#fff;
    font-size:11px;
    color:#767676;
}
/* comments list -> add comment item */
.commentsList .addCommentItem {
    margin-bottom:15px;
}
.commentsList .addCommentItem .avatar {
    float:left;
    margin-right:-42px;
    width:32px;
    height:32px;
    overflow:hidden;
}
.commentsList .addCommentItem .content {
    margin-left:42px;
    padding-right:2px;
}
.commentsList .addCommentItem .content .text {
    width:100%;
    height:100px;
    margin-bottom:5px;
}
/* comments list -> add complaint item */
.commentsList .addComplaintItem {
    margin-bottom:15px;
}
.commentsList .addComplaintItem .avatar {
    float:left;
    margin-right:-42px;
    width:32px;
    height:32px;
    overflow:hidden;
}
.commentsList .addComplaintItem .content {
    margin-left:42px;
    padding-right:2px;
}
.commentsList .addComplaintItem .content .reason {
    margin-bottom:5px;
}
.commentsList .addComplaintItem .content .text {
    width:100%;
    height:100px;
    margin-bottom:5px;
}

/* flatpage */
.flatpage {
    padding:0 10px;
}

/* page submenu */
.submenu {
    margin-bottom:15px;
}
.submenu h1 {
    float:left;
    margin-right:15px;
    font-size:24px;
    font-weight:normal;
}
.submenu .submenuList {
    float:left;
    margin-top:3px;
}
.submenu .submenuList a {
    float:left;
    margin-right:15px;
    padding:5px 0;
    display:block;
}
.submenu .submenuList a.active {
    padding:5px 10px;
    border-radius:15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background:#000;
    color:#fff;
    text-decoration:none;
}
.submenu .submenuList .last {
    margin-right:0!important;
}

/* form */
.formWrapper {
    padding: 0 10px;
}
.form label {
    font-size:14px;
    font-weight:bold;
    line-height:20px;
}
.form .formField {
    margin-bottom:10px;
}
.form .formField .longInput {
    width:704px;
}
.form .formField .shortInput {
    width:300px;
}
.form .formField .tip {
    color:#767676;
}

/* pagination */
.pagination {
    padding:30px 10px;
}
.pagination a {
    display:block;
    float:left;
    padding:4px 5px;
    margin-right:4px;
    border:1px solid #e5e5e5;
    text-decoration:none;
}
.pagination a:hover {
    background:#e5e5e5;
}
.pagination .active {
    float:left;
    padding:4px 5px;
    margin-right:4px;
    background:#e5e5e5;
    border:1px solid #e5e5e5;
    font-weight:bold;
}
/* widgets end ********************************************************/


/* base ***************************************************************/
/* layout */
.wrapper {
    width:990px;
    margin:0 auto;
}
#pageContent {
    margin-top:15px;
}
.generalLeft {
    float:left;
    width:729px;
    margin-right:-730px;
    border-right:1px solid #e5e5e5;
}
.generalLeft .contentWrapper {
    padding:0 10px;
}
.generalRight {
    margin-left:729px;
    border-left:1px solid #e5e5e5;
}

/* header */
#pageHeader .headWrapper {
    width:970px;
    margin:0 auto;
}
#pageHeader .logo {
    position:relative;
    float:left;
    width:246px;
    height:65px;
    margin-top:10px;
}
#pageHeader .logo a {
    display:block;
}
#pageHeader .logo #with_gp_logo {
    position:absolute;
    top:1px;
    left:0;
    z-index:1000;
}
#pageHeader .logo #newsland_logo {
    position:absolute;
    left:0;
    bottom:3px;
}
#pageHeader .hRight {
    float:right;
    width:699px;
}
#pageHeader .hRight .tRowFirst, #pageHeader .hRight .tRowSecond {
    float:left;
}
#pageHeader .hRight .tRowFirst {
    width:459px;
    font-family:Arial;
}
#pageHeader .hRight .tRowFirst .profileBlock {
    height:23px;
    background:#d6d6d6;
    padding:7px 0 0 10px;
}
#pageHeader .hRight .tRowFirst .profileBlock a {
    text-decoration:none!important;
}
#pageHeader .hRight .tRowFirst .profileBlock .rightSide {
    float:right;
    margin-right:10px;
}
#pageHeader .hRight .tRowFirst .profileBlock .rightSide a {
    margin-left:10px;
}
#pageHeader .hRight .tRowFirst .profileBlock .author {
    cursor:pointer;
}
#pageHeader .hRight .tRowFirst .profileBlock #authorPopup {
    z-index:1000;
    display:none;
    position:absolute;
    background:#D6D6D6;
    padding:5px 0 5px 0;
    text-align:left;
    margin-left:-2px;
    margin-top:2px;
    box-shadow: 0 5px 12px -2px #3f3e3e;
    -webkit-box-shadow: 0 5px 12px -2px #3f3e3e; /* Safari, Chrome */
    -moz-box-shadow: 0 5px 12px -2px #3f3e3e; /* Firefox */
}
#pageHeader .hRight .tRowFirst .profileBlock #authorPopup a {
    display:block;
    padding:5px 10px 5px 15px;
    font-size:12px;
    width:120px;
}
#pageHeader .hRight .tRowFirst .profileBlock .author span {
    padding-right:11px;
    background:url("icons000.gif") 100% -165px;
}
#pageHeader .hRight .tRowFirst .profileBlock .stat {
    color:#6b6b6b;
    padding-left:14px;
    background:url("icons000.gif") 0 -14px no-repeat;
    margin-right:9px;
    font-size:11px;
}
#pageHeader .hRight .tRowFirst .profileBlock .statDown {
    color:#6b6b6b;
    padding-left:14px;
    background:url("icons000.gif") 0 -30px no-repeat;
    margin-right:9px;
    font-size:11px;
}
#pageHeader .hRight .tRowFirst .profileBlock .msg {
    padding-left:13px;
    background:url("icons000.gif") 0 -72px no-repeat;
    margin-left:10px;
}
#pageHeader .hRight .tRowFirst .profileBlock .msgNew {
    color:#be0206;
    padding-left:13px;
    background:url("icons000.gif") 0 -85px no-repeat;
    margin-left:10px;
}
#pageHeader .hRight .tRowFirst .profileBlock .friendshipRequests {
    padding-left:13px;
    background:url("icons000.gif") 0 -101px no-repeat;
    margin-left:10px;
}
#pageHeader .hRight .tRowFirst .profileBlock .settings{
    margin-left:10px;
}
#pageHeader .hRight .tRowFirst .hCategories .item {
    float:left;
    display:block;
    margin-right:20px;
    margin-top:8px;
}
#pageHeader .hRight .tRowFirst .hCategories .active .title {
    color:#a00404;
}
#pageHeader .hRight .tRowFirst .hCategories .item .title {
    display:block;
    font-size:20px;
    font-family:Arial;
}
#pageHeader .hRight .tRowFirst .hCategories .item .inf {
    display:block;
    color:#7f7f7f;
    font-size:11px;
    font-family:Arial;
}
#pageHeader .hRight .tRowSecond {
    width:240px;
}
#pageHeader .hRight .tRowSecond .addNews {
    font-family:arial;
    height:30px;
    background:#519e3b url("icons000.gif") 0 -580px repeat-x;
}
#pageHeader .hRight .tRowSecond .addNews .icon {
    margin:6px 0 0 10px;
    display:block;
    float:left;
    background:url("icons000.gif") -241px -482px no-repeat;
    width:15px;
    height:16px;
}
#pageHeader .hRight .tRowSecond  .addNews a {
    margin:6px 0 0 10px;
    display:block;
    float:left;
    color:#fff;
    text-decoration:none;
}
#pageHeader .hRight .tRowSecond .search  {
    padding-top:13px;
    padding-left:2px;
}
#pageHeader .hRight .tRowSecond .search .searchField {
    width:170px;
    font-size:12px;
    height:16px;
    line-height:16px;
}
#pageHeader .hRight .tRowSecond .search .submit {
    font-size:12px;
    height:23px;
    width:58px;

}
#pageHeader .advert {
    padding-top:5px;
}
#pageHeader .advert img {
    vertical-align:bottom;
}
#pageHeader .headBorder {
    margin-top:5px;
    height:5px;
    background:url("icons000.gif") 0 -571px repeat-x;
    font-size:1px;
    line-height:1px;
}

/* right block */
.generalRight .hr {
    margin-bottom:15px;
}
.generalRight .advert {
    padding:0 0 15px 10px;
}
.generalRight .widget {
    padding:0 0 15px 10px;
}
.generalRight .subscribe {
    padding:0 0 15px 10px;
}
.generalRight .subscribe h3 {
    display:block;
    margin-bottom:2px;
    font-size:18px;
    font-weight:bold;
    color:#767676;
}
.generalRight .subscribe .field {
    width:143px;
    margin:0;
    height:16px;
    line-height:16px;
    font-size:12px;
}
.generalRight .subscribe input.inactive {
    font-size:11px;
    color:#767676;
}
.generalRight .subscribe .submit {
    font-size:12px;
    width:90px;
    text-align:center;
    height:23px;
    padding:0;
}
.generalRight .teasersList {
    padding:0 0 15px 10px
}
.generalRight .teasersList h3 {
    display:block;
    margin-bottom:7px;
    font-style:italic;
    color:#666666;
    margin-top:0;
    font-weight:normal;
    font-size:12px;
    background:url("icons000.gif") 100% -46px no-repeat;
}
.generalRight .teasersList .teaserItem {
    margin-bottom:5px;
}
.generalRight .teasersList .teaserItem img {
    position:relative;
    top:2px;
    float:left;
    vertical-align:bottom;
}
.generalRight .teasersList .teaserItem .text {
    margin-left:40px;
}
.generalRight .teasersList .teaserItem .text a {
    text-decoration:none;
    display:block;
    margin-right:40px;
}
.generalRight .teasersList .teaserItem span {
    float:right;
    color:#666;
    font-style:italic;
}

/* footer */
#pageFooter .footerSeparator {
    border-bottom:1px solid #e5e5e5;
}
#pageFooter .links {
    padding-left:130px;
    padding-top:15px;
    padding-bottom:20px;
}
#pageFooter  .links .linksBlock {
    float:left;
    width:198px;
}
#pageFooter .links .linksBlock span {
    font-size:14px;
    font-weight:bold;
}
#pageFooter .links .linksBlock ul {
    margin-left:0;
    list-style-type:none;
}
#pageFooter .links .linksBlock ul li{
    padding-top:4px;
    font-size:12px;
}
#pageFooter .links .linksBlock ul li a {
    text-decoration:none;
}
#pageFooter .links .linksBlock .statistic {
    margin-top:20px;
    font-style:italic;
    font-size:11px;
}
#pageFooter .links .linksBlock .statistic span {
    font-weight:normal;
    font-size:11px;
    color:#e20207;
}
#pageFooter .links .linksBlock .statistic .online {
    display:block;
    margin-top:5px;
    color:#e20207;
}
#pageFooter .copyright {
    padding-top:10px;
    margin-left:130px;
    margin-bottom:100px;
    font-family:arial;
    font-size:11px;
    padding-right:20px;
}
#pageFooter .copyright span {
    display:block;
    margin-top:5px;
    color:#808080;
}
#pageFooter .counters {
    padding-top:10px;
    padding-left:10px;
}
#pageFooter .counters img{
    margin-right:3px;
    margin-bottom:3px;
    vertical-align:bottom;
}
/* base end ***********************************************************/


/* start page *********************************************************/
/* main news */
.mainNews {
    margin-left:120px;
    padding:0 10px;
    border-left:1px solid #e5e5e5;
}
.mainNews h1 {
    margin-bottom:5px;
    font-size:18px;
    font-weight:normal;
    font-style:italic;
    color:#767676;
}
.mainNews h1 a {
    color:#767676;
    text-decoration:none;
}
.mainNews .mainNewsList {
    margin-bottom:15px;
}
.mainNews .mainNewsList .newsItem {
    float:left;
    margin-right:19px;
    width:182px;
    overflow:hidden;
}
.mainNews .mainNewsList .newsItem .image {
    margin-bottom:5px;
    max-width:182px;
    max-height:137px;
    overflow:hidden;
}
.mainNews .mainNewsList .newsItem h2 {
    margin-bottom:5px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:18px;
    font-weight:normal;
}
.mainNews .mainNewsList .newsItem .infoline {
    margin-bottom:5px;
}
.mainNews .mainNewsList .newsItem .infoline .infolineContent {
    width:172px;
}
.mainNews .mainNewsList .newsItem .infoline .infolineContent .nowrap {
    display:block;
}
.mainNews .mainNewsList .newsItem .addComment {
    display:block;
    padding:3px 5px;
    background:#be0206;
    color:#fff;
    font-size:11px;
}
.mainNews .mainNewsList .newsItem .lastComment {
    display:block;
    font-size:11px;
}
.mainNews .mainNewsList .newsItem .lastComment .user {
    color:#767676;
}
.mainNews .mainNewsList .newsItem .lastComment .reply {
    color:#767676;
}
.mainNews .mainNewsList .newsItemLast {
    margin-right:0!important;
}
/* start page end *****************************************************/


/* news listing *******************************************************/
.rssIcon {
    text-decoration:none;
}
.rssIcon span {
    padding-top:14px;
    padding-left:14px;
    font-size:0;
    background:url("icons000.gif") 0 -180px no-repeat;
}
.categoryName .rssIcon {
    position:absolute;
    *overflow:hidden;
    *zoom:1;
}
.categoryName .rssIcon span {
    display:block;
}
.categoryName {
    margin-left:130px;
}
.categoryName h1 {
    display:inline;
    font-size:31px;
    font-weight:normal;
    margin:0;
}
.categoryFilters .catItem {
    display:block;
    float:left;
    margin-right:5px;
    padding:3px 5px;
    font-family:arial;
    margin-top:10px;
}
.categoryFilters .filterItem {
    float:left;
    font-family:Arial;
}
.categoryFilters .active {
    display:block;
    padding:4px 6px;
    margin-right:5px;
    margin-top:9px;
    font-weight:bold;

}
.categoryFilters .subFilter {
    font-weight:normal;
    padding-right:11px;
    background:url("icons000.gif") 100% -164px;
    cursor:pointer;
}
.categoryFilters .popupSubFilter {
    position:absolute;
    padding:3px 5px;
    margin-top:9px;
    border:1px solid #000;
    background:#fff;
    font-weight:bold;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
}
.categoryFilters .popupSubFilter .filterName {
    display:block;
    cursor:pointer;
}
.categoryFilters .popupSubFilter #availableSubFilters {
    display:none;
    padding-bottom:7px;
}
.categoryFilters .popupSubFilter a {
    padding:3px 5px;
    display:block;
    font-weight:normal;
    text-decoration:none;
    margin:0 -5px;
}
.categoryFilters .popupSubFilter a.selected {
    background:#d9d9d9;
    font-weight:bold;
}
.categoryTopNews {
    border-left:1px solid #e5e5e5;
    margin:20px 10px 0 120px;
    padding-left:10px;
}
.categoryTopNews .topNewsImage {
    float:left;
}
.categoryTopNews .topNewsText {
    margin-bottom:10px;
}
.categoryTopNews .newsContent {
    margin-left:270px;
}
.categoryTopNews .newsContent h2 {
    font-size:18px;
    font-weight:normal;
    margin:0 0 3px;
}
.categoryTopNews .newsContent p {
    margin-bottom:5px;
}
.newsSource {
    color:#808080;
    font-size:11px;
}
.categoryTopNews .sponsorBlock {
    margin-bottom:10px;
}
.categoryTopNews .sponsorBlock span {
    display:block;
    font-size:11px;
    color:#7f7f7f;
    margin-bottom:5px;
}
/* news listing end ***************************************************/


/* news detail ********************************************************/
.newsItemDetail {
    border-left:1px solid #e5e5e5;
    margin-left:120px;
    padding:0 20px 15px 20px;
}
.newsItemDetail h1 {
    margin-bottom: 5px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:32px;
    font-weight:normal;
    line-height:32px;
}
.newsItemDetail .infoline {
    margin-bottom:5px;
}
.newsItemDetail .tags {
    margin-bottom:30px;
    color:#767676;
}
.newsItemDetail .tags a {
    color:#767676;
}
.newsItemDetail .image {
    float:right;
    margin:0 0 5px 5px;
    padding:1px;
    border:1px solid #e5e5e5;
}
.newsItemDetail .gallery {
    margin-bottom:30px;
}
.newsItemDetail .video {
    margin-bottom:30px;
}
.newsItemDetail .poll {
    margin-bottom:30px;
}
.newsItemDetail .poll .pollItem {
    margin-bottom:5px;
    padding:3px 6px;
    border:1px solid #e5e5e5;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background:#ebeff9;
    color:#767676;
    cursor:pointer;
}
.newsItemDetail .poll .pollItem .answerStats {
    color:#be0206;
}
.newsItemDetail .text {
    margin-bottom:30px;
}
.newsItemDetail .text p {
    margin-bottom:15px;
}
.newsItemDetail .originalAuthors {
    margin-bottom:5px;
    color:#767676;
}
.newsItemDetail .url {
    margin-bottom:30px;
    color:#767676;
}
.newsItemDetail .url a {
    color:#767676;
}
.newsItemDetail .actions {
}
.newsItemDetail .actions .rating {
    float:left;
    height:42px;
    padding:5px 15px 0 0;
}
.newsItemDetail .actions .rating .buttonMinus {
    float:left;
    width:33px;
    height:33px;
    margin-right:10px;
    background:url("icons000.gif") 0 -369px no-repeat;
}
.newsItemDetail .actions .rating .buttonMinus:hover {
    cursor:pointer;
}
.newsItemDetail .actions .inactiveRating .buttonMinus {
    background:url("icons000.gif") -35px -369px no-repeat!important;
}
.newsItemDetail .actions .rating .buttonPlus {
    float:left;
    width:33px;
    height:33px;
    margin-left:10px;
    background:url("icons000.gif") 0 -410px no-repeat;
}
.newsItemDetail .actions .rating .buttonPlus:hover {
    cursor:pointer;
}
.newsItemDetail .actions .inactiveRating .buttonPlus {
    background:url("icons000.gif") -35px -410px no-repeat!important;
}
.newsItemDetail .actions .rating .ratingValue {
    float:left;
    font-size:32px;
    font-style:italic;
    line-height:32px;
}
.newsItemDetail .actions .button {
    float:left;
    height:42px;
    padding:5px 15px 0 0;
}
.newsItemDetail .actions .share {
    float:left;
    height:42px;
    padding:8px 0 0 0;
}
/* news detail end ****************************************************/


/* add news ***********************************************************/
.addNewsItem {
    padding:0 10px;
}
.addNewsItem .alert {
    margin-bottom:10px;
    font-size:14px;
    font-weight:bold;
    color:#db0404;
}
.addNewsItem .poll .pollItem {
    margin-bottom:5px;
}
.addNewsItem .gallery .galleryItem {
    margin-bottom:5px;
}
.addNewsItem .note {
    margin-top:30px;
    margin-bottom:5px;
}
.addNewsItem .actions {
    margin-bottom:30px;
}
/* add news end *******************************************************/


/* user profile *******************************************************/
.userProfile a {
    color:#062c8d;
}
.userProfile .row {
    margin-bottom:10px;
}
.userProfile .row .item {
    margin-bottom:5px;
}
.userProfile .generalInfo {
    margin-bottom:30px;
}
.userProfile .generalInfo .generalInfoAvatar {
    float:left;
    margin-right:-100px;
    width:100px;
    height:100px;
    overflow:hidden;
}
.userProfile .generalInfo .generalInfoContent {
    float:left;
    margin-left:115px;
    width:594px;
}
.userProfile .generalInfo .generalInfoContent .left {
    float:left;
    width:379px;
    margin-right:15px;
}
.userProfile .generalInfo .generalInfoContent .left .allStats {
    padding:10px;
    border:1px solid #e5e5e5;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.userProfile .generalInfo .generalInfoContent .right {
    float:left;
    width:200px;
}
.userProfile .generalInfo .generalInfoContent .right .actions {
    padding:10px;
    color:#767676;
    background:#e5e5e5;
    border:1px solid #e5e5e5;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.userProfile .extendedInfo {
    margin-top:15px;
    margin-bottom:30px;
}
.userProfile .extendedInfo h2 {
    margin-bottom:5px;
    font-size:18px;
    font-weight:normal;
    font-style:italic;
    color:#767676;
}
.userProfile .extendedInfo .left {
    float:left;
    width:347px;
    margin-right:15px;
}
.userProfile .extendedInfo .right {
    float:left;
    width:347px;
}
.userProfile .actions {
    margin-bottom:30px;
}
/* user profile end ***************************************************/


/* onair **************************************************************/
.onairDebates {
    margin-bottom:30px;
}
.onairDebates .debateBlock {
    margin-bottom:15px;
}
.onairDebates .debateBlock table {
    width:100%;
    border-collapse:collapse;
}
.onairDebates .debateBlock table thead tr {
    border-bottom:2px solid #e5e5e5;
}
.onairDebates .debateBlock table thead td {
    padding-bottom:3px;
    font-weight:normal;
    font-style:italic;
    color:#767676;
    vertical-align: bottom;
}
.onairDebates .debateBlock table thead td.title {
    width:400px;
    padding:0;
}
.onairDebates .debateBlock table thead td.title h2 {
    margin:0;
    font-size:18px;
    font-weight:normal;
    font-style:italic;
    color:#767676;
}
.onairDebates .debateBlock table thead td.commentsCnt {
    width:90px;
    font-size:11px;
    text-align:center;
}
.onairDebates .debateBlock table thead td.lastCommentUser {
    width:219px;
    font-size:11px;
    text-align:right;
}
.onairDebates .debateBlock table tbody tr:hover {
    background:#ffffd9;
}
.onairDebates .debateBlock table tbody td {
    padding:3px 0;
}
.onairDebates .debateBlock table tbody td.title {
    padding:3px 0;
}
.onairDebates .debateBlock table tbody td.commentsCnt {
    color:#767676;
    text-align:center;
}
.onairDebates .debateBlock table tbody td.lastCommentUser {
    color:#767676;
    text-align:right;
}
.onairDebates .debateBlock table tbody td.lastCommentUser a {
    color:#4460a9;
}
/* onair end **********************************************************/


/* users **************************************************************/
.usersList a {
    color:#4460a9;
}
.usersList table {
    width:100%;
    border-collapse:collapse;
}
.usersList table thead tr {
    border-top:3px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.usersList table thead td {
    height:30px;
    vertical-align:middle;
    text-align:center;
    white-space:nowrap;
    font-size:11px;
}
.usersList table tbody tr {
    border-bottom:1px solid #e5e5e5;
}
.usersList table tbody tr:hover {
    background:#ffffd9;
}
.usersList table tbody td {
    height:42px;
    vertical-align:middle;
    text-align:center;
    font-size:11px;
}
.usersList .avatar div {
    width:32px;
    height:32px;
    overflow:hidden;
}
/* users end **********************************************************/


/* user messages ******************************************************/
.userMessages {
    color:#444;
}
.userMessages .scroller {
    height:600px;
    overflow:auto;
}
.userMessages a {
    color:#4460a9;
}
.userMessages table {
    width:100%;
    border-collapse:collapse;
}
.userMessages table thead tr {
    background:#e0ecff;
    border-bottom:1px solid #cad4e6;
}
.userMessages .scroller {
    height:600px;
    overflow:auto;
}
.userMessages .messagesList tr {
    background:#efefef;
    border-bottom:1px solid #d6d6d6;
}
.userMessages .messagesList tr:hover {
    background:#e5e5e5;
}
.userMessages .messagesList tr.unread {
    background:#fff;
}
.userMessages .menu {
    padding:5px ;
    font-weight:bolder;
}
.userMessages .avatar {
    width:32px;
    padding:5px;
}
.userMessages .avatar div {
    width:32px;
    height:32px;
    overflow:hidden;
}
.userMessages .message {
    padding:5px;
}
.userMessages .message textarea {
    margin:5px 0;
    width:100%;
    height:100px;
}
.userMessages .message p a {
    color:#767676;
    text-decoration:none;
}

.userMessages .message .actions {
    margin:5px 0;
}

.userMessages .pubDate {
    width:100px;
    padding:5px;
    text-align:right;
    white-space:nowrap;
    color:#767676;
}
/* user messages end **************************************************/


/* user setttings *****************************************************/
.userSettings h2 {
    margin-bottom:5px;
    font-size:18px;
    font-weight:normal;
    font-style:italic;
    color:#767676;
}
.userSettings div {
    margin-bottom:30px;
}
/* user settings end **************************************************/
