/*================================================*/
/* CSS Document : News : http://www.nnnex.com 		*/
/* Author: Next Horizon, Inc.											*/
/*================================================*/



/*==========================================*/
/* News DIV 																*/
/*==========================================*/

#news-scroll {
	width: 200px;
	height:100%;
	margin:0;
	padding:0;
	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: 11px;
}

.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;
}

*/

#example3{ /*Demo 3 main container*/
width: 200px;
height:100%;
margin:0;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#example3 div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0px;
margin-bottom: 15px;
color:#000;
}

#example3 a {
color: #247fe6;
font-weight: bold;
text-decoration: underline;
}

#example3 a:active {
	color: #FF6600;
}

#example3 a:hover {
	color: #ff6500;
}

code{ /*CSS for insructions*/
color: red;
}

