/* GIGX News Widget Stylesheet */

.gigx-news-box {
  overflow: hidden; 
  background-color: #ccc; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px;
}

.gigx-news-header{
  padding: 4px; 
  position: relative; 	
  zoom: 1; 
  overflow: hidden;
}

.gigx-news-body{
  padding: 0 8px 0 8px;
}

.gigx-news-posts{
  overflow: auto; 
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative; 
  background-color: #f8f8f8; 
  color: #444444; 
  z-index: 2; 
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
  border-radius: 6px; 
}

.gigx-news-post{
  opacity: 1; 
  border-bottom: 1px dotted #ddd; 
  overflow: hidden; 
  zoom: 1;
}

.gigx-news-post-text{
  margin-left: 0px; 
  padding: 6px 8px; 
  overflow: hidden; 
}

.gigx-news-post-text a{
  text-decoration: none!important;
}

.gigx-news-post-text i{
  font-size: 9px; 
  font-style: normal; 
  display: block; 
  margin-top: 2px; 
  zoom: 1;
}

.gigx-news-timestamp{
  text-decoration: none!important;
}

.gigx-news-footer{
  position: relative;
}

.gigx-news-footer div{
  overflow: hidden;	
  padding: 4px; 
  zoom: 1;
}
