@import "layout.css";
@import "menu.css";
@import "top_block.css";
@import "tabBlock.css";
@import "article.css";
@import "dhtmlselect.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: 91px;
    padding-left:10px;
}


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

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

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

a.sourceLink {
    color: #A1A1A1;
    text-decoration: none;
}

a.sourceLink:hover {
    color: #A1A1A1;
    text-decoration: underline;
}

h3 {
    font-size:12px;
    display:inline;
}

.exclusiveImage {
    margin-right: 2px;
}

.news_comments_count {
    color: #979797;
}

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

.article_content a.article_bottom_link {
    color: black;
    text-decoration: none;
}

