body{
    background: #FFF;
	}

.hspaceLeft{
	margin-left: 5px;
	}
	
.hspaceRight{
	margin-right: 5px;
	}

/*	
@font-face {
    font-family: Zapfino;
    src: url('../fonts/Zapfino.ttf');
	}
	
.zapfino{
	font-family: Zapfino;
	}
*/

@font-face{
	font-family: Benguiat;
    src: url('../fonts/BenguiatNormal.ttf');
	}
	
.box h1{
	display: inline;
	font-size: 1em;
	font-weight: normal;
	}

.box h2{
	display: inline;
	font-size: 1em;
	font-weight: normal;
	}

.box h3{
	display: inline;
	font-size: 1em;
	font-weight: normal;
	font-family: arial;
	text-transform: none;
	}
	
.box h2.brand-name{
	font-size: 2em;
	}

.bigStrongText{
       font-size: 1.2em;
    font-weight: bold;
    }

.img-limit{
    max-width: 800px;
    }
	
.clearBoth{
	clear: both;
	}

.oneThirdCellCentered{
    text-align: center;
	}
	
input[type=submit]{
	background-color: white;
	color: black;
	border: 2px solid #4CAF50; /* Green */
	border-radius: 8px;
	margin: 5px;
	}

input[type=submit].deleteFunctDefaultFormBtn{
	background-color: white;
	color: black;
	border: 2px solid red;
	border-radius: 8px;
	padding: 5px 10px;
	margin: 5px;
	}

.adminListTable{
    border: 1px solid #777;
    border-radius: 8px;
    border-collapse: collapse;
	}

.adminListTableAltBackground{
    background-color: #EEE
	}

.adminListTableHeaderRowBackground{
    background-color: #edf4f7;
	}

.adminListTable {
	border-collapse: separate;
	border-spacing: 0;
	min-width: 350px;
	}
	
.adminListTable tr th,
.adminListTable tr td {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px;
	}

.adminListTable tr th:first-child,
.adminListTable tr td:first-child {
	border-left: 1px solid #bbb;
	}

.adminListTable tr th {
	background: #eee;
	border-top: 1px solid #bbb;
	text-align: left;
	}

/* top-left border-radius */
.adminListTable tr:first-child th:first-child {
	border-top-left-radius: 6px;
	}

/* top-right border-radius */
.adminListTable tr:first-child th:last-child {
	border-top-right-radius: 6px;
	}

/* bottom-left border-radius */
.adminListTable tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
	}

/* bottom-right border-radius */
.adminListTable tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
	}

/*


adminListTableEditButtonHeaderCell
regIDLisColumnLabel
adminListTableEditButtonAltBackground



*/

h3.member-name{
    font-size: 1.5em;
    color: dark blue;
    }

.style1r{
	color: red;
	font-weight: bold;
	}

.regformTable{
    border: 2px solid #000;
    border-collapse: collapse;
	}

.regformTable td{
    border: 1px solid #DDD;
	}

#backButton{
    float: left;
    margin: 5px;
	}

.regformTable{
    border: 1px solid #777;
    border-radius: 8px;
    border-collapse: collapse;
	}

.regformTableAltBackground{
    background-color: #EEE
	}

.regformTableHeaderRowBackground{
    background-color: #edf4f7;
	}

.regformTable {
	border-collapse: separate;
	border-spacing: 0;
	min-width: 350px;
	}
	
.regformTable tr th,
.regformTable tr td {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px;
	}

.regformTable tr th:first-child,
.regformTable tr td:first-child {
	border-left: 1px solid #bbb;
	}

.regformTable tr th {
	background: #eee;
	border-top: 1px solid #bbb;
	text-align: left;
	}

/* top-left border-radius */
.regformTable tr:first-child th:first-child {
	border-top-left-radius: 6px;
	}

/* top-right border-radius */
.regformTable tr:first-child th:last-child {
	border-top-right-radius: 6px;
	}

/* bottom-left border-radius */
.regformTable tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
	}

/* bottom-right border-radius */
.regformTable tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
	}

.loginTable{
    border: 1px solid #777;
    margin: 0px auto;
    border-collapse: separate;
    border-radius: 8px;
    padding: 8px;
    }
	
.loginTable td{
    padding: 5px;
    }

.masterRegFormSubmitButton{
    text-align: center;
    }
    
#forgotPasswordStart{
    margin: 5px auto;
    padding: 10px;
    width: 200px;
    text-align: center;
    border-radius: 8px;
	}    
    
#forgotPasswordForm .loginTable{    
    border-collapse:separate;
    margin: 10px auto;
    text-align: center;
    border: 1px solid #CCC;
    border-radius: 10px;
	}    

.thumbs{
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
    margin: 10px 5px;
    padding: 0px 0px 0px 0px;
	}

.thumbs :hover{
    padding: 0px 0px 0px 0px;
    border: 2px solid #a8803b;
	}
	
.backToCatButton a{
    padding: 3px;
    margin: 5px;
    border: 2px solid #AAA;
    border-radius: 5px;
    text-decoration: none;
	}

.backToCatButton a:hover{
    border: 2px solid #7360eb;
	}

#headerPhone{
    float: right;
    margin: -60px 30px 0 0;
    color: #FFF;
    font-size: 2.5em;
	}

.footerText{
    font-size: 1.2em;
    color: #666;
	}

.copyrightText{
    font-size: .8em;
    color: #444;
	}

#navPhone{
	display: none;
	}

.standOutText{
    color: blue;
    font-weight: bold;
    font-size: 1.3em;
    border: 2px solid #CCC;
    padding: 5px;
    border-radius: 6px;
    }

/*					Bingo stuff				*/

#bingoContainer{
    width: 1000px;
    }

.bingoSquare{
    float: left;
    width: 54px;
    height: 54px;
    margin: 0px;
    border: 1px solid;
    text-align: center;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	}

.clearImgForLink{
	float: left;
	height: 100%;
	width: 100%;
    
	}

.bingoSquareAddress{
    float: left;
	margin-bottom: 0px;
	background-color: #FFF;
	padding: 0px;
    width: 100%;
    text-align: center;
    font-size: .3em;
	}

.foundSquare{
    opacity: .2;
    border: 4px solid grey;
	}

.bingoSquareNew{
	float: Left;
	width: 20%;
	height: 20%;
	border: 1px solid;
	text-align: center;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	}

.sponsorTable{
    width: 100%;
    border: 2px solid;
    background-color: #FFF;
    }

.sponsorTable td{
    width: 20%;
    text-align: center;
    vertical-align: top;
    padding: 5px;
    
    }

.sponsorImage{
    max-width: 100%;
    max-height: 100px;
    }

/* Bootstrap Stuff */

.navbar-default {
    /*border: 3px solid #B6D3FF;
    border-radius: 10px;*/
    background: #6E7889;
    background: rgba(110,120,127,0.3);
    }

nav .navbar-nav li a{
  	color: #223251 !important;
  	}

.box {
    /*border: 3px solid #B6D3FF;
	border-radius: 10px;*/
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #6E7889;
    background: rgba(110,120,127,0.3);
	}
	
.memberInfo {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	}

.memberInfo .memberInfotext {
	visibility: hidden;
	width: 120px;
	color: black;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	border:3px solid black;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	background-color:white;
	opacity: 0;
	transition: opacity 1s;
	}

.memberInfo:hover .memberInfotext {
	visibility: visible;
	opacity: 1;
	}

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
	}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: light blue;
	color: #222;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
	border: 2px solid #CCC;

	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
	}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
	}

/*  admin back-end formatting */
.alarmingText{
    text-transform: uppercase;
    font-weight: bold;
    color: red;
    }

.adminNavButton{
    float: left;
    margin: 8px 20px;
    }

.adminMenuSubmitButton{
	border-radius: 4px;
	background: #FFF;
	border: 1px solid #888;
	color: rgb(6, 40, 173);
	padding: 6px 15px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
    box-shadow: 2px 4px 10px 1px #888888;
    }
    
.adminMenuSubmitButton:hover{
    margin: 3px 1px 4px 2px;
    border-top: 2px solid #555;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	border-left: 2px solid #555;
	color: rgb(42, 85, 250);
    box-shadow: 1px 2px 15px 1px #efeffc;
    padding: 8px 19px;
	}

.adminListTable{
    margin: 0px auto;
    min-width: 80%;
    border-collapse: separate;
    border: 1px solid #EEE;
    border-radius: 6px;
    box-shadow: 2px 4px 10px 1px #888888;
    }

.adminListTable td{
    border-bottom: 1px solid #EEE;
    }

.adminListTableEditButtonHeaderCell{
    padding: 5px;
    }

.addRecordButtonSection{
    float: left;
    clear: both;
    width: 100%;
	}
	
#numRecords{
    margin: 10px;
	}
	
.numRecordsNumber{
    display: inline;
    color: green;
	}

.buttonTableId{
   	border-radius: 4px;
	background: #FFF;
	border: 1px solid #888;
	color: rgb(3, 145, 46);
    width: 41px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
    box-shadow: 1px 2px 10px 1px #888888;
    }

.buttonTableId:hover{
    margin: 6px 1px 5px 2px;
    border-top: 2px solid #888;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	border-left: 2px solid #888;
	color: rgb(21, 247, 89);
    box-shadow: 1px 2px 15px 1px #f1fcf0;
    }

form.addaRecord{
	display: inline;
	}

#addRecordButtonContainer{
    margin: 10px 20px;
    border: 2px solid;
	}

.addaRecordBtn{
    border-radius: 4px;
	background: #FFF;
	border: 1px solid #888;
	color: rgb(150, 2, 2);
	padding: 3px 9px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
    box-shadow: 1px 2px 10px 1px #888888;
    }
    
.addaRecordBtn:hover{
    margin: 5px 4px 6px 6px;
    border-top: 2px solid #888;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	border-left: 2px solid #888;
	color: rgb(250, 15, 15);
    box-shadow: 1px 2px 15px 1px #fcf0f0
    }
    
.sortByIDSubmit{
    border-radius: 4px;
	background: #FFF;
	border: 1px solid #888;
	color: rgb(154, 87, 1);
	padding: 3px 9px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
    box-shadow: 1px 2px 10px 1px #888888;
    }
    
.sortByIDSubmit:hover{
    margin: 4px 5px 4px 6px;
    border-top: 2px solid #888;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	border-left: 2px solid #888;
	color: rgb(252, 151, 20);
    box-shadow: 1px 2px 15px 1px #fcf0f0 
	}

.columnSortButton{
    border-radius: 4px;
	background: #FFF;
	border: 1px solid #888;
	color: rgb(154, 87, 1);
	padding: 3px 9px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
    box-shadow: 1px 2px 10px 1px #888888;
    }
    
.columnSortButton:hover{
    margin: 5px 6px 3px 5px;
	border-top: 2px solid #888;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	border-left: 2px solid #888;
	color: rgb(252, 151, 20);
    box-shadow: 1px 2px 15px 1px #fcf0f0
    }

.inputWithVerticalSpacer{
    margin: 10px 0;
    }

.masterRegFormSubmitButton{
    text-align: center;
    }

.myAddSubmitButton    
    {
    border-radius: 4px;
	background: none;
	border: 1px solid rgb(0, 154, 13);
	color: rgb(0, 154, 13);
	padding: 3px 9px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
    box-shadow: 1px 2px 10px 1px #888888;   
    }

.myAddSubmitButton:hover{
    background: #e1fee2;
    background: none;
    margin: 5px 1px 3px 3px;
    border: 1px solid rgb(0, 154, 13);
    box-shadow: 1px 2px 15px 1px #fcf0f0;
    }

.myUpdateSubmitButton    
    {
    border-radius: 4px;
	background: none;
	border: 1px solid rgb(0, 154, 13);
	color: rgb(0, 154, 13);
	padding: 3px 9px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
    box-shadow: 1px 2px 10px 1px #888888;   
    }

.myUpdateSubmitButton:hover{
    margin: 3px 1px 4px 2px;
    border-top: 2px solid #555;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	border-left: 2px solid #555;
    box-shadow: 1px 2px 15px 1px #efeffc;
    }

.deleteTable{
    margin: 0px auto;
	}

.deleteFunct{
    margin: 40px auto;
    padding: 20px;
    max-width: 80%;
    border: 1px dashed red;
    border-radius: 10px;
	}

.deleteFunctDefaultFormBtn{
    border-radius: 4px;
	background: red;
	border: 1px solid rgb(0, 154, 13);
	color: #FFF;
	padding: 3px 9px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
    box-shadow: 1px 2px 10px 1px #888888;
	}

.deleteFunctDefaultFormBtn:hover{
    background: #FFF;
    margin: 4px 2px;
    color: red;
    font-weight: bold;
    border: 3px solid red;
    border: 1px solid rgb(0, 154, 13);
    box-shadow: 1px 2px 20px 10px #c60202;
    }

.rusureTable{
    border-collapse: separate;
    margin: 20px auto;
    border: 1px dashed red;
  	border-radius: 6px;
	}

.rusureTable td{
    padding: 20px;
	}

.deleteWarning{
    color: red;
    font-size: 3em;
    font-weight: bold;
	}

.DeleteRecordButton{
	border-radius: 4px;
	background: red;
	border: 1px solid rgb(0, 154, 13);
	color: #FFF;
	padding: 3px 9px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	box-shadow: 1px 2px 10px 1px #888888;
	}

.DeleteRecordButton:hover{
    background: #FFF;
    margin: 4px 2px;
    color: red;
    font-weight: bold;
    border: 3px solid red;
    border: 1px solid rgb(0, 154, 13);
    box-shadow: 1px 2px 20px 10px #c60202;
    }

.doNotDeleteRecordButton{
	border-radius: 4px;
	background: none;
	border: 1px solid rgb(0, 154, 13);
	color: rgb(0, 154, 13);
	padding: 3px 9px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	box-shadow: 1px 2px 10px 1px #888888;     
	}

.doNotDeleteRecordButton:hover{
	background: #e1fee2;
	background: none;
	margin: 5px 1px 3px 3px;
	border: 1px solid rgb(0, 154, 13);
	box-shadow: 1px 2px 15px 1px #fcf0f0;
	}

/* end admin back-end formatting */	

@media (min-width: 375px){
	.bingoSquare{

		}

	.bingoSquareAddress{
        font-size: .3em;
		}
    
    .bingoTable{
        width: 100%;
        }
	}/* @media (min-width: 375px) */

@media (min-width: 414px){
	.bingoSquare{

		}

	.bingoSquareAddress{
		margin-bottom: 0px;
        font-size: .3em;
		}
	}/* @media (min-width: 414px) */

@media (min-width: 481px){

	.bingoSquare{

		}

	.bingoSquareAddress{
        font-size: .4em;
		}

	}/* @media (min-width: 481px) */

@media (min-width: 600px){

	.bingoSquare{

		}

	.bingoSquareAddress{
        font-size: .5em;
		}

	}/* @media (min-width: 600px) */

@media (min-width: 768px){
	.bingoSquare{
		width: 127px;
		height: 127px;
		}
     .bingoSquareAddress{
       	font-size: .8em
        }

	.brand {
		display: inherit;
		margin: 0;
		padding: 30px 0 10px;
		text-align: center;
		text-shadow: 2px 2px 2px #223251;
		/*font-family: zapfino;*/
		font-family: Times New Roman;
		font-size: 5em;
		font-weight: 700;
		line-height: normal;
		color: #9D8C76;
		}
	}/* @media (min-width: 768px) */

@media (min-width: 868px){
	.bingoSquare{
		width: 145px;
		height: 145px;
		}
     .bingoSquareAddress{
       	font-size: .8em
        }

	}/* @media (min-width: 868px) */

@media (min-width: 991px){
	.bingoSquare{
		width: 145px;
		height: 145px;
		}
     .bingoSquareAddress{
       	font-size: .8em
        }

	}/* @media (min-width: 991px) */

@media (min-width: 1024px){
	#navPhone{
		display: block;
		float: left;
		margin: -63px 30px 0 0;
		color: #555;
		font-size: 1.4em;
		}

	.bingoSquare{
		width: 197px;
		height: 197px;
		}
    .bingoSquareAddress{
       font-size: 1em
        }

	}/* @media (min-width: 1024px) */

@media (min-width: 1199px){
	.bingoSquare{
		width: 228px;
		height: 228px;
		}
     .bingoSquareAddress{
       	font-size: 1.2em
        }

    
	#headerLogo{
		float: left;
		width: 180px;
		height: 180px;
		background-image: url('../img/benicia-chamber-round-logo-blue.webp');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin: 5px 20px;
		}
	
	#headerLogo2{
		float: right;
		width: 180px;
		height: 180px;
		background-image: url('../img/bizNet.webp');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin-top: -145px;
		margin-right: 20px;
		}
	}/* @media (min-width: 1199px) */
