﻿#breadcrumbs 
{
    margin: 1em 0;
    font-size: 0.85em;
}

/* ====== Reset the reset ====== */

#content img 
{
    margin: 0px;
    padding: 0px;
    display: inline;
    vertical-align: middle;
}

/* ====== Tables ====== */

#content td, #content th
{
    border: 1px solid white;
}

#content th {
background-color:#E8F3F5;
padding:0.5em;
}

#content .tr1 
{
    background-color: #f7f7f7;
}

#content td 
{
    white-space: nowrap;
}

#content td.bill-item-description 
{
    width: 100%;
    white-space: normal;
}

#content .bill-item-icon 
{
    text-align: center;
    vertical-align: middle;
}

#content h2 {
    font-size: 18px;
    color: #333333;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px dashed #d9d9d9;
    padding: 0.5em 0;
    font-weight: normal;
    margin-top: 1.4em;
    clear: left;
}

#content h2.first 
{
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px;
}

#content h3 {
    font-size: 14px;
    color: #333333;
    margin: 1em 0 0 0;
}

#secondary-navigation li.active 
{
    font-weight: bold;
}

#secondary-navigation li.active li 
{
    font-weight: normal;
}

/* ====== Main layout ====== */

/* bill-summary-all: wrapper round all content */

#bill-summary-all
{
    background: url(../../../Images/divider-cfcfcf.png) 470px top repeat-y;
    overflow: hidden;
    clear: both;
}

/* bill-summary: central column, contains bill listing, documents etc */

#bill-summary
{
    float: left;
    width: 460px;
}

/* bill-uptodate: right hand column, contains up-to-date information on the bill */

#bill-uptodate
{
    float: right;
    width: 300px;
}


/* ====== Stuff common to two or more landing pages ====== */

dl.bill-agents 
{
    overflow: auto;
    float: left;
}

dl.bill-agents dt
{
    float: left;
    margin: 0 0 0.5em 0;
    font-weight: bold;
    clear: both;
}

dl.bill-agents dd 
{
    margin: 0 0 0.5em 14em;
    padding: 0px;
}


/* ====== Content types ====== */

.application-pdf 
{
    display: inline-block;
}

.application-pdf a, .application-pdf span
{
    padding-left: 20px;
    background: url(../../../Icons/pdf_icon.gif) no-repeat center left;
}

/* ====== Bill up to date ====== */

ul#bill-uptodate-links
{
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 1em;
}
ul#bill-uptodate-links li
{
    margin-left: 0px;
    /*padding-left: 32px;*/
    list-style-type: none;
    padding-bottom: 0.3em;
    background-repeat: no-repeat;
}

#bill-uptodate img
{
    margin: 0px;
    padding: 0px;
}

#bill-uptodate td 
{
    text-align: left;
    vertical-align: middle;
    padding: 5px;
}

ul#bill-uptodate-links li.alert 
{
    background-image: url(../../../Images/envelope.gif);
    background-position: -4px -1px;
}

ul#bill-uptodate-links li.rss
{
    background-image: url(../../../Images/rss.gif);
    background-position: left 2px;
}


#bill-summary ul
{
    margin: 1em 0;
    padding: 0px;
    list-style-image:url(../../images/square-bullet.gif);
}

ul#all-previous-stages 
{
    margin: 1em 0;
    padding: 0 0 1em 0;
    list-style-image:url(../../images/square-bullet.gif);
}

#bill-summary ul li, ul#all-previous-stages li
{
    margin-left: 25px;
    padding-left: 7px;
    list-style-type: disc;
    list-style-position: outside;
}

#ajax-loader 
{
    padding: 0px 0px 1em;
    background-color: White;
    display: none;
    text-align: center;
    width: 460px;
}

ul.tight 
{
    margin: 0px!important;
}

.stdButton {
    background-color: #085196;
    border: none;
    color: white;
    padding: 2px 6px;
}

.field-validation-error {
    color: red;
}

.paging .text {
    float: left;
    width: auto;
}

.paging .links {
    float: right;
}

.paging {
    padding-top: 10px;
}

.comment-success {
    padding: 15px 5px;
    background-color: #f7f7f7;
}