/**
 * @file
 * Views Styling
 */


/** added by xiaojing for changing the color of view box on the home page  */
#news-pane{ }

#news-pane .pane-title { 
    color: #ffffff; background-color: #006; text-align: center; 
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
     margin-left: 0;
     height:30px;
     width:300px;
   
}
/** added by xiaojing for changing the color of view box on the home page  */
#news-pane .pane-content { 
    background-color: #E1E2DC; 
    vertical-align: text-top;
    padding-top:5px;
    margin-bottom: 0;
    margin-top: 0px;
    margin-right: 0;
     margin-left: 0;
    width:300px;
}

/** added by xiaojing for changing the color of view box on the home page  */
.more-link
{ 
    background-color: #E1E2DC; 
    vertical-align: text-top;
    padding-top:5px;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
     margin-left: 0;
     width:300px;
}

 
#block-views-news-detailed-view-block .views-field-title {
    width: 280px;
}

#block-views-news-detailed-view-block .views-field-writer {
    width: 150px;
}

#block-views-news-detailed-view-block .views-field-date {
    width: 150px;
}

#block-views-news-detailed-view-block .views-table {

    width: 70%;
    
    border-collapse:separate;
border-spacing:3px 3px;

    background-color: white;
}

#block-views-news-detailed-view-block th{
    
    background-color: #E1E2DC;
}

#block-views-news-detailed-view-block td{
    
    background-color: #F5F5F5;
  
}

#block-views-news-detailed-view-block .pager-next a:link {
color:#000000;
  text-decoration: none;

}

#block-views-news-detailed-view-block .pager a:link {
color:#000000;
  text-decoration: none;

}

#block-views-news-detailed-view-block .pager a:visited {
color:#000000;
  text-decoration: none;

}