BODY
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: 'Luxi Sans', 'Liberation Sans', 'Verdana', 'Sans';
    background: #EEEEEE;
    color: #626262;
}

a:link, a:visited
{
    color: #009BDE;
    text-decoration: none;
}
a:hover
{
    color: #FF8000;
    text-decoration: none;
}

div.container, div#centeredContainer
{
    margin: 0 auto;
    width: 80%;
    border: 1px solid #CCCCCC;
    height: auto;
    background: #FAFAFA;
}

div.content_container
{
    margin: 5px;
}

div.bottom_right_container
{
    width: 200px;
    height: 20px;
    font-size: 10px;
    background-color: white;
    text-align: center;
    position: absolute;
}

div.bottom_left_container
{
    font-size: 8px;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

div.bottom_right_container
{
    border-left: 1px solid #F4F4F4;
    border-top: 1px solid #F4F4F4;
    bottom: 0px;
    right: 0px;
}

div.bottom_right_content, div.bottom_left_content
{
    margin-top: 3px;
    white-space: nowrap;
    color: #CCCCCC;
}

div.header
{
    width: 100%;
    height: 70px;
    font-size: 20px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
}

div.header_content
{
    padding-top: 14px;
    text-align: center;

}

div.site_container
{

    border: 2px solid #E8E8E8;
}

div.site_sub_container
{
    margin: 5px;
    min-height: 400px;
    overflow: hidden;
}

div.actual_news_content
{
    
    line-height: 1.6;
}

div.site_header
{
    font-weight: bold;
    font-style: italic;
    height: 20px;
    padding-top: 2px;
    padding-left: 5px;
    border-bottom: 2px solid #E8E8E8;
}

div.site_item_container
{
    border-bottom: 1px solid #E8E8E8;
    height: 20px;
    clear: both;
}

div.site_item_container:hover
{
	background-color: white;
}

div.site_item_container:hover div.site_item_date span.year_soft
{
    color: #8e8e8e;
}

div.site_item_container:hover div.site_item_date span.hour_soft
{
    color: #3a3a3a;
}

div.site_item_left, div.site_item_right, div.site_item_date
{
    white-space: nowrap;
}

div.site_item_date, div.site_item_date_new
{
    padding-right: 5px;
    font-size: 8px;
    font-weight: bold;
    font-style: italic;
    width: 110px;
    float: left;
    border-right: 1px dotted #E8E8E8;
    text-align: right;
    line-height: 20px;
}

div.site_item_date_new
{
    color: red;
}


div.site_item_left
{
    padding-left: 5px;
    overflow: hidden;
    display: block;
    float: left;
    line-height: 20px;
}

div.site_item_right
{
    padding-right: 5px;
    float: right;
}

div.spacer
{
    height: 20px;
}

span.done
{
    font-weight: bold;
    color: green;
}

span.year_soft
{
    color: silver;
}

span.hour_soft
{
    color: gray;
}

div.selectionBlock
{
    border: 1px solid #E8E8E8;
    background: #FFFFFF;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    float: left;
}

div#itemsToRead
{
    display: none;
    margin: 5px;
}

div#allGrey
{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: grey;
    overflow: hidden;
    display: none;
}

div#content
{}

div#bigContainer
{
    position: relative;
}

div#contentLoading
{
    font-size: 50px;
    text-decoration: blink;
    padding: 10px;
    border: 2px solid orange;
    display: none;
    background-color: yellow;
    text-align: center;
    
}