﻿
/****************************************************************
   Name:		Styles-Regular.css
   Description: Style sheet used for the web application in 
				regular mode.
****************************************************************/
    
/* Global Styles */
body { 
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
	background-color: #ffffff;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
} 
sub{
	font-size:0.7em;
	position:relative;
	bottom:0.2em;
	line-height:1.8em;
} 

sup{
	font-size:0.7em;
	position:relative;
	top:0.0em;
}



.fraction {
    display: inline-block;
    position: relative;
    top: 5px;
    text-align: center;
}

.fractiontop {
    padding: 0 5px;    
}

.fractionbottom{
    border-top: 1px solid #000;
    display: block;
}


/* default styles here for older browsers. 
       I tend to go for a 600px - 960px width max but using percentages
    */
    @media only screen and (min-width:960px){
        /* styles for browsers larger than 960px; */
    }
    @media only screen and (min-width:1440px){
        /* styles for browsers larger than 1440px; */
    }
    @media only screen and (min-width:2000px){
        /* for sumo sized (mac) screens */
    }
    @media only screen and (max-device-width:480px){
       /* styles for mobile browsers smaller than 480px; (iPhone) */
        body{
			font-size: 1.1em;
			line-height:22px;
		}
		.paratext{
			line-height:28px  !Important;
		}
		a.explorer-list
		{
			font-size: 1em;
			color: #999;
		}
		a.explorer-list-active 
		{
			font-size: 1em;
			color: #006000;
		}

		a.explorer-list-expanded 
		{
			font-size: 1em;
			color: #006000;
		}		

    }
    @media only screen and (device-width:768px){
        body{
			font-size: 1em;
			line-height:22px;
		}
		.ui-title {
			padding:8px;
		}
		.topicInsertLink{
           padding:2px;
		}
		.back{
			padding:4px;
		}      
		a.explorer-list
		{
			font-size: 1em;
			color: #999;
		}
		a.explorer-list-active 
		{
			font-size: 1em;
			color: #006000;
		}

		a.explorer-list-expanded 
		{
			font-size: 1em;
			color: #006000;
		}		


    }
    /* different techniques for iPad screening */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
        body{
			font-size: 1em;
			line-height:22px;				
		}
		
		.paratext{
			line-height:28px  !Important;
		}
		.ui-title {
			padding:8px;
		}
		.mnuLevel1 {
			padding:8px;
		}
		.mnuLevel2 {
			padding:9px;
		}
		.mnuLevel3 {
			padding:10px;
		}
		.mnuLevel4 {
			padding:11px;
		}
		.mnuLevel5 {
			padding:12px;
		}
		.mnuLevel1Amending {
			padding:8px;
		}
		.mnuLevel2Amending {
			padding:9px;
		}
		.mnuLevel3Amending {
			padding:10px;
		}
		.mnuLevel4Amending {
			padding:11px;
		}
		.mnuLevel5Amending {
			padding:12px;
		}
		.topicInsertLink{
           padding:2px;
		}
		.back{
			padding:4px;
		} 
		a.explorer-list
		{
			font-size: 1em;
			color: #999;
		}
		a.explorer-list-active 
		{
			font-size: 1em;
			color: #006000;
		}

		a.explorer-list-expanded 
		{
			font-size: 1em;
			color: #006000;
		}		

    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
        body{
			font-size: 0.9em;
			line-height:22px;
			
		}
			.paratext{
			line-height:28px  !Important;
		}
		.ui-title {
			padding:8px;
		}
			.mnuLevel1 {
			padding:8px;
		}
		.mnuLevel2 {
			padding:9px;
		}
		.mnuLevel3 {
			padding:10px;
		}
		.mnuLevel4 {
			padding:11px;
		}
		.mnuLevel5 {
			padding:12px;
		}
		.mnuLevel1Amending {
			padding:8px;
		}
		.mnuLevel2Amending {
			padding:9px;
		}
		.mnuLevel3Amending {
			padding:10px;
		}
		.mnuLevel4Amending {
			padding:11px;
		}
		.mnuLevel5Amending {
			padding:12px;
		}
		.topicInsertLink{
           padding:2px;
		}
		.back{
			padding:4px;
		}     

    }
/* Publication Header */
.Header {
	/*padding-right: 12px;*/
}
.paratext {
	padding:0.5em;
	height: auto;
	width: auto;
	line-height:18px;
}
.HeaderLeftColumn {
	float: left;
	display: block;
}

.HeaderRightColumn {
	float: right;
	display: block;
}

.HeaderLeftButtons {
	padding-top: 6px;
}

.HeaderRightButtons {
	padding-top: 6px;
}

.HeaderNavigation {
	text-align: right;
}

.HeaderSeparator {
	clear: both;
}
	
.HeaderItemRight {
	text-align: right;
}

.HeaderItemHome {
	float: left;
	margin-left: -2px;
}

.HeaderItemParl {
	font-size: 80%;
	font-weight: bold;
	vertical-align: top;
	padding-top: 4px;
	float: left;
}

.HeaderMenu {
    font-family: Verdana, Helvetica, sans-serif;
	color: #395260;
	font-weight: bold;
	font-size: 90% !Important;
	font-size: 85%;
	background-color: #f0f0f0;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	min-width: 128px;
}

.HeaderMenuLinks {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 90% !Important;
	font-size: 85%;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	border-left: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	min-width: 128px; 
}

.HeaderLink {
    font-family: Verdana, Helvetica, sans-serif;
}

@media screen {
	.SitePosition {
		width:960px;
		margin: 0 auto;  
		overflow: hidden;
		
	}
}
#divNavigationFooter{
max-width: 960px;
margin: 0 auto;

}
.Footer{

}
.parlwebsite-footer{
float:left;
width:960px;
}
/* Publication Source */ 
.publicationContent {
	margin: 0 auto;
	float:left;
	position: inherit;
	z-index: 100;
	*z-index: 0;
	width:960px;
	height: 100%;
	overflow: hidden;
}


.publicationContentOn {
	margin: 0 auto;
	width: 70%;
	float:left;
	position: inherit;
	max-width: 600px;

}

.publicationContentSidebarOn
{	
	margin: 0 auto;
	width: 30%;
	float:right;
	border-left: 1px dotted #808080;
	border-top: 1px dotted #808080;

	
}

.publicationSidebar
{	
	margin: 0 auto;
	position: fixed;
	height: 100%;

}

.publicationSidebar ul {
	list-style: none;
	padding: 2px;
	margin: 2px;
}

.publicationSidebarButton {
	margin: 0 auto;
	position: fixed;
	height: 100%;
	*z-index: 0;
}

#divNavigationHeader{
	max-width:960px;
	width: 960px;
}
.parlwebsite-sharebar{
	height: 26px;
}

.publicationSidebar-margin, .videoPlayerFixed-margin
{
	margin-left: -310px;
}

.videoPlayerFixed
{
	margin: 0 auto;
	position: fixed;
	height: 350px;
	display: none;
	width: 300px;
	border: solid 1px #ccc;
	border-radius: 2px;
    margin-left:2px;
    bottom:0px;
    z-index: 1000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);

}
.fullScreenSideBar
{

	float:right;
	position: inherit;
	margin-top: -220px;
	margin-right: -297px;  
	width: 30%;
	max-width: 310px;
 
	
}
.videoPlayerFooter 
{
	float:right;
	margin-right: -3px;
	

} 
.publicationContentSidebar, .sidebarButton
{
	margin: 0 auto;
	width: 0%;
	height: 100%;
	float:right;
	position: inherit;
	z-index: 1;
}
.ui-bold{
	font-weight:bold;
}
.ui-indent {
	padding-left: 20px;
}
.ui-italic{
 font-style: italic;

}
.TocSbTitle{
margin-left: 15px;
}

.backToTopButtonTab {
	margin: 0 auto;
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(../Images/backTop.png) ;background-repeat: no-repeat; 
	position: fixed;
	margin-left: 5px;
	opacity:0.4;
	top: 40%;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.backToTopButtonTab:hover {	
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.backToTopButton {
	background-color:#CCCCCC;
}

/* Publication Footer */ 
.Footer {
	border-top: solid 1px #a0a0a0;
}

.FooterRow {
	margin-top: 6px;
}

/* Hyperlinks */
a:link {	
	text-decoration: none;
	color: #333399;
	}	
		
a:visited {	
	text-decoration: none;
	color: #333399;
	}	
		
a:hover {	
	text-decoration: underline;
	color: #333399;
	}

a.HeaderItemParlLink:link {
	color: #404040;
}

a.HeaderItemParlLink:visited {
	color: #404040;
}

a.HeaderItemParlLink:hover {
	color: #404040;
}


/* Table of Contents */
.DefaultTableOfContentsTitle {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
}

.DefaultTableOfContentsSection {
    font-family: Verdana, Helvetica, sans-serif;
	padding-left: 24px;
	font-weight: bold;
	padding-bottom: 12px; 
}
 
.DefaultTableOfContentsFile {
    font-family: Verdana, Helvetica, sans-serif;
	padding-left: 48px;
	font-weight: bold;
	padding-bottom: 12px;
}

/* Committee specific for Table of contents*/
.MsoToc1 {
    font-family: Verdana, Helvetica, sans-serif;
	padding-left: 24px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

.MsoToc2 {
    font-family: Verdana, Helvetica, sans-serif;
	padding-left: 48px;
	font-weight: bold;
}

.MsoToc3 {
    font-family: Verdana, Helvetica, sans-serif;
	padding-left: 72px;
	font-weight: bold;
}

.MsoToc4 {
    font-family: Verdana, Helvetica, sans-serif;
	padding-left: 96px;
	font-weight: bold;
}

.MsoToc5 {
    font-family: Verdana, Helvetica, sans-serif;
	padding-left: 120px;
	font-weight: bold;
}


/* Custom Messages */ 
.DocumentNotAvailable {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: solid 1px #a0a0a0;
	font-style: italic;
	font-weight: bold;
}

/* These styles are necessary to remove the excessive margin that 
   Firefox leaves at the top and bottom of paragraphs in cells
   (html and xml publications). */ 
td > p {
	margin-bottom: inherit;	
	margin-top: inherit;
}

/* WebOptionPopup style */

a.WebOption:link, a.WebOption:visited, a.WebOption:active
{
border-bottom: 1px dotted #808080;
text-decoration: none;
color: #300000;
}

a.WebOption:hover
{
color: #0000FF;
border-bottom: 1px dotted #808080;
text-decoration: none;
}

a.WebOptionItem:link, a.WebOptionItem:visited, a.WebOptionItem:active
{
	color: #000000;
}

/* MemberOfParliamentPopup style */

a.MemberOfParliamentPopup:link, a.MemberOfParliamentPopup:visited, a.MemberOfParliamentPopup:active,
a.PersonSpeakingPopup:link, a.PersonSpeakingPopup:visited, a.PersonSpeakingPopup:active,
a.documentPopup:link, a.documentPopup:visited, a.documentPopup:active
{
border-bottom: 1px dotted #808080;
text-decoration: none;
color: #300000;
}

a.MemberOfParliamentPopup:hover, a.PersonSpeakingPopup:hover, a.documentPopup:hover
{
/*color: #0000FF; */

color: black;
border-bottom: 1px dotted #808080;
text-decoration: none;
}

.close
{
	position: relative;
	display: inline-block;
	bottom: 25px;
	text-align: right;
	left: 855px;
	width: 100px;
}

.interventionFrame
{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    
}
.border
{
	margin-top: 5px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
	margin-bottom: 5px;
    display: none;

}
.interventionFrame iFrame { padding: 0 0 5px 0; }

.interventionSocial
{
    position: relative;
    right: 0;
    top: 10px;
    text-align:right;	
}


.interventionSocial a:link, .interventionSocial a:visited
{
	color: Gray;
	text-decoration: none;
}
.interventionClose
{
    /*border: 1px solid #33f;*/
    position: relative;   
    right: 4px;
    bottom: 10px;
    text-align:right;
    font-size: 0.8em;
}


.interventionClose a:link, .interventionClose a:visited
{
	color: Gray;
	text-decoration: none;
}

.parl-chain-share-button
{
    background: #ffffff url(../Images/link-chain-18x18.png); height:18px; width:18px;
    border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
		zoom: 1;
	*display: inline;
	cursor: pointer;
}

.parl-chain-share-button:hover
{
    background: #ffffff url(../Images/link-chain-18x18-hover.png); height:18px; width:18px;
    border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
	zoom: 1;
	text-decoration: none;
	*display: inline;
}


.parl-twitter-share-button
{
    background: #ffffff url(../Images/twitter-bird-26.png); height:18px; width:18px;
    border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
		zoom: 1;
	*display: inline;
}

.parl-twitter-share-button:hover
{
    background: #ffffff url(../Images/twitter-bird-26-hover.png); height:18px; width:18px;
    border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
	zoom: 1;
	text-decoration: none;
	*display: inline;
}

.parl-facebook-share-button
{
    background: #ffffff url(../Images/facebook-26.png); height:18px; width:18px;
    border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
		zoom: 1;
	*display: inline;
}

.parl-facebook-share-button:hover
{
    background: #ffffff url(../Images/facebook-26-hover.png); height:18px; width:18px;
    border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
		zoom: 1;
	*display: inline;
}

.xmlLink
{
    background: #ffffff url(../Images/xml-26.png); height:18px; width:18px;
    border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
		zoom: 1;
	*display: inline;
}

.xmlLink:hover
{
    background: #ffffff url(../Images/xml-26-hover.png); height:18px; width:18px;
    border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
		zoom: 1;
	*display: inline;
	text-decoration: none;
}

.shareLink
{
    background: #ffffff url(../Images/sharelink-26.png); height:18px; width:18px;
    border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
		zoom: 1;
	*display: inline;
}

.shareLink:hover
{
    background: #ffffff url(../Images/sharelink-26-hover.png); height:18px; width:18px;
    border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
		zoom: 1;
	*display: inline;
	text-decoration: none;
}

.sharingLink
{
    background: #ffffff url(../Images/sharelink-26.png); height:18px; width:18px;
    border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
		zoom: 1;
	*display: inline;
	cursor:pointer;
}

.sharingLink:hover
{
    background: #ffffff url(../Images/sharelink-26-hover.png); height:18px; width:18px;
    border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
		zoom: 1;
	*display: inline;
	text-decoration: none;
}

.center{
text-align: center;

}

.title-font{
	font-size: 26.0pt;
	font-family: "Old English Text MT";
	font-weight: bold;
}

.middlealign 
{
    display: inline-block;
    vertical-align: middle;
    	zoom: 1;
	*display: inline;
}

.spinner{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;	
}

.spinnercentered{
    vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
}
.spincenteredVideo{
position: absolute;
left: 50%;
top: 50%;
margin-left: -150px; /*(half of width)*/
margin-top: -125px;
}
.sharethislink 
{
    height: 0px;
	position: relative;
	top: 20px;
	left: 65px;
}

#sharethis{
    float:left;
}
input#shareinterventionbox 
{
    position:relative;
    height:14px;
    width:350px;
    padding-top: -1px;
    font-size: 11px;
    display: inline;
	z-index: 1;
}

input[type='text']::-ms-clear 
{ 
    display: none; 
}

/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=e4e4e2&bgTextureHeader=05_inset_soft.png&bgImgOpacityHeader=80&borderColorHeader=ffffff&fcHeader=000000&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=ababab&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #ffffff; background: #e4e4e2 url(images/ui-bg_inset-soft_80_e4e4e2_1x100.png) 50% 50% repeat-x; color: #000000; font-weight: bold; }
.ui-widget-header a { color: #000000; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #ababab url(images/ui-bg_flat_0_ababab_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Resizable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.20
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog-shadow { box-shadow: 0 0 0 7px rgba(0,0,0,0.1); }
/*!
 * jQuery UI Slider 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
  height:334px;
 width:320px;
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }




.videoLoader

{
	position: absolute;
    top: 120px;
	left:150px;
	z-index: 101;
	background-color: transparent;
}


.uiicon 	
{
	position: absolute;
	left: 300px;
	bottom:0px;
	height:13px;
	width:13px;
	background-image: url(images/ui-icons_454545_256x240.png);
	z-index: 100; 
	background-position: -81px -129px; 
	border: 0px;
}
	
.uiicon:hover 	
{
	position: absolute;
	left: 300px;
	bottom:0px;
	height:13px;
	width:13px;
	background-image: url(images/ui-icons_454545_256x240.png);
	z-index: 100;
	border: 1px solid gray;
	cursor: pointer;
	background-position: -81px -129px; 
}



a:focus {
outline: none;
}

.trends
{
	width: 265px;
	height:100%;
	background-color: White;
	border-bottom:dotted 1px #AFAFAF;
	border-radius: 5px;
	border: black;

	overflow-y:scroll;
	overflow-x:hidden;
}

.trends li, .list-of-lists li {
	font-size: 0.95em;

}

.trend-item
{
	width: 10px;
	font-weight: 100;
	color: Blue ;

}



.mpicon
{
	height: 60px;
	width: 37.5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: black;
}

.filter
{
	width: 230px;
	height: auto;
	background-color: White;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: black;
	padding: 5px 5px 5px 5px;
}

.rssitemOn
{	
	background-image: url(../Images/rss-13.jpg); 
	height: 13px;
	width: 13px;
background-repeat: no-repeat; 
	border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
		zoom: 1;
	*display: inline;

}
.rssitemOff
{	
	background-size: 100% Auto;
	border: 0px none #fff;
    margin:0px;
    display: inline-block;
	overflow: hidden; background-repeat: no-repeat; 
		zoom: 1;
	*display: inline;
}

.spanId
{	width: 12px;
	height:12px;
	display: inline-block;
		zoom: 1;
	*display: inline;
	}
	
.currentlyTagged
{
	font-size: .9em;
	padding: 0px 0px 0 10px;
	
}	
#navigator
{
border-top:dotted 1px #AFAFAF;

}
 a.buttonClass, a.topic, a.intervention, a.person, a.orderOfBusiness, a.mptopic, a.subjectOfBusiness, a.personTopic
{
	color: Black;
	
}

.button2
{
 background :#e9e9e9; border:1px solid #e7f4f9;
}


.buttonClass:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.buttonClass:active {
	position:relative;
	top:1px;
}
.button2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid gray;
	color:#777777;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

#searchbutton {
	height:18px; width:18px;
	padding-top: 13px;
	background: url(../Images/search.png); 
	display: inline-block;
	padding-top: 5px;
	position:relative;
	top: 4px;
	right: 1px;
		zoom: 1;
	*display: inline;
}

.divider
{
	padding: 2px 0 2px 0;
}


.result 
{
	display: inline-block;
   *display:inline;
   font: bold 90% Arial, Verdana, Geneva, sans-serif;
	font-size: 0.90em;
		zoom: 1;
	*display: inline;
}

#container {
padding-bottom: 5px;
margin-bottom: 5px;
  /*border-bottom: 1px solid #dcdcdc;*/
}
.container {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #dcdcdc;
}



.box {
	position: absolute;
	
    width:300px;
    left: 150%;
    margin-left: -50%;
	overflow-y: auto;		
    overflow-x: hidden; 
   -webkit-overflow-scrolling:touch;
	*z-index: -1;
	scrollbar-3dlight-color:;
    scrollbar-arrow-color:;
    scrollbar-base-color:;
    scrollbar-darkshadow-color:;
    scrollbar-face-color:;
    scrollbar-highlight-color:;
    scrollbar-shadow-color:

}



#box1 {
   left: 50%;
}

#box2 {
   left: 150%;
}


#box3 {
   left: 150%;
}

.ui-margin
{
	margin-top: -2px;
	padding-right:4px;
	border-bottom:  1px solid #e6e6e6;
}

.SideBarLoad{
	position: fixed;
	height: 25px;
	top: 0px;
	width: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
	border:  1px solid #e6e6e6;
	padding-left: 20px;
    vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
	border-color: #f0c36d;
	background-color: #f9edbe;
	border: 1px solid transparent;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:  0 2px 4px rgba(0,0,0,0.2);
}
.SideBarLoad-old{
	position: fixed;
	height: 25px;
	top: 0px;
	width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
	border:  1px solid #e6e6e6;
	padding-left: 20px;
    vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
	border-color: #f0c36d;
	background-color: #f9edbe;
	border: 1px solid transparent;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:  0 2px 4px rgba(0,0,0,0.2);
}

.spinner2{
	top: 10px;
	right: 5px;
}

.prevIntervention, .prevTopic
{
	background: url(../Images/navigate_up.png); 
	height: 16px;
	width: 16px;
	display: inline-block;
	zoom: 1;
	*display: inline;

}

.prevInterventionDisabled, .prevTopicDisabled, .prevInterventionDisabled
{
	background: url(../Images/navigate_up_disabled.png); 
	height: 16px;
	width: 16px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.nextIntervention, .nextTopic
{
	background: url(../Images/navigate_down.png); 
	height: 16px;
	width: 16px;
	display: inline-block;
		zoom: 1;
	*display: inline;

}

.nextInterventionDisabled, .nextTopicDisabled
{
	background: url(../Images/navigate_down_disabled.png); 
	height: 16px;
	width: 16px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.title
{
	font-size: 1.0em;
	margin-left: 15px;
}

.intervention-on 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #A69EA6) );
	background:-moz-linear-gradient( center top, #ededed 5%, #A69EA6 100% );
	background-color:#ededed;	
}

.intervention-off 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background-color:#ededed;
}

.topicsBackground, .interventionsBackground, .mpsBackground, .itemsBackground
{
	 overflow:none;
      padding-top: 1px; 
      padding-bottom: 3px;
      padding-right: 15px; 
      padding-left: 4px;    
    
      margin-left: -5px;
      /*background-color:#dedede;*/

      width: auto;
}

.bold {
	font-weight: Bold;
}

.ui-paddingTop{
	padding-top: 5px;
	padding-bottom: 5px;

}
.separator
{
	
	padding: 6px 9px 4px 1px;
	border-bottom: 1px solid #d3d3d3 ;
	background: white;
	text-decoration:none;
	font-weight: Bold;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:1em;
	margin-left: 0px;
	text-shadow:1px 1px 0px #ffffff;
	width: 280px;	
	padding-left: 2px;
}

.topic, .intervention, .person, .orderOfBusiness, .subjectOfBusiness, .mptopic, .personTopic{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	padding: 6px 10px 4px 3px;
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(images/ui-bg_glass_7.5_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block;
	color:#777777;
	font: Verdana, Helvetica, sans-serif;
	font-size:1em;
	font-weight: normal;
	margin-left: 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	width: 100%;	
}
.rssIcon{
	background-image: url(../Images/rss-13.jpg);
	height: 14px;
	width: 14px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-left: 5px;
	top: 3px;
	position: relative;
	cursor: pointer;
	*zoom: 1;
	*display: inline;
}

.intervention{

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius:2px;	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	padding: 6px 10px 4px 3px;
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(images/ui-bg_glass_7.5_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:1em;
	font-weight: normal;
	margin-left: 1px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;

}

.topic:hover, .personTopic:hover, .intervention:hover, .person:hover, .orderOfBusiness:hover , .mptopic:hover, .subjectOfBusiness:hover
{
text-decoration:none;	
border: 1px solid #999999;
background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;

}.topic:active, .personTopic:active, .intervention:active , .person:active, .orderOfBusiness:active, .mptopic:active, .subjectOfBusiness:active{
	position:relative;
	background: #dadada url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
	top:1px;
	
}
.ui-bold
{
	font-weight: bold;
}
.activeBackground
{
text-decoration:none;	
border: 1px solid #999999;
background: #e6e6e6 url(images/ui-bg_glass_7.5_e6e6e6_1x400.png) 50% 50% repeat-x;
font-weight: bold;

}

#breadcrumb{

	position: relative;

	bottom: 12px;
	font: .8em Verdana, Helvetica, sans-serif;
	*margin-top: 5px;
	*padding-left: 5px;
}
.topicNav
{	
	display: block;	
	float: right;		
}

.sortMenu
{	
	display: block;	
	text-align:center;
	font: bold 90% Arial, Verdana, Geneva, sans-serif;
	font-size: .9em;
	color:#202020;
	width: 276px;
	padding: 4px 0px 4px 0px;
	zoom: 1; 
}

.panel {
	position:relative; 
	/*Border for IE 6-8*/ 
	border: solid 1px #ccc;


  /*Other*/
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:  0 2px 4px rgba(0,0,0,0.2);
	top: 2px;
	right: 0;
	display: none;
	width: 300px;
	min-height: 640px;
	height: 98%;
	overflow: hidden;	
}
.panelFullScreen
{
	width: 276px;
	top:0;
	right:0;  
	height:100%;
	position: fixed;
	top: 1em;
	right: 1em;
}
.panel p{
	margin:  0 0 5px 0;
	color: #cccccc;
}

a.back
{
	font-size: 10px;
	text-decoration: none;
	color: Black;
}
.back
{
	height: 20px;
	margin-bottom: 5px;
	width: 27px;
}
.back:hover{
	text-decoration:none;	
	border: 1px solid #999999;
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}

.sort-clicked, a.sort-clicked
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #a69ea6) );
	background:-moz-linear-gradient( center top, #ededed 5%, #a69ea6 100% );
	background-color:#a69ea6;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:10px;
	border:3px solid #dcdcdc;
	display:inline-block;
	font-family:arial;
	font-size:1em;
	font-weight:bold;
	padding:1px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	width: auto;
	text-decoration: none;
	padding-top: 3px;
	color:#300000; 
}

.sort, a.sort 
{	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background-color:#ededed;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:10px;
	border:3px solid #dcdcdc;
	display:inline-block;
	font-family:arial;
	font-size:1em;
	font-weight:bold;
	padding:1px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	width: auto;
	text-decoration: none;
	padding-top: 3px;
	color:#300000; 
}
.sort:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );

	background-color:#dfdfdf;
}
.sort:active {
	position:relative;
	top:1px;
}

.sidebarTitle, .sidebarTitle a:visited
{
	font: bold;
	padding: 3px 0px 3px 0px;
}

.sidebarTitle-center
{
	font: bold 90% Arial, Verdana, Geneva, sans-serif !important;

}

.inline
{
	display: block;
}

.arrow-right-hover
{
	background-image : url(../Images/navigate_right-hover.png); 
	height: 13px;
	width: 13px;
	float: right;
	display: inline-block;
	background-repeat:no-repeat;
	zoom: 1;
	*display: inline;
}
.rsslink, a.rsslink
{
	display: inline;
	padding-bottom: 3px;
	text-decoration: none;
	color:black; 
	word-wrap: break-word;
}
.rss
{
	display: inline-block;
	padding-top: 10px;
	zoom: 1;
	*display: inline;
}

.inlineBlock
{
	display: inline-block;
}

.mouseover
{
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
	border:1px solid #dcdcdc;
	cursor:pointer;
	cursor:hand;
}

.interventionBox
{
	border-radius:5px;
	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
	border:1px solid  #dcdcdc;
	padding: 7px;
	margin-right: 5px;
	margin-bottom: 15px;
}

.topicsInsert
{
	display: block;
	padding-top: 5px;
	padding-bottom: 8px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #300000;
	font-weight: bold;
	border-bottom: 1px dotted #808080;	
} 

a.topicInsertLink
{
	color: Black;
}
.topicInsertLink
{
	display:inline-block;
	zoom: 1;
	*display:inline;

}
.padding-bottom
{
	padding-bottom: 5px;
}
.padding-left
{
	padding-left: 5px;
}

.padding-top
{
	padding-left: 5px;
}
.topicInsert {
	background-color:#ededed;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	border:1px solid #dcdcdc;
	display:inline-block; 
	color:#777777;
	font-family:arial;
	font-size:1em;
	font-weight:bold;
	padding:0px 10px;
	margin-right:5px;
	margin-bottom:3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
	margin-bottom: 10px;
	zoom: 1;
	*display:inline;	
}

.topicInsert:hover 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:  0 2px 4px rgba(0,0,0,0.2);
}

.topicInsert:active 
{
	position:relative;
	top:1px;
}

.alltopics-icon
{
	display: inline-block;
	background-image: url(../Images/find_text.png);
	background-repeat: no-repeat;
	height:16px;
	width:16px;
	padding-right: 3px;
	margin-left: 13px;
	zoom: 1;
	*display: inline;	
}

.interventiontopics-icon
{
	display: inline-block;
	background-image: url(../Images/window_view.png);
	background-repeat: no-repeat;
	height:16px;
	width:16px;
	padding-right: 3px;
	margin-left: 13px;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}

.exitSidebar, .minimizeParlVu, .exitParlVu, .sidebarIcons
{
	/*background-image: url(../Images/close-off.png);*/
	background-repeat: no-repeat;
	height:16px;
	width:16px;
	float: right;	
	cursor: pointer;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
.exitButton, .exitParlVuButton
{
	display: inline-block;
	background-image: url(images/ui-icons_888888_256x240.png);
	background-position: -96px -128px;
	height:18px;
	width:18px;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
	*left: 5px;
}
.exitShareUrl
{
	display: inline-block;
	background:#dadada url(images/ui-icons_888888_256x240.png);
	background-position: -96px -128px;
	height:18px;
	width:18px;
	border-top: 1px solid #ABADB3;
	border-bottom: 1px solid #ABADB3;
	border-right: 1px solid #ABADB3;
	position: inherit;
	top: 6px;

	/* For IE 7 */
	zoom: 1;
	*display: inline;
	*left: 5px;
}
.exitShareUrl:hover{

	border-top: 1px solid #ABADB3;
	border-bottom: 1px solid #ABADB3;
	border-right: 1px solid #ABADB3;
	background: #dadada  url(images/ui-icons_222222_256x240.png);
	background-position: -96px -128px;
	font-weight: normal;
	color: #212121;
		cursor: pointer;

}
.exitButton:hover, .exitParlVuButton:hover{

	border: 1px solid #999999;
	background: #dadada  url(images/ui-icons_222222_256x240.png);
	background-position: -96px -128px;
	font-weight: normal;
	color: #212121;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
.exitParlVuButton
{
	display: inline-block;
	background-image: url(images/ui-icons_888888_256x240.png);
	background-position: -96px -128px;
	height:18px;
	width:18px;
}

.minimizeParlVuButton
{
	display: inline-block;
	background-image: url(images/ui-icons_222222_256x240.png);
	background-position:-64px -128px;
	height:16px;
	width:16px;
}
.exitSidebar-hover, .exitParlVu-hover
{
	display: inline-block;
	background-image: url(images/ui-icons_222222_256x240.png);
	-webkit-border-radius: 3px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;   
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; 
	background-position: -96px -128px;
	background-repeat: no-repeat;
	height:16px;
	width:16px;
	float: right;	
	cursor: pointer;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}

.sidebarheader
{

	padding: 4px;
	border:  solid 1px #dedede;		
	background: #e4e4e2 url(images/ui-bg_inset-soft_80_e4e4e2_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
	*min-width: 300px;
}

.anchor
{
	border-bottom:1px solid #dcdcdc;
	
}

.toc-padding
{
	padding: 5px 0 5px 0;
	display: inline-block;
	height: 16px;
	zoom: 1;
	*display: inline;
}

a.explorer-list
{
	font-size: 0.9em;
	color: #999;

}

a.explorer-list-active 
{
	font-size: 0.9em;
	color: #006000;
}

a.explorer-list-expanded 
{
	font-size: 0.9em;
	color: #006000;
}

.sharebar
{
	display: inline-block;	
	float: right;	

	zoom: 1;
	height: 28px;
	
	
	*display: inline;
}

.sharebarTop
{
	display: inline-block;	
	float: right;	

	zoom: 1;
	height: 28px;
	
	
	*display: inline;
}
.sharebarsocial
{
	display: inline-block;	
	float: right;	

	zoom: 1;
	height: 28px;
	
	
	*display: inline;
}


.intervention-border
{
	border-style:ridge;
	border-color:#f0f0f0;
	border-width:2px;
}

.detail-items 
{
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.topicTitle
{
	font-size: 100%;
	color: #006000;
	margin: 5px 0px 6px 0px;
	padding-bottom: 3px;
	width: 282px;
	display: inline-block;
	border-bottom: solid 1px #a0a0a0;
	zoom: 1;
	*display: inline;
}

.topicBold
{
	font-weight: bold;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.listexplorer
{
	position:relative;
	top: 488px;
	font: bold 90% Arial, Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color:#202020;
	width: 268px;
}

   
.trigger {	
	-moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	box-shadow:inset 0px 1px 0px 0px #7a8eb9;        
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
	background:-moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-o-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);        
	background-color:#637aad;        
	border:1px solid #314179;        
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 12px;
	text-decoration:none;
	cursor:pointer;	
}
.trigger:hover {  
	text-decoration:none;
	background-color:#5972a7;
}
.trigger:active {
	position:relative;
	top:1px;
}

a.trigger{
   color: white;
}

.footerBar
{	
	position: fixed;
	bottom: 0;
	font-family: Arial, Verdana, Geneva, sans-serif !important;
	border: solid 1px;
	border-bottom: 0;	
	font-weight: bold;
	height: 19px;
	outline: none;
	padding: 5px 5px 5px;
	z-index: 1;
	width: 99%;
	background-color: white;
	text-align:right;	
}

#sidebarButton
{
	font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
	cursor: pointer;
	
}

.sidebarButtonOn
{	
	position: relative;
	right: 245px;
	top: 70px;
}

.personSpeaking
{
	padding: 5px 5px 5px;
}

div.dropdown 
{
	color: #555;
	margin: 3px -22px 0 0;
	position: relative;
	height: 17px;
	text-align:left;
	padding: 8px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	width: 292px;
	font-size: 12px;
	*z-index: 5000;
	
}

div.submenu
{
	background: #fff;
	position: absolute;
	top: -5px;	
	z-index: 100;
	width: 187px;
	margin-left: 95px;
	padding: 40px 0 5px;
	border-radius: 3px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	*z-index: 3000;
	
}

div.ui-submenu-en {
	left: -17px;
}
div.ui-submenu-fr{

	left: -4px;
	
}
#explore_toc, #explore_topic, #explore_person
{
	border-bottom: dotted 1px gray ;
}
.dropdown  li a
 {   
    color: #555555;
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 6px 15px;
    cursor : pointer;
	text-decoration:none;
}

.dropdown li a:hover{
    background:#EDEDED;
    color: black;
    text-decoration: none;
}
.exploreBy 
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	padding: 8px 10px 8px 3px;
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:1em;
	font-weight: normal;
	margin-left: 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	width: 160px;	
	font-size: 12px;
	*z-index: 6000;
}

.exploreBy:hover
{
	text-decoration:none;	
	border: 1px solid #999999;
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	
}

.exploreByIcon
{
	display: inline-block;
	background-image: url(images/ui-icons_888888_256x240.png);
	background-position: -64px 0;
	height:16px;
	width:16px;
	margin-bottom: -4px;
	position:absolute;
	right: 0;
}

.exploreByIcon:hover
{
	display: inline-block;
	background-image: url(images/ui-icons_222222_256x240.png);
	background-position: -64px 0;
	height:16px;
	width:16px;
	margin-bottom: -4px;
	position:absolute;
	right: 0;
}

a.exploreBy {
	line-height: 16px;
	color: Black;
	position: absolute;
	z-index: 110;
	display: inline-block;
	padding: 2px 5px 2px 10px;
	height: 16px;
	margin-left: 5px;
	margin-bottom: 3px;
	text-decoration: none;
	cursor:pointer;
	top: 6px;	
	 white-space: nowrap;
}
.padding
{
	margin-bottom: -3px;	
}
.root
{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size: 11px;
	padding: 2px 0 0 0px;
	border-top:1px solid #dedede;
	*z-index: 100;
}
.header-filter{
	background: #e4e4e2 url(images/ui-bg_inset-soft_80_e4e4e2_1x100.png) 50% 50% repeat-x;
	color: #222222;
	height: auto;
	padding: 5px 0px 5px 0px;
	color: #555;
	text-align: left;
	font-size: 12px;
}

#header-search
{
	padding: 4px 0px 4px 0px;	
	background: #e4e4e2 url(images/ui-bg_inset-soft_80_e4e4e2_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
	height: 20px;
	*min-width: 300px;
	 display: table;
	width: 300px;
}

.ui-bordertop{
	border-top: solid 1px #dedede;
}

.filter-ui{
	display:table-cell;
	width: auto;
	padding-left: 5px;
	zoom: 1;
	*display:inline;
	


}

.sort-buttons{
	display:table-cell;
	width: auto;	
	zoom: 1;
	*display:inline;
	*position: absolute;
	*z-index: 0;

}
#header-search input.searchBox, #header-search input.searchBox1, #header-search input.searchBox2, #header-search input.searchBox3 
{
	padding-left: 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border:1px solid #8e8e8e;
	height:auto;
	width: 95%;
	color:#4a4a4a;
	float:left;    
	/* Opera/IE 7 hack */
	*height: 22px; 
	*width: 180px; 
	
	font-size: 12px;		
 }


#header-search input.searchButton
{    
    border:0;
    padding:0;
    margin:2px 2px 2px -24px;
    width:17px;
    height:17px;
    background:transparent url(images/ui-icons_222222_256x240.png) -160px -112px  no-repeat;    
}

#header-search input.clearButton
{    
    border:0;   
    margin:2px 2px 2px -24px;
    width:16px;
    height:16px;
    background:transparent url(images/ui-icons_222222_256x240.png) -32px -192px no-repeat;    
    cursor:pointer;
}
.interventionDate 
{
	display: inline-block;			
	float: right;	
	*display: inline;
}
.day 
{
	display: inline-block;
	margin-right: 7px;
	float: right;	
	font-weight:normal;
	*display: inline;
}

.counter
{
	background:#E3E3E3;
    border-radius: 10px 10px 10px 10px;  
	display: inline-block;
	padding: 2px;
	margin-right: 7px;		
	float: right;	
	*display: inline;
}

.container2
{
	  border:1px solid #8e8e8e;
}

.videoPlayer
{
	display: block;
    height: 600px;
    margin: 0 auto;
    border: 0;
	z-index: 151;
	*display: inline;
	background-color: white;
}

.sideway {
    -moz-transform:rotate(-270deg); 
    -moz-transform-origin: bottom left;
    -webkit-transform: rotate(-270deg);
    -webkit-transform-origin: bottom left;
    -o-transform: rotate(-270deg);
    -o-transform-origin:  bottom left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.hide { 
	display: none !important; 
}
 
#sortOOB 
{
	border: 1px solid #E0DEDE; 
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	display: inline-block;
	height:22px;
	width:22px;
	cursor:pointer;
	background-position:center; 
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	background-color: #E6E6E6; color: #999999;
}
#sortAZDescending
{
	border: 1px solid #E0DEDE; 
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	display: inline-block;
	height:22px;
	width:22px;
	cursor:pointer;
	background-position:center; 	
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	background-color: #E6E6E6; color: #999999;
}



#settings {
	border: 1px solid #E0DEDE; 
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	display: inline-block;
	height:22px;
	width:22px;
	cursor:pointer;
	background-position:center; 	
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	float: right;
	background-color: #E6E6E6; color: #999999;

	*margin-top: 0px;
	*float:none;
}
#sortDescending
{
	border: 1px solid #E0DEDE; 
	display: inline-block;
	height:22px;
	width:22px;
	cursor:pointer;	
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	background-position:center; 
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;	
	background-color: #E6E6E6; color: #999999;
}
.sortAZDescending-on, .sortDescending-on, .sortOOB-on
{
	border: 1px solid #999999 !important;
	background-color: #B0B0B0 !important;
	color: #FFFFFF !important;
}
.sorting-label-ui{
	padding: 7px 0px 5px 6px;
}

.arpi-icon
{
	display: inline-block;
	background-image: url(../Images/search.png) ;
	background-repeat: no-repeat;
	width: 16px;
	height: 18px;
	display: inline-block;
	margin-top: 2px;
	margin-left: 1px;
}
.sort-occurrence-icon {
	background: url(../Images/sort_descending_off.png) ;
	background-repeat: no-repeat;
	width: 16px;
	height: 18px;
	display: inline-block;
	margin-top: 2px;	
	margin-left: 1px;
}

.grouping-icon {
	background: url(../Images/grouping.gif) ;
	background-repeat: no-repeat;
	width: 16px;
	height: 18px;
	display: inline-block;
	margin-top: 2px;
	margin-left: 1px;
}

.sort-alphabetical-icon {
	background: url(../Images/sort_az_descending_off.png) ;
	background-repeat: no-repeat;
	width: 16px;
	height: 18px;
	display: inline-block;
	margin-top: 2px;
	margin-left: 1px;
}

#sortAZDescending:hover, #sortDescending:hover, #sortOOB:hover, #settings:hover{
	border: 1px solid #999999;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

#sortVerticalLine {
    border-left: 1px solid #999999;	
	height: 22px;
	display: inline-block;
	margin-top: 1px;
}
.block{
display: block;
}

.right {
	display: inline-block;
    float: right;
    width: 60%;
	height: auto;
}

.left {	
    overflow: hidden;
	width: auto;
	height: auto;
	margin-bottom: 3px;
}

.placeholder
{
  color: #aaa;
}

#templates, .hidden
{
	display:none !important;}

.show
{
	display:inline-block;
}

.ui-inline75 {
	display:inline:block; 
}

.ui-title{
	float:left;
	max-width: 210px;
	height: auto;
	display: inline-block;
}
	   .mnuLevel1{
	    float:left;
	    height: auto;
	    display: inline-block;
	    font-family:Verdana;
	    font-size:9.5pt;
	    text-transform:uppercase;
		}
		.mnuLevel2 {
	    float:left;
	    height: auto;
	    display: inline-block;
	    padding-left:10px;
	    font-family:Verdana;
	    font-size:9.5pt;
	    font-variant:small-caps;
		}
		.mnuLevel3 {
	    float:left;
	    height: auto;
	    display: inline-block;
	    padding-left:15px;
	    font-family:Verdana;
	    font-size:9.5pt;
	    font-style:italic;
		}
		.mnuLevel4 {
	    float:left;
	    height: auto;
	    display: inline-block;
	    padding-left:20px;
	    font-family:Verdana;
	    font-size:9.5pt;
		}
		.mnuLevel5 {
	    float:left;
	    height: auto;
	    display: inline-block;
	    padding-left:25px;
	    font-family:Verdana;
	    font-size:8.5pt;
		}
		
		
		.mnuLevel1Amending{
	    float:left;
	    height: auto;
	    display: inline-block;
	    font-family:Verdana;
	    font-size:9.5pt;
	    text-transform:uppercase;
	    font-weight:bold;
		}
		.mnuLevel2Amending {
	    float:left;
	    height: auto;
	    display: inline-block;
	    padding-left:10px;
	    font-family:Verdana;
	    font-size:9.5pt;
	    font-variant:small-caps;
	    font-weight:bold;
		}
		.mnuLevel3Amending {
	    float:left;
	    height: auto;
	    display: inline-block;
	    padding-left:15px;
	    font-family:Verdana;
	    font-size:9.5pt;
	    font-style:italic;
	    font-weight:bold;
		}
		.mnuLevel4Amending {
	    float:left;
	    height: auto;
	    display: inline-block;
	    padding-left:20px;
	    font-family:Verdana;
	    font-size:9.5pt;
	    font-weight:bold;
		}
		.mnuLevel5Amending {
	    float:left;
	    height: auto;
	    display: inline-block;
	    padding-left:25px;
	    font-family:Verdana;
	    font-size:8.5pt;
	    font-weight:bold;
		}

.arrow-right
{
	background-image : url(images/ui-icons_888888_256x240.png);
	background-position: -32px 0;
	height: 13px;
	width: 13px;
	float: right;
	display: inline-block;
	background-repeat:no-repeat;
	zoom: 1;
	*display: inline;
	margin-right: -9px;	
}
.arrow-right:hover
{
	background-image : url(images/ui-icons_222222_256x240.png);/*{iconsDefault}*/;; 
	background-position: -32px 0;
	height: 13px;
	width: 13px;
	float: right;
	display: inline-block;
	background-repeat:no-repeat;
	zoom: 1;
	*display: inline;
	margin-right: -9px;	
}
a.clock{
    text-decoration: none;
}

.arrow-circle-down
{
	background-image : url(images/ui-icons_888888_256x240.png);	
	background-position: -128px -192px;
	height: 16px;
	width: 16px;	
	display: inline-block;
	background-repeat:no-repeat;
	position: relative;
	top: 4px;
	zoom: 1;
	color: #555555;
	*display: inline;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	border: 1px solid white;

}
.arrow-circle-down:hover{
	border: 1px solid #999999;
	background: #dadada  url(images/ui-icons_222222_256x240.png);
	background-position: -128px -192px;
	font-weight: normal;
	color: #212121;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
.arrow-circle-up
{
	background-image : url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
	background-position: -160px -192px;
	height: 16px;
	width: 16px;	
	display: inline-block;
	background-repeat:no-repeat;
	zoom: 1;
	position: relative;
	top: 4px;
	color: #555555;
	*display: inline;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	border: 1px solid white;
}

.arrow-circle-up:hover{
	border: 1px solid #999999;
	background: #dadada  url(images/ui-icons_222222_256x240.png);
	background-position: -160px -192px;
	font-weight: normal;
	color: #212121;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
.meter { 
	height: 5px;  
	float: right;
	width: 15%;
	background: #808080;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
	padding: 2px;
	margin-right: 2px;		
	margin-top: 3px;	
}

.meter-0{
	width: 2%;
}
.meter-5{
	width: 5%;
}
.meter-10{
	width: 10%;
}
.meter-15{
	width: 15%;
}
.meter-20{
	width: 20%;
}
.meter-25{
	width: 25%;
}
.meter-30{
	width: 30%;
}
.meter-35{
	width: 35%;
}
.meter-40{
	width: 40%;
}
.meter-45{
	width: 45%;
}
.meter-50{
	width: 55%;
}
.meter-55{
	width: 55%;
}
.meter-60{
	width: 60%;
}
.meter-65{
	width: 65%;
}
.meter-70{
	width: 70%;
}
.meter-75{
	width: 75%;
}
.meter-80{
	width: 80%;
}
.meter-85{
	width: 85%;
}
.meter-90{
	width: 90%;
}
.meter-95{
	width: 95%;
}
.meter-100{
	width: 100%;
}
.meter-55{
	width: 55%;
}


.orange > span {
	background-color: #f1a165;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
	background-image: -webkit-linear-gradient(top, #f1a165, #f36d0a); 
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -ms-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -o-linear-gradient(top, #f1a165, #f36d0a);
}
.meterCounter 
{
	display: inline-block;
	position:relative;
	font-size: .8em;
  	color: white;
	top: -4px;
	z-index: 100;
	font-family: Lucida Console;
}
.meter > span {
	display: block;
	height: 100%;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: rgb(43,194,83);
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(43,194,83)),
	  color-stop(1, rgb(84,240,84))
	 );
	background-image: -webkit-linear-gradient(
	  center bottom,
	  rgb(43,194,83) 37%,
	  rgb(84,240,84) 69%
	 );
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(43,194,83) 37%,
	  rgb(84,240,84) 69%
	 );
	background-image: -ms-linear-gradient(
	  center bottom,
	  rgb(43,194,83) 37%,
	  rgb(84,240,84) 69%
	 );
	background-image: -o-linear-gradient(
	  center bottom,
	  rgb(43,194,83) 37%,
	  rgb(84,240,84) 69%
	 );
	-webkit-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;

}
a.sideBarButtonTab-eng
{
	width: 27px;
	height: 202px;
	color: white;
	cursor: pointer;
	text-indent: -100000px;
	overflow: hidden;
	position: fixed;
	margin-left: 12px;
	background-image: url(../Images/explorer_trans_tab-eng.png) ;
	*margin-left: 5px;
	*z-index: 10000;
 
}

a.sideBarBillButtonTab-eng
{
	width: 27px;
	height: 202px;
	color: white;
	cursor: pointer;
	text-indent: -100000px;
	overflow: hidden;
	position: fixed;
	margin-left: 12px;
	background-image: url(../Images/Explorer-e.png) ;
	*margin-left: 5px;
	*z-index: 10000;
 
}
.sideBarButtonTab:hover{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:  0 2px 4px rgba(0,0,0,0.2);	
}
.sideBarButtonTab {
	border-radius: 2px;

}

a.sideBarButtonTab-fra
{
	width: 27px;
	height: 202px;
	color: white;
	cursor: pointer;
	text-indent: -100000px;
	overflow: hidden;
	position: fixed;
	margin-left: 12px;
	background-image: url(../Images/explorer_trans_tab-fra.png) ;
}

a.sideBarBillButtonTab-fra
{
	width: 27px;
	height: 202px;
	color: white;
	cursor: pointer;
	text-indent: -100000px;
	overflow: hidden;
	position: fixed;
	margin-left: 12px;
	background-image: url(../Images/Explorer-f.png) ;
}

.message {
	padding-bottom: 5px;
	border-bottom: solid 1px #f0f0f0;
}
.ui-inline{
	display: inline;
}
.ui-icon-inline {
	display: inline-block !Important;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-block{
	display:block;
}
#personIframe, #documentIframe{
	height: 0px;
}

.ui-message-padding{
	margin: 3px 0px 3px 0px;
}



.billsSidebarTitle
{
	
font-weight:bold;
	text-align:center;
	font-family:Verdana;
	font-size:11pt;
}



.stageDate
{
	font-weight:normal;
	text-align:center;
	font-family:Verdana;
	font-size:9.5pt;
	padding-top:5px;
	display:inline-block;
}

