.mirror-banner {
	background-color: #6f42c1; /* Bright Purple */
	color: #ffffff;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	z-index: 9999;
}

.mirror-exit-btn {
	background: #ffffff;
	color: #6f42c1;
	border: none;
	padding: 4px 12px;
	margin-left: 20px;
	cursor: pointer;
	border-radius: 4px;
}

.full-justify {
	text-align: justify;
}
.full-justify:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.ul-horz-lines ul
{
	border-top: 2px solid #B7B7B7;
}
.ul-horz-lines li
{
	border-bottom: 1px solid #B7B7B7;
}
.label
{
	font-weight: bold;
}
#from
{
	width: 100%;
}
#to
{
	width: 100%;
}
#subject
{
	width: 100%;
}
#date_created
{
	width: 100%;
}
#label-body
{
	display: none; /* invisible and doesn't take up space */
}
#body
{
	width: 100%;
	height: 10em;
}
.ack
{
	background-color: #00FF00;
}
.unack
{
	background-color: #FF8000;
}
body
{
	margin: 4px;
}
.pure-pre
{
	background-color: rgb(238, 238, 238);
	border: 1px solid rgb(204,204,204);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: rgb(221, 221, 221) 0px 1px 3px 0px inset;
	box-sizing: border-box;
	color: rgb(119, 119, 119);
	padding: 8px 9.6px;
}
input[type=submit].pure-button
{
	width: 100%;
}
a.pure-button
{
	width: 100%
}
a.pure-button.small-button
{
	width: auto;
}
.pure-checkbox input
{
	width: 1.5em;
	height: 1.5em;
}
#frmUserEdit #must_change
{
	width: 1.5em;
	height: 1.5em;
}
.full-width
{
	width: 100%;
}
.locked-out
{
	background-color: red;
	color: black;
}
.tasdstatus4 td, .tasdstatus4 td a, .tasdstatus4
{
	background-color: yellow;
}
.tasdstatus3 td, .tasdstatus3 td a, .tasdstatus3
{
	background-color: white;
}
.tasdstatus2 td, .tasdstatus2 td a, .tasdstatus2
{
	color: black;
	background-color: #98c1d9;
}
.tasdstatus1 td, .tasdstatus1 td a, .tasdstatus1
{
	color: white;
	background-color: blue;
}
.tasdstatus0 td, .tasdstatus0 td a, .tasdstatus0
{
	background-color: red;
}
