﻿

/* ====== "Progress of the Bill" diagram ====== */

.diagram				{clear: both; float:left; width:760px; background:url(../Images/BillSummary/bg-diagram.gif) 0 0 repeat-x; margin-top:0px;}
.diagram h2				{float:left; width:130px; height:39px; margin:20px 0 0; font-size:0.9em !important; padding:11px 9px 0px; line-height:1.2em; background:url(../Images/BillSummary/bg-bill-start.gif) 0 0 no-repeat;}
.diagram h2 span		{display:block;}

.diagram ol				{float:left; margin:0; padding:0; width:612px;}
.diagram ol li			{float:left; margin:0 0 0 18px; width:166px; padding:14px 0 14px 14px; height:42px; overflow:hidden; list-style:none; display:inline;}
.diagram ol li span		{display:block; margin-top:-3px; height:23px; width:152px; font-size:0.9em; font-weight:bold; text-align:center;}
.diagram ol li ol		{float:left;}
.diagram ol li ol li	{float:left; height:22px; width:22px; margin:0 10px 0 0; padding:0;}
.diagram ol li ol li a	{display:block; height:22px; width:22px; text-indent:-999em;}

.diagram ol li.commons					{background:url(../Images/BillSummary/bg-commons.gif) 0 0 no-repeat;}
.diagram ol li.lords					{background:url(../Images/BillSummary/bg-lords.gif) 0 0 no-repeat;}
.diagram .consideration		{margin:20px 0 0 17px; padding:0; height:50px; width:50px;}
.diagram .assent			{margin:20px 0 0 17px; padding:16px 0 0 20px; height:50px; width:112px; color:#000; font-weight:bold; font-size:1em; background:url(../Images/BillSummary/bg-ra.gif) 0 0 no-repeat;}

.diagram ol li ol li	{*padding-top:0;}

*html .diagram			{overflow:hidden;}


.diagram ol.private li.lords ol li { margin-right: 20px; }

/* ====== Previous and next event ====== */

.last-event { float: left; }
.next-event { float: right; }

.last-event, .next-event 
{
	width: 48%;
}


.last-event h3, .next-event h3
{
	background-color: #cccccc;
	padding: 0.3em;
	margin: 0px 0px 2px 0px;
}

.last-event ul, .next-event ul,
.last-event ul li, .next-event ul li
{
	list-style-type: none;
	margin: 0px 0px 2px 0px;
}

.last-event ul, .next-event ul 
{
	padding: 0px;
}

.last-event ul li, .next-event ul li 
{
	padding: 2px 0.3em 2px 40px;
	min-height: 24px;
}

.last-event ul li img, .next-event ul li img 
{
	margin-left: -35px;
	float: left;
}

.last-event ul li.alt, .next-event ul li.alt 
{
	background-color: #e3e3e3;
}

#all-previous-stages 
{
	clear: both;
	border-bottom: 1px solid #acacac;
	margin-bottom: 10px;
	padding-bottom: 1em;
}


#bill-progress-na 
{
	clear: both;
	border-bottom: 1px solid #acacac;
	height: 1px;
	margin-bottom: 10px;
}


#readthis
{
	width: 134px; /* 174px */
	height: 49px; /* 114px */
	background: #ffffff url(../images/ReadThisBill.gif) top left no-repeat;
	float: right;
	padding: 45px 20px 20px 20px;
}


#readthis.act 
{
	background-image: url(../images/BillAnAct.gif);
	padding-right: 80px;
	width: 99px; /* 199px */
	height: 66px; /* 131px */
}


