﻿/* main.css */
/************/

/* Global styles */

BODY{
    font:0.8em verdana,arial,sans-serif;
    line-height:1.3em;
}

A{
    color:#085196;
    text-decoration:none;
}

A:hover, A:focus{
    text-decoration:underline;
}

/*input[type="button"], input[type="submit"] {
	border: 1px solid #000;
}

input[type="button"]:hover, input[type="submit"]:hover
{
    cursor: pointer;
    border:1px dashed #000000!important;
}*/

/*
 * 	This class ( .stdButton ) is applied to every button on the main "sub" site with javascript.
 *	To prevent this, add the class .default to any button that shoudl retain default browser style
 */
.stdButton {
	cursor: pointer;
	border: 1px solid #000;	
}

.stdButton:hover {
	border: 1px dashed #000;
}

FORM LEGEND{
    display:none;
}

STRONG{
    font-weight:bold;
}

IMG{
    display:block;
}

IMG.with-margin{
    margin-bottom:15px;
}

BLOCKQUOTE{
    margin-bottom:15px;
    padding-left:20px;
}

.error,
.mandatory EM{
    color:red;
}

.new-window-icon{
    padding-left:4px
}

#debug-version{
    background:#fff;
    border:solid 1px #ccc;
    color:#085196;
    font-size:1.4em;
    font-weight:bold;
    line-height:1.3em;
    margin:10px 20px 10px 20px;
    padding:5px;
}

.pending{
    background:url(/assets/images/placeholders/pending.jpg) no-repeat 5px 5px;
    border:solid 1px #cfcfcf;
    min-height:60px;
    padding-left:60px;
}

.pending STRONG{
    background:#af1d06;
    border-left:solid 1px #cfcfcf;
    color:#fff;
    display:block;
    font-weight:normal;
    min-height:40px;
    padding:5px 15px 15px 15px;
}

A.document SPAN{
    padding-left:14px;
    position:relative;
}

A.document IMG,
#content A.document IMG,
#secondary-navigation.search .local-module A.document IMG{
    display:inline;
    margin-bottom:0;
}

A.document SPAN IMG,
#content A.document SPAN IMG{
    left:1px;
    position:absolute;
    top:1px;
}

LI.document-item
{
    margin-bottom: 15px;
    line-height: 20px;
}

.document-item SPAN.document-subtitle
{
    display: block;
    color: #727272;
}

.note{
        font-size:0.8em;
        margin-top:30px;
}

UL LI#rss{
    background:url(/assets/images/rss-icon.gif) no-repeat left top;
}

.sub-content{
    margin-bottom:15px;
    min-height:1px;
}

.header-above-hero H1{
    margin-left:10px;
}

.header-above-hero #content-small{
    padding-top:5px;
}

/* This hides content on the page but is still visible for screenreaders */
.accessible-hide 
{
    position: absolute;
    text-indent: -9999px;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Wrapper (specificity) overrides */

#wrapper .blue-arrow-bullets LI{
    background:url(/assets/images/blue-arrow-bullet.gif) no-repeat left 4px;
    line-height:1.3em;
    padding-left:10px;
}

#wrapper #secondary-navigation LI.selected A{
    color:#000;
    font-weight:bold;
}

/* Header */

#header{
    border-bottom:solid 1px #cfcfcf;
    margin-bottom:10px;
    min-height:1px;
}

.home #header{
    border-bottom:solid 15px #085196;
}
.home H1 {text-indent: -9999px;}

.error-page #header{
    border-bottom:none;
}

#header IMG{
    float:left;
    margin-bottom:15px;
}

#header #navigation{
    border-top:solid 1px #cfcfcf;
    clear:both;
    min-height:1px;
}
#header #navigation ul {    
    position: relative;
}
#header #navigation UL LI{
    display:block;
    float:left;
}

#header UL#level-1{
    margin:10px 0;
}

#header UL#level-1,
#header UL#level-2{
    clear:left;
    min-height:1px;
}

#header UL#level-1 LI{
    border-right:solid 1px #cfcfcf;
}

#header UL#level-1 LI A{
    font-size:1.1em;
}

#header UL#level-1 LI A,
#header UL#level-2 LI A{
    display:block;
    padding:2px 7px;
}

#header UL#level-1 LI.over,
#header UL#level-2 LI.over{
    background-color:#085196;
}

#header UL#level-1 LI.over A,
#header UL#level-2 LI.over A{
    color:#fff;
    text-decoration:none;
}

#header ul li.meganav-hover a, 
#header UL#level-1 LI A:hover,
#header UL#level-2 LI A:hover,
#header UL#level-1 LI A:focus,
#header UL#level-2 LI A:focus{
    background-color:#085196;
    color:#fff;
    text-decoration:none;
}


#header #navigation ul li a.meganav-skiplink {
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
    color: #012649;
    font-size: 11px;
    background: transparent;
    opacity: 0;
}

#header #navigation ul li a.meganav-skiplink:focus,
.ie7 #header #navigation ul li a.meganav-skiplink:active {
    opacity: 1;
    width: auto;
    height: auto;
}


#header #navigation UL#level-1 LI.last{
    border-right:0;
}

#header UL#level-2{
    background:#add0f2;
}

#header UL#level-2 LI{
    border-right:solid 1px #fff;
}

#header UL#level-2 LI A{
    color:#012649;
}

/* Secondary navigation */

#secondary-navigation UL{
    margin-bottom:15px;
    width:140px;
}

#secondary-navigation UL UL{
    margin-bottom:0;
}

#secondary-navigation LI{
    font-size:0.85em;
}

#secondary-navigation LI A,
#secondary-navigation LI.parent UL LI A{
    background:url(/assets/images/secondary-navigation-splitter.gif) no-repeat left bottom ;
    color:#085196;
    display:block;
    line-height:1.3em;
    padding:5px 5px 6px 5px;
}

#secondary-navigation LI LI{
    font-size:1em;
}

#secondary-navigation UL LI.grand-parent{
    background:#777 url(/assets/images/grand-parent-navigation-element.gif) no-repeat 3px 3px;
}

#secondary-navigation LI.parent{
    background:#085196 url(/assets/images/parent-navigation-element.gif) no-repeat 6px 9px;
}

#secondary-navigation A:active
{
    text-decoration:underline!important;
}

#secondary-navigation LI.grand-parent A,
#secondary-navigation LI.parent A{
    background:url(/assets/images/secondary-navigation-splitter-solid.gif) no-repeat left bottom;
    color:#fff!important;	
    padding-left:18px;
}

#secondary-navigation LI.parent LI{
    background:#fff;
}

#secondary-navigation LI.parent LI A{	
    color:#085196!important;
    padding-left:5px;

}

#secondary-navigation .pending{
    font-size:0.85em;
    width:78px;
    margin-bottom:15px;
}

#secondary-navigation .pending STRONG{
    min-height:50px;
    padding:5px 10px;
}

/* Secondary navigation (Topics) */
#secondary-navigation UL LI UL LI.grand-parent{
    background:#777 url(/assets/images/grand-parent-navigation-element.gif) no-repeat 3px 3px;			
}

#secondary-navigation UL LI UL LI.parent {
    background:#085196 url(/assets/images/parent-navigation-element.gif) no-repeat 6px 9px;
}

#secondary-navigation A:active
{
    text-decoration:underline!important;
}

#secondary-navigation UL LI UL LI.grand-parent A,
#secondary-navigation UL LI UL LI.parent A{
	background:url(/assets/images/secondary-navigation-splitter.gif) no-repeat left bottom!important;
	color:#fff!important;	
	padding-left:18px;
}

#secondary-navigation UL LI UL LI.parent LI{
    background:#fff;
}

#secondary-navigation UL LI UL LI.parent LI A{	
    color:#085196!important;
    padding-left:5px;
    
}


/* Secondary navigation (search) */

#secondary-navigation.search .inner{
    background:#e8f1fa;
    margin-bottom:15px;
}

#secondary-navigation.search .inner,
#secondary-navigation.search .inner UL{
    width:190px;
}

#secondary-navigation.search .inner UL{
    margin-bottom:0;
}

#secondary-navigation.search .inner H4,
#secondary-navigation.search .inner LI A{
    background:url(/assets/images/dotted-separator-black.gif) repeat-x left bottom;
    padding:5px 0 7px 0;
}

#secondary-navigation.search .inner H4{
    font-weight:normal;
    margin:0;
    padding-top:0;
}

#secondary-navigation.search .local-module H2,
#secondary-navigation.search .local-module H3{
    border-bottom:solid 1px #cfcfcf;
    line-height:1.3em;
    margin-bottom:10px;
    padding-bottom:5px;
}

#secondary-navigation.search .local-module IMG{
    margin-bottom:15px;
}

#secondary-navigation.search .local-module UL{
    width:210px;
}

#secondary-navigation.search .local-module UL LI{
    background-position:left 3px;
    min-height:1px;
}

#secondary-navigation.search .local-module .thumbnail-image-list UL LI{
    background-position:left bottom;
    min-height:70px;
}

#secondary-navigation.search .local-module .no-images UL LI,
#secondary-navigation.search .local-module .thumbnail-image-list UL LI.no-image{
    min-height:1px;
}

#secondary-navigation.search .local-module .thumbnail-image-list UL LI UL{
    width:130px;
}

#secondary-navigation.search .local-module .thumbnail-image-list UL LI UL LI{
    background-position:left 3px;
    min-height:1px;
}

#secondary-navigation.search .local-module UL LI A{
    background:none;
    padding:0;
}

#secondary-navigation.search UL.address-information A{
    display:inline;
}


/* Meganav */
.ie7 #navigation {
    position: relative;
    z-index: 1;
}
.ie7 #navigation #level-1 {
    position: relative;
    z-index: 2;
}
.ie7 #navigation #level-2 {
    position: relative;
    z-index: 1;
}
.ie7 #header {
    position: relative;
    z-index: 100;
}
.meganav-container {
    display: none;
    position: absolute;
    top: 20px;
    width: 570px;
    height: 304px;
    border: 10px solid #085196;
    background: #FFF;
    overflow: hidden;
    z-index: 10000;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.4);
}

.no-js .meganav-container {
    display: block;
}
.meganav-container nav {
    float: left;
    width: 207px;
    height: 1000px;
    padding: 15px;
    background: #e2effa;
}

#header #navigation .meganav-container li {
    display: block;
    float: none;
    clear: both;
    border: none;
    border-top: 1px dotted #b7c2cb;
}
#header #navigation .meganav-container li:first-child {
    border: none;
}

#header #navigation li .meganav-container li a {
    padding-left: 0;
}

#header #navigation li.meganav-hover .meganav-container nav li a:hover {
    color: #FFF;
    background: #085196;
}

#header #navigation li.meganav-hover .meganav-container li a {
    color: #333;
    background: none;
}

.meganav-container .meganav-heading {
    display: block;
    margin: 0 0 12px;
    color: #333;
    font-size: 110%;
    font-weight: bold;
}

.meganav-container .meganav-feature {
    float: right;
    width: 303px;
    padding: 15px;
}

#header #navigation li.meganav-hover .meganav-container .meganav-feature a {
    display: block;
    padding: 0;
    color: #085196;
    font-weight: bold;
    background: none;
}
#header #navigation li.meganav-hover .meganav-container .meganav-feature a:hover {
    text-decoration: underline;
}

#header #navigation li.meganav-hover .meganav-container .meganav-feature .feature-items {
    margin: 0 0 12px;
}
#header #navigation li.meganav-hover .meganav-container .meganav-feature .feature-items li {
    height: 74px;
    overflow: hidden;
    border: none;
}
#header #navigation li.meganav-hover .meganav-container .meganav-feature .feature-items li a {
    font-weight: bold;
}

#header #navigation .meganav-container .meganav-feature .multiple-feature .feature-items li {
    margin-bottom: 6px;
}

#header #navigation li.meganav-hover .meganav-container .meganav-feature .itemImageWithTitle img {
    margin: 0 10px 0 0;
}
#header #navigation li.meganav-hover .meganav-container .meganav-feature .itemImageWithTitle a:hover {
    color: #085196;
    text-decoration: underline;
    background: none;
}
#header #navigation li.meganav-hover .meganav-container .meganav-feature .square-bullets li {
    border: none;
}

#header #navigation li.meganav-hover .meganav-container .meganav-feature .square-bullets li a {
    font-weight: normal;
}

/* Content */

P{
    margin-bottom:10px;
}

/*
    HOPI-44
    We want to have all black text to be dark grey on slideshow pages only.
    Slideshow pages are flagged with a class of 'slideshow-page' on the main content div
*/
.slideshow-page h1,
.slideshow-page div,
.slideshow-page p,
.slideshow-page li {
    color: #606060;
}

.news-hero{
        word-wrap:break-word;
}

H3#tabs-date{
    font-size:1.3em;
    margin-bottom:15px;
}

.outer{
    min-height:1px;
    padding-bottom:20px;
}

.main-introduction P{
    font-weight:bold;
}

SPAN.hide{
    clear:both;
    display:none;
}

SPAN.hideFromView{
        position: absolute;
        left: -9000px;
}

.two-wide{
    clear:left;
}

.two-wide.last{
    clear:none;   
}

#content A:visited{
    color:#4e9bd7;
}

#content IMG{
    display:block;
    margin:0 0 15px 10px;
}

#content .no-underline{
    border-bottom:0;
}

#content .square-bullets LI A{
    display:block;
}

#content .square-bullets LI.pdf A{
    display:inline;
}

#content .square-bullets.address-information A{
    display:inline;
}

#content.two-column-with-navigation,
#content.three-column{
    background-image:url(/assets/images/tram-line-repeater.gif);
    background-position:left top;
    background-repeat:repeat-y;
}

#content.two-column-with-panel H1,
#content.two-column-with-panel H2{
    clear:left;
}

#content.two-column-with-panel IMG{
    margin-left:0;
}

/* Content small */

#content-small{
    background-image:url(/assets/images/tram-line-repeater.gif);
    background-position:right top;
    background-repeat:repeat-y;
    position:relative;
}

#content.two-column-with-navigation #content-small,
#content.wide #content-small{
    background-image:none;
}

#content-small img{
    margin-left:0;
}
#content-small .news-listing .thumbnail-image-list ul li img {
    float: left;
    margin-right: 10px;
}

#content #content-small .document IMG{display:inline;margin:0}

#content-small IMG#party-logo{
    position:absolute;
    right:0;
    top:10px;
}

/* Alternate rows */

.alternate-rows{
    margin-bottom:15px;
}

.alternate-rows LI{
    min-height:1px;
}

.alternate-rows LI.first{
    background:#f5f3e7;
    border-bottom:solid 1px #fff;
}

.alternate-rows LI.alternate{
    background:#f7f7f7;
}

.alternate-rows LI STRONG,
.alternate-rows LI SPAN,
.alternate-rows LI DIV.rte{

    display:block;
    float:left;
}

.alternate-rows LI STRONG{
    padding-right:10px;
    width:160px;
}

.alternate-rows LI SPAN,
.alternate-rows LI DIV.rte{
    width:270px;
}

.alternate-rows LI.description{
    padding-bottom:0;
}

.alternate-rows LI.description STRONG,
.alternate-rows LI.description SPAN{
    float:none;
}

#content .alternate-rows LI.description SPAN{
    margin-bottom:10px;
    width:100%;
}

.alternate-rows LI{
    margin-bottom:0;
    padding:10px;
}

.alternate-rows LI DIV.rte LI{
    padding:0 0 0 14px;
}

.alternate-rows LI DIV.rte{
    margin-bottom:-15px;
}

/* Arrows (previous/next) */

.arrows-previous-next{
    margin-bottom:15px;
    min-height:1px;
}

.arrows-previous-next LI A{
    display:block;
    min-height:25px;
    padding-top:7px;
    position:relative;
    width:auto;
}

.arrows-previous-next #previous{
    float:left;
    width: 45%;
}

.arrows-previous-next #previous A{
    background:url(/assets/images/arrows-list-previous.gif) no-repeat left 6px;
    padding-left:32px;
}

.arrows-previous-next #next{
    float:right;
    width: 45%;
}

.arrows-previous-next #next A{
    background:url(/assets/images/arrows-list-next.gif) no-repeat right 6px;
    padding-right:32px;
    text-align:right;
}

.arrows-previous-next LI A IMG{
    position:absolute;
    top:4px;
}

/* Artwork options */

UL#artwork-options{
    border-bottom:solid 1px #cfcfcf;
    margin-bottom:15px;
    min-height:1px;
    /*
        Part fix for HOPI-12
    */
    margin-top: -6px;
}

UL#artwork-options LI{
    border-left:solid 1px #cfcfcf;
    float:left;
}

UL#artwork-options LI A{
    display:block;
    padding:5px 15px 5px 36px;
}

UL#artwork-options LI A img {
    display: inline;
    margin: 0;
}

UL#artwork-options LI#email A{
    background:url(/assets/images/email-icon.gif) no-repeat 8px 7px;
    border-right:solid 1px #cfcfcf;
}

UL#artwork-options LI#print A{
    background:url(/assets/images/print-icon.gif) no-repeat 7px 3px;
}

UL#artwork-options LI#transcript A{
    background:url(/assets/images/transcript-icon.gif) no-repeat 12px 5px;
}

UL#artwork-options LI#fullscreen A{
    background:url(/assets/images/fullscreen-icon.gif) no-repeat 7px 3px;
}

UL#artwork-options LI#image A{
    background:url(/assets/images/image-icon.gif) no-repeat 11px 5px;
}

UL#artwork-options LI#zoom A{
    background:url(/assets/images/zoom-icon.gif) no-repeat 10px top;
}

UL#artwork-options LI#image,
UL#artwork-options LI#zoom{
    display:none;
}

LI#artwork-transcript{
    display:none;
}

/* Breadcrumb */

DIV#breadcrumb{
    font-size:0.85em;
    margin-top:10px;
    padding:10px 0 10px 0;
}

DIV#breadcrumb STRONG{
    font-weight:normal;
}

DIV#breadcrumb UL,
DIV#breadcrumb LI{
    display:inline;
}

DIV#breadcrumb LI A{
    background:url(/assets/images/breadcrumb-arrow.gif) no-repeat right 4px!important;
    margin-right:3px;
    padding-right:12px;
}

DIV#breadcrumb LI A:active
{
    color:#085196!important;
    background-color:#FFFFFF!important;
    text-decoration:underline!important;
}

DIV#breadcrumb .inner{
    background:url(/assets/images/grey-repeater-line.gif) repeat-x left top;
    margin-top:-21px;
    padding-top:10px;
}

/* Bookmark with */

#bookmark-with{
	border:solid 1px #ddd;
	margin-bottom:10px;
	padding:10px;	
}

#bookmark-with H4{
    margin-bottom:10px;
    padding-top:10px;	
    color: #666666;
    font-weight:bold;
    font-size:12px;
	padding-top:10px;
	background:url(/assets/images/dotted-separator-black.gif) left top repeat-x;	
	color: #666666;
	font-weight:bold;
	font-size:12px;
}

#bookmark-with UL{
min-height:1px;
border-bottom:solid 1px #CFCFCF;
}
	


#bookmark-with LI{
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	margin-right:10px;
	height:15px;	
	font-size:11px;	
	margin-bottom:10px;
}



#bookmark-with img{
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	margin-right:5px;
}

/* Collection thumbnails */

.collections-thumbnails{
    margin-left:-5px;
    min-height:1px;
}

.collections-thumbnails LI{
    background:#eee;
    float:left;
    margin:0 0 5px 5px;
    width:150px;
}

.collections-thumbnails LI.first{
    clear:left;
}

#content-small .collections-thumbnails LI P{
    margin:0;
    min-height:50px;
    padding:5px 10px;
}

#content-small .collections-thumbnails LI IMG{
    margin-bottom:0;
}

/* Find your MP */

#find-your-mp{
    margin-bottom:15px;
    height:100px;
}

#find-your-mp H3{
    font-weight:bold;
}

#find-your-mp FIELDSET{
    /*background:url(/assets/images/placeholders/gradient-box-background.gif) repeat-x left bottom;*/
    margin-top:-5px;
    min-height:1px;
    position:relative;
}

#find-your-mp P{
    font-size:0.85em;
}

#find-your-mp INPUT.find{
    background:#085196;
    border:none;
    bottom:10px;
    color:#fff;
    height:22px;
    right:6px;
    padding:0 5px;
    position:absolute;
}

#find-your-mp input[type="button"].find:hover,
#find-your-mp input[type="submit"].find:hover,
#find-your-mp input[type="button"].find:focus,
#find-your-mp input[type="submit"].find:focus
{
    background: #FFFFFF;
    color: #085196;
    border: 1px solid #085196;
}

#content.homepage #find-your-mp input[type="submit"].find:hover,
#content.homepage #find-your-mp input[type="submit"].find:focus
{
    background:none;
    color:#016131;
    cursor: pointer;
    border:1px dashed #000000;
}

#find-your-mp INPUT.mp-postcode{
    border:solid 1px #a0a0a0;
    bottom:10px;
    left:6px;
    padding:2px 1px;
    position:absolute;
    width:237px;
}

#find-your-mp OL{
    padding-bottom:20px;
}

#find-your-mp OL LI{
    padding:7px 6px;
}

/* Flash */

.flash{
    margin-bottom:15px;
}

/* Form (error) */

#content .form-error{
    border-bottom:solid 1px #cfcfcf;
    border-top:none;
    margin-bottom:10px;
    padding-bottom:10px;
}

#content .form-error LI{
    margin-top:0;
}

.form-error INPUT{
    margin:0;
}

.form-error UL{
    margin-bottom:0;
}

.form-error LI{
    background:url(/assets/images/square-bullet.gif) no-repeat left 5px;
    color:red;
    line-height:1.3em;
    margin-top:0;
    padding-left:14px;
}

/* Forms (global) */

.captchca{
    margin-bottom:15px;
}

/* Form (submission) */

DIV.submission{
    border-top:solid 1px #cfcfcf;
    margin:10px 0;
    min-height:1px;
}

DIV.submission P,
DIV.submission INPUT{
    margin-top:10px;
}

DIV.submission P{
    float:left;
    width:550px;
}

DIV.submission INPUT{
    background:#085196;
    border:none;
    color:#fff;
    float:right;
    padding:2px 6px;
}

DIV.submission INPUT.clear-all-fields{
    float:left;
}

DIV.nojs{
    border-top:none;
}

/* Get involved */

.get-involved{
    margin-bottom:15px;
    min-height:1px;
}

.get-involved DIV{
    padding-top:150px;
    position:relative;
}

#content .get-involved UL.square-bullets{
    margin-bottom:0;
}

.get-involved H4{
    background-position:left top;
    background-repeat:no-repeat;
    height:140px;
    left:0;
    position:absolute;
    text-indent:-9999px;
    top:0;
    width:60px;
}

#panel .get-involved H4{
    height:145px;
}

.get-involved .watch H4{background-image:url(/assets/images/get-involved-watch-vertical.gif);}
.get-involved .listen H4{background-image:url(/assets/images/get-involved-listen-vertical.gif);}
.get-involved .join-in H4{background-image:url(/assets/images/get-involved-join-in-vertical.gif);}

.get-involved IMG{
    left:60px;
    position:absolute;
    top:0;
}

/* Headings */

H1{
    font-size:1.8em;
    line-height:1.3em;
    margin-bottom:10px;
}

H1,
H2.underline{
    border-bottom:solid 1px #cfcfcf;
    line-height:1.3em;
    padding-bottom:5px;
}

H1,
H2,
H3,
H4{
    clear:both;
    color:#000;
}

H2{
    font-size:1.4em;
    margin-bottom:10px;
}

H1.marker,
H4.marker{
    clear:both;
    display:none;
}

H4.dotted-underline{
    background:url(/assets/images/dotted-separator-black.gif) repeat-x left bottom;
    font-weight:bold;
    margin-bottom:5px;
    padding-bottom:5px;
}

/* Hero section */

.hero-section-with-picture,
.hero-section{
    background:#fff url(/assets/images/hero-section-background.gif) repeat-x left bottom;
    border:solid 1px #cfcfcf;
    margin-bottom:15px;
    min-height:130px;
    padding:15px 15px 15px 325px;
    position:relative;
}

.hero-section{
    min-height:1px;
    padding:15px 15px 0 15px;
}

.hero-section-with-picture IMG{
    left:5px;
    position:absolute;
    top:5px;
}

#content .hero-section-with-picture UL{
    margin:15px 0 0 0;
}

#content .hero-section-with-picture UL UL{
    margin-top:0px;
}

#content .hero-section-with-picture P{
    margin-bottom:0;
}
.hero-section p
{
        font-weight: normal;
}

/* Lists */

UL.square-bullets{
    min-height:1px;
     
}

.blue-arrow-bullets,
.list-suffix,
.square-bullets{
    margin-bottom:15px;
}

.square-bullets LI{
    background:url(/assets/images/square-bullet.gif) no-repeat left 5px; /*removed square - need to revise as this removes it everywhere*/
    line-height:1.3em;
    padding:0 0 4px 14px;
}

.square-bullets LI EM{
    display:inline-block;
    font-style:normal;
    min-height:14px;
    padding-left:22px;
}

.square-bullets LI.dotted-divider-above{
    background:url(/assets/images/dotted-separator-black-dotted-divider-above.gif) no-repeat left top;
    margin-top:10px;
    padding-top:5px;
}

.square-bullets-a-to-z LI
{
    /*background:url(/assets/images/square-bullet.gif) no-repeat left 5px;*/ /*removed square - need to revise as this removes it everywhere*/
    line-height:1.3em;
    padding:0 0 4px 0px;
}

.square-bullets-a-to-z LI EM{
    display:inline-block;
    font-style:normal;
    min-height:14px;
    padding-left:22px;
}

.square-bullets-a-to-z LI.dotted-divider-above{
    background:url(/assets/images/dotted-separator-black-dotted-divider-above.gif) no-repeat left top;
    margin-top:10px;
    padding-top:5px;
}

.arrows-list{
    margin-bottom:15px;
}

.arrows-list LI{
    background:url(/assets/images/arrows-list-bullet.gif) no-repeat left 1px;
    margin-bottom:5px;
    min-height:21px;
    padding:3px 0 0 28px;
}

/* Lords Interests Lists */

#lords-interests{
        padding-top:5px;
}

#lords-interests .a-to-z-listing UL{
        border-style:dotted;
        padding-bottom:13px;
        padding-top:3px;
}

#lords-interests h2{
        margin-top:15px;
}

/* Pagination */

.pagination{
    border-bottom:solid 1px #cfcfcf;
    border-top:solid 1px #cfcfcf;
    margin:-5px 0 15px 0;
    min-height:1px;
    padding:5px 0;
}

#content .pagination P,
#content .pagination UL{
    margin-bottom:0;
}

.pagination P{
    float:left;
}

.pagination UL{
    float:right;
}

.pagination UL LI{
    display:block;
    float:left;
    margin-left:10px;
}

/* Photo description */

.photo-description{
    font-weight:bold;
    margin-bottom:15px;
    min-height:1px;
}

.photo-description STRONG{
    color:#7f7f7f;
    float:left;
    width:60%;
}

.photo-description EM{
    color:#7f7f7f;
    float:right;
    font-weight:normal;
}

/* Previous/next */

#previous-next-with-title,
#previous-next-with-numbers{
    margin-bottom:15px;
    min-height:1px;
}

#previous-next-with-numbers{
    border-top:solid 1px #cfcfcf;
    padding-top:10px;
}

#previous-next-with-title .rte{
    float:left;
    font-size:1em;
    font-weight:bold;
    margin-bottom:0;
    padding-right:15px;
    width:785px;
}

#previous-next-with-title .rte P{
    margin-bottom:0;
}

#previous-next-with-title UL{
    float:right;
}

#previous-next-with-title UL LI,
#previous-next-with-numbers UL LI{
    background:url(/assets/images/pipe-delimeter.gif) no-repeat right center;
    float:left;
    margin-right:10px;
    padding-right:10px;
}

#previous-next-with-title UL LI.last,
#previous-next-with-numbers UL.last,
#previous-next-with-numbers UL LI.last{
    background:none;
    margin-right:0;
    padding-right:0;
}

#previous-next-with-numbers UL{
    float:left;
    padding-right:10px;
}

#previous-next-with-numbers UL.last{
    float:right;
}

/* RTE */

.rte H3{
    font-size:1.1em;
    font-weight:bold;
    margin-bottom:10px;
}

.rte OL,
.rte UL{
    margin-bottom:15px;
}

.rte OL LI{
    list-style-type:decimal;
    margin-left:20px;
}

.rte OL OL{
    margin-bottom:0;
}

.rte UL LI{
    background:url(/assets/images/square-bullet.gif) no-repeat left 5px;
    line-height:1.3em;
    padding-left:14px;
}

.rte .left{
    float:left;
    margin:0 15px 10px 0;
}

.rte .right{
    float:right;
    margin:0 0 10px 15px;
}

#content .rte .left,
#content .rte .right{
    display:block;
    text-align:center;
}

#content .rte .left IMG,
#content .rte .right IMG,
#content .rte .left P,
#content .rte .right P{
    margin:5px auto 0 auto;
}

#content .rte .left P,
#content .rte .right P{
    color:#777;
    font-size:0.85em;
}

.rte BLOCKQUOTE P{
    margin-bottom:0;
}

.rte TABLE{
    width:100%;
}

.rte TABLE TH{
    background:#e3f6ff;
}

#content .rte IMG{
    margin-left:0;
}

/* Section promotion */

.section-promotion{
    margin-bottom:15px;
}

.section-promotion H2{
    border-bottom:solid 1px #cfcfcf;
    font-size:1.4em;
    padding-bottom:5px;
}

.news-listing H2{
    border-bottom:solid 1px #cfcfcf;
    font-size:1.4em;
    padding-bottom:5px;
    margin-bottom:0px;
}

#content .section-promotion UL{
    margin-bottom:0;
}

/* Site search */

FIELDSET.site-search{
    float:right;
    width:500px;
}

#content FIELDSET.site-search{
    float:none;
    padding-bottom:25px;
}

FIELDSET.site-search UL{
    float:right;
    margin-bottom:10px;
    min-height:1px;
}

FIELDSET.site-search UL LI{
    border-right:solid 1px #cfcfcf;
    display:block;
    float:left;
    font-size:0.85em;
    margin-right:10px;
    padding-right:10px;
}

FIELDSET.site-search UL LI.last{
    border-right:0;
    margin:0;
    padding:0;
}

FIELDSET.site-search UL#search-options{
    display:none;
    font-size:0.85em;
    margin-bottom:0;
    margin-top:10px;
    min-height:1px;
}

#content FIELDSET.site-search UL#search-options{
    clear:both;
    float:left;
    margin-top:5px;
}

.search-listings FIELDSET.site-search UL#search-options{
    display:block;
}

FIELDSET.site-search LABEL{
    display:none;
}

FIELDSET.site-search OL{
    float:left;
    margin-left:215px;
}

#content FIELDSET.site-search OL{
    margin-left:0;
}

FIELDSET.site-search INPUT{
    background:#085196;
    border:0;
    color:#fff;
    float:right;
    font-size:0.9em;
    font-weight:bold;
    padding:2px 2px 3px 2px;
    cursor:pointer;
}

    FIELDSET.site-search input[type="submit"]:hover,
    FIELDSET.site-search input[type="submit"]:focus
    {
        background-color: #FFFFFF;
        color: #085196;
        border: 1px solid #085196;
    }

#content FIELDSET.site-search INPUT{
    float:left;
    margin-left:5px;
}

FIELDSET.site-search OL INPUT{
    background:none;
    border:solid 1px #cfcfcf;
    color:#000;
    float:none;
    font-size:1em;
    font-weight:normal;
    padding:2px;
    width:220px;
    cursor:text;
}

#content FIELDSET.site-search OL INPUT{
    float:none;
    margin-left:0;
}

#content FIELDSET.site-search UL LI{
    font-size:1em;
}

/* Stay upto date */

.stay-up-to-date{
    background-color: #F2F2F2;
    border-top: 7px solid #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

TH.alternate,
TD.alternate{
    background:#f7f7f7;
}

.stay-up-to-date UL LI{
    margin-bottom:3px;
    margin-left:11px;
    padding-left:28px;
}

.stay-up-to-date UL LI#email{
    background:url(/assets/images/email-icon-coloured.gif) no-repeat left 2px;
}

/* Related Rss Links */

.related-rss-links{
    background-color: transparent;
    margin-top:5px;
    margin-bottom: 3px;
}

.related-rss-links div.strong
{
    font-weight:bold;
    padding-bottom:5px;
}
.related-rss-links UL LI.rss{
    margin-bottom:3px;
    margin-left:1px;
    padding-left:20px;
    background:url(/assets/images/rss-icon.gif) no-repeat left center;
}

/* Tables */

TH{
    font-weight:bold;
}

TH,
TD{
    padding:5px 8px;
}

TR.alternate
{
        background:#f5f5f5;
}

TR.lastRow td
{
        border-bottom:1px solid #000000;
        margin-bottom:2px;
        background: none !important;
}
 
#content TABLE{
    margin-bottom:15px;
}

/* Tabs */

.tabs-wrapper{
    clear:both;
    margin-bottom:15px;
    min-height:1px;
}

.tabs-wrapper .tabs-wrapper{
    margin-bottom:0;
}

.tabs-wrapper .triggers{
    min-height:1px;
}

.tabs-wrapper H4{
    border-bottom:solid 1px #cfcfcf;
    font-size:1.4em;
    margin-bottom:5px;
    margin-top:5px;
    padding-bottom:5px;
}

.tabs-wrapper .tabs-wrapper H4,
.tabs-wrapper .tabs-wrapper .tabs-wrapper H4{
    border-bottom:0;
    font-size:1.3em;
    margin-bottom:0;
    padding-bottom:0;
}

.tabs-wrapper .tabs-wrapper .tabs-wrapper H4{
    font-size:1em;
    font-weight:bold;
}

.tabs-wrapper DIV.inner,
.tabs-wrapper DIV.inner DIV.inner,
.tabs-wrapper DIV.active,
.tabs-wrapper DIV.inner DIV.active,
.tabs-wrapper DIV.inner DIV.two-wide,
.tabs-wrapper DIV.inner DIV.media-player,
.tabs-wrapper DIV.inner DIV.silverlight,
.tabs-wrapper DIV.inner DIV.flash,
.tabs-wrapper DIV.inner DIV.thumbnail-image-list{
    display:block;
}

.tabs-wrapper UL.list-suffix{
    clear:both;
    margin:15px 0 5px 0;
}

.tabs-wrapper UL.list-suffix LI{
    background:url(/assets/images/square-bullet.gif) no-repeat left 6px;
    padding-left:24px;
}

.tabs-wrapper .inner .triggers{
    display:block;
    margin-top:10px;
}

#content .tabs-wrapper .triggers A:visited{
    color:#085196;
}

.tabs-wrapper .inner H4{
    font-size:1em;
    font-weight:bold;
}

.tabs-wrapper H4#parliament-tv{
    border:none;
    font-size:1.1em;
    font-weight:bold;
}

.tabs-wrapper DIV.inner DIV{
    display:none;
}

.tabs-wrapper DIV.rte,
.tabs-wrapper DIV.inner DIV.rte{
    display:block;
    font-weight:normal;
}

.tabs-wrapper .main-introduction P{
    font-weight:normal;
}

#content .tabs-wrapper TABLE{
    border:0;
    margin-bottom:0;
    width:100%;
}

.tabs-wrapper TABLE THEAD TH{
    background:#e8f1fa;
    color:#000;
    font-weight:bold;
}

.tabs-wrapper TABLE TH,
.tabs-wrapper TABLE TD{
    padding:8px 10px;
}

.tabs-wrapper TABLE TD{
    border-bottom:solid 1px #cfcfcf;
}

.tabs-wrapper TABLE TD.alternate{
    background:#f7f7f7;
}

.tabs-wrapper TABLE#bills-and-legislation{
    margin-bottom:15px;
}

.tabs-wrapper TABLE#bills-and-legislation .first{
    width:220px;
}

.tabs-wrapper TABLE#bills-and-legislation .last{
    width:180px;
}

.tabs-wrapper UL.list-suffix LI.rss{
    background:url(/assets/images/rss-icon.gif) no-repeat left top;
}

/* Tabs (injected) */

.tabs-injected  .triggers{
    padding-top:7px;
}

.tabs-injected .triggers H4{
    border:none;
    clear:none;
    display:block;
    float:left;
    font-size:1em;
    font-weight:normal;
    margin:0;
    padding:0;
}

.tabs-injected H4#parliament-tv{
    background:url(/assets/images/tabs/parliament-tv.gif) no-repeat left top;
    border:none;
    height:30px;
    margin:0 0 10px 0;
    padding:0;
    text-indent:-9999px;
    width:170px;
}

.tabs-injected .triggers H4 A{
    background:url(/assets/images/tabs/level-1-heading-inactive.gif) no-repeat left top;
    display:block;
    height:23px;
    padding:10px 10px 0 10px;
}

.tabs-injected .triggers H4.last{
    border-right:solid 1px #cfcfcf;
}

.tabs-injected .triggers H4.last.active{
    border-right:0;
}

.tabs-injected .triggers H4.active{
    background:url(/assets/images/tabs/level-1-heading-active-left.gif) no-repeat left top;
    font-weight:bold;
    margin-top:-7px;
}

.tabs-injected .triggers H4.active A{
    background:url(/assets/images/tabs/level-1-heading-active-right.gif) no-repeat right top;
    color:#000;
    height:16px;
    padding-bottom:7px;
    padding-top:17px;
}

.tabs-injected .triggers H4.last.active A{
    background:url(/assets/images/tabs/level-1-heading-active-right-last.gif) no-repeat right top;
}

.tabs-injected .level-2 .triggers{
    margin-top:0;
}

.tabs-injected .triggers.level-3 A{
    background:#f7f7f7;
    padding:0;
}

.tabs-injected .level-3.triggers H4.active{
    margin-top:-5px;
}

.tabs-injected .level-3.triggers H4.active,
.tabs-injected .level-3.triggers H4.active A{
    background:none;
}

.tabs-injected .level-3.triggers H4.active A{
    background:url(/assets/images/tabs/level-3-heading-active-right.gif) no-repeat right top;
    border-top:0;
    padding-top:9px;
}

.tabs-injected .level-3.triggers H4.last.active A{
    background:url(/assets/images/tabs/level-3-heading-active-right-last.gif) no-repeat right top;
}

.tabs-injected .level-3.triggers H4 A{
    border-left:solid 1px #cfcfcf;
    border-top:solid 1px #cfcfcf;
    height:20px;
    padding:3px 8px 0 8px;
}

#content .tabs-injected .inner{
    border:solid 1px #cfcfcf;
    margin-top:-1px;
    min-height:1px;
    padding:10px 7px 5px 7px;
}

#content .tabs-injected .level-3.inner{
    margin-top:0;
}

.tabs-injected .media-player IMG#video-controls{
    left:0;
    position:absolute;
    top:130px;
}

.media-player{
    background-color:#f7f7f7;
      position:relative;
}

.media-player.lords-news-highlight
{
    background-color:transparent;
}

.media-player STRONG,
.media-player P,
.media-player UL.square-bullets{
    padding:0 10px;
}

.media-player STRONG{
    color:#085196;
    font-size:1.2em;
    display: block;
}

#content .media-player UL.square-bullets{
    background:#fff;
    margin-bottom:0;
    padding:10px 10px 15px 10px;
}

#content .tabs-injected .two-wide .thumbnail-image-list LI P{
    margin-bottom:5px;
}

.tabs-injected TABLE TD{
    border:none;
}

#content .tabs-injected TABLE P{
    margin-bottom:0;
}

.tabs-injected UL#bills-list.square-bullets{
    float:right;
    margin:0;
}

.tabs-injected UL#bills-list.square-bullets LI{
    display:block;
    float:left;
    margin-left:10px;
}

.tabs-injected .level-3 DIV H4{
    background:#e8f1fA;
    margin:0 0 5px 0;
    padding:5px;
}

.tabs-injected .level-1 .level-2 .level-3 DIV TABLE THEAD TH{
    background:#fff;
    color:#000;
}

.tabs-injected .level-1 .level-2 .level-3 DIV TABLE TD EM{
    display:block;
}

.tabs-injected .level-2 .level-3 DIV TABLE THEAD TH.first{
    width:70px;
}

#content .tabs-injected .inner .inner .inner{
    border:none;
    border-top:solid 1px #cfcfcf;
    padding-left:0;
    padding-right:0;
}

/* Thumbnail image list */

.thumbnail-image-list H2{
    padding-bottom:5px;
}

#content-small .thumbnail-image-list H2{
    border-bottom:solid 1px #cfcfcf;
    margin-bottom:10px;
}

.thumbnail-image-list UL LI{
    /*background: transparent url(/assets/images/dotted-separator-black.gif) repeat-x left bottom;*/
    margin-bottom:10px;
    min-height:70px;
        overflow: hidden;
    /*padding: 0 0 10px;*/
    padding: 0 0 7px;
    z-index:0;
}

.thumbnail-image-list UL LI.last{
    background-image:none;
    margin-bottom:15px;
    padding-bottom:0;
}

.thumbnail-image-list UL LI.no-image,
.thumbnail-image-list.no-images UL LI{
    min-height:1px;
    padding-left:0;
}

.thumbnail-image-list UL LI DIV.itemImage {
        display:block;
        float:left;
        width:70px;
        margin-right: 10px;
}

.thumbnail-image-list UL LI DIV.itemImage img
{
    width:70px;
}

.thumbnail-image-list UL LI DIV.itemText {    
    display:block;
    float:left;
    width:200px;
}

.thumbnail-image-list.wide UL LI DIV.itemText {
        width:380px;
}

.thumbnail-image-list UL LI.no-image DIV.itemText {
    width:280px;
}

.thumbnail-image-list ul li div.itemImageWithTitle
{
    display: block;
    clear: both;
}


.tabs-wrapper DIV.inner DIV.itemImageWithTitle:after{
    clear:none;
}

.thumbnail-image-list ul li div.itemImageWithTitle img
{
    float: left;
    width: 70px;
    height: 70px;
    padding-right: 10px;
}

#content .thumbnail-image-list UL LI IMG{
/*	left:0;
    position:absolute;
    top:0;
        z-index: 0;*/
        margin:0;
}

.thumbnail-image-list UL LI EM{
    color:#727272;
    display:block;
    font-size:0.9em;
    font-style:normal;
}

#panel .thumbnail-image-list UL LI DIV.rte P{
    margin-bottom: 0;
}

.thumbnail-image-list LI UL LI{
    background:url(/assets/images/square-bullet.gif) no-repeat left 5px;
    margin-bottom:0;
    min-height:1px;
    padding-bottom:0;
    padding-left:14px;
}

/* Tweetminster */

#tweetminster{
    border:solid 1px #ccc;
    margin-bottom:15px;
}

# panel #tweetminster H2{
    background:#000;
    border-bottom:none;
    color:#fff;
    padding:5px;
}

#tweetminster UL{
    padding:0 10px;
}

#tweetminster UL LI{
    margin-bottom:10px;
}

#tweetminster A{
    font-weight:bold;
}

#content #tweetminster P{
    border-top:solid 1px #ccc;
    color:#a0a0a0;
    font-size:0.85em;
    margin-bottom:0;
    padding:10px;
}

#tweetminster EM{
    color:#a0a0a0;
    display:block;
    font-style:normal;
}

/* Website features */

#website-features{
    margin-top:10px;
    min-height:1px;
}

#website-features H2{
    background:url(/assets/images/website-features-heading.gif) no-repeat left top;
    height:19px;
    overflow:hidden;
    text-indent:-9999px;
    width:393px;
}

#website-features H3{
    color:#085196;
    font-size:1.2em;
    font-weight:bold;
}

#website-features H3 EM{
    display:none;
}

#website-features DIV{
    border-bottom:solid 1px #cfcfcf;
    margin-bottom:10px;
    min-height:225px;
    padding:0 0 10px 460px;
    position:relative;
}

#website-features DIV IMG{
    left:0;
    position:absolute;
    top:0;
}

/* Website features (injected) */

#website-features.injected{
    background:url(/assets/images/website-features-background-fade.gif) no-repeat left bottom;
    height:235px;
    margin-bottom:15px;
    overflow:hidden;
}

#website-features.injected DIV{
    border:none;
    min-height:1px;
    padding:0;
}

#website-features.injected DIV.thumbnails{
    background-image:url(/assets/images/website-features-highlight.gif);
    background-repeat:no-repeat;
    margin-bottom:0;
    min-height:1px;
    padding-bottom:10px;
}

#website-features.injected DIV.thumbnails.thumbnail-1-select{background-position:left top;}
#website-features.injected DIV.thumbnails.thumbnail-2-select{background-position:left -159px;}
#website-features.injected DIV.thumbnails.thumbnail-3-select{background-position:left -318px;}
#website-features.injected DIV.thumbnails.thumbnail-4-select{background-position:left -477px;}

#content #website-features.injected DIV.thumbnails IMG{
    margin-bottom:0;
}

#website-features.injected DIV.four-wide{
    float:left;
    height:110px;
    margin:10px 9px 0 0;
    position:relative;
    width:110px;
}

#website-features.injected DIV.four-wide A{
    color:#fff;
    display:block;
    left:4px;
    position:absolute;
    top:4px;
}

#website-features.injected DIV.four-wide A,
#website-features.injected DIV.four-wide A IMG{
    height:110px;
    width:110px;
}

#website-features.injected DIV.four-wide EM{
    background:url(/assets/images/website-feature-black.png) repeat left top;
    bottom:0;
    color:#fff;
    cursor:pointer;
    display:block;
    font-size:0.85em;
    font-style:normal;
    left:0;
    padding:5px 8px;
    position:absolute;
    width:94px;
}

#website-features.injected DIV.four-wide.selected EM{
    background:url(/assets/images/website-feature-blue.png) repeat left top;
}

#website-features.injected DIV.inner{
    height:66px;
    overflow-y:auto;
    padding:5px 10px 0 10px
}

#website-features.injected DIV.inner H3,
#website-features.injected DIV.inner P{
    padding-right:10px;
}

#website-features.injected DIV.inner P{
    margin-bottom:0;
}

#website-features.injected DIV#fullsize{
    background:url(/assets/images/website-features-fullsize-corner.gif) no-repeat right top;
    height:235px;
    margin-bottom:0;
    position:relative;
}

#website-features.injected DIV#fullsize IMG{
    left:5px;
    top:5px;
}

/* Panel */

#panel{
    padding-top:6px;
}

#panel H2{
    color:#616161;
    border-bottom:solid 1px #cfcfcf;
    font-size:1.0933em;
    font-weight: bold;
    line-height:1.3em;
    margin-bottom:10px;
    /*padding-bottom:5px;*/
    padding:2px 10px 16px;
}

#panel H3{
    border-bottom:solid 1px #cfcfcf;
    color:#085196;
    font-size:0.938em;
    font-weight: bold;
    margin-bottom:5px;
    padding:3px 10px 5px;
}

#panel H4{
    font-weight:bold;
    margin-bottom:5px;
}

#panel IMG{
        margin-left:0;
    /*float: left;*/
        margin-right: 10px;
        max-width:280px;
}

#panel P,
#panel UL.square-bullets{
    margin-bottom:15px;
}

#panel .local-module, #panel .section-promotion {
	background-color: #F2F2F2;
	border-top: 7px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#panel .twitter-feed{
	background-color: #F2F2F2;
	border-top: 7px solid #52347B;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#panel .twitter-feed.lords{
	border-top: 7px solid #95060E;
}

#panel .twitter-feed.commons{
	border-top: 7px solid #015A2D;
}

#panel .twitter-feed.parlweek{
	border-top: 7px solid #D6E157;
}

#panel .twitter-feed h2 a img
{
    width: 48px;
    height: 48px;
    float: left;
    padding: 0px;
    margin-bottom: 1px;
}


#panel .twitter-feed h2 a span
{
    width: 210px;
}

#panel .twitter-feed h2
{
    float: left;
    padding-bottom: 0px;
    width: 278px;
}

#panel .twitter-feed ul
{
    margin: 7px 6px;
    padding: 0px;
}

#panel .twitter-feed li {
    padding: 5px 10px;
    border-bottom: 1px dotted #cfcfcf;
}

#panel .twitter-feed li img {
    float: left;
    margin-right: 0px;
}

#panel .twitter-feed .tweet {
    width: 268px;
    float: right;
    font-size: 85%;
}

#panel .twitter-feed li,
#panel .twitter-feed .twitter-footer {
    display: inline-block;
}

#panel .twitter-feed li:after,
#panel .twitter-feed .twitter-footer:after
{
		clear:both;
		content:".";
		display: block;
		height:0;
		visibility:hidden;
}

#panel .twitter-feed li {
    display: block;
}

#panel .twitter-feed .twitter-footer {
    margin: 7px 6px 0px;
}

#panel .twitter-feed .twitter-footer .twitter-link {
    float: left;
    width: 238px;
    margin: 0 0 0 10px;
    font-size: 85%;
    text-align: left;
}

#panel .twitter-feed .twitter-footer .twitter-link a {
    display: inline-block;
    min-height: 25px;
    padding: 7px 0 0 40px;
    background: url('../images/twitter-logo.png') 0 0 no-repeat;
}



#panel .local-module .thumbnail-image-list{
    padding-left: 10px;
    padding-right: 10px;
}

#panel .local-module-content{
    padding:0 10px;
}

#panel .glossary{
    margin:5px 0 15px 0;
}

#panel .glossary LI{
    margin-bottom:10px;
}

#panel .get-involved H4{
    height:60px;
    width:145px;
}

#panel .get-involved DIV{
    padding-top:215px;
}

#panel .get-involved IMG{
    left:0;
    top:60px;
}

#panel .get-involved .watch H4{background-image:url(/assets/images/get-involved-watch-horizontal.gif);}
#panel .get-involved .listen H4{background-image:url(/assets/images/get-involved-listen-horizontal.gif);}
#panel .get-involved .join-in H4{background-image:url(/assets/images/get-involved-join-in-horizontal.gif);}

#panel .main-introduction P{
    font-weight:normal;
}

#panel #find-your-mp
{
    background-color:#f2f2f2;
    border-top:10px solid #ccc;
}

#panel .section-promotion .inner
{
    margin-left:10px;
}

#content #panel .square-bullets LI.pdf A{
    display:block;
}

/* Fat footer */

#fat-footer{
    background:url(/assets/images/fat-footer-background.gif) repeat-y left top;
    border-top:solid 1px #cfcfcf;
    clear:left;
}

#fat-footer H2{
    display:none;
}

#fat-footer .inner{
    min-height:1px;
    padding:0 10px 10px 10px;
}

#content.two-column-with-panel #fat-footer{
    margin-bottom:0;
}

#fat-footer LI{
    font-size:0.85em;
}

#fat-footer STRONG{
    display:block;
    font-size:0.9em;
    margin-top:10px;
}

/* Footer */

#footer{
    border-top:solid 1px #cfcfcf;
}

#footer UL{
    margin-top:10px;
    min-height:1px;
}

#footer UL LI{
    border-right:solid 1px #cfcfcf;
    display:block;
    float:left;
    font-size:0.85em;
    margin-right:10px;
    padding-right:10px;
}

#footer UL LI.last{
    border-right:0;
    margin-right:0;
    padding-right:0;
}

/* Files listing */

BODY#files-listing{
    background:#ececec;
    margin:0;
}

#files-listing *{
    font-family:tahoma;
    font-size:1em;
    line-height:1.3em;
}

#files-listing .inner{
    min-height:1px;
}

#files-listing .inner .inner{
    background:#fff;
    border:solid 1px #ccc;
    border-top:none;
    margin:0 10px;
    padding:5px 0;
}

#files-listing .two-wide{
    float:left;
    width:50%;
}

#files-listing .last{
    float:right;
}

#files-listing H1{
    background:#fff url(/assets/images/parliament-uk-logo.gif) no-repeat 8px 9px;
    border-bottom:solid 1px #ccc;
    height:55px;
    margin:0 0 10px 0;
    text-indent:-9999px;
}

#files-listing H2{
    background:#dedede;
    border:solid 1px #ccc;
    font-size:1.3em;
    font-weight:bold;
    margin:10px 10px 0 10px;
    padding:10px;
}

#files-listing H3{
    border-top:solid 1px #cfcfcf;
    font-size:1em;
    margin:10px 10px 0 20px;
    text-decoration:underline;
    padding:10px 0;
}

#files-listing H3.first{
    border:none;
    margin-top:0;
}

#files-listing UL{
    margin:0 0 5px 0;
}

#files-listing A{
    font-size:0.85em;
}

#files-listing A:hover,
#files-listing A:focus{
    color:red;
}

#files-listing .incomplete,
#files-listing .incomplete A{
    color:red;
    cursor:default;
}

#files-listing .incomplete A:hover,
#files-listing .incomplete A:focus{
    text-decoration:none;
}

/* Pages */
/* ----- */

/* A-Z listing */

.a-to-z-listing H4{
    font-weight:bold;
    margin-bottom:10px;
}

.a-to-z-listing UL{
    border-bottom:solid 1px #cfcfcf;
    margin-bottom:10px;
    min-height:1px;
    padding-bottom:10px;
}

.a-to-z-listing UL LI{
    display:block;
    float:left;
    margin-right:7px;
}

.a-to-z-listing UL LI A{
    font-weight:bold;
}

.a-to-z-listing UL LI SPAN{
    color:#ccc;
}

.a-to-z-listing UL LI SPAN STRONG{
    color:#000;
}

.a-to-z-listing UL LI A SPAN{
    color:#085196;
}

.a-to-z-listing UL.square-bullets{
    border:none;
    padding:0;
}

.a-to-z-listing UL.square-bullets LI{
    float:none;
    margin:0;
}

.a-to-z-listing UL.square-bullets LI A{
    font-weight:normal;
}

.a-to-z-listing UL.square-bullets-a-to-z{
    border:none;
    padding:0;
}

.a-to-z-listing UL.square-bullets-a-to-z LI{
    float:none;
    margin:0;
}

.a-to-z-listing UL.square-bullets-a-to-z LI A{
    font-weight:normal;
}


/* Advanced search */

#advanced-search H2{
    background:#d8e6f3;
    font-size:1em;
    font-weight:bold;
    margin-bottom:0;
    padding:10px;
}

#advanced-search A:visited{
    color:#085196;
}

.search-listings #advanced-search{
    margin-bottom:15px;
}

#advanced-search FIELDSET{
    background:#ecf1f5;
}

#advanced-search FIELDSET LI{
    min-height:1px;
    padding:10px;
    position:relative;
}

#advanced-search FIELDSET LI SPAN{
    background:url(/assets/images/advanced-search/help-bubble-bottom.gif) no-repeat right bottom;
    color:#fff;
    padding-bottom:10px;
    position:absolute;
    right:0;
    top:-40px;
    visibility:hidden;
}

#advanced-search SPAN EM{
    background:#fdfdfd url(/assets/images/advanced-search/help-bubble-gradient-repeater.gif) repeat-x left top;
    border-left:solid 1px #cfcfcf;
    border-right:solid 1px #cfcfcf;
    border-top:solid 1px #cfcfcf;
    color:#af1d06;
    float:none;
    height:21px;
    padding:10px;
}

#advanced-search .mandatory SPAN EM{
    color:red;
}

#advanced-search FIELDSET LI,
#advanced-search FIELDSET#content-type,
#advanced-search FIELDSET#refining-options{
    border-top:solid 2px #fff;
}

#advanced-search FIELDSET LI LI{
    border:none;
    clear:left;
    margin-left:24px;
    padding:5px 0 0 0;
}

#advanced-search LABEL,
#advanced-search LI.date-search FIELDSET,
#advanced-search LI.date-search A.date-pick,
#advanced-search FIELDSET INPUT,
#advanced-search EM,
#advanced-search SELECT{
    float:left;
}

#advanced-search LABEL{
    padding-top:3px;
    width:300px;
}

.search-listings #advanced-search LABEL{
    width:225px;
}

#advanced-search FIELDSET INPUT{
    width:400px;
}

#advanced-search .free-text INPUT{
    color:#ccc;
}

#advanced-search .free-text .active{
    color:#000;
}

#advanced-search FIELDSET#content-type{
    padding-bottom:10px;
}

#advanced-search FIELDSET#content-type H2{
    border-bottom:solid 2px #fff;
}

#advanced-search FIELDSET#content-type LI{
    border-top:none;
    padding-bottom:0;
}

#advanced-search FIELDSET#content-type INPUT{
    width:auto;
}

#advanced-search FIELDSET #one-or-more INPUT{
    width:90px;
}

#advanced-search FIELDSET #one-or-more A{
    margin-left:17px;
}

#advanced-search EM{
    display:block;
    padding:0 10px;
}

#advanced-search .mandatory EM{
    color:#000;
}

#advanced-search A{
    display:block;
    float:right;
    padding-top:3px;
}

#advanced-search H4{
    background:url(/assets/images/dotted-separator-black-with-blue-background.gif) repeat-x left top;
    min-height:1px;
    position:relative;
}

#advanced-search H4 A{
    background:url(/assets/images/dotted-separator-black.gif) repeat-x left bottom;
    float:none;
    padding:5px 5px 6px 24px;
    position:relative;
    z-index:1;
}

#advanced-search H4 A:hover,
#advanced-search H4 A:focus{
    text-decoration:underline;
}

#advanced-search IMG{
    left:5px;
    position:absolute;
    top:7px;
    z-index:0;
}

#advanced-search A:hover,
#advanced-search A:focus{
    text-decoration:none;
}

#advanced-search SELECT{
    margin-right:2px;
}

#advanced-search FIELDSET#content-type LI LABEL{
    margin:-1px 0 0 5px;
    width:auto;
}

.search-listings #advanced-search FIELDSET#content-type LI LABEL{
    width:625px;
}

#advanced-search .date-search LABEL{
    margin-right:20px;
    width:100px;
}

#advanced-search .date-search DIV{
    float:right;
    margin-right:55px;
}

#advanced-search .date-search A.date-pick{
    background:url(/assets/images/calendar/trigger.gif) no-repeat left top;
    cursor:pointer;
    height:14px;
    text-indent:-9999px;
    width:14px;
}

#advanced-search DIV.submission{
    border-top:none;
    margin:0;
}

/* Calendar */

#calendar UL{
    background:url(/assets/images/dotted-separator-black.gif) repeat-x left top;
    margin-bottom:15px;
    padding-top:10px;
}

#calendar UL#publication-items LI{
    margin-bottom:15px;
}

#calendar UL#publication-items LI STRONG{
    display:block;
}

#calendar FIELDSET
{
        background:#a1070f; 
        min-height:1px;
        width:279px;
}

.no-js #calendar FIELDSET 
{
        width:325px;   
}

#calendar FIELDSET .rootSelectorContainer 
{
        background:#fff;  
        letter-spacing:-4px;
        word-spacing:-4px; 
}

#calendar UL#publication-items LI EM{
    font-style:normal;
}

#calendar FIELDSET H4{
    font-weight:bold;
    margin-bottom:10px;
}

#calendar FIELDSET SELECT{
    margin-right:1px;
}

#calendar FIELDSET INPUT {
    border:0;
    color:#fff;
    font-size:0.9em;
    font-weight:bold;
    padding:2px 2px 3px;
    display:inline-block;
}

#calendar FIELDSET INPUT.submit {
        color:#AF1D06;
        background:#fff;
        padding:1px 0 2px 0;

}

#calendar FIELDSET BUTTON 
{
        letter-spacing:normal;
        word-spacing:normal;
        background:#000; 
        color:#fff;
        border:none;
        cursor:pointer;
        display:inline-block;
        width:65px;
        height:19px;
        background:url("/assets/images/calendar/rootSelectorSprite.gif") no-repeat 0 -19px;
}

#calendar FIELDSET BUTTON.active
{
        background-position:0 0;
}

#calendar FIELDSET OL
{
        float:none;  
        padding:10px 0 5px 5px;  
        display:inline-block;
        width:auto;
}

.js #calendar FIELDSET SELECT.calendar-days 
{
        display:none;   
}

#content #calendar .square-bullets LI A{
    display:inline;
}


/* Compare and contrast */

#compare-and-contrast H4{
    font-weight:bold;
}

#compare-and-contrast .highlights-images{
    margin-left:-20px;
}

#compare-and-contrast .highlights-images P{
    margin-left:20px;
    min-height:460px;
    width:460px;
}

#compare-and-contrast .highlights-images P SPAN{
    height:460px;
    width:460px;
}

#compare-and-contrast .highlights-images IMG{
    margin-left:0;
}

#compare-and-contrast .highlights-images EM{
    background:#f5f3e7;
    display:block;
    padding:10px;
}

/* Contact us */

#content #contact-us H4{
    font-weight:bold;
}

#contact-us P#introduction{
    border-bottom:solid 1px #cfcfcf;
    margin-bottom:10px;
    padding-bottom:10px;
}

#contact-us FIELDSET{
    border-top:0;
    border-bottom:solid 1px #cfcfcf;
    margin-bottom:10px;
    padding-bottom:10px;
}

#contact-us FIELDSET LEGEND{
    display:none;
    height:0;
}

#contact-us FIELDSET P{
    margin-bottom:20px;
}

#contact-us FIELDSET.last{
    border-bottom:none;
}

#contact-us LI{
    clear:both;
    margin-top:10px;
    min-height:1px;
}

#contact-us LI LABEL{
    float:left;
    text-align:right;
    width:260px;
}

#contact-us LI INPUT,
#contact-us LI SELECT,
#contact-us TEXTAREA{
    float:right;
    width:350px;
}

#contact-us LI#copy-of-email SPAN{
    margin-left:10px;
}

#contact-us LI#copy-of-email SPAN,
#contact-us LI#copy-of-email SPAN LABEL,
#contact-us LI#copy-of-email SPAN INPUT{
    display:block;
    float:left;
    width:auto;
}

#contact-us LI#copy-of-email SPAN LABEL{
    margin-right:10px;
}

/* Freedom of Information Request form */

#content #foi H4{
    font-weight:bold;
    padding-bottom:5px;
}

#content #foi H4.introduction{
    padding:5px 35px;
        border-bottom:1px dotted #e4e4e4;
}

#foi FIELDSET{
        background: #f7f7f7;
    padding:10px 35px;
    margin-bottom:2px;
}

#foi FIELDSET LEGEND{
    display:none;
    height:0;
}

#foi FIELDSET P{
    margin-bottom:20px;
}

#foi LI{
    clear:both;
    min-height:1px;
    margin:5px 0;
}

#foi LI:after{
        clear:both;
        content:".";
        display: block;
        height:0;
        visibility:hidden;
}

#foi LI LABEL{
    float:left;
    width:190px;
}

#foi LI INPUT,
#foi TEXTAREA{
    float:right;
    width:190px;
}

#foi LI INPUT.radio{
    float:left;
    width:auto;
}

#foi TEXTAREA.full{
    width:100%;
    margin-bottom:10px;
}

/* Inquiries (A-Z) */

.inquiries-a-to-z{
    margin-bottom:15px;
}

.inquiries-a-to-z H2{
    border-bottom:1px solid #cfcfcf;
    padding-bottom:5px;
}

.inquiries-a-to-z TABLE TH{
    background:#f4f3e7;
}

.inquiries-a-to-z TABLE .last{
    width:120px;
}

.inquiries-a-to-z TABLE TD{
    text-align:right;
}

.inquiries-a-to-z TABLE TD A{
    display:block;
    text-align:left;
}

/* Landing advanced */

#landing-advanced .thumbnail-image-list{
    clear:left;
    margin-left:-20px;
    min-height:1px;
}

#landing-advanced .thumbnail-image-list LI{
    display:inline;
    float:left;
    padding-bottom:10px;
    width:300px;
    margin-left:20px;
}

#landing-advanced .thumbnail-image-list LI.no-image{
    width:305px;
}
#landing-advanced .thumbnail-image-list LI.last
{
        background:url(/assets/images/dotted-separator-black.gif) repeat-x left bottom;
        margin-bottom: 10px;
        padding-bottom: 10px;
}

/* Landing basic */

#landing-basic .section-promotion .inner{
    min-height:150px;
    padding-left:320px;
    position:relative;
}

#landing-basic .section-promotion.no-image .inner{
    min-height:1px;
    padding-left:0;
}

#landing-basic .section-promotion .inner IMG{
    left:0;
    position:absolute;
    top:0;
}

/* News article */

#news-article{
    background:url(/assets/images/dotted-separator-black.gif) repeat-x left bottom;
    margin-bottom:15px;
    padding-bottom:1px;
}

/* News landing */

#news-landing .news-hero{
    margin-bottom:15px;
    min-height:150px;
    padding-left:310px;
    position:relative;
}

#news-landing .news-hero IMG{
    left:0;
    position:absolute;
    top:0;
}

/* Rich media styling starts*/
#news-landing .news-hero.rich-media p
{
    padding-left: 0px;
}

/* Fixes display issue on Commons News landing page */
#news-landing .news-hero.rich-media .flash{
    left:0;
    top:160px;
    padding: 0px;
    position: absolute;
}
#news-landing .news-hero.rich-media,
div.tabs-wrapper div.inner div.rich-media-player
{    
    min-height: 200px;
    display:inline-block;
} 
    
 #news-landing .rich-media-player,
 #news-landing .flash.rich-media-player
 {
    left: 0;
    padding: 0;
    position: absolute;
    top: 0!important;
    display: inline-block;
    margin-bottom: 15px;
   }
   
div.tabs-wrapper div.inner div.rich-media-player
{
    display: inline-block;
    margin-bottom: 15px;
}
   
   /* Rich media styling ends*/

#news-landing .inner{
    background:url(/assets/images/dotted-separator-black.gif) repeat-x left top;
    padding-top:10px;
    min-height:1px;
}

#news-landing .inner .inner,
#news-landing .section-promotion .inner{
    background:none;
    padding-top:0;
}

#news-landing .inner .section-promotion{
    margin-bottom:0;
    position:relative;
}

#news-landing .inner .section-promotion H2{
    border:none;
    font-size:1em;
    min-height:70px;
    padding:0 0 0 80px;
}

#news-landing .inner .section-promotion.no-image H2{
    min-height:1px;
    padding-left:0;
}

#news-landing .inner .section-promotion IMG{
    left:0;
    position:absolute;
    top:0;
}

#news-landing .regional-news H4{
    font-weight:bold;
    margin-bottom:10px;
}

#news-landing #regional-news .outer{
    background:none;
}

#news-landing TABLE TH{
    background:#f5efd9;
    border-bottom:solid 1px #fff;
}

#news-landing TABLE .last{
    width:100px;
}

#news-landing TABLE TD{
    background:#f7f7f7;
}

#news-landing TABLE TD.alternate{
    background:#fff;
}

/* Parliament TV */

.silverlight{
    clear:left;
    margin-bottom:15px;
}
DIV.silverlight.news-highlight{
    height:200px;
    width:300px;
}

/* Passage of a bill */

#passage-of-a-bill{
    background:url(/assets/images/passage-of-a-bill-legend.gif) no-repeat 187px 10px;
    margin-left:10px;
    padding:110px 0 20px 0;
}

.passage-of-a-bill H2{
    border-bottom:solid 1px #cfcfcf;
    padding-bottom:5px;
}

#passage-of-a-bill .house{
    background:url(/assets/images/passage-of-a-bill-arrows.gif) no-repeat left 20px;
    margin-bottom:15px;
    min-height:1px;
    padding-top:20px;
}

#passage-of-a-bill .house H2,
#passage-of-a-bill .house UL{
    display:block;
    float:left;
}

#passage-of-a-bill .house H2{
    background:url(/assets/images/passage-of-a-bill-start-bottom.gif) no-repeat left bottom;
    font-size:0.85em;
    font-weight:bold;
    margin:20px 20px 0 0;
}

#passage-of-a-bill .house H2 STRONG{
    background:url(/assets/images/passage-of-a-bill-start-top.gif) no-repeat left top;
    display:block;
    padding:10px;
    width:128px;
}

#passage-of-a-bill .house LI{
    position:relative;
}

#passage-of-a-bill .house LI.lords,
#passage-of-a-bill .house LI.commons{
    display:block;
    float:left;
    height:50px;
    margin-right:17px;
    padding:10px;
    width:160px;
}

#passage-of-a-bill .house LI.lords{
    background:url(/assets/images/passage-of-a-bill-lords-surround.gif) no-repeat left top;
}

#passage-of-a-bill .house LI.lords SPAN,
#passage-of-a-bill .house LI.commons SPAN{
    display:block;
    font-size:0.85em;
    font-weight:bold;
    text-align:center;
}

#passage-of-a-bill .house LI.lords LI SPAN,
#passage-of-a-bill .house LI.commons LI SPAN,
#passage-of-a-bill .house LI.consideration SPAN{
    display:none;
}

#passage-of-a-bill .house LI.lords SPAN{
    color:#b12d32;
}

#passage-of-a-bill .house LI.commons SPAN{
    color:#2b6d54;
}

#passage-of-a-bill .house LI.commons{
    background:url(/assets/images/passage-of-a-bill-commons-surround.gif) no-repeat left top;
}

#passage-of-a-bill .house UL LI OL{
    min-height:1px;
}

#passage-of-a-bill .house UL LI OL LI{
    display:block;
    float:left;
    margin:8px 0 0 8px;
}

#passage-of-a-bill .house UL LI OL LI SPAN,
#passage-of-a-bill .house LI.consideration SPAN{
    left:0px;
    position:absolute;
    top:1px;
}

#passage-of-a-bill .house UL LI OL LI A{
    background-position:left top;
    display:block;
    height:22px;
    text-indent:-9999px;
    width:22px;
    z-index:999;
}

#passage-of-a-bill .house UL LI OL LI A SPAN{
    text-indent:0;
}

#passage-of-a-bill .house UL LI OL LI A.lords-1{background-image:url(/assets/images/passage-of-a-bill-lords-1.gif);}
#passage-of-a-bill .house UL LI OL LI A.lords-2{background-image:url(/assets/images/passage-of-a-bill-lords-2.gif);}
#passage-of-a-bill .house UL LI OL LI A.lords-c{background-image:url(/assets/images/passage-of-a-bill-lords-c.gif);}
#passage-of-a-bill .house UL LI OL LI A.lords-r{background-image:url(/assets/images/passage-of-a-bill-lords-r.gif);}
#passage-of-a-bill .house UL LI OL LI A.lords-3{background-image:url(/assets/images/passage-of-a-bill-lords-3.gif);}
#passage-of-a-bill .house UL LI OL LI A.commons-1{background-image:url(/assets/images/passage-of-a-bill-commons-1.gif);}
#passage-of-a-bill .house UL LI OL LI A.commons-2{background-image:url(/assets/images/passage-of-a-bill-commons-2.gif);}
#passage-of-a-bill .house UL LI OL LI A.commons-c{background-image:url(/assets/images/passage-of-a-bill-commons-c.gif);}
#passage-of-a-bill .house UL LI OL LI A.commons-r{background-image:url(/assets/images/passage-of-a-bill-commons-r.gif);}
#passage-of-a-bill .house UL LI OL LI A.commons-3{background-image:url(/assets/images/passage-of-a-bill-commons-3.gif);}

#passage-of-a-bill .house UL LI OL LI A:hover,
#passage-of-a-bill .house UL LI OL LI A:focus{
    background-position:left -22px;
}

#passage-of-a-bill .house UL LI OL LI A:hover,
#passage-of-a-bill .house LI.consideration A:hover,
#passage-of-a-bill .house UL LI OL LI A:focus,
#passage-of-a-bill .house LI.consideration A:focus{
    text-decoration:none;
}

#passage-of-a-bill .house UL LI OL LI A:hover SPAN,
#passage-of-a-bill .house LI.consideration A:hover SPAN,
#passage-of-a-bill .house UL LI OL LI A:focus SPAN,
#passage-of-a-bill .house LI.consideration A:focus SPAN{
    color:#000;
}

#passage-of-a-bill .house LI.consideration{
    display:block;
    float:left;
    margin:20px 20px 0 0;
    position:relative;
}

#passage-of-a-bill .house LI.consideration SPAN{
    color:#2b6d54;
    left:14px;
    text-indent:-9999px;
    top:12px;
}

#passage-of-a-bill .house LI.consideration A{
    background:url(/assets/images/passage-of-a-bill-consideration.gif) no-repeat left top;
    display:block;
    height:50px;
    text-indent:-9999px;
    width:50px;
}

#passage-of-a-bill .house LI.consideration A:hover,
#passage-of-a-bill .house LI.consideration A:focus{
    background-position:left -50px;
}

#passage-of-a-bill .house LI.consideration A SPAN{
    text-indent:0;
}

#passage-of-a-bill .house LI.ascent{
    background:url(/assets/images/passage-of-a-bill-royal-ascent-surround-bottom.gif) no-repeat left bottom;
    display:block;
    float:left;
    margin-top:20px;
}

#passage-of-a-bill .house LI.ascent A{
    background:url(/assets/images/passage-of-a-bill-royal-ascent-surround-top.gif) no-repeat left top;
    display:block;
    font-size:0.85em;
    font-weight:bold;
    padding:15px 10px;
    text-align:center;
    width:112px;
}

/* Popup */

.popup IMG,
.popup UL{
    margin-bottom:15px;
}

/* Publications */
UL.publications li
{
    padding-bottom:15px;
}
UL.publications li a
{
    line-height:20px;
}

UL.publications li SPAN
{
    color:#727272;
}

/*publication pages start*/
UL.publications li.commtPubItem
{
    padding-bottom:0;
    border-bottom: 1px #CFCFCF solid;
}

UL.publications li.commtPubItem.last
{
    padding-bottom:0;
    border-bottom: 0px;
}

/*committee reports text bunching in ie7*/
/*UL.publications li.commtPubItem a
{
    line-height:0;
}*/
UL.publications li.commtPubItem SPAN.committeePubItems
{
    color:#727272;
    display:block;
}
/*publication pages end*/

/*Recent Reports start EA (PICT) - FB1620*/
/*UL.publications li.commtPubItemRecentReports a - - below commented out as workaround for committee reports text bunching in ie7 - - by Joe Foster - -*/
/*{*/
/*           line-height:0;*/
/*}*/

UL.publications li.commtPubItemRecentReports SPAN.committeePubItems
{
    color:#727272;
    display:block;
}
UL.publications li.commtPubItemRecentReports p
{
    margin:0px;
}
/*publication pages end EA (PICT) - FB1620*/



UL.publications li a SPAN.pdf
{
    background-image:url(/assets/images/pdf-icon.gif);
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:18px;
    color:#085196;

}
UL.publications .document SPAN{
    display:inline;
}

UL.publications EM{
    font-style:normal;
}

.publications EM.dynamic{
    position:absolute; left:-9999px; text-indent:-9999px;
}

/* Publications category listing */

#publications-category-listing

/* Send a friend */

#send-a-friend H4{
    font-weight:bold;
    margin-bottom:15px;
}

#send-a-friend FIELDSET LI{
    min-height:1px;
    padding:10px 0 10px 10px;
}

#send-a-friend FIELDSET LI.alternate{
    background-color:#f7f7f7;
}

#send-a-friend FIELDSET LI.last{
    margin-bottom:15px;
}

#send-a-friend FIELDSET LI LABEL,
#send-a-friend FIELDSET LI INPUT,
#send-a-friend FIELDSET LI TEXTAREA{
    float:left;
}

#send-a-friend FIELDSET LI LABEL{
    width:190px;
}

#send-a-friend FIELDSET LI INPUT,
#send-a-friend FIELDSET LI TEXTAREA{
    width:416px;
}

/* Search listings */

#content.search-listings P.results{
    background:#e8f1fa;
    margin-bottom:0;
    padding:5px 10px;
}

.search-listings .pagination{
    background:#aed0f3;
    border:none;
    margin-top:0;
}

.search-listings .pagination P{
    padding-left:10px;
}

.search-listings .pagination UL{
    padding-right:10px;
}

.search-listings UL#results{
    border-top:solid 1px #cfcfcf;
    margin-bottom:15px;
}

.search-listings UL#results LI{
    border-bottom:solid 1px #cfcfcf;
    padding:10px 0;
}

.search-listings UL#results LI LI{
    border-bottom:none;
    padding:0;
}

#content.search-listings UL#results LI P{
    margin-bottom:0;
}

.search-listings UL#results LI EM{
    color:#727272;
    display:block;
    font-size:0.85em;
    margin-left:5px;
    min-height:14px;
    padding-left:0;
}

.search-listings UL#results LI EM A{
    padding-left:22px;
}

.search-listings UL#results LI H4,
.search-listings UL#results LI EM{
    float:left;
}

.search-listings UL#results LI LI EM{
    float:none;
    margin-left:0;
}

.search-listings UL#results LI UL{
    clear:left;
    overflow:hidden;
}

/* Sub landing (advanced) */

#sub-landing-advanced .section-promotion .inner{
    min-height:70px;
    padding-left:80px;
    position:relative;
}

#sub-landing-advanced .section-promotion .inner IMG{
    left:0;
    position:absolute;
    top:0;
}

#sub-landing-advanced .section-promotion.no-image .inner{
    min-height:1px;
    padding-left:0;
}

/* Event Landing */

.event-landing
{
    margin-top: 10px;
    border-top: 1px dotted #BBBDBF;
    padding-top: 5px;
}

.event-landing .section-promotion .inner{
    min-height:70px;
    padding-left:80px;
    position:relative;
}

.event-landing .section-promotion .inner IMG{
    left:0;
    position:absolute;
    top:0;
}

.event-landing .section-promotion.no-image .inner{
    min-height:1px;
    padding-left:0;
}

/* Sub landing (basic) */

#sub-landing-basic .section-promotion H2{
    border-bottom:0;
    font-size:1em;
    margin-bottom:0;
    padding-bottom:0;
}

/* YouTube */

.youtube{
    display:block;
    margin-bottom:15px;
}

/* Homepage 2010 redesign */

.main .home{
    color:#333;
}

.home #header{
    margin-bottom:15px;
}

.home #content-small,
.home #panel{
    background: none;
}


.home .tabs-wrapper .thumbnail-image-list A{
    font-weight:normal;
}

.home .thumbnail-image-list UL LI{
    background-image:none;
        padding-bottom: 5px;
}

.home .tabs-wrapper .thumbnail-image-list LI{
    background:url(/assets/images/dotted-separator-black.gif) left bottom repeat-x;
    min-height:76px;
        padding-bottom: 5px;
}

.home .thumbnail-image-list A{
    font-weight:bold;
}

.home #content #panel .thumbnail-image-list LI P{
    margin-bottom:0;
}

.home .three-wide H2 A,
.home .three-wide H3 A{
    color:#fff;
}

.home #content-small .homepage-content-heading,
.home #panel .homepage-content-heading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #606060;
    font-weight: normal;
    font-size: 1.4em;
    padding: 0;
    letter-spacing: -0.05em;
    border: none;
}

.home #panel {
    padding-top: 0;
}

#content.homepage .full-width{
    background:url(/assets/images/homepage-faded-separator.jpg) repeat-x left top;
    clear:left;
    min-height:1px;
    padding-top:25px;
}

#content.homepage .three-wide{
    float:left;
    margin-right:20px;
    width:300px;
}

#content.homepage .three-wide.last{
    margin-right:0;
}

#content.homepage #find-your-mp{
    border-bottom:solid 1px #016131;
    padding-bottom:16px;
}

#content.homepage #find-your-mp H3{
    background:#016131;
    padding:7px 11px 9px 11px;
}

#content.homepage #find-your-mp H3,
#content.homepage #find-your-mp H3 A{
    color:#fff;
}

#content.homepage #find-your-mp FIELDSET{
    background:none;
}

#content.homepage #find-your-mp P{
    font-size:1em;
    margin:0;
    padding:10px 5px;
}

#content.homepage #find-your-mp OL LI{
    padding:0;
}

#content.homepage #find-your-mp INPUT.mp-postcode{
    bottom:1px;
    left:0;
    width:240px;
}

#content.homepage #find-your-mp INPUT.find{
    background:#016131;
    bottom:1px;
    right:0px;
}


#content.homepage .section-promotion{
    border-bottom:solid 1px #b2200d;
    padding-bottom:10px;
}

#content.homepage .section-promotion H2{
    background:#b2200d;
    border-bottom:none;
    color:#fff;
    font-size:1em;
    font-weight:bold;
    padding:7px 11px 9px 11px;
}

#content.homepage .section-promotion H2 A{
    color:#fff;
}

/* follow parliament module */
.followParliament 
{
    border-bottom:1px solid #52357D;
    margin-bottom:10px;
    height:116px;
}

.followParliament H2 
{
    font-weight:bold;
    background-color: #52357D;
    padding:7px 11px 9px  !important;
    color:#fff  !important;
    margin-bottom:0 !important;
    font-size:1em;
}

.followParliament #followParliamentIconsWrapper {
    display: table;
    table-layout: fixed;
    width:300px;
    height:83px;
    background-color:#F2F2F2;
}

.followParliament #followParliamentIconsWrapper div {
    display: table-cell;
    height:83px;
    margin:5px;
    text-align:center;
}

.followParliament #followParliamentIconsWrapper div img{
    margin:15px auto 3px auto !important;
}

.followParliament #followParliamentIconsWrapper div a
{
    font-size:0.85em;
}

.homepage .full-width .three-wide .section-promotion
{
    height:106px !important;
}

/*****/


/* Gallery (zoom movie pages) */

#gallery UL#artwork-options LI#email A{
    border-right:none;
}

UL#artwork-options LI#download-image A{
    background:url(/assets/images/download-image-icon.gif) no-repeat 8px 4px;
    border-right:solid 1px #cfcfcf;
}

#gallery .flash UL{
    background:#f6f6f6;
    margin-top:-3px;
    min-height:1px;
    padding-bottom:10px;
    padding-right:10px;
    padding-top:10px;
}

#content.wide #gallery .two-wide .flash UL{
    padding-left:120px;
}

#content.wide #gallery .flash UL{
    padding-left:360px;
}

#gallery .flash UL LI{
    float:left;
    margin-left:5px;
    text-indent:-9999px;
}

#gallery .flash UL LI#zoom-in{
    margin-left:30px;
}

#gallery .flash UL LI A{
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
}

#gallery #pan-left A,
#gallery #pan-right A,
#gallery #pan-up A,
#gallery #pan-down A{
    height:27px;
    margin-top:1px;
    width:27px;
}

#gallery #pan-left A:hover,
#gallery #pan-right A:hover,
#gallery #pan-up A:hover,
#gallery #pan-down A:hover,
#gallery #pan-left A:focus,
#gallery #pan-right A:focus,
#gallery #pan-up A:focus,
#gallery #pan-down A:focus{
    background-position:left -27px;
}

#gallery #zoom-in A,
#gallery #zoom-out A{
    height:29px;
    width:29px;
}

#gallery #zoom-in A:hover,
#gallery #zoom-out A:hover,
#gallery #zoom-in A:focus,
#gallery #zoom-out A:focus{
    background-position:left -29px;
}

#gallery #pan-left A{background-image:url(/assets/images/flash-pan-left.gif);}
#gallery #pan-right A{background-image:url(/assets/images/flash-pan-right.gif);}
#gallery #pan-up A{background-image:url(/assets/images/flash-pan-up.gif);}
#gallery #pan-down A{background-image:url(/assets/images/flash-pan-down.gif);}
#gallery #zoom-in A{background-image:url(/assets/images/flash-zoom-in.gif);}
#gallery #zoom-out A{background-image:url(/assets/images/flash-zoom-out.gif);}

#gallery H4{
    font-weight:bold;
}

/* gallery sets */

#content.gallery .inner{
    margin-bottom:20px;
    overflow:hidden;
}

#content.gallery .inner UL{
    min-height:1px;
}

#content.gallery .inner LI{
    background:#f4f4f4;
    float:left;
    margin-bottom:10px;
    margin-left:20px;
    padding-top:150px;
    padding:150px 10px 10px 10px;
    position:relative;
    width:120px;
}

#content.gallery .inner LI.first{
    clear:left;
    margin-left:0;
}

#content.gallery .inner LI IMG{
    border-bottom:solid 1px #fff;
    left:0;
    position:absolute;
    top:0;
}

.gallery A{
    display:block;
}

#secondary-navigation.gallery A.view,
.gallery A.view{
    background:url(/assets/images/view-slideshow-arrow.gif) no-repeat left top;
    margin-top:20px;
    min-height:18px;
    padding-left:20px;
    padding-top:0;
}

/*
    HOPI-47
    Generic list items want to display a bullet, but this one shouldn't
*/
#secondary-navigation.gallery .slideshow li {
    background: none;
    padding-left: 0;
}

#secondary-navigation.gallery A.view{
    padding-top:2px;
}

#content.gallery .inner LI H4 A{
    background:none;
    padding:0;
}

/* slideshow (pre-DOM) */

.slideshow.pre-dom UL LI{
    margin-bottom:10px;
    min-height:70px;
    padding-left:80px;
    position:relative;
}

.slideshow.pre-dom UL LI IMG{
    left:0;
    position:absolute;
    top:0;
}

.gallery .slideshow A.view{
        white-space:nowrap;
}

/* hasLayout */

#wrapper:after,
FIELDSET.site-search UL:after,
#header #navigation:after,
#header UL#level-1:after,
#header UL#level-2:after,
FIELDSET.site-search UL#search-options:after,
#content:after,
.outer:after,
#content.homepage .full-width:after,
#content-small .a-to-z-listing UL:after,
#passage-of-a-bill .house:after,
#passage-of-a-bill .house UL LI OL:after,
.collections-thumbnails:after,
UL#artwork-options:after,
.alternate-rows LI:after,
.arrows-previous-next:after,
#fat-footer .inner:after,
#find-your-mp FIELDSET:after,
#contact-us LI:after,
DIV.submission:after,
.pagination:after,
.get-involved:after,
#website-features:after,
#website-features.injected DIV.thumbnails:after,
.tabs-wrapper .triggers:after,
.tabs-wrapper:after,
.tabs-wrapper DIV.inner DIV:after,
.tabs-injected UL#bills-list.square-bullets:after,
.committees .news-listing UL.split-list:after,
#send-a-friend LI:after,
.photo-description:after,
#bookmark-with UL:after,
#news-landing .inner:after,
#calendar FIELDSET:after,
#landing-advanced .thumbnail-image-list:after,
#previous-next-with-title:after,
#previous-next-with-numbers:after,
.sub-content:after,
#advanced-search FIELDSET LI:after,
#gallery .flash UL:after,
#content.gallery .inner UL:after,
#files-listing .inner:after,
#footer UL:after{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

#content img.audio-image {margin-bottom: 0;}

/*topical issues start*/
.topical-issues-list{float:left;margin-right:2px;padding:0;width:300px;}
.topical-issues-list H2{background-color:#e8f3f5;font-size:12px;font-weight:bold;padding:5px 8px 5px 8px;}
.topical-issues-list.last{float:right;margin:0;}
.topical-issues-list UL{margin-top:-5px;padding-left:5px;}
.topical-issues-list UL LI{padding-left:17px;}
.topical-issues-list #showButton{height:25px;}
.topical-issues-list #showButton .showhideul{text-decoration:none;}
.topical-issues-list #showButton .imgClass{float:left;margin-top:2px;padding-right:4px;}
/*topical issues end*/

.no-flash P{padding: 10px;}

.InquiriesA2Z
{
        background-color:#F4F3E7;
        font-weight:bold;
        height:27px;
}
.InquiryTitleHeader
{
        float:left;
        margin-top:5px;
        margin-left:8px;
}

.InquiryDateHeader
{
     float:right;
        margin-top:5px;
        margin-right:8px;
}

.InquiryTitle, .InquiryDate
{
    vertical-align: top;
}

.whatsOnDate
{
         text-align:left;
}

#content .gallery-slideshow {
    margin-bottom: 15px;;
    padding: 10px;
    width: 600px;
}

.js #content .gallery-slideshow {
    background: #141E1D;
}

    #content .gallery-slideshow .inner {
        position: relative;
        display: none;
        height: 400px;
        width: 600px;
    }

    .js #content .gallery-slideshow .inner {
        display: block;
    }

    #content .gallery-slideshow .slide {
        position: relative;
        overflow: hidden;
        height: 400px;
        width: 600px;
    }

        #content .gallery-slideshow .slide img {
            margin: 0 auto;
            height: 100%;
        }

        #content .gallery-slideshow .inner a.prev,
        #content .gallery-slideshow .inner a.next {
            text-indent: -9999px;
            position: absolute;
            margin-top: -15px;
            background: #000;
            overflow: hidden;
            display: none;
            height: 30px;
            width: 30px;
            top: 50%;
        }

        #content .gallery-slideshow .inner:hover a.prev,
        #content .gallery-slideshow .inner:hover a.next,
        #content .gallery-slideshow .inner:focus a.prev,
        #content .gallery-slideshow .inner:focus a.next {
            display: block;
        }

        #content .gallery-slideshow .inner a.prev {
            background: url("/assets/images/slideshow/fullsize-image-previous.png") no-repeat 0 -30px;
            left: 10px;
        }

        #content .gallery-slideshow .inner a.next {
            background: url("/assets/images/slideshow/fullsize-image-next.png") no-repeat 0 -30px;
            right: 10px;
        }

        #content .gallery-slideshow .inner a.prev:hover,
        #content .gallery-slideshow .inner a.prev:focus {
            background: url("/assets/images/slideshow/fullsize-image-previous.png") no-repeat 0 0;
        }

        #content .gallery-slideshow .inner a.next:hover,
        #content .gallery-slideshow .inner a.next:focus {
            background: url("/assets/images/slideshow/fullsize-image-next.png") no-repeat 0 0;
        }

        #content .gallery-slideshow .slide .caption {
            background: url("/assets/images/slideshow/caption.png") repeat;
            position: absolute;
            font-size: 0.85em;
            display: none;
            margin: 0px;
            bottom: 0px;
            right: 0px;
        }

        #content .gallery-slideshow .slide .caption em,
        #content .gallery-slideshow .slide .caption var {
            font-style: normal;
        }

            #content .gallery-slideshow .slide .lock,
            #content .gallery-slideshow .inner:hover .caption,
            #content .gallery-slideshow .inner:focus .caption  {
                display: block;
            }


            #content .gallery-slideshow .slide .caption span {
                border-right: 1px solid #ffffff;
                padding: 10px 9px 10px 10px;
                display: block;
                color: #ffffff;
                width: 480px;
                float: left;
            }

                #content .gallery-slideshow .slide .caption span a {
                    color: #00adef;
                    display: block;
                }

            #content .gallery-slideshow .slide .caption span.toggle {
                padding-right: 10px;
                border-right: none;
                text-align: right;
                float: right;
                width: 80px;
            }

                #content .gallery-slideshow .slide .caption span.toggle a {
                    text-decoration: none;
                    color: #ffffff;
                }

                #content .gallery-slideshow .slide .caption span.toggle a:hover,
                #content .gallery-slideshow .slide .caption span.toggle a:focus {
                    color: #00adef;
                }

        #content .gallery-slideshow .nav .controls {
            position: relative;
            display: none;
            width: 600px;
            height: 50px;
        }

        .js #content .gallery-slideshow .nav .controls {
            display: block;
        }

            #content .gallery-slideshow .nav .controls a.play {
                background: url("/assets/images/slideshow/play.gif") no-repeat 0 0;
                border-right: 1px solid #ffffff;
                padding: 0 10px 0 40px;
                position: absolute;
                line-height: 30px;
                text-align: right;
                margin: 10px 0;
                display: block;
                color: #ffffff;
                right: 300px;
                height: 30px;
                width: 100px;
            }

            #content .gallery-slideshow .nav .controls a.play:hover,
            #content .gallery-slideshow .nav .controls a.play:focus {
                background: url("/assets/images/slideshow/play.gif") no-repeat 0 -30px;
            }

            #content .gallery-slideshow .nav .controls a.pause {
                background: url("/assets/images/slideshow/pause.gif") no-repeat 0 0;
            }

            #content .gallery-slideshow .nav .controls a.pause:hover,
            #content .gallery-slideshow .nav .controls a.pause:focus {
                background: url("/assets/images/slideshow/pause.gif") no-repeat 0 -30px;
            }

            #content .gallery-slideshow .nav .controls ol {
                position: absolute;
                margin: 10px 0;
                height: 30px;
                width: 290px;
                right: 0px;
            }

                #content .gallery-slideshow .nav .controls ol li {
                    height: 30px;
                            float: left;
                }

                    #content .gallery-slideshow .nav .controls ol li a {
                        background: url("/assets/images/slideshow/playback-speed-icon.gif") no-repeat 0px 0px;
                        text-indent: -9999px;
                        overflow: hidden;
                        display: block;
                        margin: 9px 2px;
                        height: 12px;
                        width: 12px;
                    }

                    #content .gallery-slideshow .nav .controls ol li.active a {
                        background: url("/assets/images/slideshow/playback-speed-icon.gif") no-repeat 0px -21px;
                    }

        #content .gallery-slideshow .nav .slides {
            position: relative;
            overflow: hidden;
            clear: left;
        }

        .js #content .gallery-slideshow .nav .slides {
            height: 80px;
        }

            #content .gallery-slideshow .nav .slides a.next,
            #content .gallery-slideshow .nav .slides a.prev {
                text-indent: -9999px;
                position: absolute;
                overflow: hidden;
                display: none;
                height: 80px;
                z-index: 10;
                width: 20px;
            }

            .js #content .gallery-slideshow .nav .slides a.next,
            .js #content .gallery-slideshow .nav .slides a.prev {
                display: block;
            }

            #content .gallery-slideshow .nav .slides a.prev {
                background: #141E1D url("/assets/images/slideshow/nav.png") no-repeat -20px center;
                bottom: 0px;
                left: 0px;
            }

            #content .gallery-slideshow .nav .slides a.prev:hover,
            #content .gallery-slideshow .nav .slides a.prev:focus  {
                background: #141E1D url("/assets/images/slideshow/nav.png") no-repeat 0px center;
            }

            #content .gallery-slideshow .nav .slides a.next {
                background: #141E1D url("/assets/images/slideshow/nav.png") no-repeat -40px center;
                bottom: 0px;
                right: 0px;
            }

            #content .gallery-slideshow .nav .slides a.next:hover,
            #content .gallery-slideshow .nav .slides a.next:focus {
                background: #141E1D url("/assets/images/slideshow/nav.png") no-repeat -60px center;
            }

            #content .gallery-slideshow .nav .slides ol {
                list-style: none;
            }

            .js #content .gallery-slideshow .nav .slides ol {
                position: absolute;
                overflow: hidden;
                width: 2000px;
                height: 80px;
                left: 20px;
            }

            #content .gallery-slideshow .nav .slides ol:after {
                visibility: hidden;
                line-height: 0px;
                display: block;
                content: ".";
                height: 0px;
                clear: both;
            }

                #content .gallery-slideshow .nav .slides ol li {
                    position: relative;
                    list-style: none;
                    height: 80px;
                }

                .js #content .gallery-slideshow .nav .slides ol li {
                    width: 80px;
                    float: left;
                }

                    #content .gallery-slideshow .nav .slides ol li a {
                        overflow: hidden;
                        display: block;
                        height: 70px;
                        margin: 5px;
                    }

                    .js #content .gallery-slideshow .nav .slides ol li a {
                        border: 3px solid #141E1D;
                        width: 70px;
                        margin: 2px;
                    }

                    .js #content .gallery-slideshow .nav .slides ol li a.active {
                        border-color: #ffffff;
                    }

                        #content .gallery-slideshow .nav .slides ol li a:hover em,
                        #content .gallery-slideshow .nav .slides ol li a:focus em  {
                            text-decoration: underline;
                        }

                        #content .gallery-slideshow .nav .slides ol li a span {
                            text-decoration: none;
                            color: #000;
                        }

                    #content .gallery-slideshow .nav .slides ol li a:hover,
                    #content .gallery-slideshow .nav .slides ol li a:focus {
                        text-decoration: none;
                    }

                        #content .gallery-slideshow .nav .slides ol li a em,
                        #content .gallery-slideshow .nav .slides ol li a span {
                            margin: 0 0 0 80px;
                            display: block;
                        }

                        .js #content .gallery-slideshow .nav .slides ol li a em,
                        .js #content .gallery-slideshow .nav .slides ol li a span {
                            display: none;
                        }

                        #content .gallery-slideshow .nav .slides ol li a img {
                            position: absolute;
                            height: 70px;
                            margin: 0;
                            left: 0px;
                            top: 0px;
                        }

                        .js #content .gallery-slideshow .nav .slides ol li a img {
                            position: static;
                            height: auto;
                            width: 70px;
                        }


#content .gallery-dialog {
    position: absolute;
    width: 620px;
    z-index: 100;
    left: 40px;
    top: 40px;
}

    #content .gallery-dialog .close {
        background: url('/assets/images/slideshow/close.png') no-repeat 0 -30px;
        text-indent: -9999px;
        position: absolute;
        overflow: hidden;
        z-index: 1000;
        height: 30px;
        width: 30px;
        right: 20px;
        top: 20px;
    }

    #content .gallery-dialog .close:hover,
    #content .gallery-dialog .close:focus {
        background: url('/assets/images/slideshow/close.png') no-repeat 0 0;
    }

#overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.hidden, .gallery .hidden
{
        display:none;
}

.js .hidden, .js .gallery .hidden 
{
        display:block;
}

.slideshow IMG{
    margin:0 auto !important;
}


/*new zoom for pages by BMc*/

#content-small .flash UL{
    background:#f6f6f6;
    margin-top:-3px;
    min-height:1px;
    padding-bottom:40px;
    padding-right:10px;
    padding-top:10px;
}

#gallery .flash UL {padding-bottom:10px;}

#content-small .flash UL{
    padding-left:120px;
}

#content-small .flash UL LI{
    float:left;
    margin-left:5px;
    text-indent:-9999px;
}

#content-small .flash UL LI#zoom-in{
    margin-left:30px;
}

#content-small .flash UL LI A{
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
}

#content-small .flash #pan-left A,
#content-small .flash #pan-right A,
#content-small .flash #pan-up A,
#content-small .flash #pan-down A{
    height:27px;
    margin-top:1px;
    width:27px;
}

#content-small .flash #pan-left A:hover,
#content-small .flash #pan-right A:hover,
#content-small .flash #pan-up A:hover,
#content-small .flash #pan-down A:hover,
#content-small .flash #pan-left A:focus,
#content-small .flash #pan-right A:focus,
#content-small .flash #pan-up A:focus,
#content-small .flash #pan-down A:focus{
    background-position:left -27px;
}

#content-small .flash #zoom-in A,
#content-small .flash #zoom-out A{
    height:29px;
    width:29px;
}
    #content .gallery-dialog .close {
        background: url('/assets/images/slideshow/close.png') no-repeat 0 -30px;
        text-indent: -9999px;
        position: absolute;
        overflow: hidden;
        z-index: 1000;
        height: 30px;
        width: 30px;
        right: 20px;
        top: 20px;
    }

    #content .gallery-dialog .close:hover,
    #content .gallery-dialog .close:focus  {
        background: url('/assets/images/slideshow/close.png') no-repeat 0 0;
    }

#overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

#content-small .flash #zoom-in A:hover,
#content-small .flash #zoom-out A:hover,
#content-small .flash #zoom-in A:focus,
#content-small .flash #zoom-out A:focus{
    background-position:left -29px;
}
.whatsOnDateTime
{
        width: 32%;
}

#content-small .flash #pan-left A{background-image:url(/assets/images/flash-pan-left.gif);}
#content-small .flash #pan-right A{background-image:url(/assets/images/flash-pan-right.gif);}
#content-small .flash #pan-up A{background-image:url(/assets/images/flash-pan-up.gif);}
#content-small .flash #pan-down A{background-image:url(/assets/images/flash-pan-down.gif);}
#content-small .flash #zoom-in A{background-image:url(/assets/images/flash-zoom-in.gif);}
#content-small .flash #zoom-out A{background-image:url(/assets/images/flash-zoom-out.gif);}

#content-small .flash H4{
    font-weight:bold;
}

#content .rte .left #EmailSubscribeIcon{
    margin:0 auto 0 auto;
}



.bynumber a
{
        background:url('/assets/images/edm/bynumber.gif') no-repeat 0 0;
}
.bymember a
{
        background:url('/assets/images/edm/bymember.gif') no-repeat 0 0;
}
.bytopic a
{
        background:url('/assets/images/edm/bytopic.gif') no-repeat 0 0;
}

/* Details page - print version */
#header.print{
    border-bottom: none;
}

#header.print IMG{
    float: none;
    margin-bottom: 30px;
}

.popup .details .summary LI{
    margin-bottom: 5px;
}

.popup .details .label{
    font-weight: bold;
}

.popup .details .value,
.popup .details .value LI{
    display: inline;
}

.popup .details .value LI{
    border-left: 1px solid #000;
    line-height: 1em;
    padding: 0 2px 0 6px;
}

.popup .details .value LI.first{
    border-left: none;
}

.popup .details .signatures-list{
    display: table;
    width: 100%;
}

.popup .details .signatures-list LI{
    float: left;
    width: 25%;
}


/* ====== Help text icon ====== */

A.help-text-icon {
    background: url(/assets/images/filters/help-default.gif) no-repeat left top;
    display: inline-block;
    height: 21px;
    position: absolute;
    text-indent: -999em;
    width: 21px;
    vertical-align:bottom;
    margin-top: -2px;
    margin-left: 10px;
}

.filter a.help-text-icon {
    position: static;
}

.lords A.help-text-icon {
    background: url(/assets/images/help-lords.gif) no-repeat left top;
}

.commons .filter A.help-text-icon {
    background: url(/assets/images/filters/help-commons.gif) no-repeat left top;
    margin-top: 2px;
}

.lords .filter A.help-text-icon {
    background: url(/assets/images/filters/help-lords.gif) no-repeat left top;
}

.filter.joint A.help-text-icon {
    margin-top: 2px;
    background: url(/assets/images/filters/help-joint.gif) no-repeat left top;
}

.help-text-popup {
    display: none;
    position: absolute;
}

.help-text-popup ul, .help-text-popup li {
    width: auto!important;
    float: none!important;
}

.no-js A.help-text-icon
{
        display:none;
}
.no-js .help-text-popup
{
        position:relative;
        background: #f2f0f0;
        width:auto;
        left:auto;
        top:auto;
        padding:10px;
        margin:29px 0 8px 0;
        font-size:0.8em;
        color: #606060;
        border: 2px solid #cfcfcf;
        -moz-box-shadow: 4px 4px 8px #333;
        -o-box-shadow: 4px 4px 8px #333;
        -ms-box-shadow: 4px 4px 8px #333;
        -webkit-box-shadow: 4px 4px 8px #333;
}
.js .help-text-popup 
{
        background: #f2f0f0;
    border: 2px solid #cfcfcf;
        -moz-box-shadow: 4px 4px 8px #333;
        -o-box-shadow: 4px 4px 8px #333;
        -ms-box-shadow: 4px 4px 8px #333;
        -webkit-box-shadow: 4px 4px 8px #333;
    box-shadow: 4px 4px 8px #333;
            -moz-border-radius:5px;
        -o-border-radius:5px;
        -ms-border-radius:5px;
        -webkit-border-radius:5px;
    border-radius:5px;	
    color: #606060;
    font-size: 0.86em;
    margin-left: 13px;
    z-index:999;
    padding: 10px;
    position: absolute;
    top: 0;
    left: -9999em;   
    width: 272px;
    
}

.help-text-popup .inner{
    background: url("/assets/images/arrow-tooltip.gif") no-repeat scroll left center transparent;
        margin-left: -24px;
        padding-left: 24px;
        position: static;
        float:left;
}

.no-js .help-text-popup .inner{
    background: none;
}


.help-text-popup .close{
    background: url(/assets/images/edm/button-close.png) no-repeat left top;
    display: block;
    height: 21px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -9999em;
    top: 5px;
    width: 20px;
    z-index: 2;
}
.no-js .help-text-popup .close
{
        display:none;   
}

.help-text-popup H3{
    border-bottom: 1px solid black;
    color: #606060!important;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 3px;
    float:none !important;
    display:block !important;
}

.no-js .help-text-popup H3
{
        background: url(/assets/images/bp/help-icon.gif) no-repeat left top;
        padding:5px 0 5px 25px;
        margin-top:5px;
        float:none !important;
    display:block !important;
        
}


/*	vvvvvvvvvvvvvvvvvvvv	QuestionMarkIconTooltip styling vvvvvvvvvvvvvv	*/
A.question-mark-icon{
    background: url(/assets/images/bp/help-icon.gif) no-repeat left top;
    display: inline-block;
    height: 21px;
    position: relative;
    text-indent: -999em;
    top: 0;
    width: 21px;
    vertical-align:top;
    float:right;
    margin-right:2px;
}

.no-js A.question-mark-icon
{
        display:none;
}
.no-js .tooltipInfo 
{
        position:relative;
        background: #f2f0f0;
        width:auto;
        left:auto;
        top:auto;
        padding:10px;
        margin:29px 0 8px 0;
        font-size:0.8em;
        color: #606060;
        border: 2px solid #cfcfcf;
        -moz-box-shadow: 4px 4px 8px #333;
        -o-box-shadow: 4px 4px 8px #333;
        -ms-box-shadow: 4px 4px 8px #333;
        -webkit-box-shadow: 4px 4px 8px #333;
}
.js .tooltipInfo 
{
        background: #f2f0f0;
    border: 2px solid #cfcfcf;
        -moz-box-shadow: 4px 4px 8px #333;
        -o-box-shadow: 4px 4px 8px #333;
        -ms-box-shadow: 4px 4px 8px #333;
        -webkit-box-shadow: 4px 4px 8px #333;
    box-shadow: 4px 4px 8px #333;
            -moz-border-radius:5px;
        -o-border-radius:5px;
        -ms-border-radius:5px;
        -webkit-border-radius:5px;
    border-radius:5px;	
    color: #606060;
    font-size: 0.86em;
    margin-left: 13px;
    z-index:999;
    padding: 10px;
    position: absolute;
    top: 0;
    left: -9999em;   
    width: 272px;
    
}

.tooltipInfo .inner{
    background: url("/assets/images/arrow-tooltip.gif") no-repeat scroll left center transparent;
        margin-left: -24px;
        padding-left: 24px;
        position: static;
        float:left;
}

.no-js .tooltipInfo .inner{
    background: none;
}


.tooltipInfo .close{
    background: url(/assets/images/edm/button-close.png) no-repeat left top;
    display: block;
    height: 21px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -9999em;
    top: 5px;
    width: 20px;
    z-index: 2;
}
.no-js .tooltipInfo .close
{
        display:none;   
}

.tooltipInfo H3{
    border-bottom: 1px dashed #aeaeae;
    border-style:groove;
    color: #606060;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 3px;
    float:none !important;
    display:block !important;
}

.no-js .tooltipInfo H3
{
        background: url(/assets/images/bp/help-icon.gif) no-repeat left top;
        padding:5px 0 5px 25px;
        margin-top:5px;
        float:none !important;
    display:block !important;
        
}

/*	^^^^^^^^^^^^^^	QuestionMarkIconTooltip styling ^^^^^^^^^^^^^	*/


/* Rolling Hansan Three column grid with wide heading */

.commons #content.three-column-wide-header #page-heading,
.commons #content.two-column-wide-header #page-heading
  {
    background-image: url("/assets/images/hansard-rolling-commons-banner.gif");
}

.lords #content.three-column-wide-header #page-heading,
.lords #content.two-column-wide-header #page-heading  {
    background-image: url("/assets/images/hansard-rolling-lords-banner.gif");
}

/*	^^^^^^^^^^^^^^	global change of footer H4 to P tag ^^^^^^^^^^^^^	*/

p.marker {
    text-indent:-9999px;
    -webkit-padding-start:-9999px;
}

/* Skip to Content link */
#skiplink
{
    position: relative;
    bottom: 20px;
}

#skiplink a
{
    position: absolute;
    left: -9999px;
    text-decoration: underline;
}

#skiplink a:focus, #skiplink a:active
{
    left: 0;
    top: 0;
}


/*Media Player Icons*/
.thumbnail-image-list li .itemImage {
    position: relative;
}

.lords-news-view-all {
    float:right;   
    margin-right:10px; 
}

#calendar UL.sessions {overflow: hidden;}
#calendar UL.sessions LI {float:left; margin: 0 0 0 5px; border-left: 1px solid #ccc; padding: 0 0 0 5px;}
#calendar UL.sessions LI a {padding: 0; margin: 0;}
#calendar UL.sessions LI.first {border-left: 0; padding: 0; margin: 0;}
#calendar UL.sessions LI A.active {font-weight: bold; color: #000;}


/* publication calendar styles */

.js .html-calendar {
	display: none;	
}


.datepicker-form th, .datepicker-form td {
	padding: 0;	
}

/* calendar container styles */

.datepicker-placeholder.loading {
	
}

.js .datepicker-placeholder.loading {
	height: 19px;
	background: url( ../../assets/images/ajax-loader.gif ) no-repeat left center;
}

.datepicker-container {
	display: inline-block;
}

.datepicker-outer {
	position: relative;
	
}

.datepicker-outer img {
	display: inline !important;
	margin: 0 !important;
}

/* calendar form header styles */

.ui-datepicker-header {
	display: none;	
}

.datepicker-form {
	color: #fff;
}

.datepicker-form {
	background-color: #52347d;
}

.lords .datepicker-form {
	background-color: #a1050d;
}

.commons .datepicker-form {
	background-color: #006030;	
}

.datepicker-form {
	width: 320px;
	margin-bottom: 2px;
}

.datepicker-form table {
	border-collapse: collapse;
	margin-bottom: 0 !important;
}

.datepicker-form .fill {
	width: 100%;	
}

.datepicker-form thead {
	font-size: .9em;
}

.datepicker-form td {
	padding-top: .3em;
	padding-bottom: .3em;
}

.datepicker-form thead td {
	border-bottom: 1px solid #fff;
	padding-left: 5px;
}

.datepicker-form td.last {
	padding-right: 5px;	
}

.datepicker-form tbody td {
	padding-left: 5px;
}

.datepicker-form tbody select {
	font-size: 11px;
}

/* calendar table styles */

.datepicker .ui-datepicker-calendar {
	border-collapse: separate;
	border-seperate: 2px;
	margin-bottom: 10px;
}

.datepicker a {
	text-decoration: none;	
}

.datepicker table span {
	cursor: default;
}

.datepicker th {
	font-weight: normal;	
}

.datepicker th ,
.datepicker td {
	padding: 0;	
}

.datepicker th span,
.datepicker td a,
.datepicker td span {
	display: block;
	margin-right: 2px;
	margin-bottom: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #eef1f4;
	text-align: center;
	width: 42px;
	padding: .25em 0;
}

.datepicker th:last-child span,
.datepicker td:last-child a,
.datepicker td:last-child span {
	margin-right: 0;	
}

.datepicker tbody tr:last-child span,
.datepicker tbody tr:last-child a {
	margin-bottom: 0;	
}

.datepicker tbody td a,
.datepicker tbody td span {
	background-color: #f8f8f8;
	color: #d5d5d5;
}

.datepicker tbody td a,
.datepicker tbody td span {
	color: #d5d5d5;	
}

.datepicker tbody .content-available a,
#content .datepicker tbody .content-available a:visited,
.datepicker tbody .content-available span {
	background-color: #eee;
	color: #222;
}

.datepicker tbody .ui-datepicker-other-month span,
.datepicker tbody .ui-datepicker-other-month a {
	background: #e9f0fa;	
}

.datepicker tbody .ui-datepicker-today a,
.datepicker tbody .ui-datepicker-today span {
	border-color: #99b0d7;
}

.datepicker tbody .ui-datepicker-current-day a {
	background-color: #284aa2;
	color: #fff;
}

/* calendar event info styles */

.date-event-info {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity: .3s;
	transition: opacity .3s;	
}

.current-date-text-container {
	position: relative;
	display: inline-block;
	filter: inherit;
}

.datepicker-outer .loader-bar {
	height: 19px;
	background: url( ../../assets/images/ajax-loader.gif ) no-repeat -5px center;
	visibility: hidden;
	position: absolute;
	width: 220px;
	top: 3px;
	left: 5px;
	z-index: 0;
}

.datepicker-loading .loader-bar {
	visibility: visible;
}

.datepicker-outer .current-date {
	background: #fff;	
}

.datepicker-loading .current-date {
	visibility: hidden;
}

.datepicker-loading .date-event-info {
	opacity: .2;
	filter:alpha(opacity=20);
	zoom: 1;
}

.date-event-info ul {
	background:url(/assets/images/dotted-separator-black.gif) repeat-x left top;
	padding-top:15px;
}

.date-event-info li {
	padding-bottom: 15px;
}

.date-event-info .document-container {
	font-size: .9em;
	vertical-align: baseline;
}

.event-list p {
	margin-bottom: 0;
}

table.no-js-calendar .navigation,
table.no-js-calendar .navigation a {
	color: #fff !important;	
}

table.no-js-calendar {
	background-color: #52347d !important;	
}

.lords table.no-js-calendar {
	background-color: #a1050d !important;	
}

.commons table.no-js-calendar {
	background-color: #006030 !important;	
}

/* ====== three-tab hero module ====== */

.three-tab-heroes {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

.three-tab-heroes .image-container {
    position: absolute;
    left: 0px;
    top: 0px;
}

.three-tab-heroes .image-container.hidden
{
    display: none;
}

#content .three-tab-heroes .image-container a, 
#content .three-tab-heroes .image-container a img
{
    display: block;
    margin: 0px;
}


.three-tab-heroes .image-container .watermark {
    position: absolute;
    width:200px;
    top: 168px;
    right: 0px;
    height:52px;
}

.three-tab-heroes .link-container {
    float: left;
    width: 137px;
    padding: 8px;
    display: block;
    height: 50px;
    margin-top: 230px;
}

.three-tab-heroes .link-container.middle {
    border-right: 1px solid white;
    border-left: 1px solid white;
    width: 136px;
}

.three-tab-heroes .link-container
{
    background-color: #777;
    color: #fff;
}

#content .three-tab-heroes .link-container A,
#content .three-tab-heroes .link-container A:visited {
    color: #fff;
}

.three-tab-heroes .link-container.selected {
    background-color: #085196;
}


/* for two columns */

#content.two-column-with-panel .three-tab-heroes .image-container {
    right: 0px;
    left: auto;
}

#content.two-column-with-panel .three-tab-heroes .link-container,
#content.two-column-with-panel .three-tab-heroes .link-container.middle {
    float: left;
    clear: both;
    margin-top: 0px;
    width: 140px;
    border: none;
    height: 56px;
    border-bottom: 1px solid white;
    padding: 10px;
}


/* themes: Lords */

.three-tab-heroes.lords .link-container {
    background-color: black;
}

.three-tab-heroes.lords .link-container.selected {
    background-color: #a2070f;
}

/* themes: commons */

.three-tab-heroes.commons .link-container {
    background-color: black;
}

.three-tab-heroes.commons .link-container.selected {
    background-color: #006030;
}

/* ====== end 3 tab rollover heroes ====== */

/* Event Booking styles */
#eventHeader
{ margin-bottom:10px;	
}
.no-events-message
{
    margin-top:10px;
}

/* Stay up to date / generic document RSS */
.generic-document-rss
{
    background-color: #F2F2F2;
    border-top: 7px solid #CCCCCC;
    margin-bottom: 10px;
    padding:10px;
}

.generic-document-rss h2
{
    padding-bottom:5px!important;
    padding-left:0px!important;
}

.generic-document-rss UL LI{
    margin-bottom:10px;
    margin-top:10px;
    padding-left:28px;
}

.generic-document-rss LI.rss
{
    background:url(/assets/images/rss-icon.gif) no-repeat 0px 2px;
}

.generic-document-rss .ddlParticularFeed
{
    width:216px;
    padding:2px;
}

.generic-document-rss .btnParticularFeed
{
    padding:2px;
}

/*Comments module*/
.commentsinput 
{
    margin: 5px 0px 10px 0px;
}

#add-comments-content
{
  background:url(/assets/images/homepage-faded-separator.jpg) repeat-x left top;
}

#add-comments-content h4
{
font-weight:bold;   
padding:15px 0 5px 0;
}
.commentsinput input
{
    padding:3px 0 3px 0;
    width:280px;
}

.commentsinput textarea
{
    padding:3px 0 3px 0;
    width: 460px;
}
.moderation-text
{
float:left;  
padding:1px 0 3px 0;  
font-size:10px;
}

#add-comments-content .submit
{
clear:left;
float:left;
background: #085196;
border: none;
color: white;
padding: 2px 6px;
 }
 
#add-comments-content .asterisk
{
display:inline;
color:Red;    
}

.confirmation,
.error
{
    display:block;
    padding-top:15px;
    clear:both;
    background-color:#f7f7f7;
}

#view-comments-content h4
{
    padding-bottom:10px;
    border-bottom:1px dotted gray;
}

#view-comments-content .commentname,
#view-comments-content .commentnamefirst
{
    margin-top:10px;
}




#view-comments-content .commentdate,
#view-comments-content .commentsubject
{
    color:#616161;   
    font-size:10px; 
}



#view-comments-content .comment
{
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px dotted gray;
}

#view-comments-content .commentlast
{
    padding-top:10px;
    padding-bottom:10px;
}


#view-comments-content .reply
{
    background-color:#eaeaea;
    padding-left: 5px;
}

#view-comments-content .reply .commentname
{
   
    border-top:1px dotted grey;  
}

#view-comments-content .reply .comment
{

    border-bottom:none;
}


/* Select Committee Inquiries A-Z specific css */
.filterLabelSelectCommitteeInquiries {
    width: 115px!important;
}

.committeeTypePicker, .parliamentYearPicker {
    width: 255px;
}

.filterGoButtonSelectCommitteeInquiries {
    margin-right: 10px !important;
    float: none !important;
}

div.back-to-top 
{
    font-size: 0.85em;
    margin-bottom: 5px;   
}

/* XForms additional styling starts */

.xform-module #id_matrix 
{
    width: 100%;
}

.xform-module #id_matrix tr 
{
   background:url(/assets/images/dotted-separator-black.gif) repeat-x left top;
}

.xform-module #id_matrix td 
{
    padding: 10px 0;
}

.xform-module h2 {
    color: #5B3E75;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
}

.xform-module h3 {
    background-color: #E4DFF3;
    font-weight: bold;
    display: inline-block;
}

.xform-module table label
{
    float: left;
    margin-bottom: 5px;
}

.xform-module table input[type="text"]
{
    clear: left;
    float: left;
    width: 220px;
    margin-left: 10px;
}

.xform-module table textarea 
{
    clear: left;
    float: left;
    margin-left: 10px;
}

.xform-module table select
{
    clear: left;
    float: left;
    margin-left: 10px;
}

.xform-module table fieldset
{
    float: left;
}

.xform-module table fieldset legend
{
    display: block;
    margin-bottom: 5px;
}

.xform-module table fieldset label
{
    float: none;
}

.xform-module table fieldset input
{
    margin-top: 5px;
    margin-left: 10px;
}

.xform-module table input[type="submit"] {
    background: none repeat scroll 0 0 #085196;
    border: medium none;
    color: white;
    float: right;
    padding: 2px 6px;
    margin-right: 10px;
}

/* XForms additional styling ends */

/* inquiry-evidence-form styling starts */

.inquiry-evidence-form .small-text-right {
    text-align:right;
    font-size:0.85em;
}

.inquiry-evidence-form .evidence-radio-options
{
    margin-left: 20px;
}

.inquiry-evidence-form .file-upload-fieldset
{
    background:url(/assets/images/dotted-separator-black.gif) repeat-x left bottom;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.inquiry-evidence-form .file-upload-section,
.inquiry-evidence-form .terms-fieldset
{
    border: 1px solid #cfcfcf;
    padding: 5px;
}

.inquiry-evidence-form .file-upload-section label
{
    font-weight: bold;
}

.inquiry-evidence-form .file-upload-section input[type="file"]
{
    display: block;
    margin: 10px 0;
}


.inquiry-evidence-form .terms-fieldset label {
    font-size: 0.85em;
}

.inquiry-evidence-form .rte ul li
{
    font-size: 0.85em;
    line-height: inherit;
}

.inquiry-evidence-form .evidence-radio-options label
{
    margin-right: 20px;
}

.inquiry-evidence-form h3
{
    font-weight: bold;
    margin-bottom: 15px;
}

.inquiry-evidence-form .textbox-label
{
    float: left;
    width: 120px;
    text-align: right;
    margin: 0 10px 10px 0;
    clear: both;
}

.inquiry-evidence-form input[type="text"]
{
    width: 320px;
}

.inquiry-evidence-form .validation-required
{
    clear: both;
    float: left;
    padding-left: 130px;
    margin-bottom: 10px;
    color: red;
}

.inquiry-evidence-form fieldset.additional-info label {
    font-weight: bold;
}
.inquiry-evidence-form fieldset.additional-info textarea {
    width: 100%;
    margin: 10px 0px 20px;
}

/* inquiry-evidence-form styling ends */

/* Generic Module Tabs Formatting starts
   These are the stylings for the [Main][Module] Generic Tab Set and
   [Main][Module] Generic Tab Item modules*/
.module-tabs-container 
{
    padding-top: 7px;
    margin: 0px;
    margin-bottom:20px;
    padding: 0px;
    width: 100%;
    display: block;
}

.module-tabs-container h4
{
    clear: none;
    position:relative;
    top:1px;
    margin: 0;
    padding: 0;
    float: left;
    border: none;
    font-size: 1em;
    font-weight: bold;
}

.module-tabs-container h4.active
{
    background:url(/assets/images/tabs/level-1-heading-active-left.gif) no-repeat left top;
    font-weight:bold;
    margin-top:-7px;
}

.module-tabs-container H4.last{
    border-right:solid 1px #cfcfcf;
}

.module-tabs-container H4.last.active{
    border-right:0;
}

.module-tabs-container h4 a 
{
    background:url(/assets/images/tabs/level-1-heading-inactive.gif) no-repeat left top;
    display:block;
    height:23px;
    padding:10px 10px 0 10px;
}

.module-tabs-container h4.active a
{
    background:url(/assets/images/tabs/level-1-heading-active-right.gif) no-repeat right top;
    color:#000;
    padding-bottom:7px;
    padding-top:17px;
}

.module-tabs-container H4.last.active A{
    background:url(/assets/images/tabs/level-1-heading-active-right-last.gif) no-repeat right top;
}

.module-tabs-container div.content
{
    border:solid 1px #cfcfcf;
    margin-top:-1px;
    min-height:1px;
    padding:10px 7px 5px 7px;
    clear: left;
}

.module-tabs-container div.content.active
{
    clear:both;
    display:block !important;
}

/* Content Module Tabs Formatting ends */


/*
--- IE fixes - moved from ie/ie7.css and ie/ie8.css ---
*/


/* START IE8 fixes */

.ie8 FIELDSET.site-search OL{
	margin-left:210px;
}

.ie8 FIELDSET.site-search INPUT,
.ie8 #contact-us DIV.submission INPUT,
.ie8 #calendar FIELDSET INPUT{
	padding:3px 8px;
}

.ie8 #find-your-mp INPUT.find{
	padding:0 10px;
}


/* Members, Lords and Offices */
/******************************/

.ie8 .mlo #members-filter-listing FIELDSET INPUT{
	padding-left:5px;
	padding-right:5px;
}


/* Education */
/*************/

.ie8 .resource .inner{
	min-height:130px;
}

.ie8 .inquiries-a-to-z TD a {
    word-wrap:normal; 
    word-break:keep-all;
    display:inline-block;
}

/* slideshow */
/*************/
.ie8 #overlay {
	background-color:#000;
	filter:Alpha(opacity=70);
}

.ie8 div.division-results A:active.ToggleView, 
.ie8 div.division-results A:active.ToggleViewParty
{
    color: #085196!important;
    text-decoration: underline!important;
    background-color: transparent!important;
}

/* END IE8 fixes */

/* START IE7 fixes */

.ie7 #content{
	margin-bottom:0;
}

.ie7 FIELDSET.site-search INPUT{
	margin-top:1px;
	padding:2px 0;
}

.ie7 #website-features.injected DIV.thumbnails{
	padding-bottom:0;
}

.ie7 #website-features.injected DIV.inner{
	height:61px;
}

.ie7 .tabs-injected .triggers{
	position:relative;
}

.ie7 #content .tabs-injected .inner{
	margin-top:-2px;
}

.ie7 #content .gallery-slideshow .slide {
	text-align:center;
}

.ie7 #content .gallery-slideshow .slide .caption {
	text-align:left
}

.ie7 #calendar FIELDSET INPUT{
	padding:2px 0 1px 0;
}

.ie7 #contact-us DIV.submission INPUT{
	padding:0 2px;
}

.ie7 #contact-us FIELDSET{
	background:url(/assets/images/grey-repeater-line.gif) repeat-x left bottom;
	border:0;
}

.ie7 #contact-us FIELDSET.last{
	background:none;
}

.ie7 FIELDSET.site-search OL INPUT{
	margin-top:0;
}

.ie7 .tabs-injected UL#bills-list.square-bullets{
	margin-bottom:-10px;
}

.ie7 .alternate-rows LI.first{
	margin-bottom:-3px;
}

.ie7 #advanced-search FIELDSET LI LI{
	padding-top:0;
}

.ie7 #advanced-search FIELDSET LI LI LABEL{
	width:700px;
}

.ie7 .rte OL LI{
	margin-left:24px;
}

/* Popup styles */
/****************/

.ie7 .main DIV.dp-popup{
	width:295px;
}

/* Committees */
/**************/

.ie7 .committees #content .publications-and-records H4{
	padding:3px 8px 5px 8px;
}

.ie7 .grid,
.ie7 .grid.membership-carousel ul {
    zoom: 1;
}

.ie7 .wide-alternate .grid.cols-1.watch-listen {
    float: right;
}

/* Members, Lords and Offices */
/******************************/

.ie7 .mlo #members-filter-listing FIELDSET INPUT{
	padding-left:5px;
	padding-right:5px;
}

/* Works of Art */
/****************/

.ie7 .woa .two-column-with-wide-left-content #content-small .new-to-the-collection{	
	background-position:left 25px;
}

.ie7 .woa .two-column-with-wide-left-content #content-small .new-to-the-collection .inner{
	height:78px;
}

.ie7 .highlights-images{
	margin-bottom:15px;
}


/* Education */
/**************/

.ie7 .education #content .rte .left{
	margin-bottom:0;
}

.ie7 #content .tabs-injected .inner{
	margin-top:-1px;
}

.ie7 #content .tabs-injected H4.active{
	border-bottom:solid 1px #fff;
}

.ie7 .inquiries-a-to-z TD a {
    word-wrap:normal; 
    word-break:keep-all;
    display:inline-block;
}

.ie7 .education .itemImage.missing
{
    width: 0px;
}

.ie7 .education #content,
.ie7 .popvox #content{
	margin-bottom:15px;
}

.ie7 .education #content-small
{
    margin-bottom:5px;
}

/* Breadcrumb */
/* Added in here in IE7.css to get the > to show in the breadcrumb of the items that wrap. */

.ie7 DIV#breadcrumb{
	font-size:0.85em;
	margin-top:10px;
	padding:10px 0 10px 0;
}

.ie7 DIV#breadcrumb STRONG{
	font-weight:normal;			
}

.ie7 DIV#breadcrumb UL,
.ie7 DIV#breadcrumb LI{
	display:inline;	
}


.ie7 DIV#breadcrumb LI{
	display:inline;		
}

.ie7 DIV#breadcrumb LI A
{ 
    display: inline;   
    zoom: 1;
	background:url(/assets/images/breadcrumb-arrow.gif) no-repeat right center!important;
	margin-right:3px;
	padding-right:12px;
}


.ie7 DIV#breadcrumb .inner
{   
	background:url(/assets/images/grey-repeater-line.gif) repeat-x left top;
	margin-top:-21px;
	padding-top:10px;
}


.ie7 #content IMG
{
  display:inline;
}

/* EDM pages */
.ie7 .edm #edm-search INPUT,
.ie7 .edm #edm-search SELECT{
	font-size: 0.9em;
}
.ie7 .edm #edm-search .inline{
	float: left;
	width: 100%;
}
.ie7 .edm #edm-search fieldset LI.no-label INPUT{
	width: 200px;
}
.ie7 .popup .details .signatures-list LI {
	width: 24.9%;
}
.ie7 .edm #edm-filter-listing A.question-mark-icon{
	top: 0;
}
.ie7 .edm #edm-filter-listing .topic-feed{
	position: relative;
}
.ie7 .edm #edm-filter-listing .topic-feed .print{
	position: absolute;
	right: 0;
}

.ie7 .edm #edm-filter-listing .firstSpriteButton 
{
    margin-left:15px;   
}

.ie7 .edm #edm-filter-listing .inline .showFilter 
{
    width:auto;   
    zoom:1;
    display:inline;
    float:left;
    
}

.ie7 .edm #edm-filter-listing TABLE THEAD TH.title{
	width:447px; /* need to set width to prevent IE from breaking words */
}

.ie7 .no-js .edm #edm-filter-listing .tooltipInfo
{
    display:block;
    zoom:1;
    min-height:50px;
    clear:both;
}

.ie7 #landing-advanced .thumbnail-image-list LI {
    padding-bottom:10px; 
}

/* Calendar */

.ie7 #calendar FIELDSET INPUT,
.ie7 #calendar FIELDSET BUTTON,
.ie7 #calendar FIELDSET OL,
.ie7 #calendar FIELDSET Ol LI
{
    display:inline;
    zoom:1;
}

.ie7 #calendar FIELDSET INPUT.submit 
{
    margin:10px 0 0 5px;   
    padding:2px;
    vertical-align:top;
    
}

.ie7 #calendar FIELDSET 
{
    width:295px;   
}

.ie7 #listings #paper-listing li, 
.ie7 .landing-page-tab { 
    zoom: 1;
}

.ie7 table.jCalendar td 
{
	padding:3px 6px!important;
	border: 1px solid #fff!important;
	border-collapse:collapse!important;
	border-spacing:0!important;
}

.ie7 table.jCalendar th 
{
	border: 1px solid #fff!important;
	border-collapse:collapse!important;
	padding:3px 6px!important;
	margin:0!important;
	border-spacing:0!important;
}

.ie7 table.jCalendar tr 
{
	border: 1px solid #fff!important;
	border-collapse:collapse!important;
	padding:3px 6px!important;
	margin:0!important;
	border-spacing:0!important;
}

/****** Lords Divisions *******/
.ie7 div.division-results A:active.ToggleView, 
.ie7 div.division-results A:active.ToggleViewParty
{
    color: #085196!important;
    text-decoration: underline!important;
    background-color: transparent!important;
}

.ie7 div.division-results .ldaResultRightCell
{
    width: auto;
}


/* Rolling Hansard and Lords Journal pages */
.ie7 #expandable-nav ul li a.plus,
.ie7 #expandable-nav ul li a.minus,
.ie7 .contents-1 ul li a.plus,
.ie7 .contents-1 ul li a.minus {
    height: 15px;   
    width: 15px;
    margin: 0;
    padding: 0 7px 0 0;
}

.ie7 #expandable-nav .indent,
.ie7 .contents-1 .indent {
    zoom: 1;
}

/* Flash Zoom options*/
.ie7 .flash UL {
	padding: 15px 0 15px 110px !important;
}

.ie7 .event-filter label
{
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

.ie7 .event-filter select
{
    margin-top: 10px !important;   
}


.ie7 div.filter a.question-mark-icon
{
    top: -24px!important;
}

.ie7 div#pnlPublicationFilter.filter a.question-mark-icon
{
    top: 0px!important;
}

.ie7 div.filter .help-text-popup li {
    height: auto !important;
}

.ie7 div.filter li
{
    height:30px !important;
}

.ie7 DIV.filter INPUT[type=button]
{
    padding-left:0px!important;
    padding-right:0px!important;
}

.ie7 div.ui-datepicker
{
    width:256px!important;
}

.ie7 #bannerimage img
{    
    margin-left: 256px!important;     
}

.ie7 #news-landing .news-hero.youtube-media embed{
    left:0;
    top:0;
    padding: 0px;
    position: absolute;
}

/* display tweak for Events Listing, Parliament Week filters */
.ie7 .filter .left SELECT.inline,
.ie7 .filter .right SELECT.inline
.ie7 .event-filter .right input
{
    margin-bottom: 0px!important;
}

.ie7 .filter .left,
.ie7 .filter .right
{
    padding-bottom: 10px!important;
}

.ie7 .event-filter .right.filterbutton
{
    padding-bottom: 0px!important;
}

.ie7 .event-filter .filterbutton
{
    margin-bottom: 0px!important;     
    position: relative;
    top: 11px;      
}

.ie7 .event-filter .stdButton
{
    width:30px; 
    border:1px transparent;    
}

.ie7 .category
{    
    clear:none!important;    
}

.ie7 #bookmark-with UL{
float:none!important;
padding-bottom:10px;
}

/* Comment styles below fix the issue in IE7 where there is no dividing dotted border
between separate comments if there is a reply to a comment */

.ie7 #view-comments-content .reply .commentname
{
   
    border-top: none;  
}

.ie7 #view-comments-content .reply .comment
{

    border-bottom: 1px dotted grey;
}

/* follow parliament module */
.ie7 .followParliament H2 {
    font-weight:bold;
    padding:7px 11px 9px  !important;
    color:#fff  !important;
    margin-bottom:0 !important;
}

.ie7 .followParliament #followParliamentIconsWrapper {
    width:300px;
    text-align: center;  
    padding-left:20px;
    width:280px;
}

.ie7 .followParliament #followParliamentIconsWrapper div {
    float:left;
    vertical-align: middle;
    letter-spacing: normal;  
    width:40px;
}

.ie7 .followParliament #followParliamentIconsWrapper div span {
    font-size:0.9em;
    display:block;
    width:45px;
}

/**** end of follow parliament module ****/

/* Lords Journal */

.ie7 #lords-journal #bottom.colour-bar, 
.ie7 #lords-journal #top.colour-bar {
    width: 780px !important; 
}

.ie7 #lords-journal div.filter input[type=submit] {
    margin-top: -20px;
}

.ie7 #lords-journal.read #bottom.colour-bar, 
.ie7 #lords-journal.read #top.colour-bar {
    width: 780px !important; 
}

.ie7 #lords-journal #expandable-nav ul li ul li ul li span.leader span.preamble
{
    margin-left: 0px !important;
}

/* END IE7 fixes */