/*	STYLESHEET FOR zFeeder	*/

/*	NOTICE: Any element can be set to display:none 
	if you don't want it shown.	*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 5px;
	margin-right: 5px;
}

	a:link
	{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00FFFF; 
		text-decoration: none; 
		font-weight: bold;  
	}

	a:visited
	{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00FFFF; 
		text-decoration: none; 
		font-weight: bold; 
	}

	a:hover 
	{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00FFFF; 
		text-decoration: underline; 
		font-weight: bold; 
	}


#channel	/* the channel name	*/
{
	height: 60px;
	border: dashed 2px #00FFFF;
	background-color: #000000;
	padding: 5px;
	margin-bottom: 10px;
}

	#channel a:link
	{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00FFFF; 
		text-decoration: none; 
		font-weight: bold; 
	}

	#channel a:visited
	{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00FFFF; 
		text-decoration: none; 
		font-weight: bold; 
	}

	#channel a:hover 
	{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00FFFF; 
		text-decoration: underline; 
		font-weight: bold; 
	}


	#chanlink	/* the channel name	*/
	{
		padding-top: 15px;
	}

		#chanlink a:link
		{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00FFFF; 
		text-decoration: none; 
		font-weight: bold; 
		}

		#chanlink a:visited
		{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00FFFF; 
		text-decoration: none; 
		font-weight: bold; 
		}

		#chanlink a:hover 
		{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00FFFF; 
		text-decoration: underline; 
		font-weight: bold; 
		}


#logo	/*	the channel logo	*/
{
	float: right;
	vertical-align: middle;
}


#more	/*	the more url logo	*/
{
	float: right;
	vertical-align: bottom;
}

#lastupdated	/* last updated date	*/
{
	font-size: 9px;
	font-style: italic;
	margin-bottom: 3px;
}


#title	/*	new item title	*/
{
	clear: all;
	margin-left: 2px;
}

	#title a:link 
	{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00FFFF; 
		text-decoration: none; 
		font-weight: bold; 
	}

	#title a:visited 
	{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00FFFF; 
		text-decoration: none; 
		font-weight: bold; 
	}

	#title a:hover 
	{ 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00FFFF; 
		text-decoration: underline; 
		font-weight: bold; 
	}


#description	/*	news item description	*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
	margin-left: 3px;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
}

