/* --------------------------------------------
   reset
----------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
ul, ul li, ol, ol li {list-style: none; margin: 0; padding: 0;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
address {font-style:normal;}

/* --------------------------------------------
   
----------------------------------------------- */
body
{
	font: 11px/12px helvetica, arial, sans-serif;
	background: #e0e0e0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

select option
{
	margin-right: 10px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#page-container
{
	background: #fff url(../img/global/bg_body.gif) repeat-x;;
	padding-bottom: 100px;
}

div#page
{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.login div#page
{
	border-left: 0;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 628px;
	height: 271px;
	border-right: 2px solid #fff;
}

a#logo
{
	background: url(../img/global/img_logo.png) no-repeat;
	text-indent: -2000px;
	overflow: hidden;
	width: 600px;
	height: 221px;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 1;
}

/* --------------------------------------------
   
----------------------------------------------- */
ul#nav-main
{
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

ul#nav-main li.main
{
	float: left;
	width: 125px;
	border-right: 2px solid #fff;
	position: relative;
}

ul#nav-main li a.main
{
	display: block;
	background: #555;
	height: 48px;
	font-size: 13px;
	line-height: 18px;
	color: #eee;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 6px;
}

ul#nav-main li a strong
{
	display: block;
	font-size: 18px;
	color: #00bdeb;
}

ul#nav-main li:hover a.main
{
	color: #fff;
	background: #00bdeb;
	text-decoration: none;
}

ul#nav-main li.archives-by-issue:hover a.main,
ul#nav-main li.archives-by-date:hover a.main
{
	height: 54px;
}

ul#nav-main li:hover a.main strong
{
	color: #fff;
}

ul#nav-main li ul
{
	position: absolute;
	top: 52px;
	left: 0px;
	width: 210px;
	background: #e0e0e0 url(../img/global/bg_nav_main_item_hover.gif) no-repeat;
	padding: 0 10px;
	padding-bottom: 20px;
	display: none;
	padding-top: 3px;
}

ul#nav-main li.main:hover ul
{
	display: block;
}

ul#nav-main li ul li
{
	border-bottom: 1px dotted #666;
}

ul#nav-main li ul li a
{
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #555;
	font-weight: bold;
}

ul#nav-main li ul li a:hover
{
	text-decoration: none;
	color: #e20000;
}

/* --------------------------------------------
   
----------------------------------------------- */
form#search
{
	width: 242px;
	padding-left: 5px;
	padding-top: 2px;
	position: absolute;
	top: 0px;
	left: 381px;
}

form#search label
{
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1px;
}

form#search input.text
{
	float: left;
	width: 202px;
	height: 24px;
	border: 0;
	border-bottom: 1px solid #a5c1c8;
	background: #f2f2f2;
	padding: 0;
	outline: none;
}

form#search a.submit
{
	width: 28px;
	height: 25px;
	float: left;
	background: url(../img/global/icon_search.gif) no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

form#search a.submit:hover
{
	background-position: 0 -25px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#content
{
	width: 600px;
	float: left;
	margin-right: 30px;
	padding-top: 288px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div.article
{

}

.home div.article
{
	border-bottom: 1px dotted #666;
	padding-bottom: 24px;
	margin-bottom: 18px;
}

div.article h5
{
	line-height: 16px;
	color: #555;
}

div.article a
{
	color: #e20000;
	font-weight: bold;
}

div.article a.headline
{
	font: 36px/37px georgia, serif;
	color: #555;
	margin-bottom: 16px;
	display: block;
}

div.article a.headline:hover
{
	text-decoration: none;
	color: #e20000;
}


/* --------------------------------------------
 ADDITIONS BY JEN  
----------------------------------------------- */

div.article a.archives-date
{
	font: 15px/20px georgia, serif;
	color: #e20000;
	display: block;
}
div.article a.archives-date:hover
{
	text-decoration: underline;
}
div.contact-us
{
	font: 15px/20px georgia, serif;
	color: #555;
	display: block;
}
div.contact-us strong
{
	font-weight: bold;
}
div.contact-us a
{
	font: 15px/20px georgia, serif;
	color: #e20000;
}
div.contact-us a:hover
{
	text-decoration: underline;
}
/* --------------------------------------------
 END OF ADDITIONS BY JEN  
----------------------------------------------- */

div.article p,
div.article blockquote,
div.article li,
div.article h4
{
	font: 15px/20px georgia, serif;
	color: #555 !important;
	margin-bottom: 20px;
}

div.article p
{

}

div.article p a.read-more
{
	font: bold 15px/20px helvetica, arial, sans-serif;
	color: #e20000;
}

div.article blockquote
{
	color: #777 !important;
	margin: 30px 40px 30px 40px;
	border-left: 2px solid #ccc;
	padding-left: 18px;
}

div.article blockquote p,
div.article blockquote li,
div.article blockquote h4
{
	color: #777 !important;
}

div.article div.image
{
	margin-bottom: 20px;
}

div.article div.image p
{
	font: bold 12px/13px helvetica, arial, sans-serif;
	margin-top: 4px;
}

div.article div.image-left
{
	float: left;
	width: 180px;
	margin-right: 20px;
	margin-bottom: 0;
}

div.article div.image-right
{
	float: right;
	width: 180px;
	margin-left: 20px;
	margin-bottom: 0;
}

div.article div.image p
{
	font-weight: bold;
	color: #555;
	font-size: 12px;
	line-height: 13px;
}

div.article ul,
div.article ul li
{
	list-style: disc;
}

div.article ul
{
	
}

div.article blockquote ul
{
	padding-top: 20px;
}

div.article ul li
{
	margin-left: 20px;
}

div.article h4
{
	font-weight: bold;
	margin-bottom: 0;
}

div.article div.comments
{
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 4px;
}

div.article div.comments a.add-comment,
div.article div.comments span.comment-count
{
	float: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

div.article div.comments a.add-comment
{
	background: #eee;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	color: #758c31;
	margin-right: 9px;
	padding: 15px 7px 5px 3px;
}

div.article div.comments a.add-comment:hover
{
	border-bottom-color: #eee;
	border-right-color: #eee;
	border-top-color: #bbb;
	border-left-color: #bbb;
	color: #e20000;
}

div.article div.comments a.add-comment span
{
	font: bold 48px/8px georgia, serif;
	float: left;
	padding-top: 6px;
	height: 10px;
	+padding-top: 20px;
	+height: 15px;
	+margin-top: -10px;
}

div.article div.comments a.add-comment:hover,
div.article div.comments a.add-comment:hover span
{
	text-decoration: none;
	color: #e20000;
}

div.article div.comments span.comment-count
{
	color: #999;
	margin-top: 16px;
}

div.article div.comments span.comment-count a
{
	color: #859f38;
}

div.article div.comments span.comment-count a:hover
{
	text-decoration: none;
	color: #e20000;
}

div.article div.article-meta
{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
}

div.article div.article-meta a
{
	color: #e20000;
}

/* --------------------------------------------
 CHANGES/ADDITIONS BY JEN  
----------------------------------------------- */

div#content h2.search-results,
div#content h2.log-in,
div#content h2.contact-us,
div#content h2.dates,
div#content h2.archives-by-date,
div#content h2.insights,
div#content h2.topic,
div#content h2.tag
{
	overflow: hidden;
	border-bottom: 1px dotted #666;
	padding-bottom: 6px;
	margin-bottom: 18px;
	margin-top: 2px;
}

div#content h2.search-results strong,
div#content h2.log-in strong,
div#content h2.contact-us strong,
div#content h2.dates strong,
div#content h2.archives-by-date strong,
div#content h2.insights strong,
div#content h2.topic strong,
div#content h2.tag strong
{
	float: left;
	height: 26px;
	text-indent: -2000px;
	overflow: hidden;
}

div#content h2.search-results strong
{
	width: 150px;
	background: url(../img/interior/header_search_results.gif) no-repeat;
	margin-right: 6px;
}

div#content h2.log-in strong
{
	background: url(../img/interior/header_log_in.gif) no-repeat;
	width: 54px;
}
div#content h2.contact-us strong
{
	background: url(../img/interior/header_contact_us.gif) no-repeat;
	width: 105px;
}
div#content h2.dates strong
{
	background: url(../img/interior/header_dates.gif) no-repeat;
	width: 56px;
	margin-right: 6px;
}
div#content h2.archives-by-date strong
{
	background: url(../img/interior/header_archives_by_date.gif) no-repeat;
	width: 160px;
}
div#content h2.insights strong
{
	background: url(../img/interior/header_insights.gif) no-repeat;
	width: 79px;
	margin-right: 6px;
}
div#content h2.topic strong
{
	background: url(../img/interior/header_topic.gif) no-repeat;
	width: 54px;
	margin-right: 6px;
}
div#content h2.tag strong
{
	background: url(../img/interior/header_tag.gif) no-repeat;
	width: 36px;
	margin-right: 6px;
}


div#content h2.search-results span,
div#content h2.dates span,
div#content h2.tag span,
div#content h2.topic span,
div#content h2.insights span
{
	float: left;
	font-size: 15px;
	line-height: 18px;
	color: #e20000;
	font-weight: bold;
	margin-top: 11px;
}

/* --------------------------------------------
 END OF CHANGES/ADDITIONS BY JEN  
----------------------------------------------- */

ol#articles
{

}

ol#articles li
{
	margin-bottom: 22px;
}

ol#articles li div.article
{

}

ol#articles li div.article h3
{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

ol#articles li div.article h3 a
{
	color: #555;
}

ol#articles li div.article a.headline
{
	font: bold 24px/25px helvetica, arial, sans-serif;
	color: #555;
	margin-bottom: 0;
}

ol#articles li div.article a.headline:hover
{
	color: #e20000;
}

ol#articles li div.article p
{
	font: 15px/20px helvetica, arial, sans-serif;
	color: #555;
	margin-bottom: 0;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#pagination
{
	font-size: 12px;
	line-height: 16px;
	color: #555;
	font-weight: bold;
	overflow: hidden;
}

.stack div#pagination
{
	border-top: 1px dotted #666;
	padding-top: 15px;
}

div#pagination a,
div#pagination span
{
	text-transform: uppercase;
}

div#pagination a
{
	color: #e20000;
}

div#pagination span
{
	color: #999;
}

div#pagination div.description span
{
	color: #555;
	+margin-right: 3px;
}

/* --------------------------------------------
   ADDED BY JEN TO FIX PAGINATION
----------------------------------------------- */

div#pagination div.description
{
	float: right;
	display: inline;
	
	white-space: nowrap;
	width: 250px;
	text-align: right;
}

div#pagination div.pagination-left
{
	float: left;
	display: inline;
	width: 350px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#sidebar
{
	width: 320px;
	float: left;
	background: #e0e0e0;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#about
{
	height: 271px;
	background: #f2f2f2;
	border-bottom: 1px dotted #666;
	padding: 0 10px;
}

.login div#about
{
	border-bottom: 0;
	border-bottom: 1px dotted #666 !important;
}

ul#nav-meta
{
	overflow: hidden;
	border-bottom: 1px dotted #666;
	padding-top: 8px;
	color: #008fb3;
	padding-bottom: 11px;
	margin-bottom: 8px;
}

ul#nav-meta li
{
	float: left;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-right: 4px;
}

ul#nav-meta li a
{
	color: #008fb3;
}

ul#nav-meta li a:hover
{
	color: #e20000;
	text-decoration: none;
}

div#about h3
{
	font-size: 12px;
	line-height: 15px;
	color: #555;
	font-weight: bold;
	margin-bottom: 5px;
}

div#about p
{
	font: 12px/18px georgia, serif;
	color: #555;
	margin-bottom: 9px;
}

/* a#security-council-report
{
	display: block;
	background: url(../img/global/img_security_council_report.gif) no-repeat;
	text-indent: -2000px;
	overflow: hidden;
	width: 227px;
	height: 33px;
} */

a#security-council-report
{
	display: block;
	background: url(../img/global/scr-logo-156x33.gif) no-repeat;
	text-indent: -2000px;
	overflow: hidden;
	width: 227px;
	height: 33px;
}


/* --------------------------------------------
   
----------------------------------------------- */
div#whats-in-the-news
{
	padding: 19px 10px 0 10px;
}

div#whats-in-the-news h2
{
	background: url(../img/global/header_whats_in_the_news.gif) no-repeat;
	width: 239px;
	height: 48px;
	text-indent: -2000px;
	overflow: hidden;
	margin-bottom: 25px;
}

div#whats-in-the-news h2.latest-publications
{
	background: url(../img/global/header_latest_scr_publications-illustrator.gif) no-repeat;
	width: 240px;
	height: 27px;
	text-indent: -2000px;
	overflow: hidden;
	margin-bottom: 16px; /* set to 16px for tighter header, otherwise 25px */
} 

/* div#whats-in-the-news h2.latest-publications
{
	background: url(../img/global/header_latest_publications_3-retina.png);
	background-size: 200px 27px;
    background-repeat: no-repeat;
	width: 200px;
	height: 27px;
	text-indent: -2000px;
	overflow: hidden;
	margin-bottom: 16px; /* set to 16px for tighter header, otherwise 25px 
} */

div#whats-in-the-news h4
{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #555;
	margin-bottom: 4px;
}

div#whats-in-the-news h4 strong
{
	font-size: 18px;
}

div#whats-in-the-news h3
{
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 11px;
	border-top: 1px dotted #666;
	font-weight: bold;
	padding-top: 8px;
}

div#whats-in-the-news h3 a
{
	color: #222;
}

div#whats-in-the-news ul
{

}

div#whats-in-the-news ul li
{
	margin-bottom: 18px;
}

div#whats-in-the-news ul li a
{
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #555;
}

div#whats-in-the-news ul li a strong
{
	color: #e20000;
}

div#whats-in-the-news ul li a:hover
{
	text-decoration: none;
}

div#whats-in-the-news ul li a:hover strong
{
	text-decoration: underline;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#follow
{
	background: #f0f0f0;
	height: 90px;
	padding-left: 10px;
	padding-top: 9px;
	border-top: 1px dotted #666;
}

div#follow h3
{
	font-size: 12px;
	line-height: 15px;
	color: #222;
	margin-bottom: 15px;
	font-weight: bold;
}

div#follow ul
{
	overflow: hidden;
}

div#follow ul li
{
	margin-right: 5px;
	float: left;
}

div#follow ul li a
{
	display: block;
	width: 28px;
	height: 28px;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

div#follow ul li.facebook a
{
	background-image: url(../img/follow/icon_facebook.gif);
}

div#follow ul li.twitter a
{
	background-image: url(../img/follow/icon_twitter.gif);
}

div#follow ul li.rss a
{
	background-image: url(../img/follow/icon_rss.gif);
}

div#follow ul li a:hover
{
	padding-bottom: 3px;
	border-bottom: 2px solid #e20000;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#comments
{
	margin-top: 20px;
}

div#comments h2.reader-insights
{
	background: url(../img/article/header_reader_insights.gif) no-repeat 0 19px;
	height: 35px;
	text-indent: -2000px;
	overflow: hidden;

	padding-top: 19px;
	border-top: 3px solid #555;
}

div#comments ol.comments
{

}

div#comments ol.comments li
{
	border-top: 1px dotted #666;
	padding-top: 7px;
	overflow: hidden;
	margin-bottom: 18px;
}

div#comments ol.comments li div.meta
{
	float: left;
	width: 151px;
}

div#comments ol.comments li div.meta .author
{
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #555;
}

div#comments ol.comments li div.meta a.author
{
	color: #758c31;
}

div#comments ol.comments li div.meta span.date
{
	display: block;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #555;
}

div#comments ol.comments li div.comment
{
	margin-left: 151px;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}

div#comments ol.comments li div.comment p
{
	margin-bottom: 18px;
}

div#comments ol.comments li div.comment p a
{
	color: #758c31;
}

form#add-comment
{
	border-top: 3px solid #555;
	padding-top: 19px;
	overflow: hidden;
}

form#add-comment h2
{
	background: url(../img/article/header_add_your_insights.gif) no-repeat;
	height: 35px;
	border-bottom: 1px dotted #666;
	text-indent: -2000px;
	overflow: hidden;
	margin-bottom: 8px;
}

form#add-comment label
{
	display: block;
	font-weight: bold;
	line-height: 16px;
	color: #555;
}

form#add-comment fieldset.user
{
	float: left;
	width: 240px;
}

form#add-comment fieldset.user li
{
	margin-bottom: 17px;
}

form#add-comment fieldset.user input.text
{
	background: #f2f2f2;
	border: 0;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 2px;
	width: 215px;
	height: 20px;
}

form#add-comment fieldset.comment
{
	float: left;
	width: 360px;
}

form#add-comment fieldset.comment textarea
{
	background: #f2f2f2;
	border: 0;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 2px;
	width: 355px;
	height: 136px;
}

form#add-comment div.submit
{
	clear: both;
	overflow: hidden;
}

form#add-comment div.submit a
{
	float: right;
	background: #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	font-size: 16px;
	font-weight: bold;
	color: #758c31;
	line-height: 39px;
	width: 169px;
	text-align: center;
}

form#add-comment div.submit a:hover
{
	border-top-color: #bbb;
	border-left-color: #bbb;
	border-bottom-color: #f2f2f2;
	border-right-color: #f2f2f2;
	color: #e20000;
	text-decoration: none;
}

/* --------------------------------------------
   
----------------------------------------------- */
form#login
{
	overflow: hidden;
}

form#login label
{
	line-height: 16px;
	color: #555;
	font-weight: bold;
}

form#login label.header
{
	display: block;
}

form#login input.text
{
	background: #f2f2f2;
	border: 0;
	border-bottom: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	width: 220px;
	height: 20px;
}

form#login div.username
{
	float: left;
	width: 240px;
}

form#login div.stay-logged-in,
form#login div.access-help
{
	padding-top: 9px;
}

form#login div.access-help
{
	line-height: 16px;
	font-weight: bold;
}

form#login div.access-help a
{
	color: #555;
}

form#login div.access-help a:hover
{
	color: #e20000;
	text-decoration: none;
}

form#login div.password
{
	float: left;
}

form#login div.submit
{
	clear: both;
	padding-top: 25px;
}

form#login div.submit a
{
	float: left;
	background: #f2f2f2;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	font-size: 16px;
	font-weight: bold;
	color: #00bdeb;
	line-height: 39px;
	width: 169px;
	text-align: center;
}

form#login div.submit a:hover
{
	border-top-color: #bbb;
	border-left-color: #bbb;
	border-bottom-color: #f2f2f2;
	border-right-color: #f2f2f2;
	color: #e20000;
	text-decoration: none;
}

/* --------------------------------------------
   
----------------------------------------------- */
div#footer-container
{
	clear: both;
	background: #e0e0e0;
	border-top: 1px dotted #666;
	padding-bottom: 20px;
	padding-top: 7px;
}

.login div#footer-container
{
	padding-bottom: 40px;
}

div#footer
{
	width: 600px;
	padding-right: 351px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 16px;
}

div#footer h4
{
	color: #555;
	font-weight: bold;
}

div#footer p
{
	margin-bottom: 16px;
	color: #333;
}

div#footer p a
{
	color: #e20000;
	font-weight: bold;
}

div#footer p.credits a
{
	font-weight: normal;
	color: #333;
}

div#footer p strong
{
	color: #555;
}


/* Utilities ----------------------------------------------------------------- */

.hidden { display: none; }


/* 2016 sidebar update ----------------------------------------------------------------- */


div#whats-in-the-news ul li 
{
	border-top: 1px dotted #666;
}

div#whats-in-the-news ul li p.date {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #666;
	margin-top: 14px;
}

div#whats-in-the-news ul li h5 a {
    display: block;
    font-size: 17px;
    line-height: 18px;
    font-weight: bold;
    color: #e20000;
}


div#whats-in-the-news ul li p.status {
    font-size: 13px;
    line-height: 18px;
    color: #666;
    text-transform: uppercase;
	margin-top: 3px;
}

div#whats-in-the-news ul li p.lead {
    font-size: 15px;
    line-height: 18px;
    color: #666;
    padding-top: 12px;
    margin-bottom: 14px;
}

div#whats-in-the-news ul li div.actions
{
	overflow: hidden;
	margin-bottom: -2px;
}

div#whats-in-the-news ul li div.actions a
{
	float: left;
	margin-right: 1px;
	color: #fff;
	line-height: 20px;
}

div#whats-in-the-news ul li div.actions a.continue-reading
{
	width: 133px;
	padding-left: 0px;
	font-size: 13px;
    line-height: 18px;
    color: #666;
	/* background: #1f4f7d; */
}

div#whats-in-the-news ul li div.actions a.continue-reading span
{
	float: left;
	background: url(../img/global/icon_continue_reading_wib.gif) no-repeat top right;
	padding-right: 14px;
}

div#whats-in-the-news ul li div.actions a.pdf,
div#whats-in-the-news ul li div.actions a.word
{
	text-align: center;
	width: 63px;
	font-size: 13px;
    line-height: 18px;
    color: #666;
}

div#whats-in-the-news ul li div.actions a.pdf span,
div#whats-in-the-news ul li div.actions a.word span
{
	float: left;
	background: url(../img/global/icon_continue_reading_wib.gif) no-repeat top right;
	padding-right: 14px;
}

div#whats-in-the-news ul li div.actions a.pdf
{

}

div#whats-in-the-news ul li div.actions a.word
{
	margin-right: 0;
}


/* dp add ol ul table styles */

div.article ul, div.article ul li  {
    list-style: disc;
}

div.article ol, div.article ol li {
    list-style: decimal;
}

div.article ul li, div.article ol li {
    margin-left: 36px;
    font-size: 15px;
    line-height: 20px;
    color: #555;
    margin-bottom: 6px;
}

table {
    /* border: 1px #4a4a4a !important; */
    font-size: 12px !important;
    line-height: 16px !important;
    width: 90% !important;
}

table, th, td {
   border: 1px solid #ccc;
}

th, td {
    padding: 8px;
    text-align: left;
}
