/* [Block Layout: News Listings] */
.news_listings .no_items             { padding: 5px; font-style:italic; }
.news_listings .date                 { padding: 0 5px 0 5px; font-weight: bold; }
.news_listings .item                 { padding: 0 5px 5px 12px; }
.news_listings .item .item_category  { font-size: 100%; font-style: italic; float:right; }
.news_listings .item .item_title     { font-size: 120%; font-weight: bold; margin:0.25em 0; }
.news_listings .item .item_title a   { color: #000000; text-decoration: none; }
.news_listings .item .item_title a:hover { color: #0000ff; text-decoration: underline; }
.news_listings .item .extra_fields   { }
.news_listings .item .item_body      { }
.news_listings .links                { float: right; }
.news_listings .links *              { float: left; }
.news_listings .links span           { text-align: center; font-size:8pt; width:8px; color:#888; }
.news_listings .item_separator       { padding: 10px 0 0 0; }
.news_listings .thumbnail            { float: left; padding: 0 5px 5px 0; }
.news_listings .thumbnail img        { border: 1px solid #888; }

/* Paging control layout */
.news_listings .pnav                     { width: 100%; }
.news_listings .pnav td                  { text-align: center; vertical-align:top; padding: 1px; }
.news_listings .pnav_pn                  { width: 60px; }
.news_listings .pnav a                   { text-decoration: none; margin: 0 1px; }
.news_listings .pnav_pn a:hover          { text-decoration: underline; }
.news_listings .pnav_pn a.disabled,
.news_listings .pnav_pn a.disabled:hover { text-decoration: none; }
.news_listings .pnav_num a:hover         { margin: 0; }
.news_listings .pnav_num a.current,
.news_listings .pnav_num a.current:hover { font-weight: bold; margin: 1px; }

/* Paging control colours */
.news_listings .pnav div                 { background-color: #ddf; border: 1px solid #88c; }
.news_listings .pnav a                   { color: #00f; }
.news_listings .pnav a.disabled,
.news_listings .pnav a.disabled:hover    { color: #888; }
.news_listings .pnav_num a:hover         { background-color: #ccf; border: 1px dashed #88f; }
.news_listings .pnav_num a.current,
.news_listings .pnav_num a.current:hover { background-color: #ccf; border: 1px solid #88f; }
