﻿/* DMS don't want the new styles to go live. So reverting the Style changes from SVN versions 9435 to 9464 inclusive*/

/* ####################################
   Prototype Overides
   ################################## */

.ReportOptions {
    clear:both;
    float:left;
    position:relative;
}

.ReportOptionsBox{
    position: relative;
    clear:right;
    float: left;
    width: 175px;
    margin: 0 4px 1em;
    padding: 0 0 1em;
}

.box175-active {
    background: url('./images/box_199_bottom.gif') left bottom repeat-y;
}

.box175-active h2 {
background:transparent url(./images/header_199.gif) no-repeat scroll 0 0;
color:#FFFFFF;
font-size:100%;
font-weight:bold;
height:16px;
margin:0 -8px 1em;
padding:8px;
}

.box175-active label {
clear:left;
display:block;
float:left;
font-size:91.7%;
padding-top:4px;
position:relative;
width:60px;
}

.box175-active span, .box175-inactive span {
clear:left;
display:block;
float:left;
font-size:91.7%;
padding-top:4px;
position:relative;
width:60px;
}

#date_set{
 padding:8px 0 0 0;
}

.box175-active .box175-inner {
    background: url('./images/box_199_top.gif') 0 6px no-repeat;
    padding:0 8px;
}

.box175-inactive {
    background: #CCCCCC;
    border: solid 1px #CCCCCC;
}

.box175-inactive:hover {
    background: #0ca0af;
    
}

.box175-inactive h2 {
    background:none;
    color:#000;
    font-size:100%;
    font-weight:bold;
    height:16px;
    margin:0 -8px 0;
    padding:8px;
}

.box175-inactive label {
clear:left;
display:block;
float:left;
font-size:91.7%;
padding-top:4px;
position:relative;
width:60px;
}

.box175-inactive .box175-inner {
    background: none;
    padding:0 8px;
}


#SiteSelector {
    clear:left;
    float:left;
    position:relative;
    width:915px;
    margin: 0 4px 1em;
}

.box915 h2 {
    background:transparent url(./images/header_915.gif) no-repeat scroll 0 0;
    color:#FFFFFF;
    font-size:100%;
    font-weight:bold;
    height:16px;
    margin:0;
    padding:8px;
}

.box915-inactive {
    background: #CCCCCC;
    border: solid 1px #CCCCCC;
}

.box915-inactive:hover {
    background: #0ca0af;
}

.box915-inactive h2 {
    background:transparent none repeat scroll 0 0;
    color:#000000;
    font-size:100%;
    font-weight:bold;
    height:16px;
    margin:0 -8px;
    padding:8px;
}

#ReportButtons{
    float:right;
    margin:0 25px 0 0;
}

#ReportInstructions {
background:#EFEFEF;
margin:5px 5px 5px 0px;
padding:10px 5px;
width:915px;
float:left;
position:relative;
}

#progressBar{
    float:left;
    position:relative;
    border-bottom: dashed 1px;
}

#progressBar .progressBar{
    float:left;
    position:relative;
    font-size: 120%;
    padding: 5px;
    margin:0 5px;
    color:#005297;
}

#progressBar .activeStep{
    color:Green;
    font-weight:bold;
}

#progressBar .doneStep{
    color:#999999;
}