/* Master Template Items */
.divToolsPage
{
	box-sizing: border-box;
}
.divMainMenu
{
	margin-top: 2rem;
	padding-left: .5rem;
	color: black;
}
.divMainMenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.divMainMenu ul li
{
	display: inline-block;
}

.tb_search
{
	min-width: 25ch;
}


/* Specific Page Results Items */
/* Common */
.divResults
{
    min-height: 400px;
}

/* single result */
.div_FileInfoContainer
{
	margin-top: 2rem;
	margin-right: 1rem;
}
.div_FileTitle
{
	font-size: var(--fs_h1);
	font-family: var(--roboto);
	margin-left: 3rem;
}
.div_FileTitle a
{
/*    background-image: url('/images/fileicon.png');
background-size: 20px;
*/
    
    background-position: left center;
    background-repeat: no-repeat;
	min-height: 25px;
}
.div_FileTitle a:link, .div_FileTitle a:visited
{
}
.div_FileTitle a:hover
{
}

.div_FileInfo
{
	margin-left: 3rem;

}
.p_FileInfo
{
}

.a_doc, .a_pdf, .a_xls, .a_ppt, .a_fil, .a_url, .a_img
{
	background-repeat: no-repeat;
	background-position: left 10px top 10px;
}

.a_doc
{
	background-image: url('/images/icos/doc.png');
}
.a_pdf
{
	background-image: url('/images/icos/pdf.png');
}
.a_xls
{
	background-image: url('/images/icos/xls.png');
}
.a_ppt
{
	background-image: url('/images/icos/ppt.png');
}
.a_txt
{
	background-image: url('/images/icos/txt.png');
}
.a_url
{
	background-image: url('/images/icos/url.png');
}
.a_img
{
}

/* Alpha */
.regularterm, .regularterm9, .selectedterm , .missingterm
{
	display: inline-block;
	font-family: var(--mono);
	text-align: center;
	margin: 0px;
	margin-bottom: 2px;
	font-size: 1.2rem;
	border: 1px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	width: 1.5rem;
	height: 2.0rem;
}
.regularterm
{
}
.regularterm9
{
}
.missingterm
{
	color: var(--gray-8);
	/* "grayed out", so the contrast is intended to be poor. */
	border: none;
}
.selectedterm 
{
    font-weight: bold;
	color: var(--bb-2);
	background-color: white;
	border: 1px solid black;
	border-top: 2px solid black;
	border-right: 2px solid black;
	background-color: var(--ck-3);
}


.p_Keywords
{
	font-size: 90%;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
}

.span_KeywordItem
{
    white-space: nowrap;
    width: 30%;
    float: left;
    padding-bottom: 10px;
    padding-left: 10px;
}

.p_Keywords
{
}
.Highlight
{
    color: black;
    background-color: yellow;
}


.FormFieldSet
{
}

.FormFieldSet .paddingdiv
{
	padding-left: 15px;
	padding-right: 15px;
}

.FormDivStyler
{
	width: 100%;
	float: none;
	clear: left;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.FormLabelStyler
{
	width: 35%;
	display: block;
	float: left;
	text-align: right;
	margin-right: 3px;
	padding-top: 2px;

}
.FormFieldStyler
{
	width: 63%;
	display: block;
	float: right;
	text-align: left;
}
.cleardiv_border
{
	clear: both;
	float: none;
	height: 3px;
	border-bottom: 1px solid black;
}

