﻿@charset "utf-8";
/* http://blog.wardelldesign.com/ */
.NewsBorder {
	border-left:1px solid #ccc;
	height:15px;
	border-right:1px solid #ccc;
	padding:0 10px 0 10px;
	margin:5px 0 0 0;
}
#marquee {
	position:relative;
	/*marquee left should have the same value as newsticker width*/
	left:400px;
	overflow:visible;
	width:auto;
	background:none;
	float:left;
	white-space:nowrap;
}
#newsticker {
	/*newsticker width should have the same value as marquee left*/
	width:520px;
	height:30px;
/*	padding:5px 0 0 0;*/
	/*	border-width:thin;*/
	/*border-style:solid none;*/
	/*	border-bottom-color:#999999;*/
	/*background:#FFFFFF;*/
	margin:auto;
	float:left;
	position:relative;
	font:normal 12px Arial, Helvetica, sans-serif;
	left:auto;
	overflow:hidden;
}
#newsticker  span {
	color:#476db8;
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:0 15px 0 0;
	/*text-transform:uppercase;*/
}
#newsticker  a {
	/*color:#2c2c2c;*/
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:0 0 0 10px;
	color:#000000;
	text-decoration:none;
}

