﻿.newsOverall
{
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
}

.newsSingleNewsStory
{
    width: 208px;
    height: 51px;
    margin-bottom: 6px;
    border-bottom: gainsboro 1px solid;
    overflow: hidden;
}

    .newsSingleNewsStory:hover
    {
        background-color: gainsboro;
    }

    .newsSingleNewsStory p
    {
        margin: 0px;
    }

.newsImageContainer
{
    position: absolute;
    padding: 1px;
}

    .newsImageContainer img
    {
        width: 40px;
        padding: 1px;
        padding-left: 0px;
        border: none;
    }

.newsButtons
{
    position: absolute;
    bottom: 10px;
}

.child
{
    position: absolute;
}

.newsHeaderContainer
{
    height: 51px;
    padding-left: 47px;
}

.newsHeader
{
}

.newsTitle
{
    width: 460px;
    overflow: hidden;
    height: 30px;
    position: absolute;
    top: 10px;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url('/images/filter.png');
}

.newsSingle
{
    width: 220px;
    overflow: hidden;
    height: 30px;
    position: absolute;
    top: 10px;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url('/images/filter.png');
}

.newsTriple
{
    width: 700px;
}

.newsTitleText
{
    padding-left: 10px;
    top: 15px;
    position: absolute;
    font-weight: bold;
}


/*This is the two column styles*/

.newsSingleNewsStory2
{
    width: 443px;
    height: 100px;
    margin-bottom: 3px;
    border-bottom: gainsboro 1px solid;
    overflow: hidden;
    margin-top: 3px;
}

    .newsSingleNewsStory2:hover
    {
        background-color: gainsboro;
    }

    .newsSingleNewsStory2 p
    {
        margin: 0px;
    }

.newsImageContainer2
{
    position: absolute;
    padding: 1px;
}

    .newsImageContainer2 img
    {
        width: 75px;
        padding: 1px;
        padding-left: 0px;
        border: none;
    }


.newsHeaderContainer2
{
    width: 358px;
    padding-left: 85px;
    height: 96px;
    overflow: hidden;
}

.newsHeader2
{
    font-weight: bold;
}

.newsDescription2
{
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*THis is the three column style*/

/*This is the two column styles*/

.newsSingleNewsStory3
{
    width: 685px;
    height: 100px;
    margin-bottom: 3px;
    border-bottom: gainsboro 1px solid;
    overflow: hidden;
    margin-top: 3px;
}

    .newsSingleNewsStory3:hover
    {
        background-color: gainsboro;
    }

    .newsSingleNewsStory3 p
    {
        margin: 0px;
    }

.newsImageContainer3
{
    position: absolute;
    padding: 1px;
}

    .newsImageContainer3 img
    {
        width: 75px;
        padding: 1px;
        padding-left: 0px;
        border: none;
    }


.newsHeaderContainer3
{
    width: 600px;
    padding-left: 85px;
    height: 96px;
    overflow: hidden;
}

.newsHeader3
{
    font-weight: bold;
}

.newsDescription3
{
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*ENd*/


.newsDate
{
    font-size: small;
}

.newsSingleHeight
{
    height: 168px;
}

.newsDoubleHeight
{
    height: 385px;
}

.newsTripleHeight
{
    height: 600px;
}

/*News Filters*/

.newsFilters
{
    height: 32px;
}

.newsFiltersOverall
{
    height: 32px;
    border: 1px gainsboro solid;
    padding: 5px;
    padding-top: 35px;
    display: none;
}

.newsDateSelector
{
    right: 16px;
    position: absolute;
}

.newsRssSelector
{
}

.newsGVANewsSelector
{
}

.newsFiltersOverall ol
{
    padding: 0;
    margin: 0;
    width: 280px;
}

    .newsFiltersOverall ol li
    {
        float: left;
        width: 60px;
        list-style-type: none;
    }
