

:root {
    --body-background: #210443;
    --primary-blue: #000000;
    --link-color: #202281;
    --visited-link-color: #1417bb; 
    --hover-link-color: #FFEE66;
    --hover-menu-color: #ffffff;
    --active-menu-color: #000000; 
    --highlight-blue: #272987;
    --light-blue: #99c7ff;
    --secondary-blue: rgb(48,96,190); 
    --masthead-bg: rgb(18, 20, 11);
    --menu-bg: #7073d9; 
    --footer-color: white;
    --text-color: black;
    --error-color: red; 
    --error-bg: #9a4044;
    --grey-border-color: #475E6C;
    --selected-membership-bg: #475E6C; 
    --button-bg-blue: #2196F3;
    --button-bg-grey: #5C6F8D;
    --orange-highlight: #E17009;
}



body {
	color: var(--text-color);
	background-color: var(--body-background);
	font-family: arial,helvetica,sans-serif; 
	font-size: 0.9em;
	
}

p {
	font-size: 0.9em;
	padding: 7px;
}

a:link {color:  var(--link-color); text-decoration: underline}
a:visited {color: var(--visited-link-color); text-decoration: underline}
a:hover {color:  var(--hover-link-color); text-decoration: underline overline}
a:active {color: #FFFFCC; text-decoration: underline overline}

a.menu:link {
	color:  var(--link-color);
	padding:1px;
	font-size:12px;
}
a.menu:visited {
	color:  var(--link-color);
	padding:1px;
	font-size:12px;
}
a.menu:hover {color:  var(--hover-menu-color);}
a.menu:active {color: var(--active-menu-color);}


img { border-style: none; }

ul { list-style-type: square; }

h1 {
	font-size: 1.2em;
	color:  var(--primary-blue);
	margin-left: 10px;
}

h2 {
	font-size: 1.1em;
	color:  var(--primary-blue);
	margin-left: 10px;
}

h3 {
	font-size: 1.0em;
	color:  var(--primary-blue);
	margin-left: 10px;
}

h4 {
	font-size: 0.9em;
	color:  var(--primary-blue);
	margin-left: 10px;
}


table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 1.0em;
	border-collapse: collapse;
}

.ui-front.ui-autocomplete {
    z-index: 101;
}

ul.naked li {
    list-style: none;
}

.masthead {
	background-color:  var(--masthead-bg);
}


.menu {
	padding-top: 5px;
	background-color:  var(--menu-bg);
	font-weight: bold;
	font-size: 15px;
	padding-left: 5px;
	color:  var(--light-blue);
	vertical-align: top;
	text-decoration: none;
}

.chooseEventForm {

}

.doubleLine {
	border-top-style:Solid;
	border-top-width:10px;
	border-top-color: var(--highlight-blue);
	border-bottom-color: var(--highlight-blue);
	border-bottom-width:5px;
	border-bottom-style:solid;
}

.menucont {
	background-color: var(--secondary-blue);
}

.leftmenu {
    border-radius: 1rem;
    background-color: #678DDA; 
    background-repeat: no-repeat;
    color: #2c3240;
    padding: 5px;
    vertical-align: top;
    font: bold 1.2rem arial,helvetica,sans-serif;
    text-decoration: none;	
    width: 15rem;
}

.leftmenu .quicksearch {
    margin: 5px;
}

.leftmenu a {
	text-decoration: none;
}

.leftmenu a.link {
	font-size: 1rem;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.leftmenu a.link:hover {
	color: #fff;
}

.leftmenu a.title {
	color: #fff;
	background-color: #3060BE;
	display: block;
	border-bottom: 1px solid #1b356a;
	border-right: 1px solid #1b356a;
	border-top: 1px solid var(--secondary-blue);
	border-left: 1px solid var(--secondary-blue);
	margin: 3px;
	margin-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 5px;
	text-decoration: none;
}


.leftmenu a.title:hover{
	color: #E17009;
	background-color: #3060BE;
	border-top: 1px solid #1b356a;
	border-left: 1px solid #1b356a;
}

.leftmenu p.title {
	color: #FFFFFF;
	background-color:  var(--highlight-blue);
	display: block;
	border-top: 1px solid #3f42ee;
	border-left: 1px solid #3f42ee;
	margin: 3px;
	margin-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 5px;
	text-align: left;
}

.leftmenu p.seperator {
	color: var(--visited-link-color);
	border: 1px solid #3f42ee;
	font-size: 0.8rem;
	width: 80%;
	margin-left: 5px;
	text-align: center;
	padding-right: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
}

.footer {
    text-align: center;
    font-size: 1em;
    color: var(--footer-color);
}

.footer a {
    /*Ew, need to get rid of !important*/
    text-decoration: inherit !important;
    color: inherit !important;
}


/* start stuff kay added for dashboards*/

h2.dashboardlink {
	font-size: 1.1em;
	margin-left: 5px;
	margin-bottom: 2px;
	text-decoration: none;
}

h2.dashboardlink:hover {
	font-size: 1.1em;
	margin-left: 5px;
	margin-bottom: 2px;
	text-decoration: none;
	color: white;
	
}

p.dashboarddescription {
	margin: 3px;
	margin-top: 1px;
	margin-left: 10px;
	width: 70%;
}

/* end stuff kay added for dashboards */

.somthing {
	background-color:  var(--menu-bg);
	font-size: 15px;
	color:  var(--light-blue);
	padding-left: 10px;
	font-weight: bold;
	vertical-align: top;
	border-style:solid;
	border-width:0px;
	border-color: var(--highlight-blue);
}

.spacer {
    min-width: 20px;
}

.main {
        padding:1rem;
        padding-top:30px;
        color: rgb(0, 15, 0);
        background-color: #fff;
        border-radius: 1rem;
}

.middle {
	background-color: #fff;
}

img.cornerimg {
  padding-right: 0px;
  width: 20px;
  float: left;
  padding-left: 1px;
}

.bottomMain { background-color: #fff; }

.bottom {
	border-top-color: var(--highlight-blue);
	border-top-width:0px;
	border-top-style:solid;
}

.highlight {
	border: 1px solid green;
	background-color: white;
	width: 450px;
	margin-left: 25px;
}
/* ... Stuff above is from rain furrest site.*/
.normText {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #EE6633;
	text-align: justify;
}
.medText {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-style: normal;
	font-weight: bold;
	color: #EE9933;
	text-align: left;
	text-indent: 0em;
}
.bigText {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC33;
	text-align: left;
	font-weight: bold;
	text-indent: 0em;
}

/***********  This modified the table for the multiple memberships screen ***/
/***/
/***/

table.multipleFirstTitle {
	background-color: #CBD0EE;
	border-collapse: collapse ;
}
table.multipleFirstTitle th {
	font-size:17;
	font-weight:bold;
	color: #FFFFFF;
	font-style:"Arial",sans-serif;
	background-color: #0C1F92;
	padding-left:.5em;
	padding-right:.5em;
	/*border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:white;*/
}
table.multipleFirstTitle td {
	border-bottom-width:1px;
	border-bottom-style:ridge;
	border-bottom-color:black;
	border-right-width:1px;
	border-right-color:black;
	border-right-style:ridge;
	border-left-width:1px;
	border-left-color:black;
	border-left-style:ridge;
	color: var(--text-color);
	padding:.5em;
	text-align:center;
}
table.ignore th{
	background-color:black;
    }

h2.error{
	color:var(--error-color);
	font-size:22;
	font-style:"Arial",sans-serif;
}


.DOBfieldHighlight {
	background-color: lemonchiffon;
}

/*******************************   SECURITY QUESTION SCREENS *************************************************/
/***/
/***/
/***/
h3.securityQuestion {
	font-size:16;
	font-weight:bold;
	color:#0C1F92;

}



/***********   ERROR MESSAGE BOX *************/
#errorMessage {
    padding: 0 2em;
    width: 40%;
    text-align: center;
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    background-color: var(--error-bg);
    border: 1px ridge var(--grey-border-color);
}
#errorMessage h1{ /*Error title*/
	font-size:20;
	text-align: center;
	font-weight: bold;
	color: #f7abc7;
}
#errorMessage h2{
	font-size:20;
	text-align:center;
	color: white;
	font-family: serif;
}


/************  Choose Membership Kiosk Menu ***********/
#reviewMembershipsBox, 
#reviewMembershipsBoxSelected, 
#searchMembershipBox {
    border: 1px solid black;
    border-radius: 5px;
    width: 70%;
    text-align: right;
    padding: 3px;
}

#searchMembershipBox {
    font-family: "Arial", sans-serif;
    width: 500px;
}

#reviewMembershipsBox h1, 
#reviewMembershipsBoxSelected h1, 
#searchMembershipBox h1 { /* Membership name */
    text-align: left;
    font-weight: bold;
    color: var(--text-color);
}

#reviewMembershipsBoxSelected h1 {
    color: white;
}

#reviewMembershipsBox h2, 
#reviewMembershipsBoxSelected h2, 
#searchMembershipBox h2 { /* Membership description */
    text-align: left;
    font-weight: normal;
    color: var(--text-color);
    padding-left: .5em;
}

#reviewMembershipsBoxSelected h2 {
    color: white;
}

#reviewMembershipsBox h3, 
#reviewMembershipsBoxSelected h3 { /* Membership name small */
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    color: var(--selected-membership-bg);
}

#reviewMembershipsBoxSelected {
    background-color: var(--selected-membership-bg);
}

#reviewMembershipsBoxSelected h4 { /* Current membership text */
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-family: "Arial";
    font-weight: bold;
    color: white;
}

/* The multipleLinkMembershipResultBox is used if your search for a link membership resulted in more than one name */
#multipleLinkMembershipResultBox{
	font-family: "arial", sans-serif;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:black;
	border-bottom-width:1px;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-top-color:black;
	border-top-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:black;
	width:200px;
	text-align:right;
	padding:3px;
}
#multipleLinkMembershipResultBox h1{ /* This is the person's Name  */
	text-align:left;
	font-size: 12;
	padding-left:5px;
	font-weight: bold;
	color: var(--text-color);
} 

/*   This is for the Freebies Module */
#selectFreebieProduct {
	
	font-family: "arial", sans-serif;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:black;
	border-bottom-width:1px;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-top-color:black;
	border-top-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:black;
	width:70%;
	text-align:left;
	padding:.5em;
}
#selectFreebieProduct h1{ /* This is the person's Name  */
	text-align:left;
	font-size: 12;
	font-weight: bold;
	color: var(--text-color);
}

/*      this is for the Online Payment Module */
#shoppingCartHistory {
	
	font-family: "arial", sans-serif;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:black;
	border-bottom-width:1px;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-top-color:black;
	border-top-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:black;
	width:650px;
	text-align:center;
	padding:3px;
}
#shoppingCartHistory h1{ 
	text-align:center;
	font-size: 12;
	font-weight: bold;
	color: var(--text-color);
}

#accountHistory {
	
	font-family: "arial", sans-serif;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:black;
	border-bottom-width:1px;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-top-color:black;
	border-top-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:black;
	width:650px;
	text-align:left;
	padding:3px;
}
#accountHistory h1{ 
	text-align:center;
	font-size: 12;
	font-weight: bold;
	color: var(--text-color);
}

#payForm {
	
	font-family: "arial", sans-serif;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:black;
	border-bottom-width:1px;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-top-color:black;
	border-top-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:black;
	width:650px;
	text-align:left;
	padding:3px;
	
}
#payForm h3{ 
	text-align:center;
	font-size: 17;
	font-weight: bold;
	color:#475E6C;
}

/************************************ Table Style "Portrayinfo" for portraying information *********************************************/
table.potrayinfo {
	background-color:black;
	border-collapse: collapse;
}
table.portrayinfo th {
	border-collapse: collapse;
	font-size:21;
	font-weight:bold;
	color:#FFFFFF;
	font-style:"Arial",sans-serif;
	background-color: var(--highlight-blue);
	padding-left:.5em;
	padding-right:.5em;
}

table.portrayinfo th a:link { color: #5355b4; text-decoration: underline}
table.portrayinfo th a:visited { color: #6366c5; text-decoration: underline}

table.portrayinfo td.header { /* Show the title of the data */
	position:right;
	border-collapse: collapse;
	font-weight:bold;
	padding-left:.5em;
	color: var(--highlight-blue);
	border-width: 0 1 1 1;
	border-style:ridge;
	border-color: var(--highlight-blue);
	text-align:right;
}
table.portrayinfo td.info { /* Show the info itself */
	border-collapse: collapse;
	border-style: solid;
	border-width: 0 1 1 1;
	border-color: var(--highlight-blue);
	text-align:left;
	font-family:"courier";
}
table.portrayinfo td.money { /* Show the info itself */
	border-collapse: collapse;
	border-width: 0 1 1 1;
	border-color: var(--highlight-blue);
	border-style:ridge;
	text-align:right;
	font-family:"courier";
}
table.portrayinfo td.headerDisabled { /* Show the title of the data */
	border-collapse: collapse;
	position:right;
	font-weight:bold;
	padding-left:.5em;
	color: var(--light-blue);
	background-color:#0A465A;
	border-width: 0 1 1 1;
	border-style:ridge;
	border-color:var(--grey-border-color);
	text-align:right;
}
table.portrayinfo td.infoDisabled { /* Show the info itself */
	border-collapse: collapse;
	border-width: 0 1 1 1;
	border-style:ridge;
	border-color:var(--grey-border-color);
	background-color:#0A465A;
	text-align:left;
	font-family:"courier";
}

table.portrayinfo td.titlerow a{
	color: var(--light-blue);
	}
	
table.portrayinfo td.titlerow { /* Use this if you have a table with a grid of data and several colum titles */
	border-collapse: collapse;
	background-color: var(--highlight-blue);
	position:right;
	padding: 0 2 2 2;
	color: var(--light-blue);
	border-width: 0 1 0 0;
	border-style: ridge;
	border-color:  var(--highlight-blue);
	text-align:center;
	
}

table.portrayinfo td.cashTitleLeftEven {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	font-size: 12pt;
	font-weight: 800;
	text-align:left;
	background-color:#CBD0EF;
}
table.portrayinfo td.cashTitleRightEven {
	text-align:right;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	font-size: 12pt;
	font-weight: 800;
}
table.portrayinfo td.cashRowEven {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	padding-left: 30px;
}

table.portrayinfo td.cashTitleLeftOdd {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	font-size: 12pt;
	font-weight: 800;
	text-align:left;
	background-color:#737ec6;
}
table.portrayinfo td.cashTitleRightOdd {
	text-align:right;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	font-size: 12pt;
	font-weight: 800;
	background-color:#737ec6;
}

table.portrayinfo td.cashRowOdd {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	padding-left: 30px;
	background-color:#737ec6;
}

table.portrayinfo td.addItemsLeft {
	border-style:ridge;
	border-width: 1px 0px 1px 1px;
	padding: 10 0 10 10;
	/*padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;*/
	background-color: var(--highlight-blue);
	color: var(--light-blue);
}
table.portrayinfo td.addItemsRight {
	border-style:ridge;
	border-width: 1px 1px 1px 0px;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-color: var(--highlight-blue);
	color: var(--light-blue);
}
table.portrayinfo td.printerpool {
	border-stule:solid;
	border-width: 0px 0px 0px 0px;
	text-align:right;
}




.redmond table.portrayinfo td.header { border:none; border-bottom:1px solid black; text-align:left; padding-right:10px }
.redmond table.portrayinfo td.info { border:none; border-bottom:1px solid black; }
.redmond table.portrayinfo th {
	font-size:18px;
	background:transparent;
	text-align:center;
	border-bottom:2px solid black;
	color:rgb(225, 112, 9);
}

/* RobbieThe1st's styles for notes popup */
.dialog-form .validateTips { border: 1px solid transparent; padding: 0.3em; }
.dialog-form label { display:block; }
.dialog-form input.text { margin-bottom:12px; width:95%; padding: .4em; }
.dialog-form select { margin-bottom:12px; width:95%; padding: 1px 1px 1px 5px; }
.dialog-form fieldset { padding:0; border:0; margin-top:25px; }
.dialog-form textarea { width: 95%; min-height: 100px; }


/*************************************************************************************************************************/


#head {color: #FFEE00; font-size: 15pt; line-height: 18pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif}
#subhead {color: #FFAA00; font-size: 11pt; line-height: 12pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif}
#nanohead {color: #EE9922; font-size: 9pt; line-height: 10pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif}

/* button css for username kiosk */
.bluebutton {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	color: #fff !important;
	background-color: var(--button-bg-blue) !important;
	text-decoration: none !important;
        border-radius: 4px;
        margin-top: 16px 
}


.greybutton {
    border: 0;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff !important;
    background-color: var(--button-bg-grey) !important; /* Muted color */
    text-decoration: none !important;
    border-radius: 4px;
    margin-top: 16px; 
}


.midVAlignDiv {
    vertical-align: middle;
}

.teenyButtonText { /* Used in the kioisk to ad a second teeny text lin on a .blueButton or .greyButton */
  font-size: 8px; /* Adjust to make the text smaller */
  vertical-align: super; /* Optional: aligns the small text slightly higher */
}
