.fillTextBox
{
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.GridThin td
{
	padding: 1px 5px;
}

.Btn100
{
	width: 100px;
}

.Btn150
{
	width: 150px;
}

.Btn200
{
	width: 200px;
}

.BlockLine
{
	display: block;
}

.OfficerCheckBoxLabel
{
	background-color: rgba(0, 0, 0, 0.10);
	padding-top: 1px;
	padding-bottom: 3px;
}

#circle
{
	display: inline;
	padding: 1px 5px;
	background: #f00;
	color: white;
	width: 25px;
	height: 20px;
	border-radius: 10px;
}

.circle
{
	display: inline;
	padding: 1px 5px;
	background: #f00;
	color: white;
	width: 25px;
	height: 20px;
	border-radius: 10px;
}

/* Force lines to tables for testing
{
	border-collapse: collapse;
	border-style: hidden;
}

table td, table th
{
	border: 1px solid black;
}

		*/

/* Disable URL display when printing */
@media print
{
	a:link:after, a:visited:after {  content: "";  font-size: 90%; }
}