﻿/*{ styles related to the banner */

	#bannerdiv 
	{
		position: relative;
		height: 24px;
	}
	
	#banner 
	{
		height: 24px;
		margin-left: auto;
		margin-right: auto;
		padding: 0px; 
		line-height: 24px;
		overflow-x: hidden;
		overflow-y: hidden;
		position: relative;
		top: 0px;
		color: white;
		text-align: center;
		font-size: 140%;
		background-color: #1E245A;
		width: 95.5%;"
	}
	
	#banneraccentl 
	{
		height: 24px;
		left: 0px;
		margin: 0px;
		padding: 0px; 
		position: absolute;
		top: 0px;
		background-color: #CC1A24;
		width: 2%;
	}
	
	#banneraccentr 
	{
		height: 24px;
		right: 0px;
		margin: 0px;
		padding: 0px; 
		position: absolute;
		top: 0px;
		background-color: #CC1A24;
		width: 2%;
	}

/* styles related to the Top iframe */

@media only screen and (max-width: 900px) {
  #free {
    visibility: hidden;
  }
}

#ifTop {
	height: 105px;
}

#DivTop {
	height: 100px;
	overflow: hidden;
}

.DivBlurb
{
	position: relative;
	top: 5px;
	max-width: 40%;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	overflow-wrap: break-word;
}

.TextTop /*style for the top frame */
{
	text-align: center;
	font-weight: bold;
}

.top-button 
{
	float: left;
	width: 150px;
	font-size: 110%;
	background-color: #AA1A24;
	color: white;
	margin: 2px;
	padding: 8px 5px;
	border: 0px solid #1E245A;
	cursor: pointer;
	z-index: 1;
}

/* styles related to the search frame */

.form-popup
{
	display: none;
	position: fixed;
	float: left;
	padding-bottom: 25px;
	height: auto;
	background-color: white;
	width: 100%;
	z-index: 9;
}

.SrchDivLeft
{
	float: left;
	width: 390px;
	height: 220px;
}

/* Buttons */
.page-button 
{
	float: left;
	width: 250px;
	font-size: 120%;
	background-color: #AA1A24;
	color: white;
	margin: 5px;
	padding: 10px 5px;
	border: 0px solid #1E245A;
	cursor: pointer;
	z-index: 1;
}

.mobile-button 
{
	float: left;
	width: 48%;
	font-size: 110%;
	background-color: #AA1A24;
	color: white;
	margin: 1%;
	padding: 9px 5px;
	border: 0px solid #1E245A;
	cursor: pointer;
	z-index: 1;
}

.form-button 
{
	float: left;
	width: 150px;
	font-size: 120%;
	color: white;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 8px 5px;
	border: 0px solid #1E245A;
	cursor: pointer;
	z-index: 1;
}

.smbutton
{
	float: right;
	height: auto;
	padding-right: 10px;
	paddint-top: 5px;
	cursor: pointer;
}

#DivCatSelect
{
	float: left;
	position: relative;
	width: 170px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	text-align: center;
}
	
#DivCat1 /*div for Category1 search page */
{
	top: 30px;
	float: left;
	width: 170px;
	height: auto;
	text-align: center;"
	position: relative;
}

#DivCat2
{
	float: left;
	width: 170px;
	height: auto;
	text-align: center;
	position: relative;
}


#FilterClose
{
	background-color: #AA1A24;
	color: white;
	border: 1px solid black;
}

#FilterReset
{
	background-color: yellow;
	color: black;
	border: 1px solid black;
}

#FilterSubmit
{
	background-color: #00DD00;
	color: black;
	border: 1px solid black;
}

.DivSearchTxt 
{
	float: left;
	height: auto;
	width: 170px;
	height: 200px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.sbox /* select boxes on search.php */
{
	width: 170px;
	height: 30px;
	margin: 5px;
	border: 1px solid black;
	position: relative;
	font-size: 100%;
}

#SearchFrame
{
	overflow: visible;
}

.Input150a
{
	width: 170px;
	height: 30px;
	margin-top: 2px;
	margin: 5px;
	padding-left: 4px;
	border: 1px solid black;
	font-size: 100%;
	color: red;
}

.Input150b
{
	width: 170px;
	height: 30px;
	margin-top: 7px;
	padding-left: 4px;
	border: 1px solid black;
	font-size: 100%;
	color: red;
}

.pCounter
{
	display: none;
}

div.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  align-content: center;
  text-align: center;
}

div.bottomwhitespace {
  padding-top: 10px;
}

.btn-group {
   display: flex;
   justify-content: center;
   width: 510px;
}

.btn-group .button {
	text-align: center;
	width: 150px;
	font-size: 110%;
	background-color: #AA1A24;
	color: white;
	margin: 0 auto;
	margin-top: 10px;
	display: block;
	padding: 8px 5px;
	border: 0px solid #1E245A;
	cursor: pointer;
}

.btn-group .button:hover {
  background-color: #3e8e41;
}

.mobile-btn-group {
   display: flex;
   justify-content: center;
}

.mobile-btn-group .button {
	text-align: center;
	width: 30%;
	font-size: 110%;
	background-color: #AA1A24;
	color: white;
	margin: 0 auto;
	margin-top: 10px;
	display: block;
	padding: 8px 5px;
	border: 0px solid #1E245A;
	cursor: pointer;
}

.more-button 
{
	text-align: center;
	width: 150px;
	font-size: 110%;
	background-color: #AA1A24;
	color: white;
	margin: 0 auto;
	margin-top: 10px;
	display: block;
	padding: 8px 5px;
	border: 0px solid #1E245A;
	cursor: pointer;
	z-index: 1;
}