﻿
.widget
{
    width: 466px;
    position: relative;
    padding: 0;
    margin-top: 10px;
}
.widget-poll
{
    width: 233px;
    position: relative;
    padding: 0;
    margin-top: 10px;
}
.auto-width
{
    width: 100%;
}
.widget-header
{
    width: 466px;
    height: 25px;
    padding-left: 10px;
    padding-top: 8px;
    color: #FFF;
    overflow: hidden;
    font-size: 14px;
    font-weight: bolder;
    text-align: left;

}
.widget-header-poll
{
    width: 233px;
    height: 25px;
    padding-left: 10px;
    padding-top: 8px;
    color: #FFF;
    overflow: hidden;
    font-size: 14px;
    font-weight: bolder;
    text-align: left;
}
.widget-header-red
{
    background: transparent url(../images/HEADER_RED.png) no-repeat left;
}
.widget-header-green
{
    background: transparent url(../images/HEADER_GREEN.png) no-repeat left;
}
.widget-header-orange
{
    background: transparent url(../images/HEADER_ORANGE.png) no-repeat left;
}
.widget-header-blue
{
    background: transparent url(../images/HEADER_BLUE.png) no-repeat left;
}
.widget-header-turquoise
{
    background: transparent url(../images/HEADER_TURQUOISE.png) no-repeat left;
}
.widget-content
{
    width: 466px;
    font-size: 11px;
    text-align: left;
}
.widget-content-poll
{
    width: 233px;
    font-size: 11px;
    text-align: left;
}

.rightcol_container
{
    background-image: url(../images/right_background.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 500px;
    margin-top: 2px;
}
.leftcol_container
{
    width: 500px;
}
.rightcol_boxes
{
    width: 480;
    padding-left: 22px;
}
.news_title_medium
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    color: #03336e;
    font-weight: bold;
    margin-left: 5px;
}
.news_title_medium_no_margin
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    color: #03336e;
    font-weight: bold;
}
.news_title_big
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 18px;
    color: #03336e;
    font-weight: bold;
}
.news_title_small
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color: #03336e;
    font-weight: bold;
}
.news_picture
{
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}
.news_body
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5b5b5b;
    font-weight: normal;
}
.subnews_table td
{
    vertical-align: top;
}
.writing_table td
{
    vertical-align: top;
    width: 50%;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underlined;
}
