﻿div.grid_7.alpha{
	/*background-color:green;*/
}

/*Overwrite Sharepoint*/
div.cbq-layout-main{
	background-image:none;
	width:100%;
	/*background-color:#99FF66;*/
}
ul.dfwp-column{
	padding:0px;
}
div.bullet{
	background-image:none;
	padding:0px;
	margin:0px;
}

/*** News Ticker Style ***/
#ticker_container {  
  width:538px;
  height:40px;
  max-height:40px;
  margin: 40px auto 10px;
  border: 1px solid #343434;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a3a3a3+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #a3a3a3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#a3a3a3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#a3a3a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a3a3a3',GradientType=0 ); /* IE6-9 */
}

div#news > div.item.link-item.bullet{
  overflow:hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
  width:309px;
}


#ticketTitle{
  background-color:#800000;
  float:left;
  width:140px;
  padding:8px 10px;
  margin-right:0px;
  text-align:center;
  font-size:16px;
}
#ticker_container #ticketTitle, 
#ticker_container #ticketTitle a, 
#ticker_container #ticketTitle a:visited{
	color:#ffffff;	
}
#newscontent{
  padding:10px 5px;
}
#controls{
   margin:10px 5px;	
}
#news{
	overflow:hidden;
}
#news a,
#news a:visited,
#news a:active,
#news a:link{
    color:#0C4396;    
}
