<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
 
 
html {
    background-color: #333;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	line-height: 18px;
}
a{
	color: #3366CC;
}
 
hr {
    background:#999;
	border:0;
	color:#999;
	height:1px;
}
h1 {
    color: #000;
	font-size: 32px;
	font-weight: 500;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 20px;
}
h2 {
    background-color: #6698cb;
	color: #FFF;
    font-size: 11px;
    font-weight: 600;
	line-height: 15px;
    letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 1px 10px 2px;
	vertical-align: middle;
}

#logo {
    left: 30px;
	position: absolute;
	top: 10px;
	visibility: visible;
    z-index: 999;
	}
.logo {
	border: none;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.80);
    height: 137px;
    width: 225px;
}
.myParkTitle {
    border: none;
    height: 36px;
	left: 120px;
    position: absolute;
	top: 71px;
	visibility: visible;
	width: 135px;
	z-index: 997;
	}
.parkabove_parkbelow {
    color: #CCFF99;
    float: right;
	font-family: 'EB Garamond', serif;
    font-size: 24px;
    font-style: italic;
	margin: -1px 16px 0 0;
}
/*Footer*/
footer .parkabove_parkbelow {
   float:left;
    margin-top: 5px;
}
/* navbar styles */

/* top image background and utilities navigation */
#top_band { /* changes seasonally */
    background: #666 url(../images/homeart1.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
    height: 72px;
}

#top_band  ul {
    float: right;
	list-style: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	text-align: right;	
	white-space: nowrap;
}
#top_band  ul li {
    display: inline;
	min-height: 1px;
	position:relative;
	/* keep the menus on one line */
    white-space: nowrap;
}
#top_band  ul li a {
	color: #FFFFFF;
    font-size: 11px;
	font-weight: bold;
    line-height: 18px;
	margin: 0px;
    padding: 0 10px;
	text-decoration: none;
}

#top_band  ul li a.fb { /* facebook icon smaller space to right */

}

#top_band  ul li a:hover { /* changes seasonally */
	color: #FF9966;
}
#top_band  ul li a:active { /* changes seasonally */
	color: #ccff66;
}
#top_band  ul li a.on { /* changes seasonally */
	color: #ccff66;
}

#title_band,.title_band_green,.admin_customer, title_band_ltblue  {
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
}

#title_band { 
	background-color: #000;
    height: 35px;
}
/* mab converted to class*/
.title_band_green { 
	background-color: #ccff99;
    height: 50px;
}
.title_band_green p {
	float: right;
	font-size: 11px;
	line-height: 1.2em;
    margin:0;
    padding: 20px 20px 0 5px;
}
  .title_band_green a {
        display:inline-block;
    }
.title_band_ltblue { 
	background-color: #8DC5E6;
    height: 50px;
}
.title_band_ltblue p {
	float: right;
	font-size: 11px;
	line-height: 1.2em;
    margin:0;
    padding: 20px 20px 0 5px;
}
  .title_band_ltblue a {
        display:inline-block;
    }
  
/*mab changed to class*/
.admin_customer {
	background-color: #1B449C;
	height: 24px;
}
.admin_customer p {
	color: #FFF;
    float: right;
	font-size: 11px;
    font-weight: bold;
	line-height: 20px;
	padding: 0 20px 0 0;
}

.form-control{
	margin: 5px 0;
}
#leftside {
	background-color: #FFF;
    display:block;/*Needed for proper functioning of collapsible on mobile*/
    padding: 0 0 20px 0;
}	
#middlecol {
	background-color: #FFF;
	max-width: 660px;
}
/*content area square bullets*/
.squarebullet ul {
    padding: 0 0 5px 3px;
	margin: 0px 0px 0px 5px;
}
.squarebullet ul li {
	background: url(../images/bullet-1.gif) no-repeat 0px 0.45em;
    float: none;
    margin: 0;
    line-height: 13px;
	list-style-type: none;
    padding: 0 8px 8px 15px;
}
.squarebullet ul li ul {
	margin: 0px;
    padding: 6px 0 0 3px;
}
.squarebullet ul li ul li {
	background: url(../images/bullet-2.gif) no-repeat 0px 0.45em;
    float: none;
	line-height: 13px;
    list-style-type: none;
    margin: 0px;
    padding: 0 8px 4px 15px;
}
/**/
.terms {
    background-color:#E4FFC8;
    height:250px;
    overflow: auto;
    padding: 10px;
	width:auto;
	z-index:6;
}
/*Datagrid*/
.DataGrid {
	width: 100%;
}
 .DataGrid td, .DataGrid td {
    border-bottom:solid 1px #ccc;
    padding: 3px 10px 4px;
 }
.DataGrid th,.DataGrid td.blank  {
    border-top:none;
    color: #009900;
}

.DataGrid td.blank, .DataGrid td.pages {
    padding: 1px 10px 2px;
}
.DataGrid td.pages {
	font-weight: bold;
}

.rgPager span {
    padding: 2px;
}

.rgPager th,.rgWrap rgInfoPart
{
    display: none;
}

#rightside {	
	background-color: #FFF;
}
#footer {
	background-color: #333;
    color: #FFF;
    font-size: 10px;
    padding:5px 15px 50px 15px;
    margin:50px 0 0;
}
	
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCFF66;
	text-decoration: none;
}
#footer a:active {
	color: #6699FF;
	text-decoration: none;
}	
	
/*navs2*/
/*mab converted to class*/
.navs2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0px;
	padding: 0px;
}
.navs2 ul {
    border-top: solid 1px #fff;
	list-style: none;
	margin: 0;
    max-width: 220px;
	padding: 0;
}
.navs2 ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.navs2 ul li a.admin {
    background-color: #CCFF99;
    border-bottom: solid 1px #FFF;
	color: #3366CC;
    display: block;
    font-size: 11px;
    font-style: normal;
	font-weight: normal;
	line-height: 18px;
    margin: 0;
	padding: 2pt 5px 3pt 20px;
	text-decoration: none;
}
.navs2 ul li a {
    border-bottom: 1px solid #FFF;
    color: #3366CC;
    display: block;
    font-size: 11px;
    font-style: normal;
	font-weight: normal;
	line-height: 18px;
    margin: 0;
	padding: 2pt 5px 3pt 20px;
	text-decoration: none;
	
}
.navs2 ul li a:hover {
	background-color: #FFF;
	color: #6699FF;
    text-decoration: none;
}
.navs2 ul li a:active {
    background-color: #FFF;
	color: #CCFF66;
	text-decoration: none;
}

.navs2 ul li a.on {
    background: #FFF url(../images/bullet-nav.gif) no-repeat 9px 0.7em;
	font-weight: bold;
	list-style-type: none;
}
.navs2 ul li a.on:hover {
	color: #6699FF;
	text-decoration: none;
}

.navs2 ul li a.divider {
    border-bottom:dotted 1px #287AC3;
	margin: -12px 0 12px;
}

/* customer admin */
/*navs2*/
/*mab changed to class vs id*/
.navs2_admin_customer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
	padding:0;
}
.navs2_admin_customer ul {
   border: solid 1px #287AC3;
	list-style: none;
	margin: 0;
    max-width: 220px;
	padding: 0;
}
.navs2_admin_customer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.navs2_admin_customer ul li a {
	background-color: #009933;
    border-top:solid 1px #FFF;
    color: #FFF;
	display: block;
	font-size: 11px;
    font-style: normal;
	font-weight: normal;
	line-height: 18px;
    margin: 0;
	padding: 2pt 5px 3pt 20px;
	text-decoration: none;
}
.navs2_admin_customer ul li a:active,
.navs2_admin_customer ul li a:hover {
	background-color: #FFF;
    text-decoration: none;
}
.navs2_admin_customer ul li a:hover {
    color: #6699FF;
}
.navs2_admin_customer ul li a:active {
    color: #CCFF66;
}
.navs2_admin_customer ul li a.on {
	background: url(../images/bullet-navwhite.gif) no-repeat 9px 0.7em;
	background-color: #009933;
	font-weight: bold;
	list-style-type: none;
}
.navs2_admin_customer ul li a.on:hover {
	background: #FFF url(../images/bullet-nav.gif) no-repeat 9px 0.7em;
	color: #6699FF;
	text-decoration: none;
	list-style-type: none;
}


/* end admin navs */

.glyphicon-calendar:before {
	content: "\e109";
	font-size: 20px;
	padding:0 5px;
    vertical-align: middle;
}
.updateitems {
	margin-top: 12px;
	width: 100%;
}
.updateitems p,#gposform li,
#gposform2 ul, #gposform2 li {
	border-top:solid 1px #ccc;
}

.updateitems p, #gposform li,#gposform2 li {
    border-bottom: none;
}
.updateitems p{
    padding: 12px 10px 6px;
}

.form-group {
	width: 100%;
}
#gposform ul {
    border-bottom:solid 1px #ccc;
    list-style: none;
	margin: 0px 0px 30px;
	padding: 0px;
}
#gposform li {
	background: none;
	display: block;
	list-style: none;
    padding: 6px 10px;
	margin: 0;
}
#gposform2 ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
#gposform2 li {
	background: none;
	display: block;
    list-style: none;
	margin: 0px;
    padding: 14px 10px 16px;
}

.gpostitleform, .gpostitleform2, .gpostitleform3{
    display: inline-block;
	font-weight: bold;
}
.gposacctinfo, .gposforminfo {
   display: inline-block;
   font-weight: normal;
}

.gpostitleform {
    width: 120px;
}
.gpostitleform2 {
    width: 200px;
}
.gpostitleform3 {
	width: 300px;
}
.gposforminfo {
	padding-left: 10px;
}
.gposacctinfo {
	padding-left: 10px;
	width: 150px;
}
.gposacctbtn {
	display: inline-block;
	padding-right: 10px;
}
.gposconfirmation {
	background-color: #E9FFD9;
    color: #006633;
    display: block;
	font-weight: bold;
	padding: 15px 10px;
}

.gposerror, .gposerror a {
    color: #FF0000;
}

.gposerror {
    background-color: #EEE;
	display: block;
    font-weight: bold;
	padding: 15px 10px;
}
.gposerror a {
	text-decoration: underline;	
}
.gposerror a:hover {
	color: #990000;
	text-decoration: underline;
}
h5.gposformsh {
	padding-left: 10px;
}
.gpos_searchgroup {

    display:inline-block;
    line-height:13px;
    margin: 0 15px 5px 0;
    padding: 0;
}
.gpos_searchgroup label {
    line-height:13px;
}
.gpos_searchgroup input,.gpos_searchgroup label{
   margin:0;
   vertical-align:middle;
}
 .gpos_searchgroup input[type=checkbox] {
   margin-right:5px;
 }
.searchgroup {
   clear:both;
   margin-top:5px;
}
.searchgroup  .form-control{
 display:inline-block !important; 
 max-width:500px;
 width:85%;  
}
.searchgroup .btn-search {
       font-size: 16px; 
    padding-left: 5px
}
.clearboth {
 	clear: both;
}

td.myClass a 
    { 
        color:  red; 
    }   </pre></body></html>