﻿.searchBand {
    width: 100%;
    padding-top: 15px;
    padding-right: 30px;
    text-align: right;
}
.hidden
{
	display:none;
}
.block
{
	display:block;
}
.indentList
{
	padding-left: 55px;
    width: 75%;
}
/* Used for the Upcoming Policies page to set the level of indentation for list items */
.upcomingIndent1 {
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.upcomingIndent2 {
    padding-left: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
}
/* Override MNDOCCommon setting -- the footer already inherits .5em left margin from .layoutContainer */
footer {
    margin-left: 0em;
    margin-top: .5em;
}
img.imgLink {
    cursor: pointer;
    margin: 1px 1px 4px 1px; /* top, right, bottom, left */
    vertical-align: middle;
}
li.subPart {
    background-color: #F0F0F0;
    margin: 3px;
}
