.trending
{
    border:2px solid black;
    width:880px;
    height: 45px;
    margin-left:auto;
    margin-right:auto;
}
.panel
{
    margin-left: 5px;
    margin-right: 5px;
    width:760px;
    float:right;
}
.leftPanel
{
    font: bold 15px Arial;
    text-align: center;
    margin-right:5px;
    margin-left:5px;
    height:35px;
    width:90px;
    float:left;
}
.leftPanel p
{
    margin-top:10px;
}
/*.tickercontainer {*/ /* the outer div with the black border */
/*background: #fff; 
width: 760px; 
height: 45px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { *//* that serves as a mask. so you get a sort of padding both left and right */
/*position: relative;
left: 0px;
top: 0px;
width: 780px;
overflow: hidden;
}
ul.newsticker { *//* that's your list */
/*position: relative;
left: 50px;
font: bold 25px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; *//* important: display inline gives incorrect results when you check for elem's width */
/*margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {*/
/*white-space: nowrap;*/
/*padding: 0;
color: blue;
font: 15px Arial;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 0 0 0;
} */
/*****************************************************/
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
    font:15px arial;
    text-align:center;
    margin-top:12px;
	width: 760px;
	height: 20px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 760px;
	height: 20px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 220px;
	height: 20px;
    text-align:center;
}
/***************************************************/

/* Related links panel */

.related-links-panel {
    width: 250px;
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
}

.related-links-panel .headline {
    background-color: #2e1537;
    color: white;
    margin-bottom: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.related-links-panel ul {
    margin-left: 10px;
    font-weight: bold;
    font-style: italic;
}

.related-links-panel ul li {
    margin-top: 10px;
    line-height: 16px;
}

.related-links-panel a {
    color: #2e1537;
}

.related-links-panel a:hover {
    text-decoration: none;
    color: #8d7396;
}

/***********************/

.yiiPager .hidden, .yiiPager .first, .yiiPager .last {
/*display: none;*/
}

.newsList650 ul.yiiPager .hidden a, .videos ul.yiiPager .hidden a, .galleries ul.yiiPager .hidden a  {border: none;color:#888888; }
.newsList650 ul.yiiPager .hidden a, .videos ul.yiiPager .hidden a, .galleries ul.yiiPager .hidden a  {border: none;color:#888888; }
.newsList650 ul.yiiPager a, .videos ul.yiiPager a, .galleries ul.yiiPager a { font-weight:normal; }
.newsList650 .yiiPager .first, .newsList650 .yiiPager .last, .videos .yiiPager .first, .videos .yiiPager .last, .galleries .yiiPager .first, .galleries .yiiPager .last
{ 
    display: none; 
}

.yiiPager .hidden, .yiiPager .first, .yiiPager .last {
display: none;
}

.pagination ul
{
    border-left: 1px solid #dddddd;
    /*border-right: 1px solid #dddddd;*/
}

.pagination {
  
  float: right;
}
.list-view .summary 
{
    display: none;
}

.unitHeader
{
  background-color: #571e41;
  background-image: -moz-linear-gradient(top, #5f2147, #4c1a39);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f2147), to(#4c1a39));
  background-image: -webkit-linear-gradient(top, #5f2147, #4c1a39);
  background-image: -o-linear-gradient(top, #5f2147, #4c1a39);
  background-image: linear-gradient(to bottom, #5f2147, #4c1a39);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f2147', endColorstr='#ff4c1a39', GradientType=0);
  border: 1px solid #1f0b17;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
