﻿/*News.ascx*/
.clear {
    clear: both;
}

.News
{
    float: left;
    border-width: 1px;
    border-color: #999;
    background-color: #ffffff;
    width: 517px;
    left: 10px;
    margin-top: 0px;
}
.NewsText
{

}
    
.addNews
{
    padding: 15px 15px 10px 15px;
    float: left;
    width: 215px;
    background: #80909D;
    border: 1px solid #80909D;
    margin-top: 10px;
    color: #ffffff;
    margin-left:8px;
}
.search
{
    padding: 15px 15px 0px 15px;
    float: left;
    width: 215px;
    background: #80909D;
    border: 1px solid #80909D;
    margin-top: 10px;
    color: #ffffff;
    margin-left: 8px;
    max-height: 550px;
}
.News p
{
    font-size: 10px;
}

.text_line
{
    clear:both;
    margin-bottom:2px;
}

.NewsInn
{
    margin: 10px;
    width: 305px;
    border-bottom-style: dotted;
    border-bottom-width: 0px;
    border-bottom-color: #808080;
    float: left;
}
.NewsH3
{
    color: #07396C;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 110%;
    font-weight: normal;
    font-style:normal;
    text-decoration:none
}
.NewsH3 a
{
    text-decoration:none;color: #07396C;
}
.NewsImg
{
    float: left;
    padding: 0px 10px 5px 0px;
    position: relative;
    top: 4px;
    width:120px;
}

.NewsDate
{
    float: right;
    padding: 0px 0px 0px 0px;
    font-size: 10px;
    color: #999999;
}

/*NewsNavigation.ascx*/

#NewsName
{
    float: left;
    padding: 0px 10px 0 0;
    line-height: 160%;
}

.Vise
{
    float: right;
    padding: 0px 10px 5px 0;
}

.Vise a
{
    color: #225799;
}

.Vise a:hover
{
    color: #000000;
}

#NewsLinks 
{
    float: right;
    padding: 0px 0;
    line-height: 160%;
}

#NewsNavigationPosition
{
    float: left;
    border-width: 1px;
    border-color: #999;
    background-color: #ffffff;
    width: 490px;
    margin-top: 10px;
    margin-bottom: 0px;
    border-bottom-style: solid; 
}

.NewsNavigation
{
    margin: 0;
    padding: 0;
    font-size: 96%;
    position: relative;
    text-align: center;
}

.NewsNavigation li
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

.NewsNavigation a
{
    color: #225799;
    padding: 0 13px 0 0;
    text-decoration: none;
}

.NewsNavigation a:hover
{
    color: #000000;
}