/**
 * Page module: SimpleTicker
 *
 * MODULE LICENSE: GNU General Public License 3.0
 *
 * author		Burkhard Hekers (Uthred)
 * copyright	(c) 2010
 * license		http://www.gnu.org/licenses/gpl.html
*/

div.TICKER h2 {
	color: green;
}

div.TICKER  p {
	line-height: 1.5em;
}

#TICKER {
   margin-top:      25px ;
   margin-left:     15px ;
   margin-bottom:   25px ;
   width:       	870px;
   overflow:		hidden;
   border-bottom:  	1px dotted #d5b638;
   border-top:  	1px dotted #d5b638;
   position:       	center;
   white-space: nowrap;
}
#TICKER_BODY{
 font: 14px arial; 
 color: #fff;
}
#TICKER_BODY a {
 color:#d5b638; 
 text-decoration:underline; 
}

#TICKER_BODY_HEAD{
 FONT: bold 14px arial; 
 COLOR:#fff;
}

#TICKER_BODY_TRAILER{
 FONT: bold 14px arial; 
 COLOR:#0;
}

																																											
