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

.newsclass{
width: 490px;
height:372px;
padding:0;
margin:0;
background:url(../images/eye_on_news.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: 80px 15px 10px 15px;}
.newsclass .rssdescription {margin: 0px 12px 10px 15px;overflow:auto;height:190px;}

.twitclass{
background:url(../images/twitter.gif) no-repeat top;
width: 215px;
height:280px;
padding: 65px 6px 6px 2px;
/*border: 1px solid #004A00;*/
overflow:hidden;
}

.twitclass .rssdescription{margin-bottom:10px; 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*/
}
