﻿.StandardsDropdown
{
    margin-top:3px;
    float:right;
}
.StandardsDropdown .CompletedStandard
{
    background-color:#40741D;
    color:White;
}

.steps
{
    width:100%;  
    margin-bottom:15px;
    /*background-color:#F3F3F3;
    border:solid 1px #E0E0E0;*/
    border-top:none;
}
.steps .step
{
    height:48px !important;
    width:165px;
    float:left;
    padding:5px;
    text-align:center;
    margin:2px;
    font-weight: bold;
    color: white;
}
.steps .selected
{
    background-color: lightgray;
    width: 165px;
    height: 44px;
    font-weight: bold;
    vertical-align: -webkit-baseline-middle;
    /*color:#056E74;*/
}
.steps .selected a{
    vertical-align: -webkit-baseline-middle;
}

.steps .completed
{
    background-color:#056E74;
    /*background-image: url(../Images/domain_tick.gif);*/
    background-position: top left;
    background-repeat: no-repeat;
    font-weight: bold;
    width: 165px;
    height:44px;
    vertical-align: -webkit-baseline-middle;
}
.steps .completed span{
    vertical-align: -webkit-baseline-middle;
}

.steps .incomplete
{
    background-color:#BF0500;
    /*background-image: url(../Images/domain_cross.gif);*/
    background-position: top left;
    background-repeat: no-repeat;
    font-weight: bold;
    width: 165px;
    height:44px;
    vertical-align: -webkit-baseline-middle;
}
.steps .completed a
{
    color:white;
    font-weight: bold;
    vertical-align: -webkit-baseline-middle;
}
.steps .incomplete a
{
    color:black;
    font-weight: bold;
    vertical-align: -webkit-baseline-middle;
}

.header-bar
{
    height:24px;
    line-height:24px;
    background-image:url('../images/header-gb.png');
    padding:5px;
}

.standards
{
    background-color:#F3F3F3;
    border:solid 1px #E0E0E0;
    border-top:none;
    padding:3px;
}

.standards .standards-table
{
    width:100%;
    float:left; /* used for firefox fix */
}

.measures td
{
    border-top:solid 1px #E0E0E0;
    padding:10px 5px 10px 5px;
}
.measures tr.alt-row td
{
    background-color:#EFEFEF;
}
.measures tr:hover td
{
    background-color:#E8E8E8;
}