/* This CSS outlines provides the styling needed for the NMI html feed. You should include
 * the following code in the header of the HTML page where you intend to include the feed file.
 *

 * 	<link rel="stylesheet" href="nmi.css" type="text/css" />
 *
 * Customise this CSS to give the feed the look and feel you desire
 */

.nmi_table
{
	font-size: 0.7em;
	font-family: arial;
	border: 1px solid black;
	width;200;
	background: white;
	float: right;
}

.nmi_table th
{
	color: white;
	background: black;
	font-weight: bold;
	text-align: left;
}

/* News headlines are written into a single news cell */

.nmi_table .content_cell
{
	background: white;
	font-size: .6em;
}

.nmi_table .content_cell .article_link
{
	background: white;
	font-size: 1.8em
}

.nmi_table .content_cell .source_name
{
	font-size: 1.8em;
}

/* The footer contains the time and a link to New Media Intelligence */

.nmi_table .footer_cell
{
	background: #19326A;
	color: white;
	border-top: 1px solid blue;
}

.nmi_table .footer_cell a
{
	color: white;
}.rightborder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: thin;
}
.dirtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0033CC;
}

