/*

	GENERAL SITE-WIDE DESIGN STYLES
	
	Link red: c82b1f
	Dark red: 9e201b
	
*/
body {
	text-align:center;
	background: #fff;
	color: #333;
}

.hidden {
	display: none;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* contains only floats */
.cof {
	overflow:hidden;
}

/* colors */
.red {
	color:#F00;
}

.strong {
	font-weight:bold;
}

/* double margin fix */
.dmf {
	display:inline;
}

a {
	outline:none;
	color:#c82b1f;
}

a img {
	border: none;
}

/* dl defaults */
dl dd {
	margin:0;
}

/* layout ul defaults */
ul.rd {
	list-style:none;
}

/* PAGE */
.page {
	background-color:#FFF;
	width: 970px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-width: 0 1px;
}

/* HEADER */

.header {
	padding: 0 15px 10px 15px;
}

.header .header_right {
	float:right;
	border-bottom: 1px solid #ccc;
	height: 110px;
	width: 630px;
}

.header .top {
	overflow:hidden;
}

.header .logo {
	float:left;
}

.header .logo a {
	display:block;
}

.header .logo a img {
	vertical-align:middle;
}

.header .col {
	float: left;
	margin: 10px 0;
	border-right: 1px solid #ccc;
	width: 150px;
	height: 80px;
}

.header .col1,
.header .col2,
.header .col_social{
	padding: 10px 11px 0 15px;
    width: 110px;
}

.col_social ul {
	list-style:none;
	padding:0;
	margin:0;
}

.col_social ul li {
	margin-bottom:7px;
}

.col_social ul li a {
	background: url("/images/social_icons.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 17px;
    padding-left: 22px;
    text-decoration: none;
	color:#333;
}

.col_social ul li a:hover {
	text-decoration:underline;
}

.col_social ul li.tw a{
	background-position: 0 -16px;
}

.header .col3 {
	width: 215px;
	border: none;
}

.header_banner {
	font-size: 11px;
}

.header_banner p {
	line-height: 14px;
}

.header_banner a {
	color: #c82b1f;
	padding-right: 18px;
	background: url(/images/branding/banner_arrow.png) no-repeat 100% 50%;
}

.col_social .header_banner a {
	cursor:default;
}

.col_social .header_banner a:hover {
	text-decoration:none;
}

.header_banner h4 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.col2 .header_banner {
	min-height: 80px;
}

.header .sitelinks {
	overflow:hidden;
	list-style:none;
	float:right;
	margin: 10px 0 15px;
}

.header .sitelinks li {
	padding: 0 8px;
	float:left;
	border-left: 1px solid #afafaf;
}

.header ul.sitelinks li:first-child {
	border-left: none;
}

.header ul.sitelinks li.last-child,
.header ul.sitelinks li:last-child {
	margin:0;
}

.header ul.sitelinks li a {
	text-decoration: none;
	font-size:11px;
	color: #c82b1f;
	font-size: 14px;
	line-height: 1;
}

.header ul.sitelinks li a:hover {
	text-decoration:underline;
}

/* main site search input */

.header .site-search {
	float: right;
	clear: right;
	background: url(/images/branding/search_bg.png) repeat-x 0 0;
	border: 1px solid #afafaf;
	border-width: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 180px;
}

.header .site-search input.text {
	padding:4px;
	border: 0;
	background: transparent;
	width: 148px;
}

.header .site-search input.imagebutton {
	padding: 4px;
}

.header .site-search input {
	vertical-align:middle;
}


/* Primary navigation */

.topnav ul {
	list-style:none;
	margin: none;
}

.topnav ul li {
	float:left;
	display: inline;
}

.topnav ul li a {
	display:block;
	text-decoration:none;
	color:#000;
}

.topnav .level1 {
	background:##fff;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.topnav .level1 li {
	margin: 0 23px;
}

.topnav .level1 li a {
	font-weight:bold;
	font-size: 14px;
	background: url(/images/branding/menu_highlights.png) no-repeat 0 13px;
	padding: 7px 4px 7px 13px;
}

.topnav .level1 li.current a,
.topnav .level1 li a:hover {
	background-position: 0 -17px;
}

/* main content wrapper */
#content {
	min-height: 300px;
    overflow: hidden;
    padding: 10px 20px 40px 15px;
    width: 940px;
}

/* crumb trail */
.tools {
	overflow:hidden;
	margin: 0 30px;
	display: block;
}

.crumbtrail {
	color:#999;
	float:left;
	width:770px;
	padding: 4px 0;
}

.crumbtrail a {
	color:#999;
	font-weight:bold;
	text-decoration:none;
}

.crumbtrail a:hover {
	text-decoration:underline;
}

/* Page tools */
.page_tools {
	float:right;
}

.main .page_tools.nocounter {
	 float: none;
    overflow: hidden;
}

.main .page_tools.nocounter ul {
	float:none;
}

.main .page_tools.nocounter li {
	margin-left:0;
	margin-right:10px;
}


.main .sharepanel {
	float:right;
	 margin: 0 0 20px 20px;
	 width:220px;
	 height:100px;
	
}

.sharepanel {
	 height:60px;
}

.main .sharepanel .page_tools.counters {
    float: right;
    margin: 0 9px 0 0;
}

.socialshare td,
.socialshare th {
	padding:0;
	border:none;
}


.sideright .page_tools.counters {
    float: none;
    margin: 0 0 20px 9px;
}


.stButton .stBubble_count {

    line-height: 26px;

}

.page_tools ul {
	margin-left: 0;
	list-style:none;
	float:right;
	overflow:hidden;
}

.page_tools li {
	float:left;
	margin-left:10px;
}

.page_tools li a {
	height:28px;
	width: 28px;
	float:left;
	overflow:hidden;
	display: block;
	text-indent: -9999px;
}

.page_tools li a:hover {
	text-decoration:underline;
}

/* Paging */
.paging {
	margin:0 0 10px;
	overflow:hidden;
	padding:10px 0;
	border-width:1px 0;
	
}
.page_observatory .paging {
	float:left;}
.paging .display {
	float:left; 
}

.pagelinks {
	float:left;
	font-size: 16px;
	margin-right: 30px;
}

.pagelinks a,
.pagelinks span {
	text-align: center;
	float: left;
	text-decoration: none;
	height:16px;
	line-height:16px;
	font-size: 12px;
	color: #900;
	background-color: #FFF;
	padding: 2px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	border: 1px solid #999;
	width: 16px;
}

.pagelinks .next,
.pagelinks .prev {
	width:35px;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}

.pagelinks .next {
	margin-right:0;
	border-left: 1px solid #ccc;
}

.pagelinks .prev {
	margin-left:0;
	border-right: 1px solid #ccc;
}

.pagelinks span.prev,
.pagelinks span.next {
	display: none;
}

.pagelinks .current {
	color:#FFF;
	background-color: #900;
}

.paging .display select {
	font-size:11px;
	margin:0 5px 0 0;
	width:50px;
}

/* generic panel */

.panel {
	border-top: 3px solid #9e201b;
	margin:0 0 20px;
}

.panel h3 {
	text-transform: uppercase;
	font-size: 13px;
	margin: 6px 0 18px;
	color: #444;
}


.panel_rss p a {
    background: url("/images/branding/rss_white.png") no-repeat scroll 0 50% transparent;
    font-weight: bold;
    padding-left: 15px;
    text-decoration: none;
}

.panel_network {
	height: 279px;
}

/* tabs defaults */
.ui-tabs-hide {
	display: none;
}

/* sub navigation */
.subnav {
	margin:0 0 20px 0;
}

.subnav ul {
	list-style: none;
	margin: 0;
}

.subnav ul li {
	margin-bottom: 1px;
}

.subnav ul li a {
	display:block;
	background: url(/images/branding/subnav_top.png) repeat-x #e9e9e9 0 50%;
	border: 1px solid #e4e4e4;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radiius: 5px;
}

.subnav ul li a span {
	display:block;
	background: url(/images/branding/subnav_arrows.png) no-repeat 0 50%;
	padding: 5px 20px 5px 10px;
	color: #333;
	text-shadow: #fff 0 1px 0;
}

.subnav ul li.current a span {
	font-weight:bold;
	background-position: -160px 50%;
}


/* sort bar */
#sortbar {
	margin: 10px 0 10px;
	overflow:hidden;
	float: right;
}

#sortbar .results {
	float:right;
}

#sortbar .results h5 {
	display:inline;
	font-size:12px;
	font-weight:normal;
	margin:0;
}

#sortbar .results .results_number {
	font-weight:bold;
}

#sortbar .sort-order h5 {
	display:inline;
	margin:0;
	font-size:12px;
	font-weight:normal;
}

#sortbar .sort-order a {
	position:relative;
	padding:0 13px 0 0;
	text-decoration:none;
}

#sortbar .sort-order a:hover {
	text-decoration:underline;
}

#sortbar .sort-order a img {
	position:absolute;
	right:0;
	top:2px;
}

/* BODY COPY PARAGRAPH STYLE */

.main .module {
	padding-top: 10px;
	-moz-hyphens:auto;
	-ms-hyphens:none;
	-webkit-hyphens:auto;
	hyphens:auto;
	word-wrap:break-word;
	/* margin-bottom:30px; */

}


.page_article_detail .module{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/* LISTING STYLES */

/* generic flexi thumb listings - used on pages such as news.aspx and events.aspx */

ul.listing {
	list-style:none;
	overflow:hidden;
	margin: 0;
	float:left;
}

ul.listing li {
	clear: both;
	margin:0 0 15px;
	overflow: hidden;
}

ul.listing li .li_head {
	margin:0 0 10px;
}

ul.listing li .li_head .li_information {
	font-weight:bold;
}

ul.listing li .li_thumb {
	float:left;
	margin:0 15px 0 0;
}

ul.listing li .li_thumb img {
	vertical-align:middle;
}

ul.listing li .li_content {
	overflow:hidden;
}
.page_news_list ul.listing li .li_content, .detail ul.listing li .li_content {
	overflow:visible
}

ul.listing li .li_content .li_description p {
	margin:0;
}

ul.listing .li_date {
	font-size: 11px;
	text-transform: uppercase;
	color: #666;
}

ul.listing h4 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 3px;
}

ul.listing p {
	margin: 0;
}

.page_news_list .li_date, .detail .li_date  {
	float:left;
	margin:0 15px 8px 0;
	display:inline;
}

.li_content .li_description {
	margin:10px 0 15px;
	clear:both;
	
}

.viewlink {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 13px;
	background: url(/images/branding/viewlink.png) no-repeat 100% 4px;
}

.viewlink:hover {
	text-decoration: underline;
}

/*ul.listing_publications .li_thumb {
	background: url(/images/branding/publication_thumb_bg.png) no-repeat 1px 1px;
	padding: 0 3px 3px 0;
}

ul.listing_publications .li_thumb img {
	display: block;
	border: 1px solid #ccc;
}

.publication_listing .li_image img {
	border: 1px solid #ccc !important;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}*/

ul.listing_publications .li_thumb img,
.publication_listing .li_image img {
	display: block;
	border: 1px solid #ccc !important;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin-bottom: 5px;
}

.publication_listing .li_date {
	font-size: 11px;
	color: #444;
}

.publication_listing .li_description {
	margin: 3px 0 6px;
}

.publication_listing .li_description p {
	margin: 0;
}
.publication_listing .li_description br {
	display: none;
}

/* page specific styling */
.page_jobs ul.listing li .li_head {
	margin:0 0 5px;
}

.page_jobs ul.listing li .li_head h4 {
	margin:0;
}

.page_home  .panel_opinion .listing li, .page_observatory .main .listing li, .detail .main .listing li{
	padding-top: 10px;
	background:#fff;
	padding:10px;
	overflow:hidden;
	margin-bottom:10px;
}

.page_home .panel_opinion .listing li, .detail .main .listing li{
	height: 132px;
}


.panel_opinion .listing li.odd, .page_observatory .main .listing li.odd, .detail .main .listing li.odd {

	background:#f6f6f6;
	
}
.panel_opinion .listing li .li_content, .page_observatory .main listing li .li_content  {
	overflow:visible;
	
}
.panel_opinion .listing li .li_tags{

	background:#a01c18;
	padding: 3px 10px;
	display:block;
	color:#fff;
	float:left;
	margin: -7px 0 0 -7px;
	
}
.page_observatory .main .listing li .li_tags, .detail .main .listing li .li_tags {
	background:#a01c18;
	padding: 3px 10px;
	display:block;
	color:#fff;
	float:left;
	margin:-5px 0 10px -5px;
	
}


.panel_opinion .listing li  h4, .page_observatory .main .listing li  h4, .detail .main .listing li  h4 {
	clear:both;
	padding-top:6px;
	
}
.detail .sideright .listing li  h4 {
	font-weight:bold;
	clear:both;
	padding-top:6px;
	
}

.page_observatory .main .listing li  h4 {
	font-size:20px;
	font-weight:normal;
	
}



.panel_opinion .listing li  h4 a, .page_observatory .main .listing li  h4 a, .detail .main .listing li  h4 a {
	color:#C82B1F;
	
}


 .page_observatory .main .listing li .li_content  {
	 overflow:visible;

	
}

.panel_opinion .listing li  .li_date, 
.page_observatory .main .listing li  .li_date,
.panel_publications .listing li  .li_date
 
  {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px;
	
}
.detail .sideright .listing li .li_date {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	text-transform: none;
	color: #999;
	font-weight: bold;
	font-size: 12px;
}

.page_observatory .main .listing li:nth-child(2n+2) {
	background-color:#F6F6F6;}


/* larger image list - used on pages such as *_list.aspx. Merged with none UL type listing for listings which semantically should not be a UL element */
ul.list_listing,
div.ul {
	margin:20px 0 0 0;
	list-style:none;
	overflow:hidden;
}

ul.list_listing li,
div.ul .li {
	margin:0 0 20px;
	padding:0;
	overflow:hidden;
}

ul.list_listing li div.li_image,
ul.list_listing li div.li_thumb,
div.ul .li div.li_image,
div.ul .li div.li_thumb {
	float:left;
	margin:0 15px 0 0;
}

ul.list_listing li div.li_image img,
ul.list_listing li div.li_thumb img,
div.ul .li div.li_image img,
div.ul .li div.li_thumb img {
	vertical-align:middle;
}

ul.list_listing li div.li_content,
div.ul .li div.li_content {
	overflow:hidden;
}

ul.list_listing li .li_head,
div.ul .li .li_head {
	overflow:hidden;
	margin:0 0 10px;
}

ul.list_listing li div.li_content .li_head h2,
ul.list_listing li div.li_content .li_head h3,
ul.list_listing li div.li_content .li_head h4,
div.ul .li div.li_content .li_head h2,
div.ul .li div.li_content .li_head h3,
div.ul .li div.li_content .li_head h4{
	margin:0;
}

ul.list_listing li .li_head .li_title,
div.ul .li .li_head .li_title {
	float:left;
}

ul.list_listing li .li_head div.li_region,
div.ul .li .li_head div.li_region {
	color:#666;
	float:right;
}

ul.list_listing li div.li_content div.li_description,
div.ul .li div.li_content div.li_description {
}

ul.list_listing li div.li_foot,
div.ul .li div.li_foot {
}

ul.list_listing h4,
div.ul h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 3px;
}

ul.list_listing .listinginfo,
div.ul .listinginfo {
	font-size: 11px;
	color: #666;
	margin: 6px 0 3px;
}


ul.list_listing .listinginfo b,
div.ul .listinginfo b {
	color: #000;
	font-weight: normal;
}

dl.li_details_list dt,
dl.li_details_list dd {
	display:inline;
}

dl.li_details_list dt {
	font-weight:bold;
}

dl.li_details_list dd {
	margin:0 5px 0 0;
}

/*  GENERAL CONTROLS */
/* Drop down search box */

div.searchitems-link {
	margin-bottom: 10px;
}

div.searchitems-link a {
	padding-left:15px;
	background:url(/images/arrow-right-grey.gif) no-repeat 0 50%;
}

div.searchitems-link a.open {
	background-image:url(/images/arrow-down-grey.gif);
}

.searchitems {
	padding: 10px;
	background-color:#EEE;
	margin-bottom: 10px;
}

.searchitems label {
	text-align:right;
	margin:8px 30px 0 0;
}

.searchitems input {
	margin:0;
}

.searchitems select {
	margin:0 0 0 8px;
}

.searchitems select.ukregion {
	margin:0 0 0 -12px;
}

/* ERRORS AND MESSAGES */
/* Errors */
.errorbox {
	color:#000;
	background: #FEE;
	border: 1px solid #FCC;
	padding: 15px;
	margin:0 0 20px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.errorbox ul {
	padding:0 0 0 20px;
	margin:10px 0 0;
}

.errorbox-highlight {
	border: 1px solid #F00;
}

div.noscript {
	padding: 10px;
}

/* Maps */
div.map {
	background: #EEE;
	width: 100%;
	margin-bottom: 10px;
}

/* Forms */
div.searchpanel {
	background: #EEE;
	padding: 10px;
}

/* Events */
div.searchpanel dl {
	margin-bottom:5px;
}

div.searchpanel .buttons {
	margin-bottom: 10px;
}

.event_gallery {
	padding: 10px;
	background: #2f2f2f url(/images/branding/gallery-view.png) no-repeat 95% 10px;
}
.event_gallery h3 {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 12px;
}



/* Tag clouds */
.tag1 {
	font-size:12px;
}

.tag2 {
	font-size:14px;
}

.tag3 {
	font-size:18px;
}

.tag4 {
	font-size:24px;
}

/* signed in as section */
.signupnew {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#EEE none repeat scroll 0 0;
	float:left;
	padding:7px;
	width:163px;
	border:solid 1px #CCC;
	margin:0 25px 0 0;
}

.signupnew img {
	float:left;
	margin:0 10px 0 0;
}

.signupnew h4 {
	margin:0;
	font-weight:normal;
	font-size:12px;
	color:#000;
}

.signupnew a {
	font-size:11px;
}

.page_news .news_listing {
	margin:15px 0 0;
}

div.date {
	font-weight:bold;
}

a.link_back {
	text-decoration:none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

a.link_back:hover {
	text-decoration:underline;
}

ul.document_list li {
	margin:0 0 5px;
	border:none;
	padding:0 0 0 21px;
}

/* image with caption */
.image_caption_right {
	float:right;
	margin:0 0 15px 15px;
}

.image_caption_right blockquote {
	margin:0;
	width:280px;
	font-size:11px;
}

/* listing details defaults */
.stats_wrap {
	margin:0 0 20px;
}

.stats_wrap ul {
	margin:0;
	list-style:none;
}

.stats_wrap ul li {
	margin:0 0 2px;
}

.stats_wrap ul li dl {
	margin:0;
}

.stats_wrap ul li dl dt {
	float:left;
	width:100px;
	margin:0 20px 0 0;
	font-weight:bold;
}

.stats_wrap ul li dl dd {
	overflow:hidden;
}

/* generic pane */
.pane {
	margin:0 0 20px;
}

/* page specific */

.page_news_detail h1,
.page_events_detail h1,
.page_publication_detail h1,
.page_opinion_detail h1 {
	font-size: 24px;
}

.page_news_detail .article_regions {
	color:#666;
}

.page_news_detail .date {
	float:left;
}

.page_news_detail .article_header {
	margin:0 0 20px;
}

.page_publications_detail .main img
{
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
     border:1px solid #CCCCCC !important;
}



.main .pane,
.main .pane {
	margin:0 0 10px;
}

.main .pane p,
.main .pane p {
	margin:0;
}

.detail h1 {
	font-size: 24px;
	margin-bottom: 0.4em;
}


.blog_tit {
overflow: hidden;
}

.article_header img {
	float: left;
	margin-right: 20px;
}

.article_header .blurb {
	overflow: hidden;
	margin-bottom: 20px;

	
}

.article_header .blurb p {
	margin: 0;
	color: #666;
	font-size: 14px;
}

.article_header .text {
	float: left;
}

.article_header .buttonlink {
	float: left;
	margin: -3px 5px 0 20px !important;
	margin: 0 20px 0 0;
	
}


.article_header .twitter-share-button{
	margin-bottom:-3px;
	
}



/* myspace area */
.myspace_panel {
	margin:0 0 20px;
	background-color:#EEE;
	padding:20px;
}

.myspace_panel table,
.forum_tabs .ui-tabs-panel table {
	width:100%;
	background-color:#FFF;
	margin:0;
}

.myspace_panel table thead th,
.forum_tabs .ui-tabs-panel table thead th {
	background-color:#999;
	border:none;
	color:#FFF;
	text-align:center;
}

.myspace_panel table tbody td,
.forum_tabs .ui-tabs-panel table tbody td {
	padding:8px 10px;
}

.forum_tabs ul.ui-tabs-nav {
	overflow:hidden;
	margin:0;
}

.forum_tabs ul.ui-tabs-nav li {
	float:left;
	margin:0 5px 0 0;
}

.forum_tabs ul.ui-tabs-nav li a {
	display:block;
	padding:5px 15px;
	background-color:#CCC;
	font-weight:bold;
	color:#999;
	text-decoration:none;
	font-size:14px;
	letter-spacing:-0.1px;
}

.forum_tabs ul.ui-tabs-nav li.ui-state-active a {
	color:#333;
	background-color:#EEE;
}

.forum_tabs .ui-tabs-panel {
	background-color:#EEE;
	padding:20px;
}

.forum_tabs .ui-tabs-panel h2,
.myspace_panel h2 {
	font-weight:normal;
	margin:0;
}

a.view_all_link {
	background:url(../../admin/images/arrow-right.gif) no-repeat 100% 50%;
	padding:0 15px 0 0;
	color:#333;
	text-decoration:none;
	margin:3px 0 0 15px;
}

a.view_all_link:hover {
	text-decoration:underline;
}

/* user details control */
.user_details {
	margin:10px 0 0;
}

.user_details dl {
	overflow:hidden;
	margin:0 0 2px;
}

.user_details dl dt {
	font-weight:bold;
}

.user_details dl dd {
	word-wrap:break-word;
}

/* default ul style */
ul.default {
	list-style:disc;
}

ul.default li {
	margin:0 0 0 20px;
}

/* Footer */

.footer {
	overflow:hidden;
	background:#2f2f2f url(/images/branding/footer_logo.png) no-repeat 96% 50%;
	color:#FFF;
	border:none;
	padding: 30px 20px 25px;
	min-height: 40px;
	clear:both;
}

.footer a {
	color:#FFF;
}

.footer .footer_content {
	float:left;
	width: 420px;
	padding: 0 20px;
	font-weight: bold;
}

.footer .copyright {
	margin-top: 0.8em;
	font-weight: normal;
}

.footer .footer_social {
	float: left;
	overflow: hidden;
	padding-top: 5px;
}

.footer .footer_social ul,
.footer .footer_social li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .footer_social li {
	float: left;
	margin-right: 10px;
}

.footer .footer_social li a {
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/branding/social.png) no-repeat;
}

.footer .footer_social .li_twitter a {
	background-position: -30px 0;
}

.footer .footer_social .li_flickr a {
	background-position: -60px 0;
}

.footer .footer_rss {
	float: left;
	width: 165px;
	padding: 0 0 0 30px;
}

.footer .footer_rss ul,
.footer .footer_rss li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .footer_rss li a {
	padding-left: 15px;
	background: url(/images/branding/rss.png) no-repeat 0 50%;
	text-decoration: none;
	font-weight: bold;
}

.footer .footer_rss li {
	margin-bottom: 2px;
}

.footer .footernav {
	float:right;
	text-align:right;
}

.footer .footernav ul {
	padding:0;
	margin:0;
	list-style:none;
}

.footer .footernav ul li {
	margin:0;
	padding:0;
}

/* events page gmap */
.page_events_detail .gmap {
	margin:0 0 20px;
}

/* flash map wrap */
.region_map_wrap {
	padding:10px 0;
	background-color:#FFF;
}

/* sitemap */
.page_sitemap .main .row .column ul {
	list-style:none;
	padding:0 0 0 15px;
	margin-left: 0;
}

.page_sitemap .main .row .column ul li a {
	text-decoration:none;
}

.page_sitemap .main .row .column ul li a:hover .oinw {
	display:inline-block;
}

.page_sitemap .main .row .column ul li ul {
	padding:0 0 0 30px;
}

.page_sitemap .main .row .column ul li a > .oinw {
	display:none;
	background:url(/images/openLinkInNewWindow.png) no-repeat;
	width:10px;
	height:10px;
	text-indent:-9999px;
	vertical-align:middle;
	margin:0 0 0 2px;
}

/* hide dialog */
#dialog {
	display:none;
}

/* related items */
.related_content ul {
	list-style:none;
}

.related_content ul li {
	margin:0 0 5px;
	line-height:1.3;
	border-bottom:solid 1px #CCC;
	padding:0 0 5px;
}

.related_content ul li:last-child {
	border:none;
	margin:0;
	padding:0;
}

.related_content ul li a {
	font-size:11px;
	text-decoration:none;
}

.related_content ul li a:hover {
	text-decoration:underline;
}

/* document icons list */
ul.document_list {
	list-style:none;
}

/* details list on jobs page - to be generic */
.details_list dl dt {
	font-weight:bold;
}


/* Paging items (as used on homepage) with dots and prev/next buttons */

.jsp_paging {
}

.jsp_page {
	overflow: hidden;
	display: none;
}


.jsp_pages li
{
	display: block !important;
	border-bottom: 1px dotted #BBB;
   padding-bottom: 10px;
   margin-bottom: 10px !important;
}

.jsp_pages li:last-child
{
	border-bottom:none !important;
}


.jsp_page img {
	vertical-align: bottom;
}

.jsp_nav {
	overflow: hidden;
	padding: 10px;
	background: url(/images/branding/js_paging_bg.png) no-repeat;
	text-align: center;
	position: relative;
	min-height: 29px;
	
}
.invert {
	background: url(/images/branding/js_paging_bg_invert.png) no-repeat !important;
	
}

.panel_publications .jsp_nav  {
	margin-bottom:20px;
	margin-top: 7px;
	
}
.jsp_nav .prev,
.jsp_nav .next {
	position: absolute;
	width: 25px;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/branding/js_paging_buttons.png);
}

.jsp_nav .prev {
	left: 10px;
	top: 10px;
}

.jsp_nav .next {
	right: 10px;
	top: 10px;
	background-position: -25px 0;
}

.jsp_dots a {
	margin: 8px 4px;
	display: inline-block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/branding/js_paging_buttons.png) no-repeat -41px -25px;
}

.jsp_dots a.activeSlide {
	background-position: 0 -25px;
}

.sublead {
	width:110px;
	float:left;
	margin-right:20px;
}

.subleads .new_row {
	margin-bottom:20px;
	overflow:hidden;
	zoom:1;
}

h3.country_name {
	font-size:11px;
	margin-bottom:10px;
}

.new_row .last-child,
.row .last-child {
	margin:0;
}

.subleads img.flag {
	width:80px;
}

.secondary_2 .last-child {
	margin:0;
}

.column {
	margin-right:20px;
}

.margintop {
	margin-top:20px;
}

/*Bespoke Elements*/
.party_area {
	overflow:hidden;
	font-size:12px;

}

.party_name ul {
	list-style:non;
	margin:35px 0 0 0;
	padding:0;
	float:right;
	font-size:12px;
	font-weight:bold;
}
.party_name ul li {
	display:inline;
	margin-left:7px;
}
span.info_title {
	color:#9e201b;
	padding-right:5px;
}
.party_header {
	overflow:hidden;
	margin:0 0 15px 0;
	padding-bottom:10px;
	border-bottom:#9e201b solid 3px; 
}
.party_logo img{
	float:left;
	display:inline;
	margin: 0 30px 0 0;
	max-height:70px;
	max-width:180px;
}

.party_details{
	margin-bottom:20px;
	float:left;
}

.pd_lhs,
.pd_rhs{
	width:370px;
}

.pd_lhs{
	margin-right:20px;
	float:left;
}

.pd_rhs{
	float:left;
}

.party_info,
.party_info_right{
	padding-right:10px;
	list-style:none;
	margin:0;
	float:left;
	border-right:#999 1px dotted;
	width:166px;
	min-height:320px;
}

.party_info_right ol {
	list-style:disc;
	margin:-10px 0 0 15px;
	padding:0;
}

.party_info_right ol li {
	margin-bottom:5px;
}

.party_info{
	margin-right:15px;
}

.party_info li,
.party_info_right li{
	margin:0 0 10px 0;
}

 h2.poll_heading{
	padding-bottom:10px;
	border-bottom:#999 1px dotted;
	text-transform:uppercase;
	color:#555;
	font-size:13px;
	font-weight:bold;
}

.party_chart_header_left h2 {
	text-transform:uppercase;
	color:#555;
	font-size:13px;
	font-weight:bold;
}

.party_chart {
	overflow:hidden;
}

.party_chart_header {
	margin-bottom:20px;
	overflow:hidden;
	border-bottom:#999 1px dotted;
}

.party_chart_header_left{
	float:left;
}

.party_chart_header_right{
	float:right;
}

.party_chart img {
	margin: -20px 0 0 -20px;
}

.pd_rhs img {
	margin:-10px 0 0 -20px;
}

.party_bottom{
	list-style:none;
	margin:0;
	padding:0;
}

.party_bottom li{
	margin-bottom:10px;
}

.pane{
	clear:both;
}

.page_home .listing_publications {
	height: 708px;
}

.page_home .listing_publications {
	height: 650px;
	border-bottom: 1px dotted #BBB;
}

.page_home  .research_areas {
	width:940px;
	overflow:hidden;
	border-top:none;
	padding-top:0;
	
}

.page_home  .secondaryArea {
	width:960px;
	
}

.page_home  .secondary_panel {
margin-bottom: 20px;
background-image: none !important;
float: left;
margin-right: 20px;
width: 300px;
}



.page_home  .secondary_panel {
margin-bottom: 20px;
background-image: none !important;
float: left;
margin-right: 20px;
width: 300px;
}

.page_home  .secondary_panel img {
	width:80px;
	height:80px;
}
.panel_media  h3,
.panel_tweets  h3

{
	margin-bottom:8px;
	
}


.panel_tweets  h3

{
	background:url(/images/tweets-bg.png) right center no-repeat;
	padding-right:30px;
	float:left;
	
}
.panel_media  #prevBtn,
.panel_media  #nextBtn
{
	background:url(/images/media-arrows.png) no-repeat;
	height:17px;
	width:22px;
	display:block;
	float:left;
	cursor:pointer;
	margin-right: 5px;
	margin-left: 109px;
	
}

.panel_media  #nextBtn
{
	margin-left: 0;
	background-position: -23px 0;
	
}


.panel_media  #prevBtn a,
.panel_media  #nextBtn a
{
	height:17px;
	width:22px;
	display:block;
	cursor:pointer;
	text-indent:-9999px;
	
}

.panel_media #inthenews ul {
	list-style:none;
	margin:0;
	height:160px;

	float:none !important;
	margin-left:0 !important;
}


.panel_media #inthenews li {
height:168px;
overflow: hidden;
width:280px;
}


.panel_media #inthenews li .irow {
border-bottom: 1px dotted #999;
height: 50px;
padding: 3px 0 2px 0;
float: left;
overflow: hidden;
width:100%;
}

.panel_media #inthenews li .irow h4 {
	margin-bottom:2px;
}

span.essay strong {
	background:#9E201B;
	color:#fff;
	padding:2px 4px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin-right:5px;
}

.panel_tweets .twitterlist  {
	clear:both;
}

.panel_tweets .twitterlist ul {
	list-style:none;
	margin-left:0;
}


.panel_tweets .twitterlist li {
border-bottom: 1px dotted #999;
height: 90px;
padding: 10px 0;
overflow:hidden;
}

.panel_tweets .twitterlist li:last-child {
border-bottom: none;

}

.panel_tweets .twitterlist li .image {
	float:left;
	margin-right: 10px;
	height: 90px;
}
.panel_tweets .twitterlist li .image img {
	width:30px;
	height:30px;
}
.date a {
	color:#333;
	text-decoration:none;
}
.panel_media #inthenews {
	margin-bottom:15px;
	height:167px !important;
	}
.page_observatory .panel p, .detail .panel p {
	padding: 4px;
	font-size: 21px;
	line-height:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
.page_observatory .main,  {
	width:690px;}
.page_observatory .li_author, .detail .li_author {
	margin: 10px 0;
	color:#666;
	font-weight:normal;
	text-transform: uppercase;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.page_observatory .li_author strong,

 .detail .li_author strong {

	font-weight:normal;

	}
		
	
.page_observatory .most_read ul, .detail .most_read ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.page_observatory .most_read ul h4, .detail .most_read ul h4 {
	width:190px;
	float:right;
	margin-top:10px;}
.page_observatory .most_read ul .author, .detail .most_read ul .author {
	margin-top:-10px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	width:190px;
	padding-left:30px;
	float:left;
	}
.page_observatory .most_read span.number, .detail .most_read span.number {
	float:left;
	width:30px;}
.page_observatory .most_read li, .detail .most_read li {
	float:left;
	width:220px;}
.page_observatory .sideright .panel, .detail .sideright .panel {
	float:left;
	
}
.page_observatory .sideright .panel_rss, .detail .sideright .panel_rss {
	width:225px;
	float:left;
	
}
	
.page_observatory .sideright .panel #topics ul , .detail .sideright .panel #topics ul  {
		list-style:none;
		margin-left: 0;
	}
.page_observatory .sideright .panel #topics ul li, .detail .sideright .panel #topics ul li  {
	margin-right: 0;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	margin-bottom: 6px;
	display: inline-block;
	}
	
.page_observatory .sideright .panel #topics ul li h4, .detail .sideright .panel #topics ul li h4 {
	margin-right:5px;
	font-size:12px;
	font-weight:normal;
	margin: 3px 0;
	}
.page_observatory .sideright .panel #topics ul li h4 a, .detail .sideright .panel #topics ul li h4 a {
		background: #E6E5E3;
		color: #333;
		padding: 3px 3px;
	}
		
.page_news_list .sideright .panel #topics ul li h4 a:hover, .detail .sideright .panel #topics ul li h4 a:hover {
		background: #333;
		color: #E6E5E3;
		text-decoration:none;

	}
			
	

.page_observatory .sideright .panel .round, .detail .sideright .panel .round {
	background:url(/images/panel_sideright_bg.png);
	background-repeat:no-repeat;
	width:200px;
	padding:10px;
	float:left;
	height:80px;
	margin-top:5px;
	}
.page_observatory .sideright .panel .round h3, .detail .sideright .panel .round h3 {
	float:right;
	width:110px;
	font-size:13px;
	text-align:center;
	padding-top: 19px;
	}
.page_observatory .sideright .panel .round img, .detail .sideright .panel .round img {
	float:left;}
span.blog_tit {
	height: 90px;
	width: 670px;
	padding: 10px;
	color: white;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(/images/bg_blog_tit.png);
	background-repeat: repeat-x;
	
	line-height: 36px;
	padding-top: 25px;
	padding-left: 20px;
	display:block;
	}

#topics ol {
	list-style:none;
}

#topics ol li {
	list-style:none;
	background-color:#9E201B;
	padding:5px;
	color:#fff;
	margin-bottom:5px;
}

#topics ol li h4 {
	margin:0;
}

#topics ol li h4 a { 
	color:#fff;
}


#topics ol li span {
	float:left;
	margin-right:10px;
	color:#fff;
}

span.blog_tit h1{
	color: white;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	line-height: 36px;
	padding-top: 14px;
	}
span.blog_tit img {
	float:left;
	margin-right:30px;
	margin-top:-7px;
	}
span.blog_tit .strap_line {
	font-size:14px;
    margin-top: -41px;
    float: left;
    font-family: arial;
}
.page_observatory .twitter-follow-button, .detail .twitter-follow-button {

	background-repeat:no-repeat;
	width:160px;
	height:20px;
	float:left;
	margin-bottom:10px;
	text-indent:-250px;
	overflow:hidden;
	margin-left:-5px;
	}
.bolder {
	font-weight: bold;
	
	}
.page_observatory .main .listing li h4 a {
	font-weight:normal;
	
	}
.detail .main .listing li h4 a  {
	font-weight:bold;
	
	}
.blurb .tags {
	background:#a01c18;
	padding: 3px 10px;
	display: inline-block;
	color:#fff;
	margin: 0;
	}
.blurb h1 {
	font-size: 23px;
    font-weight: normal;
	margin-top:15px;

	padding-left:0;
	margin-bottom: 0;
	}
.blurb p.author {
	margin: 10px 0;
	padding: 0;
	padding-left:0;
	color:#666;
	text-transform: uppercase;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.blurb .text {
	float:none;
}
.double_column_wide_rhs .sideright {
width: 300px;
margin-bottom: -20px;
}
.page_home #content {
	padding-bottom:20px}
.addcombox_right fieldset.id_captcha {
	margin-bottom: -30px;
	border:none;
	}
.page_home ul.listing li .li_thumb img {
    width: 95px;
}
.twitterlist .date span {
	float:right;
	font-weight:normal;
	}

.topic-message {
 font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
 background: #E6E5E3;
 padding: 5px;
 margin-bottom: 30px;
}

.topic-message a{
 font-style: italic;
 font-weight: bold;
}


/* style by Karen G. 22/04/2013*/

.panel_opinion .listing li .li_tags {
    text-align: center;
    width: 98%;
}

/* 20/05/2013*/
/*
#content .main .module .text_bold{
	font-weight: bold;
}*/

#content .main .module .text_bold a{
	font-weight: bold;
}

/*  Ticket #5319 */
.panel_publications h3, .panel_media h3, .panel_network h3{
	text-transform: capitalize !important;
	font-size: 14px;
	color:#333333;
	margin-top:10px;
}

.panel_publications h3 a, .panel_media h3 a, .panel_network h3 a{

	color:#333333!important;
}

/* footer subscribe box */
.footer .emailContainer{
    background-color: #9E201B;
    /*margin-right: 65px;*/
    opacity: 0.9;
    padding: 10px 10px 3px 10px;
    width: 220px;
    z-index: 99;
    right: 0px;
    bottom: 0px;
}
.footer .emailContainer input.emailContainer-text{
    float: left;
    height: 25px;
    padding-left: 5px;
    width: 210px;
}

.footer .emailContainer input.input_type_submit{
	background-color: #9E201B;
    background-image: none;
    border: medium none;
    clear: both;
    color: #FFFFFF;
    float: left;
    height: 32px;
    opacity: 0.9;
    padding: 5px 5px 5px 0px;
    text-shadow: 0 0 0 #9E201B;
}

.footer .emailContainer .email-body div{
	height: 32px!important;
}

.footer .emailContainer h3{
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom:15px;
}

.footer .emailContainer .email-button-div{
	text-align: right;
	margin-top: -21px;
}

.footer .emailContainer .email-button-div a.email-open{
	color:#9E201B;
	opacity: 0.9;
	background-image: url('/images/downk.png');
	background-repeat: no-repeat;
	padding:5px;
	background-position: 4px 4px;
	width:50px;
	margin-right: -6px;
}

.footer .emailContainer .email-button-div a.closed{
	color:#9E201B;
	opacity: 0.9;
	background-image: url('/images/upk.png');
	background-repeat: no-repeat;
	padding:5px;
	background-position: 4px 4px;
	margin-right: -6px;
}


/* 25/07/2013 */
/************************
 home page lead elemnt 
************************/

.lead_panel .lead-tag {
	/*background-color: #A01C18;*/
	background-color: #fff;
	color: #726F6A;
	font-weight: bold;
	padding:3px 7px 3px 7px;
	text-align: center;
	margin-bottom: 5px;
	float: right;
	width: auto;
}

.lead_panel h1{
	clear:right;
	/*font-size: 18px;*/
	font-size: 20px;
}

.lead_panel .lead-readmore a{
	/*background-color: #726F6A;
	padding:5px;
	color:#fff;
	text-decoration: none;
	border-radius: 2px;*/
	display: none;
}

.lead_panel .lead-readmore a:hover{
	text-decoration: none;
	background-color: #7B7873;
}


.lead_panel .pager a {
    padding: 0px;
    width: 18px;

}

.lead_panel .pager {
    bottom: 12px;
    right: 22px;

}

/*.lead_panel .item .inner p{
    height: 58px;
    overflow: hidden;

}*/

/* State of the LeftLetter from Germany*/
.blurb .tags-grey {
	/*background:Grey;*/
	padding: 3px 10px;
	display: inline-block;
	/*color:#fff;*/
	color: #242424;
	margin: 0;
	line-height: 20px;
	 border-top:2px solid #9E201B;
	 border-bottom: 2px solid  #9E201B;
	 background-color:  #E6E5E3;
	 font-size: 13px;
	}

	.blurb .tags-grey .tags-stateleft .line1{
		  font-weight: bold;
   		 margin-right: 10px;
    	text-transform: uppercase;
    	font-family: 'helvetica',Arial,Helvetica,sans-serif;
    	font-size: 12px;
    	letter-spacing: 1px;
	}

	.blurb .tags-grey .tags-stateleft .line2{
		color:#9E201B;
		font-size: 11px;
		font-family: 'helvetica',Arial,Helvetica,sans-serif;
		font-weight: normal;
		letter-spacing: 1px;
		
	}

	.article_header .blurb .pn-facebook-icon{
		width: 49px!important;
		margin-left: -10px;
	}

	.article_header .blurb .pn-twitter-icon{
		margin-top: -7px;
	}

	.article_header .logoimage > img {
		 height: 56px;
		 margin-right: 10px;
		 margin-top: -13px;
}

/* IPHONE ISSUE */

@media only screen and (max-width: 800px) {

	.blurb .tags-grey .tags-stateleft .line1{
		font-size: 14px;
	}

	.blurb .tags-grey .tags-stateleft .line2{
		font-size: 13px;
	}

}

/* IPHONE ISSUE */


/* HOMEPAGE NETWORK SLIDER*/

.jsp_paging.autostart .jsp_nav .jsp_dots a{
	margin: 8px 3px;
}

.jsp_nav .next {
    right: 5px;
}

.jsp_nav .prev {
    left: 5px;
}

/*23/01/2014*/
.sharepanel {
    height: auto;
    margin-bottom: 10px;
}


/*footer social icons */
.footer .footer_social .li_rss a {
    background-position: 0px 0;
}

.footer .footer_social .li_facebook a {
    background-position: -30px 0;
}

.footer .footer_social .li_twitter a {
	background-position: -60px 0;
}

.footer .footer_social .li_flickr a {
	background-position: -90px 0;
}

.footer .footer_social .li_youtube a {
	background-position: -120px 0;
}

.footer .footer_social .li_soundcloud a{
	background-position: -150px 0;
}

/*************************************
LEE
*************************************/
.party_area .panel{
	border-top:none;}
.party_details {
	padding-bottom:20px;
	border-bottom:1px solid #9e201b;
}



/************************************
Testimonial styles
************************************/
.about-testimonials > p {
    background: none repeat scroll 0 0 #f6f6f6;
    font-style: italic;
    padding: 15px;
    border: 1px solid #e6e5e3;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    margin: 20px 0;
}
.about-testimonials p strong {
    display: block;
    font-style: normal;
    margin-top: 5px;
}



