.bns
{
	border: solid 1px #666;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
	background: #FCFCFC url(img/grad-bg-blue.png) repeat-x;
	padding-bottom: 1px;
	margin-bottom: 10px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	/* When CSS3 is supported... */
}
	.bns *
	{
		margin: 0px;
		padding: 0px;
	}
	
	.bns .bns-channel
	{
		background: #aa0000 url(img/grad-channel-bg-red.png) repeat-x;
		color: white;
		font-size: 20px;
		font-weight: bold;
		font-style: italic;
		padding: 8px;
		border-bottom: solid 1px #666;

		-moz-border-radius: 10px 10px 0px 0px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		border-top-left-radius: 10px;	/* CSS3 */
		border-top-right-radius: 10px;	/* CSS3 */
	}
	
	.bns .bns-title
	{
		margin: 6px 10px 10px 4px;
		font-size: 16px;
		font-weight: normal;
	}

	.bns .bns-body
	{
		padding: 0px 20px;
		font-size: 14px;
	}
		.bns .bns-body p
		{
			margin: 0px 0px 10px 0px;
		}
		.bns .bns-body  img
		{
			margin: 0px 10px 10px 10px;
		}
		.bns .bns-body a
		{
			text-decoration: underline;
		}
		.bns .bns-body a:link
		{
			color: #0000cc;
		}
		.bns .bns-body a:visited
		{
			color: #800080;
		}
		.bns .bns-body a:hover
		{
			color: #990000;
		}
		.bns .bns-body a:active
		{
			color: #990000;
		}
	
	.bns .bns-footer
	{
		clear: both;
		color: #666;
		text-align: right;
		font-style: normal;
		padding: 0px 10px;
		border-bottom: solid 1px #B5C2CF;
	}
	
	.bns .bns-title a
	{
		display: block;
		padding-left: 18px;
		background: url(img/dbl-arrow-right.png) no-repeat center left;
		text-decoration: none;
		color: #00c;
	}
		.bns .bns-title a:link,
		a.bns .bns-title a:visited
		{
			background: url(img/dbl-arrow-right.png) no-repeat center left;
			text-decoration: none;
			color: #00c;
			outline: 0;
		}
		.bns .bns-title a:hover,
		a.bns .bns-title a:active
		{
			background: url(img/dbl-arrow-down.png) no-repeat center left;
			text-decoration: underline;
			color: #900;
			outline: 0;
		}
		.bns .bns-title a.bns-up
		{
			background: url(img/dbl-arrow-down.png) no-repeat center left;
			color: #00c;
			font-weight: bold;
		}
		.bns .bns-title a:hover.bns-up
		{
			background: url(img/dbl-arrow-up.png) no-repeat center left;
		}
	
	.bns-rss
	{
		
	}
		.bns-rss a
		{
			float:right;
			display: block;
			padding: 2px 0px 2px 16px;
			width: 50px;
			height: 20px;
			background: url(img/rss.png) no-repeat left center;
			text-decoration: none;
		}
		.bns-rss a:link
		{
			color: #00c;
		}
		.bns-rss a:visited
		{
			color: #00c;
		}
		.bns-rss a:hover
		{
			text-decoration: underline;
			color: #900;
		}
		.bns-rss a:active
		{
			color: #00c;
		}

/* Other Themes */

.bns-silver
{
	border: solid 1px #B5C2CF;
	background: #ffffff url(/Content/img/grad-bg-silver.png) repeat-x;
}

.bns-yellow
{
	border: solid 1px #333;
	background: #ffffff url(/Content/img/grad-bg-yellow.png) repeat-x;
}

