@charset "utf-8";
/* CSS Document
Styles used in the RSS Ticker for news and twitter feeds */

.newsclass{
width: 350px;
height:402px;
padding:0;
margin:0;
background:url(../images/newsbubble.gif) no-repeat left;
margin-top: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.newsclass a{
text-decoration: none;
}

.newsclass .rsstitle {padding: 25px 25px 10px 25px;}
.newsclass .rssdescription {margin: 0px 25px 10px 25px;overflow:auto;height:220px;}

.twitclass{
width: 180px;
height: 150px;
padding: 6px;
background-color: #FFFFF;
/*border: 1px solid #004A00;*/
overflow:hidden;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}</style>
