/* border table for feed news */

.fd_bordertable
{
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 0;
	width: 200px;
}


/* maintable table for feed news */

.fd_maintable
{
	border-width: 0;
	background: white;
}


/* header cell with header text and xml button */

.fd_header
{
	padding: 5px;
	background: #ABCA7B;
	color: white;
	font-family: "Arial" , Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}


/* item description area */

.fd_itemcell
{
	padding: 5px;
	line-height: 16px;
	background: #FAFAFA;
	color: black;
	font-family: "Arial" , Helvetica, sans-serif;
	font-size: 11px;
}


/* item link properties, such as text-decoration and etc */

.fd_itemlink:link
{
	color: blue;
	text-decoration: none;
}

.fd_itemlink:visited
{
	color: blue;
	text-decoration: none;
}

.fd_itemlink:hover
{
	color: blue;
	text-decoration: underline;
}

