@import "search/layout.css";
@import "search/tab.css";
@import "menu.css";
@import "dhtmlselect.css";
@import "tabBlock.css";
@import "top_block.css";
@import "article.css";
@import "video.css";
@import "block.css";
@import "startpage/votings.css";
@import "/templates/news/errorReport.css";
html, body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

div.pageContainer {
    width: 1000px;
    text-align: left;
}

div.logo {
    height: 90px;
    padding-left:10px;
}


div.menuTopLevel {
    background: url(/templates/fun/images/top_menu_top_level_bg.gif) repeat-x top;
    height:80px;
}
form {
    margin: 0;
    padding: 0;
}

a {
    color: #324AA3;
    text-decoration: none;
}

a:hover {
    color: #324AA3;
    text-decoration: underline;
}

.exclusiveImage {
    margin-right: 2px;
}

.news_comments_count {
    color: #979797;
}

.news_views_count {
    color: #979797;
    margin-right: 3px;
}
.news_date{
    color:#979797;
}

/* tv list */
.tvList{
    margin-bottom:10px;
}
.tvList .title{
    font-weight:bold;
}
.tvList .list{
    padding:1px;
    border:1px solid #CDCDCD;

}
.tvList .in{
    padding:5px;
    background: url(/templates/fun/images/tab_block_bg.gif) repeat-x bottom;
}
.tvList .in td{
    vertical-align:top;
    padding-bottom:5px;
}
.tvList .in img{
    border:1px solid #CDCDCD;
    margin-right:5px;
}
.tvList .in .time{
    font-weight:bold;
    padding-right:5px;
}

