a:link.ReportLink{
	font-family: Abel;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	text-transform: uppercase;
	color: Navy;
	background:none;
}
a:visited.ReportLink{
	font-weight: none;
	color: Navy;
	text-decoration: none;
	background:none;
}
a:hover.ReportLink{
	font-weight: none;
	color: #f67f19;
	text-decoration: none;
	background:none;
}
.RangeButton{
	font-family:Abel;
	font-size:16px;
	color:white;
	width:50px;
	height:50px;
	border:solid 1px gray;
	background-color:#6b89e0;
	border-radius:6px;
}
.RangeButton:hover{
	background-color:#9ec9f5;
	box-shadow:0px 0px 6px #333333;
}
.ReportSelect{
	font-family:Abel;
	font-size:16px;
	text-align:center;
	text-transform: uppercase;
	color:white;
	width:100%;
	padding:5px;
	border:solid 1px gray;
	background-color:#f9c842;
	border-radius:6px;
}
.ReportSelect:hover{
	background-color:#9ec9f5;
	box-shadow:0px 0px 6px #333333;
}
.IncreaseFieldQuantity{
	font-family:Abel;
	font-size:25px;
	border:none 1px silver;
	background-color:white;
	color:Navy;
	width:70px;
	height:50px;
	text-align:center;
	border-radius:6px;
}
.IncreaseFieldCredits{
	font-family:Abel;
	font-size:14px;
	border:none 1px silver;
	background-color:white;
	color:Navy;
	width:80px;
	height:20px;
	text-align:center;
	border-radius:6px;
}
.IncreaseButton{
	background-color:transparent;
	border:none 1px silver;
}
.BuyInfo{
	height:100px;
	border-radius:10px;
	border:solid 1px Silver;
}
.CheckOut{
	height:100px;
	/*background-color:#225ea8;*/
	background: linear-gradient(90deg, rgba(18,14,92,1) 0%, rgba(9,9,121,1) 15%, rgba(23,190,224,1) 100%);
	border-radius:10px;
	border:solid 1px Silver;
}
.CheckOutFont{
	font-family:Abel;
	color:White;
	background-color:transparent;
	border:none 1px silver;
	text-align:center;
}
.CheckOutButton{
	height:50px;
	font-family:Abel;
	font-size:16px;
	color:White;
	background-color:transparent;
	border:solid 4px #f9c842;
	text-align:center;
	border-radius:10px;
}
.CheckOutButton:hover{
	box-shadow:0px 0px 6px #333333;
	background-color:#f9c842;
	color:Navy;
}
.CheckOutInAction{
	float:left;
	width:100%;
	height:40px;
	font-family:Abel;
	font-size:16px;
	color:White;
	visibility:visible;
	padding-top:4px;
	background-color:#225ea8;
	border:solid 4px #f9c842;
	text-align:center;
	border-radius:10px;
	z-index: 1;
}
.DiscountFont{
	font-family:Abel;
	color:#d56521;
	background-color:transparent;
	border:none 1px silver;
	text-align:center;
	text-decoration:line-through;
}
.FontSizeSmall{
	font-size:18px;
}
.FontSizeMedium{
	font-size:24px;
}
.FontSizeBig{
	font-size:60px;
}
.InputTextField{
	font-family:Abel;
	font-size:20px;
	color: #532a8a;
	text-align:left;
	border: none 1px #532a8a;
	height:40px;
	background:white;
	width:100%;
	border-radius:6px;
}
.PasswordField{
	font-family:Abel;
	font-size:20px;
	color: #532a8a;
	height:50px;
	width:180px;
	background:white;
	border:solid 4px #f9c842;
	text-align:center;
	border-radius:10px;
}