/*================================================*/
/* CSS Document : News : http://www.nnnex.com 		*/
/* Author: Next Horizon, Inc.											*/
/*================================================*/



/*==========================================*/
/* News DIV 																*/
/*==========================================*/

#news-scroll {
	width: 420px;
	height: 150px;
	background: url(../images/newsTickerBG.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 5px 0px;
	text-align: left;
}

/*==========================================*/
/*  News Ticker Styles											*/
/*==========================================*/


.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:#000000;
font-size: 10px;
}

.datefield{ /*CSS for date field in general*/
color:#626262;
font-size: 10px;
}

/* Not Needed 

#example1{ /*Demo 1 main container
width: 450px;
height: 30px;
border: 1px solid black;
padding: 4px;
background-color: lightyellow;
}

#example2{ /*Demo 2 main container
width: 600px;
height: 180px;
border: 1px dashed black;
padding: 4px;
background-color: #EEEEEE;
}

#example2 div ul{ /*Demo 2 UL container
margin: 0;
padding-left: 18px;
}

#example2 div ul li{ /*Demo 2 LI that surrounds each entry
margin-bottom: 4px;
}

*/

#example4{ /*Demo 3 main container*/
width: 395px;
height: 130px;
margin: 5px 0px 0px 14px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 8px;
}

#example4 div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0px;
margin-bottom: 0px;
font-size: 9px;
}

#example4 a {
color: #003d7d;
font-weight: bold;
text-decoration: underline;
font-size: 10px;
}

#example4 a:active {
	color: #FF6600;
}

#example4 a:hover {
	color: #ff6600;
}

code{ /*CSS for insructions*/
color: red;
}

.morenews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 003d7d;
	font-weight: normal;
	margin: 5px 3px 0px 0px;
	text-decoration: none;
}

.morenews a {
	color: #003d7d;
	font-weight: bold;
}

.morenews a:active {
}

.morenews a:hover {
	text-decoration: underline;
}

