﻿/* Public Information Office specific style sheet*/

h4 {
    font-size: 1.1em;
    line-height: 1.1em;
    margin-bottom: 1em;
}

/**** Class based declarations ****/

.actions {
    margin: 1em 0;
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 1em;
}

.clear {
    clear: both;
}

.dispatches {
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
}

.dispatches > li {
    border-top: 1px solid black;
}

.dispatches > li:first-child {
    border-top: none;
}

/*
.dispatch .attribute{
    display: inline-block;
    width: 40%;
}
    */

.dispatch .attribute span {
    font-weight: bold;
}

.display h5 {
    color: #000;
    font: 12px Helvetica,Verdana,Arial,Sans-serif;
}

.display  h5 span {
    font-weight: bold;
}

.display-label, .editor-label {
    font-weight: bold;
}

.display-field {
    position: relative;
    margin-left: 40px;
}

.field-submit {
    text-align: center;
}

.piped {
    list-style: none;
    margin: 0;
    padding: 0;
}

.piped > li {
    display: inline;
}

.piped > li:before {
    content: " | ";
}

.piped > li:first-child:before {
    content: "";
}

.span-left {
    float: left;
    width: 48%;
    text-align: left;
}

.span-auto {
    display: inline-block;
    text-align: center;
    margin: auto;
    width: 4%;

}

.span-right {
    float: right;
    width: 48%;

}



.tempDataRed, .advisory h4 {
    color: red;
    font-weight: bold;
}

.tempDataGreen {
    color: green;
    font-weight: bold;
}

/**** ID based declarations ****/

/* Replace the DPS site logo with the PIO office logo*/
#header a#title span {
	background: url('../images/PIOHeader.gif') top left no-repeat;
    width:  500px;
}

#scroll {
    overflow: scroll;
}