#panel{    
  position: absolute;
  top: 45px;
  left: 0;
  display: none;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background: white;
  background: -moz-linear-gradient(top, #ebebeb, white);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(white));
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #232323;
  width: 460px;  
  z-index:2;
}  

#panel table{
  width:100%;
}

#panel table dd{
  font-size:20px;
  text-transform:uppercase;
  font-family:Helvetica;
  font-weight:bold;
  text-align:left;
} 

#panel table a table{
 align:center;
}
                     
#panelButton{
  position:absolute;
  top:495px;
  left:481px;
  cursor:pointer;
  z-index:2;
}

.news-latest-container{
border:1px solid #ccc;
background: white;
text-align:left;
}
.news-latest-container h2,p{
padding:0;
margin:0;
}
.news-latest-container h2{
padding:5px;
margin-bottom:5px;
border-bottom: 2px dotted #ccc;
}
.news-latest-item{
position:relative;
margin-bottom:15px;
border-bottom:2px solid #ccc;
padding:10px;
}
.news-latest-item a{
text-decoration:none;
}
.news-latest-item a:hover{
text-decoration:underline;
font-style:normal;
color:#555;
}

.news-latest-item img{
position:absolute;
top:30px;
left:400px;
}
.news-latest-item .clearer{
display:none;
}
.news-latest-item .news-latest-morelink{
margin-left:400px;
}
.news-latest-gotoarchive{
display:none;
}




