﻿/* ShortNewsStory.ascx */

.shortNewsDate
{
   display: block;
   font-size: x-small;
}

.shortNewsTitle
{
    padding: 5px 5px 0px 5px;
    margin: 5px 0px 0px 0px;
    font-size: x-small;
}

.shortNewsContent
{
	font-size: x-small;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 10px;
}

.shortNewsItem
{
    width: auto;
    height: auto;
}

.shortNewsAnchor
{
}

/* ShortNewsStory.ascx */

/* FullNewsStory.ascx */
 
.fullNewsItem
{
}

.fullNewsDate
{
   display: block;
   font-size: x-small;
   padding-top: 10px;
}

.fullNewsTitle
{
    color: #2A2B6B;
    padding: 5px 5px 0px 5px;
    margin: 5px 0px 0px 0px;
}

.fullNewsContent
{
}

/* FullNewsStory.ascx */

/* Controls */

ul.news
{
	list-style-type: none;
}