﻿/*USED FOR CONTROL: NewsSummary.ascx*/

 #NewsSummary
    {
        padding-left: 5px;
        padding-right: 5px;
        height: 335px;
    }
    #NewsSummary H2
    {
        font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
        color: #7e2222;
        font-weight: bold;
        font-size: 14px;
    }
    #NewsSummary a:link
    {
        font-family: Verdana;
        font-size: 11px;
        text-decoration: none;
        color: #000000;
        font-style: normal;
        font-weight: normal;
    }
    #NewsSummary a:visited
    {
        font-family: Verdana;
        font-size: 11px;
        text-decoration: none;
        color: #000000;
        font-style: normal;
        font-weight: normal;
    }
    #NewsSummary a:active
    {
        font-family: Verdana;
        font-size: 11px;
        text-decoration: none;
        color: #000000;
        font-style: normal;
        font-weight: normal;
    }
    
    #NewsSummary a:hover
    {
        color: #000000;
        cursor: hand;
    }

    #NewsSummary span.NewsText
    {
        overflow: hidden;
        clip: rect(2px, auto, 2px, auto);
        display: block;
        height: 150px;
    }
    #NewsSummary span.NewsHeading
    {
        font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
        color: #065171;
        font-weight: bold;
        font-size: 13px;
        font-style: normal;
        line-height: 24px;
    }
    #NewsSummary span.ReadMore
    {
        font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
        color: #000000;
        font-weight: bold;
        font-size: 9px;
        font-style: normal;
        float: right;
    }
/*
#NewsSummary H2
{
	font-family: Verdana;
	color: #7e2222;
	font-weight:bold;
	font-size:14px;
}

#NewsSummary H3
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: #065171;
	font-weight: bold;
	font-size: 13px;
}

#NewsSummary H4
{
	font-family: Verdana;
	color: #2f262c;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

#NewsSummary H5
{
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
	color: #e31d1d;
	font-size:15px;
}

#NewsSummary P
{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 11px;
	text-align: left;
	font-family: verdana;
	color: #000000;
}

#NewsSummary UL
{
}

#NewsSummary LI
{
}

#NewsSummary A:link
{
}

#NewsSummary A:visited 
{
}

#NewsSummary A:Hoover
{
}

#NewsSummary A:Active
{
}

#NewsSummary .TextEntry
{
	width: 100%;
	font-family: Arial;
	background-color: #d2d0d0;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #686767;
	padding: 5px 5px 5px 5px;
	border: none;
}
*/