﻿.menu td {
	background-color: #ffffff;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.top-menu {
    margin-top: 5px;
}
.top-menu td {
    padding-left: 15px;
    padding-right: 15px;
}
        td.t-header {
            background-color:transparent;
            font-weight:bold;
            font-size:24px;
            padding:15px;
            font-family: Arial, Helvetica, sans-serif;
        }
        table.top-banner {
			font-family: Helvetica, Arial;
			font-size: 13px;
			font-weight: 700;
			display: inline-block;
            width:300px;
			
		}

		table.top-side-banner {
			display: inline-block;
			font-family: Helvetica, Arial;
			font-size: 13px;
			font-weight: 700;
		}

		table.top-side-banner td {
			width: 70px;
			text-align:center;
			padding-left:5px;
			padding-right:5px;
		}
		.banner-wrapper{
			vertical-align: middle;
		}
		.banner-wrapper a:link{
			color:black;
		}
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	position: relative;
}

.top-frame {
	height: 75px;
	width: 100%;
	border-width: 0;
	border-bottom: 3px solid rgb(185, 180, 180);
}

.sub-frame {
	position: fixed;
	top: 75px;
	bottom: 0;
	left: 0;
	right: 0;
	border-width: 0;
	width: 100%;
	height: 100%;
}

.visible-loader {
	display: block !important;
}
/* Absolute Center Spinner */
#loader {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: visible;
	margin: auto;
	top: 65px;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

	/* Transparent Overlay */
	#loader:before {
		content: '';
		display: block;
		position: fixed;
		top: 65px;
		left: 0;
		width: 100%;
		height: 100%;
		/*background-color: rgba(0, 0, 0, 0.3);*/
		background-color: white;
	}

.lds-ring {
	margin-top: auto;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

	.lds-ring div {
		box-sizing: border-box;
		display: block;
		position: absolute;
		width: 64px;
		height: 64px;
		margin: 8px;
		border: 8px solid black;
		border-radius: 50%;
		animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
		border-color: black transparent transparent transparent;
	}

		.lds-ring div:nth-child(1) {
			animation-delay: -0.45s;
		}

		.lds-ring div:nth-child(2) {
			animation-delay: -0.3s;
		}

		.lds-ring div:nth-child(3) {
			animation-delay: -0.15s;
		}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.loading-text {
	position: relative;
	color: black;
	font-size: 20pt;
    font-family: Helvetica, Arial;
}
.assorted-promo {
    text-align: center;
}