/*	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;
	color: #FFFFFF;
	background-color: #000000;
}

	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	*/
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00FFFF; 
		text-decoration: none; 
		font-weight: bold; 
}

	#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 link that loads the channel into the main frame	*/
	{
	}

		#chanlink a:link
		{ 
			color: #00FFFF; 
			font-weight: bold; 
		}

		#chanlink a:visited
		{ 
			color: #00FFFF; 
			font-weight: bold; 
		}

		#chanlink a:hover 
		{ 
			color: #00FFFF; 
			font-weight: bold;
			text-decoration: underline;  
		}


#catselect  /* all the following is for the top area of the sidebar */
{
	height: 30px;
	text-align: center;
	margin-bottom: 15px;
	padding: 0px;
	background-color: #00FFFF;
}

#sidehead
{
	color: #999;
}

#sidehead img
{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

form
{
	margin: 0;
}

select 
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	width: 280px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	}

option  
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}


