/*------------------------------------------------------------------------------------------- Wide Build Plans List Styles */

#allPlansToggler
{
    position: absolute;
    right: 0;
    top: -3em;
}

.widePlanList ul, .widePlanList li, .widePlanList div, .widePlanList, .widePlanList .projectSection
{
    padding: 0;
    margin: 0;
}

.widePlanList .projectSection
{
    clear: left;
    border-top: 1px solid #98B9CD;
}

.widePlanList .projectHeaderSection {
    padding: 5px 0 0 30px;
    color: #003366;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 12px 4px;
}

.widePlanList .projectSection .headerOpen{

    display: block;
    float: left;
    width: 15em;
    background-image: url("../images/jt/icn_collapse.gif");

}

.widePlanList .projectSection .headerDisabled{
    display: block;
    float: left;
    width: 15em;
    cursor: default;
    background-image: url("../images/jt/icn_single.gif");

}

.widePlanList .projectSection .headerClosed {

	width: inherit;
    padding-bottom: 5px;
    background-color: #ebf1f7;
    background-image: url("../images/jt/icn_expand.gif");
}

.widePlanList .projectSection .headerClosed .projectLink
{
    float: left;

}


.widePlanList .projectHeaderSection .projectHeaderSummary {
    color: #3c78b5;
    font-size: 10px;
}

.widePlanList .projectHeaderSection .projectLink {
    font-weight: bold;
    text-decoration: none;
    color: #003366;
}

.widePlanList .projectHeaderSection a.projectLink:hover {
    text-decoration: underline;
}

.widePlanList .projectHeaderSection .totalPlans {
    width: 8em;
    float: right;
    font-size: 10px;
}

.widePlanList .projectHeaderSection .statusMessage {

    background-repeat: no-repeat;
    padding-left: 22px;
    margin-left: 15.7em;
}

.widePlanList .projectHeaderSection .project_success {

    background-image: url("../images/jt/icn_project_passed.gif");
}

.widePlanList .projectHeaderSection .project_fail {

    background-image: url("../images/jt/icn_project_failed.gif");
}

.widePlanList .projectHeaderSection .project_current {

    background-image: url("../images/jt/icn_building.gif");
}

.widePlanList ul.buildList {
    margin: 0 0 0 18em;
    padding: 0;
}

.widePlanList li.buildPlan {
    list-style: none;
    padding: 5px 0 5px 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.widePlanList li.lastBuildInProject {
    border-bottom: none;
}

.widePlanList li.buildPlan .statusIcon {
    display: inline;
    margin-left: 3px;
}

.widePlanList li.buildPlan .planKeySection {
    display: inline;
    word-spacing: 2px;
    font-weight: bold;
    margin-left: 5px;
}

.widePlanList ul.buildSummaryDetails  {
    float: right;
    display: block;
    width: 51%;
    list-style: none;
    font-size: 10px;
}

ul.buildSummaryDetails  {
    display: inline;
    list-style: none;
    font-size: 10px;
}

ul.buildSummaryDetails li {
    padding: 0 4px 0 0 !important;
    margin: 0 4px 0 0 !important;
    border-right: 1px solid gray;
    display: inline;
}

ul.buildSummaryDetails li.last {
    border: 0;
}

.widePlanList li.buildPlan .planOperations {
    float: right;
    vertical-align: middle;
}
