/* Common Page layout classes */
#footer {
	color: #777;
	margin-top: 3px;
    padding: 0.5rem 1rem 0;
	font-size: 0.5625em;
	text-align: center;
	border-top: 1px solid #171;
}

@media only print {
	.noPrint, #sidebar, #footer, .boxMenu, .tabTool {
	    display: none !important;
	}
}

/* color classes */
.blue {color:#06f !important;}
.navy {color:#00A !important;}
.green {color:#080 !important;}
.darkGreen {color:#050 !important;}
.amber {color:#a80 !important;}
.red {color:#b00 !important;}
.grey {color:#999 !important}
.grey7 {color:#777 !important}
.grey5 {color:#555 !important}
.grey3 {color:#333 !important}

.flush-left {margin-left: 0!important}
.flush-bottom {margin-bottom: 0!important}
.indent {padding-left: 1em!important}
.indent2 {padding-left:2em!important}
@media  (min-width: 48em) {
	.indent {padding-left: 1.5em!important}
	.indent2 {padding-left:3em!important}
}

.hidden {
	visibility:hidden;
}
.offScreen {
	position:absolute;
	top:-100rem;
	min-height:0;
	height:0;
	opacity:0;
}
@media only screen and (min-width: 48em) {
	.msgBody {
		position:relative;
		padding: 0 8px 8px 0;
		margin-left:40px;
	}
}

@media screen {
	.printOnly {display:none !important;}
}
