﻿/* ====== Bill agents ====== */

/* This is the stylesheet for the subsidiary pages (documents, stages, progress, etc) */

dl.bill-agents
{
    width: 580px;
}


/* ====== "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;
}

#content .diagram h2 
{
    float:left;
    width:130px;
    height:39px;
    margin:20px 0 0;
    font-size:0.9em !important;
    padding:11px 9px 0px !important;
    line-height:1.2em;
    background:url(../../../Images/BillSummary/bg-bill-start.gif) 0 0 no-repeat;
    border-bottom: none;
    border-top: none;
    color: inherit;
    clear: inherit;
}

.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 ! important;
    margin-bottom: 0px ! important; 
    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;
    padding-top: 1em;
}


#bill-progress-na 
{
    clear: both;
    border-bottom: 1px solid #acacac;
    height: 1px;
    margin-bottom: 10px;
}

#comments
{
    background: url(../../../Images/homepage-faded-separator.jpg) top left repeat-x;
}

#comments h4 {
    font-weight: bold;
    padding: 15px 0pt 5px;
    padding-bottom: 10px;
    border-bottom: 1px dotted gray;
}

#comments form h4 {
    border-bottom: none;
}

#comments .textboxes input {
    width: 280px;
    padding: 3px 0pt;
}

 #comments .textboxes textarea {
    width: 458px;
    padding: 3px 0pt;
}

#comments .textboxes textarea {
    height: 6em;
}

#comments .textboxes em {
    font-style: normal;
    color: red;
}


#comments ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#comments ul li, #comments ul ul li {
    list-style-type: none;
    margin: 0px;
}

#comments > ul > li {
    padding: 10px 0px;
    border-bottom: 1px dotted gray;
}

#comments li.reply {
    padding: 5px;
    background-color: #eaeaea;
    margin-top: 10px;
}


#comments li h5 {
    font-weight: normal;
    font-style: italic;
}

#comments li .commentname {
    font-weight: bold;
    font-style: normal;
}

#comments li .commentdate, #comments li .commentsubject {
    color: #616161;
    font-size: 10px;
}

#comments li .comment {
    padding-top: 10px;
}