body {
    font-size: 0.85em;
    letter-spacing: -.5px;
}

h2 {
    margin-top: .5em;
}

h3 {
    margin-top: 1.25em;
	margin-bottom: 0.5em;
	font-size: 2em;
}

pre {
	font-size: small;
}

select {
	padding: 3px;
}

input[type="checkbox"] {
	height: 18px;
	width: 18px;
	margin-right: 4px;
	margin-left: 4px;
	vertical-align: text-top;
}

/* ************************************************* */
/*              BOOTSTRAP CUSTOMIZATIONS             */
/* ************************************************* */

.btn-xs {
	--bs-btn-padding-y: .5rem; 
	--bs-btn-padding-x: .5rem; 
	--bs-btn-font-size: .75rem;
}

.form-control,
.form-select,
.form-check-input {
	border: 1px solid #343a40; /* Dark outline color */
	box-shadow: none; /* Remove Bootstrap's default shadow */
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
	border-color: #212529; /* Darker outline on focus */
	box-shadow: 0 0 5px #212529; /* Optional focus shadow */
}



/* ************************************************* */
/*                    DMS SPECIFIC                   */
/* ************************************************* */

.folderlist {

	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: .97em;
}

.folderlist td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.folderlistheader,
.folderlist th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	text-align: left;
	vertical-align: middle;
	font-size: .97em;
	padding: 5px;
}

.folderlistheader a,
.folderlist th a {
	color: white;
	text-decoration: underline;
}

.highlight {
	background-color: #FFCC00;
}

.bluehighlight {
	background-color: #AAAAFF;
}

.greenhighlight {
	background-color: #98FB98;
}

.bold {
	font-weight: bold;
}

.caselist td {
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	background-color: white;
	padding: 5px;
}

td.caselist-alt {
	background-color: #DDDDFF;
}

td.caselist-highlight {
	background-color: #FFCC00;
}

td.caselist-hashed {
	background-color: transparent;
}

.caselist th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	text-align: left;
	vertical-align: bottom;
	font-size: 10px;
	white-space: nowrap;
	padding: 5px;
}

.caselist th a {
	color: white;
	text-decoration: underline;
}

.topinfo {
	font-size: small;
	color: #666666;
	line-height: 2em;
}

.fieldtitle {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	font-size: small;
}
.field {

	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-size: small;
}
.fieldtitlelowered {

	font-weight: bold;
	text-align: right;
	vertical-align: top;
	font-size: small;
	padding-top: 5px;
}
.tablesectionheader {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	vertical-align: top;
	padding-top: 15px;
}
.tablecolumnheader {
	font-size: small;
	color: #FF0000;
	vertical-align: top;
	font-weight: bold;
}
.righttable {
	background-color: #FFFF99;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: small;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	float: right;
	width: 300px;
}
.centertable {

	background-color: #FFFF99;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: small;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	float: none;
}
.errortext {
	border: 2px solid red;
	background-color: #CCCCCC;
	padding: 3px;
	margin: 3px 0px 3px 0px;
	font-weight: bold;
	color: black;
}
.helpheadersmall {
	font-size: medium;
	font-weight: bold;
	text-align: right;
}
.helpheaderbig {
	font-size: xx-large;
	font-weight: bold;
	color: #026288;
	text-align: right;
}
.docnote {
	margin: 10px 20px 0px 20px;
	padding: 5px;
	background-color: #CCCCFF;
	border: 1px solid black;
	font-size: 1.1em;
}
.docnoteinfo {
	margin: 0px 20px 10px 20px;
	color: #999999;
	font-size: .85em;
}

#MessageText td, #MessageText p, #MessageText ul, #MessageText li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#MessageText a[href]
{
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}

@media print {

	#leftcol
	{
		display: none;
	}
}
