* {
margin: 0;
padding: 0;
font-family: Arial;
font-size: 12px;
}

body, html {
margin: 0;
padding: 0;
background-color: #ffffff;
}

.rs_ticker {
	width: 195px;
}

.stat_title{
	/*background: url(/extra/rtticker_ng/header_comTrack_small.png);
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 8px;
	padding-top: 9px;
	color: white;
	font-size:14px;
	font-weight:bold;
	background-color: #FFFFFF;*/
	border: 1px solid #ADADAD;
    border-radius: 6px 6px 0 0;
    color: #646464;
    height: 18px;
    padding: 9px 15px;
    background: -moz-linear-gradient(center top , #EFEFEF 0%, #D9D9D9 100%) repeat scroll 0 0 transparent;
}

.stat_content{
	border-bottom: 1px solid #ADADAD;
    border-left: 1px solid #ADADAD;
    border-radius: 0 0 6px 6px;
    border-right: 1px solid #ADADAD;
    padding: 10px 15px;
}

.stat_ticker a {
color: black;
font-weight:normal;
text-decoration:none;
}

a.story {
font-size:10px;
color: black;
font-weight:normal;
text-decoration:none;
}

.rs_ticker p{
padding-top: 3px;
text-align: left;
}

.ticker_footer{
}

.stat_ticker{
	margin: 0 0;
	padding-top: 0px !important;
}

#addSiteClose {margin-top:0px;}
#openAddSite {margin-top:0px;}
#openAddSite.add_site {display: block;}
.add_site {display: none;}
.highslide-controls.addsiteclose {position: absolute; right: 0px; top: 0px; width: 48px; margin-top: 0px;}


