p label {
	width: 100%;
	line-height: 15px;
}

code {
	font-size: 125%;
}

#attractionInfoContentDiv p label {
	width:100%;
	font-weight: bold;
}
#libraryInfoContentDiv p label {
	width:100%;
	font-weight: bold;
	
}


.ePASSIDDisplay {
	font-size:15px; line-height:22px; font-family: 'Open Sans', sans-serif; font-weight: 500;color: #3399cc; padding: 4px 4px 10px 8px; margin: -1px 0 0 0; line-height: 20px;display: inline;
}


#reservationSearchDiv p label {
	min-width: 200px;
	line-height: 10px;
}

#reservationInfo p label {
	min-width: 200px;
	line-height: 10px;
}

.tdWidth {
vertical-align: top;
width: 20%;
font-family: 'Open Sans', sans-serif;
font-size: 14px;}

.ePASSSpinner {
	display:    none;
	position:   fixed;
	z-index:    1050;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .3 ) 
	url('/imgs/processing.gif') 
	50% 50% 
	no-repeat;	
}

.ePASSInfoIcon {
	border: none;
	margin-left: 5px;
	vertical-align: super;

}

.ePASStooltip {
    position: relative;
    display: inline;
}

.ePASStooltip .ePASStooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px ;
    position: absolute;
/*     position: relative; */
    z-index: 1000;
    bottom: 125%;
    left: 0%;
    margin-left: 0px; 
    opacity: 0;
    transition: opacity 0.3s;
}

.ePASStooltip .ePASStooltiptext::after {
    content: "";
    position: absolute;
/*     position: relative; */
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.ePASStooltip:hover .ePASStooltiptext {
    visibility: visible;
    opacity: 1;
}


.ui-widget-header {background: #7EA4EB;}
.ui-dialog {z-index: 1000;}

.modal-dialog-opacity {
   opacity: 5;
}
.menuHeadingLink a:link {font-size: 25px;  font-family:'Open Sans', sans-serif; font-weight: 300;color: #003366; padding: 4px 4px 8px 4px; margin: 0; line-height: 1.2em}
.menuHeadingLink a:visited {font-family:'Open Sans', sans-serif; font-size: 25px; padding: 4px 4px 8px 4px; color:#666; text-decoration: none;font-weight: 300;}
.menuHeadingLink a:hover { color: #3399cc; text-decoration: none;font-weight: 300;}

.calendarDiv {
	float:left;
	margin: 2px 2px 2px 2px;
	/*border: 1px solid black;*/
/* 	width: 275px; */
/* 	height: 250px; */
}

.calendarDiv table {
	width: 80%;
	height: 250px;
	float: left;
}

.calendarDiv table td {
	height:20px;
	width:20px; 
	padding: 0;
	text-align:center;
	border:1px solid black;
}

.calendarDiv table th {
	height:20px;
 	width:20px; 
	padding: 0;
	text-align:center;
	border:1px solid black;
}


.oneMonth {
/* 	border: 1px solid black; */
	width: 200px;
	height: 200px;
	float: left;
}

.oneMonth table td {
	height:20px;
	width:20px;
	text-align:center;
	border:1px solid black;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
.cssmenu ,
.cssmenu  ul,
.cssmenu  ul li,
.cssmenu  ul li a,
.cssmenu  #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.cssmenu :after,
.cssmenu  > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.cssmenu  #menu-button {
  display: none;
}
.cssmenu  {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;

  transition: all 0.25s ease-out;
}
.cssmenu  > ul > li {
  float: left;
}
.cssmenu .align-center > ul {
  font-size: 0;
  text-align: center;
}
.cssmenu .align-center > ul > li {
  display: inline-block;
  float: none;
}
.cssmenu .align-center ul ul {
  text-align: left;
}
.cssmenu .align-right > ul > li {
  float: right;
}
.cssmenu .align-right ul ul {
  text-align: right;
}
.cssmenu  > ul > li > a {
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: #333;
  transition: color .2s ease;
}
.cssmenu  > ul > li:hover > a,
.cssmenu  > ul > li.active > a {
  color: #009ae1;
}
.cssmenu  > ul > li.has-sub > a {
  padding-right: 25px;
}
.cssmenu  > ul > li.has-sub > a::after {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.2s ease;
}
.cssmenu  > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
.cssmenu  ul ul {
  position: absolute;
  left: -9999px;
}
.cssmenu  li:hover > ul {
  left: auto;
}
.cssmenu .align-right li:hover > ul {
  right: 0;
}
.cssmenu  ul ul ul {
  margin-left: 100%;
  top: 0;
}
.cssmenu .align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.cssmenu  ul ul li {
  height: 0;
  transition: height .2s ease;
}
.cssmenu  ul li:hover > ul > li {
  height: 32px;
}
.cssmenu  ul ul li a {
  padding: 10px 20px;
  width: 200px;
  font-size: 14px;
  background: #fff;
  text-decoration: none;
  color: #999;
  transition: color .2s ease;
}
.cssmenu  ul ul li:hover > a,
.cssmenu  ul ul li a:hover {
  color: #69F;
}
.cssmenu  ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  transform: rotate(-45deg);
  transition: border-color 0.2s ease;
}
.cssmenu .align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.cssmenu  ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

/* .menuSelected {background-color: #eeeeee; padding: 3px 6px 3px 6px;  border-radius: 2px;} */
/* .menuSelected {background-color: rgba(72, 66, 245, 0.68); padding: 3px 6px 3px 6px;  border-radius: 2px;} */
.menuSelected {background-color: rgba(123, 163, 238, 0.68); padding: 3px 6px 3px 6px;  border-radius: 2px;}


/* Data Editing class names used by jQuery.  Listing here so not re-used*/
.display {}
.edit {}
.readOnly {}
.disabled {}


/* Calendar Styling */
.availableDatesCalendar {
	width:50%;
/* 	margin: 2px 2px 2px 2px; */
	padding: 2px 2px 2px 2px;
/* 	text-align: center; */
	border: 2px solid black;
	font-size: 50%;
}

.availableDatesCalendar td {
	text-align: center;
	width: 10px;
	border: 1px solid black;
}

#calendarSection .anchorDisplay {
	color:black;
}



/* tablesorter styling */
.tablesorter-header-inner {
	color: #333;
}

.sorter-false {
	background-image: none;
	cursor: default;
}

.ePASSAdminNote {
	font-weight: 700;
	color: blue;
	font-style: italic;
}

/*filter styling*/
.filterBtn {
	display: inline;
	background-color: #eeeeee;
	color: #026799;
	font-weight: 500;
	padding: 2px 12px 2px 12px;
	border-radius: 15px;
	margin: 0px 5px 5px 5px;
	line-height: 25px;
}
.filterBtnMain {
	display: inline;
	background-color: #eeeeee;
	color: #0066cc;
	font-weight: bold;
	padding: 2px 12px 2px 12px;
	border-radius: 15px;
	margin: 0px 5px 5px 5px;
	line-height: 25px;
}

.boldItem {font-weight: bold;}

