.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 */
	xxx-visibility: hidden; /* invisible but still takes up space */
}
#body
{
	width: 100%;
	height: 10em;
}
.ack
{
	background-color: #00FF00;
}
.unack
{
	background-color: #FF8000;
}
#list-settings a
{
	x-height: 2em;
}
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;
}
#frmUserEdit #tz
{
	xxx-font-size: 66%; /* don't need this as long as the time-zone list is kept trimmed */
}
.pure-checkbox input
{
	width: 1.5em;
	height: 1.5em;
}
#frmUserEdit #must_change
{
	width: 1.5em;
	height: 1.5em;
}
.warning
{
	background-color: yellow;
}
.error-message
{
	background-color: red;
}
.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;
}
