/*
Classes used in DIV wrapped version of news feed
Copy and paste these classes into your own Cascading Style Sheet (CSS)
*/

/* table container for feed news */
.fd_bordertable { 
	background-color: #53B300; 
	border-style: solid; border-width: 1px; border-color: #666666; 
	padding: 0;
	width: 140px;
}

/* table container for feed news */
.fd_maintable { border-width: 0; background: #53B300; }

/* header cell with feed title text and xml button */
.fd_header { 
	padding: 2px;	
	background: #555555; color: white; 
	text-align: left; vertical-align: top;
}

/* header title link (leading to rss) */
.fd_headerlink, .fd_headerlink:visited, .fd_headerlink:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; 	
	color: white;	text-decoration: none;
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: blue; text-decoration: none; }
.fd_itemlink:visited { color: blue; text-decoration: none }
.fd_itemlink:hover { color: #336699; text-decoration: underline }

/* item descriptions */
.fd_itemcell {
	padding: 5px;
	line-height: 12px;
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCC;
}

/* item post date */
.fd_postdate { 
	color: #666666;	font-style: italic;	
}
