@charset "UTF-8";
body {
	background-color: #000;
	font-family: 'Raleway', sans-serif;
	margin: 0px;
	margin-top: 60px;
}
.bodyTopMargin {
	margin-top: 55px;	
}
body, p, div, span, a, li, h1, h2, h3, td {
	font-family: 'Raleway', sans-serif;
}
h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	margin-top: 28px;
}
#mobileNav {
	display: none;
}

/* CSS for text color transition */
@keyframes colorTransition {
  0% {
	background-color: #380343; /* PURPLE */
	color: #FFF;
  }
  50% {
	background-color: #694973;
	color: #FFF;
	border: solid 1px #694973;	
	border: solid 1px #FFF;	
  }
  100% {
	background-color: #380343; /* PURPLE */
	color: #FFF;
  }
}

/* Apply animation to the text */
.transition {
  animation: colorTransition 6s infinite; /* Change the duration as needed */
}

.banner_over {
	background-color: #b7aac4;
	color: #000;
	font-weight: 500;
	border-bottom: solid 1px #333;
	cursor: pointer;
}
/* CSS for text color transition */
.banner_over {
	background-color: #b7aac4;
	color: #000;
	font-weight: 500;
	border-bottom: solid 1px #333;
	cursor: pointer;
}
#logoDiv {
	text-align: center;
	margin-top:12px;
	margin-bottom: 12px;
}
#logoLink {
	border: none;
}
.contactInfo {
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	text-align: center;
	margin-bottom: 8px;
	padding: 0px 12px;
}
.contactInfo {
	font-size: .9rem !important;  
	line-height: 1.4rem !important;
	letter-spacing: 1px;
}

#reachOut {
	margin-top:5px;
	margin-bottom: 14px;
}
.headerLink, .headerLink:link, .headerLink:visited {
	color: #FFF !important;
	text-decoration: none;
	font-weight: 200;
	cursor: pointer;
	font-size: .9rem !important;	
	line-height: 1.4rem !important;
}
.headerLink:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: 200;
	font-size: .9rem !important;	
	line-height: 1.4rem !important;
}
a[href^="tel"] {
	color: white;
	text-decoration: none; 
	font-size: .9rem !important;	
	line-height: 1.4rem !important;
}

.noPriceHeader {
	width: 1px !important;
	font-size: 1px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding: 0px !important;
}
#eol {
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
	font-size:12px;
	font-weight: 500;
	color:#FFF;
}
.date {
	padding-left: 4px !important;
	padding-right: 4px !important;
}
/*****************************************************************/
/* MAIN TABLE                                                    */
/*****************************************************************/

table.listTBL tbody tr.colored {
	background-color: #EEE !important;
	background-color: #FFF !important;
	background-position: 3px 8px;
	background-repeat: no-repeat;
}
table.listTBL tbody tr.colored:hover {
	background-color: lightgoldenrodyellow !important;
	cursor: pointer;
}
table.listTBL tbody tr.colored td {
	background-image: none !important;
}

/* HEADER ROW */

table.listTBL thead#th1 tr:nth-child(1) {
	display: table-row;
}

table.listTBL thead tr th {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	background-color: #380343; /* PURPLE */
	background-color: #694973; /* LIGHT PURPLE */
	color: #FFF;
	font-size: 14px;
	padding-top: 11px;
	padding-bottom: 11px;		
}
table.listTBL thead tr th:nth-child(1) {
	text-align: left;
	padding-left: 16px;
}
table.listTBL thead tr th:nth-child(2){
	padding-left:12px;
	padding-right:12px;
	white-space: nowrap;
}
table.listTBL thead tr th:nth-child(3), 
table.listTBL thead tr th:nth-child(4), 
table.listTBL thead tr th:nth-child(5),
table.listTBL thead tr th:nth-child(6),
table.listTBL thead tr th:nth-child(7),
table.listTBL thead tr th:nth-child(8) {
	padding-left:0px;
	padding-right:0px;
	width: 68px;
	white-space: nowrap;
}
table.listTBL thead#th1 tr:nth-child(1) th:first-child {
	/* FIRST COLUMN OF THE FIRST ROW */
	border-left: none !important;
	border-top: none !important;
	border-right: none !important;
}
table.listTBL thead#th1 tr:nth-child(1) th:last-child {
	/* LAST COLUMN OF THE FIRST ROW */
	border-top-right-radius: 8px !important;
}

/* TABLE BODY */
table.listTBL tbody tr {
	background-color: #FFF;
	background-color: #EEE;
	height: 22px !important;
}
table.listTBL tbody tr td {
	border-bottom: solid 1px #999;
}

table.listTBL tbody tr td {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding-top:10px;
	padding-bottom: 10px;
	color: #000;
}

table.listTBL tbody tr td:nth-child(1) {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 9px;
	padding-bottom: 0px;
	vertical-align: top;
	width: 22px;
}
table.listTBL tbody tr td:nth-child(2) {
	padding-left: 3px;
}
table.listTBL tr td:nth-child(3), 
table.listTBL tr td:nth-child(4), 
table.listTBL tr td:nth-child(5),
table.listTBL tr td:nth-child(6),
table.listTBL tr td:nth-child(7) {
	text-align: center;
	white-space: nowrap;
	font-size: 14px !important;
}

table.listTBL tbody tr td:nth-child(1) img {
	width: 16px;
	height:16px;
	display: inline;
	margin: 0px;
	padding: 0px;
}

table.listTBL tbody.noPriceData tr td:nth-child(4) {
	padding:0px;
}

th.mobileDate {
	display:none;
}
/*
.groupName, .groupTitle {
	text-align: center !important;
	font-weight:400;
	color:#FFF;
	font-size:17px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #390343 !important;
	max-width:824px;
	width: auto;
	padding:6px 0px;
	margin: 20px auto 0px auto;
	border-radius: 6px 6px 0px 0px;
}
*/
.plus {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:22px !important;
	font-weight:200 !important;
}

/*****************************************************************/
/* PRIMARY NAVIGATION                                            */
/*****************************************************************/

#mainNavTBL {
	background-color: #390343;
	color: #FFF;
	width: 100%;
	
	position: fixed;
	top: 0;
	left: 0;
	height: 46px; /* Example height */
	z-index: 999; /* Ensure it stays on top of other elements */

}
#mainNavTBL tr td:nth-child(1),  /* target the 1st child */
#mainNavTBL tr td:nth-child(2),  /* target the 2nd child */
#mainNavTBL tr td:nth-child(3),  /* target the 3rd child */
#mainNavTBL tr td:nth-child(4),  /* target the 4th child */
#mainNavTBL tr td:nth-child(5),  /* target the 5th child */
#mainNavTBL tr td:nth-child(6),   /* target the 6th child */
#mainNavTBL tr td:nth-child(7) {  /* target the 6th child */  
	width: 1px;
	text-align: center;
	white-space: nowrap;
	padding-left:4px;
	padding-right:4px;
	padding-top: 8px;
	padding-bottom: 8px;
	letter-spacing: 1px;
}
#mainNavTBL tr td:nth-child(1) {  /* target the 1st child */
	padding-left: 12px;
}
#mainNavTBL tr td:nth-child(8)   /* target the 7th child */  {
	width: 93%;
	padding-right: 16px;
	white-space: nowrap;
}

#mainNavTBL tr td a:link,
#mainNavTBL tr td a:visited,
#mainNavTBL tr td a:hover,
#downloadBtn {
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	padding: 4px 12px;	
	border-radius: 16px;
	display: inline-block !important;
	color: #FFF !important;
	letter-spacing: 1px;
	border: solid 1px #390343;
	cursor: pointer;
}
#downloadBtn:hover {
	background-color:#694973 !important;
	animation:disabled;
	border: solid 1px #694973;		
}
#mainNavTBL tr td a:hover {
	border: solid 1px #694973;
	background-color: #694973;
	border-radius: 16px;
}

#nav_download {
	text-align: right;
}
#nav_download a:link, #nav_download a:visited {
	color: #FFF !important;
	border: solid 1px #FFF !important;	
	border-radius: 16px;
	font-weight: 400;
}
#nav_download a:hover {
	border-color: #694973 !important;
	background-color: #694973 !important;
	color:#FFF !important;
	font-weight: 400;	
}
.nav_selected:link, .nav_selected:visited {
	border: solid 1px #FFF !important;
	border-radius: 16px !important;
	background-color: #390343;	
}
.nav_selected:hover {
	background-color: #390343 !important;
	cursor: default;
}

/*****************************************************************/
/* PRINT ONLY ELEMENTS                                           */
/*****************************************************************/

/* PRINT HEADER */
.printHeader {
	display: none;
}

/* PRINT FOOTER */
table.printFooter {
	width: 100%;
	margin-top: 10px;
	page-break-after:always;
	display: none;
}
/* TARGET LAST PAGE FOOTER AND REMOVE PAGE BREAK BEFORE END OF LIST */
table.printFooter:last-of-type {
    page-break-after: auto;
}

table.printFooter tr td {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 11px;
	white-space: nowrap;
}
table.printFooter tr td:nth-child(1) {
	width: 33%;
	text-align: left;
}
table.printFooter tr td:nth-child(2) {
	width: 33%;
	text-align: center;
}
table.printFooter tr td:nth-child(3) {
	width: 33%;
	text-align: right;
}
.printLink:link, .printLink:visited {
	display: none;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	weight: 300;	
}
.printLink:hover {
	display: none;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}

.webArrow {
	display: inline;
}
.printArrow {
	display: none !important;
	width: 1px;
	height: 1px;
}
.unavailable {
	background-color: #FFF;
	border-radius:6px;
	text-align:center;
	font-size:19px;
	font-weight: 400;
	line-height:26px;
	color:#000;
	margin:50px auto 0 auto;
	width:500px;
}
.thankYou {
	font-weight: 600 !important;
	margin-bottom: 12px;
	font-size: 21px;
	color: #000;
}
/*
#downloadBtn {
	display: inline-block !important;
	color: #FFF !important;
	letter-spacing: 1px;
	font-size: 13px;
	border-radius: 16px;
	border: solid 1px #FFF;
	cursor: pointer;
}
*/
#downloadMobileBtn {
	display: none !important;
	color: #FFF !important;
}
.mobileNavbar {
	display: none;
}
td.catIcon {
	padding-right: 2px;
}
td.catIconGrp {
	width: 1px;
	padding-left:0px !important;
	padding-right: 0px !important;
}
.catIconGrp img.icon, .spacer {
	height:18px;
	width:18px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 3px;
	border: solid 1px transparent;
}
.spacer {
	border: solid 1px #DDD;
}
table#iconLegend tr td {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 13px;
	white-space: nowrap;
	width: 1px;
}
table#iconLegend tr td img{
	height:22px;
	width:22px;
	margin-left: 0px;
	margin-right: 0px;
}
table#iconLegend {
	margin-bottom: 16px;
	border-radius: 4px;
	border: solid 1px #FFF;
	padding: 3px;
	z-index: 100;
	background-color: #FFF;
}
#iconLegend td:nth-child(2), 
#iconLegend td:nth-child(4), 
#iconLegend td:nth-child(6), 
#iconLegend td:nth-child(8) { 
	padding-right: 18px;
}
#iconLegend td:nth-child(1) { 
	padding-left: 8px;
}
#iconLegend td:nth-child(10) {
	padding-right: 8px;
}
.groupName {
	white-space: nowrap;
	padding: left:6px;
	vertical-align: bottom;
}
.groupName img {
	width: 24px;
	height: 24px;
}

#groupNameDiv {
	border-radius: 8px 8px 0px 0px !important;
}

.groupName, .groupTitle, .groupTitle_galPlus {
	text-align: center !important;
	font-weight:400;
	color:#FFF;
	font-size:17px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #390343 !important;
	max-width:824px;
	width: auto;
	padding:12px 0px !important;
	padding:8px 0px !important;
	margin: 0px auto 0px auto !important;
	border-radius: 0px;
}
.new, .printNew {
	height: 20px;
}

.printNew {
	display:none;
}

table#t0 {
	display: none;
}s